summaryrefslogtreecommitdiffstats
path: root/source/lib/afs_settoken.c
Commit message (Collapse)AuthorAgeFilesLines
* r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com).Jeremy Allison2004-12-201-2/+2
| | | | Jeremy
* r1106: Lars Mueller <lmuelle@suse.de> asked me to apply this patch, as this ↵Volker Lendecke2004-06-101-5/+9
| | | | | | | | | is needed for their build environment. The AFS stuff is linux 2.4 only currently, it works for me on this platform, so apply it. Volker
* r449: Two AFS-related things:Volker Lendecke2004-05-021-0/+233
Split off the non-crypto related parts of lib/afs.c into lib/afs_settoken.c. This makes wbinfo link without -lcrypto. Commit vfs_afsacl.c, display & set AFS acls via the NT security editor. Volker