summaryrefslogtreecommitdiff
path: root/source3/lib/afs.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-19s3:lib/afs fix the buildChristian Ambach1-1/+1
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-1/+3
2011-07-21s3:lib/afs use stdbool typesChristian Ambach1-5/+5
2011-07-21s3:lib/afs fix some compiler warningsChristian Ambach1-2/+3
2011-07-21s3:lib/afs fix the build with --with-fake-kaserverChristian Ambach1-4/+11
2011-07-20s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett1-2/+2
2011-07-20s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett1-1/+1
2011-07-05s3:lib fix non-empty blank linesChristian Ambach1-3/+3
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-5/+5
2011-02-10s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett1-1/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-1/+1
2009-05-03Fix bug 6136: New AFS syscall conventionsGeza Gemes1-2/+3
2008-05-25Remove some references to get_current_username() and current_user_infoVolker Lendecke1-5/+3
2008-05-14AFS: The dummy afs_createtoken_str should return NULL, not False.Kai Blin1-1/+1
2008-01-19afs: Use talloc_stackframe() instead of talloc_init()Kai Blin1-1/+1
2008-01-19util_str: Don't return memory from talloc_tos(), use mem_ctx instead.Kai Blin1-10/+13
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-1/+1
2007-12-07Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison1-7/+17
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-6/+12
2007-11-09Make base64_encode_data_blob return a talloced stringVolker Lendecke1-3/+3
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-4/+4
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-1/+6
2007-10-10r10976: Fix the build with openssl-0.9.8a.Günther Deschner1-0/+2
2007-10-10r6779: Use the SID in the user token for the %s expansion in 'afs username ma...Volker Lendecke1-3/+4
2007-10-10r5331: Support SIDs as %s replacements in the afs username map parameter.Volker Lendecke1-0/+4
2007-10-10r4256: Add a patch from kllin@it.su.se: New Parameter 'afs token lifetime' te...Volker Lendecke1-1/+5
2007-10-10r4252: Comment clarification from Love Hörnquist Åstrand <lha@stacken.kth.se>.Volker Lendecke1-3/+7
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett1-1/+1
2007-10-10r449: Two AFS-related things:Volker Lendecke1-228/+4
2004-04-01This restructures lib/afs.c so that the token data can be but into aVolker Lendecke1-67/+294
2003-12-30The AFS pts command always generates completely lower-case user names. As caseVolker Lendecke1-1/+4
2003-10-23After a phonecall with jra finally commit this.Volker Lendecke1-7/+3
2003-09-23This only touches the fake kaserver support. It adds two parameters:Volker Lendecke1-24/+36
2003-09-07Nobody complained on the team-list, so commit it ...Volker Lendecke1-0/+248