summaryrefslogtreecommitdiffstats
path: root/source/smbd/uid.c
Commit message (Expand)AuthorAgeFilesLines
* fix sid_to_[uid|gid] (spotted by Volker).Gerald Carter2003-07-111-87/+37
* Large set of changes to add UNIX account/group managementGerald Carter2003-07-091-6/+17
* Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no usefulJeremy Allison2003-07-091-0/+4
* Ensure we correctly test for errors in uid/gid_to sid.Jeremy Allison2003-07-091-15/+14
* Fixed a couple of const issues with the new code.Jeremy Allison2003-07-071-1/+1
* and so it begins....Gerald Carter2003-07-071-0/+408
* And finally IDMAP in 3_0Simo Sorce2003-05-121-418/+1
* pdb_ldap may require ROOT privilages to access the group mapping. (yes, it's ...Andrew Bartlett2003-03-271-0/+2
* Merge of server-side authentication changes to 3.0:Andrew Bartlett2003-02-241-2/+2
* Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also.Jeremy Allison2003-02-191-19/+27
* Added code based on Michael Steffens <michael.steffens@hp.com> uid/gidJeremy Allison2003-02-121-1/+205
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-4/+2
* Merges from HEAD:Andrew Bartlett2002-11-011-0/+2
* First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison2002-10-231-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-18/+24
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-39/+47
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-7/+8
* merged the mangling test and passdb bugfixes into SAMBA_3_0Andrew Tridgell2002-04-121-5/+15
* if we know that the SID is local then don't try via winbinddAndrew Tridgell2002-03-131-0/+5
* fixed mapping of SIDs for local usersAndrew Tridgell2002-03-131-1/+1
* Fixed compiler warning about unused variables.Tim Potter2002-03-051-5/+5
* this allows us to support foreign SIDs in winbindd and smbdAndrew Tridgell2002-02-271-2/+13
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* - Provide sid->name lookup support for non-unix accounts.Andrew Bartlett2002-01-261-36/+33
* Rework lookup_name() to take seperate username/domain args, and to removeAndrew Bartlett2002-01-261-31/+24
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-1/+1
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-9/+4
* added a boolean to the group mapping functions to specify if we need orJean-François Micouleau2001-12-041-1/+1
* Moved name_is_local to the correct place. Ooops.Jeremy Allison2001-12-041-10/+0
* Tidyup of lib/username. Add name_is_local fn to determine if name isJeremy Allison2001-12-041-0/+10
* space -> tab.Jeremy Allison2001-11-281-24/+20
* Another merge from appliance-head: in [ug]id_to_sid don't call theTim Potter2001-11-261-14/+30
* This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett2001-11-091-1/+1
* Fixed incorrect debug message. )-:Tim Potter2001-11-081-1/+1
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-1/+70
* This commit is number 3 of 4.Andrew Bartlett2001-10-291-1/+1
* client : Fixed error return.Jeremy Allison2001-10-191-1/+1
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-181-20/+122
* fixed compiler warning.Tim Potter2001-10-121-1/+1
* Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XXJeremy Allison2001-10-091-14/+16
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* Fix invalid uid being used after logoff. Thanks to Nigel WilliamsJeremy Allison2001-07-281-2/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* Fixed potential bug in "become_guest" pointed out by elrond. Get_Pwnam()Jeremy Allison2001-04-151-6/+13
* Fix for crash when doing name lookup with a quoted string. Part ofJeremy Allison2001-03-201-2/+1
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-4/+0
* Excise snprintf -> slprintf.Jeremy Allison2001-02-161-3/+12
* rpc_server/srv_samr.c:Jeremy Allison2001-01-111-1/+1
* Removed the special casing of SIDs in se_access_check. This is now done (corr...Jeremy Allison2000-12-121-1/+6
* Merge from appliance head of JR's changes for driver versioning.Jeremy Allison2000-11-141-13/+37