summaryrefslogtreecommitdiffstats
path: root/source/lib/afs.c
Commit message (Collapse)AuthorAgeFilesLines
* r6779: Use the SID in the user token for the %s expansion in 'afs username ↵Volker Lendecke2005-05-131-3/+4
| | | | | | | | | map'. This fixes a rather weird problem where an algorithmic SID ended up as the replacement for %s. Volker
* r5331: Support SIDs as %s replacements in the afs username map parameter.Volker Lendecke2005-02-111-0/+4
| | | | | | | Add 'log nt token command' parameter. If set, %s is replaced with the user sid, and %t takes all the group sids. Volker
* r4256: Add a patch from kllin@it.su.se: New Parameter 'afs token lifetime' ↵Volker Lendecke2004-12-171-1/+5
| | | | | | | | | | tells the AFS client when to throw away a token. Thanks, Volker
* r4252: Comment clarification from Love Hörnquist Åstrand <lha@stacken.kth.se>.Volker Lendecke2004-12-171-3/+7
| | | | | | Thanks, Volker
* r1492: Rework our random number generation system.Andrew Bartlett2004-07-141-1/+1
| | | | | | | | | | On systems with /dev/urandom, this avoids a change to secrets.tdb for every fork(). For other systems, we now only re-seed after a fork, and on startup. No need to do it per-operation. This removes the 'need_reseed' parameter from generate_random_buffer(). Andrew Bartlett
* r449: Two AFS-related things:Volker Lendecke2004-05-021-228/+4
| | | | | | | | | 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
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+486
metze