summaryrefslogtreecommitdiffstats
path: root/source3/lib/afs_settoken.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:afs make path argument to afs_syscall constChristian Ambach2011-07-211-1/+1
|
* s3:lib/afs use stdbool typesChristian Ambach2011-07-211-17/+17
|
* s3:lib/afs_settoken fix some compiler warningsChristian Ambach2011-07-211-3/+4
|
* s3:lib/afs fix the build with --with-fake-kaserverChristian Ambach2011-07-211-0/+2
| | | | This fixes one piece of Bug #8263
* Use sec_initial_uid() in the places where being root doesn't matter,Jeremy Allison2010-02-121-1/+1
| | | | | | and 0 in the places where it does. Jeremy
* Fix bug 6136: New AFS syscall conventionsGeza Gemes2009-05-031-0/+18
| | | | | | | | Haven't checked this myself, but as I've already got several reports that Samba won't compile against current OpenAFS anymore, I just believe Geza Gemes. This patch only affects AFS code, so it should not hurt anything else. Volker
* strtok -> strtok_rVolker Lendecke2008-01-231-14/+15
| | | | (This used to be commit fd34ce437057bb34cdc37f4b066e424000d36789)
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-5/+5
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r10976: Fix the build with openssl-0.9.8a.Günther Deschner2007-10-101-0/+2
| | | | | Guenther (This used to be commit 081409a724fce1f6e6f29bfcc824fd3f5ec6d9ff)
* r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com).Jeremy Allison2007-10-101-2/+2
| | | | | Jeremy (This used to be commit efc1b688cf9b1a17f1a6bf46d481280ed8bd0c46)
* r1106: Lars Mueller <lmuelle@suse.de> asked me to apply this patch, as this ↵Volker Lendecke2007-10-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 (This used to be commit 69e8c65f1f0cb0c5237bb3b2560cd6f936503eb7)
* r449: Two AFS-related things:Volker Lendecke2007-10-101-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 (This used to be commit 43870a3fc1073cf7d60f1becae5c2ff98ab49439)