1.5.20: Fix for parsing ACL entries with aclfromtext32() in sec_acl.cc

2006-07-20 Thread Silvio Laguzzi
Hi, all when parsing ACL entries from an input string with aclfromtext32() the ACL rights follow at different position after the ACL entry tags like default:user, user, group, mask and so on. For almost all of the tags this position was not handled correctly. With the supplied patch you can

Re: 1.5.20: Fix for parsing ACL entries with aclfromtext32() in sec_acl.cc

2006-07-20 Thread Corinna Vinschen
Hi Silvio, On Jul 20 09:26, Silvio Laguzzi wrote: > Hi, all > > when parsing ACL entries from an input string with aclfromtext32() the > ACL rights follow at different position after the ACL entry tags like > default:user, user, group, mask and so on. For almost all of the tags > this position