summaryrefslogtreecommitdiff
path: root/source3/smbd/uid.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-14Compare the pointer "vuser" to NULL, not 0Volker Lendecke1-1/+1
2008-05-25Remove the reference to current_user_info from share_access.cVolker Lendecke1-2/+7
2008-05-11With force user, we have the same base token for all vuidsVolker Lendecke1-1/+9
2008-05-10Remove the unix token info from connection_structVolker Lendecke1-8/+8
2008-05-10Replace nt_user_token with server_info in connection_structVolker Lendecke1-30/+28
2008-05-10Empty some nonempty blank linesVolker Lendecke1-18/+18
2008-05-10Make use of talloc_tos() in change_to_user()Volker Lendecke1-1/+1
2008-05-10Next try at making the vuid cache circularVolker Lendecke1-7/+7
2008-05-06Remove some unused codeVolker Lendecke1-23/+0
2008-05-05Remove "userdom_struct user" from "struct user_struct"Volker Lendecke1-4/+7
2008-05-05Remove the unix token info from "struct user_struct"Volker Lendecke1-5/+5
2008-05-05Remove "nt_user_token" from "struct user_struct"Volker Lendecke1-7/+7
2008-05-05Revert "Fix allocation of conn->vuid_cache entries"Volker Lendecke1-3/+3
2008-05-05Fix allocation of conn->vuid_cache entriesVolker Lendecke1-3/+3
2008-03-17Some simplificationsVolker Lendecke1-2/+3
2008-03-17Coverity fixesMarc VanHeyningen1-1/+6
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-10/+10
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22978: Don't use current_user to prep the security ctx in change_to_userGerald Carter1-7/+15
2007-10-10r17295: Back out the become_root_uid_only change on the POSIXJeremy Allison1-1/+0
2007-10-10r17096: Simplify share_access_check a bit: It takes the sharename instead of ...Volker Lendecke1-2/+7
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-2/+2
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-2/+2
2007-10-10r13316: Let the carnage begin....Gerald Carter1-91/+40
2007-10-10r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison1-15/+15
2007-10-10r12916: use rpcstr_pull() instead of unistr_to_ascii() when validating share ...Gerald Carter1-1/+1
2007-10-10r12312: Reformatting and a trivial change: is_share_read_only_for_user only usesVolker Lendecke1-14/+22
2007-10-10r6385: Convert checking of egid and secondary egid list intoJeremy Allison1-0/+23
2007-10-10r2016: Add message to ease access-control-debugging.Günther Deschner1-0/+1
2007-10-10r1375: When setting writable=yes in smb.conf and only allow read access in theVolker Lendecke1-0/+7
2007-10-10r762: Fix for #1319 when security > share.Jeremy Allison1-2/+8
2004-02-13Fixup the 'multiple-vuids' bugs.Jeremy Allison1-12/+76
2004-02-08nsswitch/winbindd_util.c:Andrew Bartlett1-11/+0
2004-02-08Samba hasn't used this function for ages - it's now handled deep in theAndrew Bartlett1-69/+0
2003-08-27Fix bug 327 (again and I think for the last time). Make sure thatGerald Carter1-463/+0
2003-08-06Spelling.Tim Potter1-1/+1
2003-07-11fix sid_to_[uid|gid] (spotted by Volker).Gerald Carter1-87/+37
2003-07-09Large set of changes to add UNIX account/group managementGerald Carter1-6/+17
2003-07-09Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no usefulJeremy Allison1-0/+4
2003-07-09Ensure we correctly test for errors in uid/gid_to sid.Jeremy Allison1-15/+14
2003-07-07Fixed a couple of const issues with the new code.Jeremy Allison1-1/+1
2003-07-07and so it begins....Gerald Carter1-0/+408
2003-05-12And finally IDMAP in 3_0Simo Sorce1-418/+1
2003-03-27pdb_ldap may require ROOT privilages to access the group mapping. (yes, it's ...Andrew Bartlett1-0/+2
2003-02-24Merge of server-side authentication changes to 3.0:Andrew Bartlett1-2/+2
2003-02-19Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also.Jeremy Allison1-19/+27
2003-02-12Added code based on Michael Steffens <michael.steffens@hp.com> uid/gidJeremy Allison1-1/+205
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-4/+2
2002-11-01Merges from HEAD:Andrew Bartlett1-0/+2