summaryrefslogtreecommitdiff
path: root/source3/smbd/uid.c
AgeCommit message (Expand)AuthorFilesLines
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-4/+2
2002-11-01Merges from HEAD:Andrew Bartlett1-0/+2
2002-10-23First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-18/+24
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-39/+47
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-7/+8
2002-04-12merged the mangling test and passdb bugfixes into SAMBA_3_0Andrew Tridgell1-5/+15
2002-03-13if we know that the SID is local then don't try via winbinddAndrew Tridgell1-0/+5
2002-03-13fixed mapping of SIDs for local usersAndrew Tridgell1-1/+1
2002-03-05Fixed compiler warning about unused variables.Tim Potter1-5/+5
2002-02-27this allows us to support foreign SIDs in winbindd and smbdAndrew Tridgell1-2/+13
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26 - Provide sid->name lookup support for non-unix accounts.Andrew Bartlett1-36/+33
2002-01-26Rework lookup_name() to take seperate username/domain args, and to removeAndrew Bartlett1-31/+24
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-1/+1
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-9/+4
2001-12-04added a boolean to the group mapping functions to specify if we need orJean-François Micouleau1-1/+1
2001-12-04Moved name_is_local to the correct place. Ooops.Jeremy Allison1-10/+0
2001-12-04Tidyup of lib/username. Add name_is_local fn to determine if name isJeremy Allison1-0/+10
2001-11-28space -> tab.Jeremy Allison1-24/+20
2001-11-26Another merge from appliance-head: in [ug]id_to_sid don't call theTim Potter1-14/+30
2001-11-09This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett1-1/+1
2001-11-08Fixed incorrect debug message. )-:Tim Potter1-1/+1
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-1/+70
2001-10-29This commit is number 3 of 4.Andrew Bartlett1-1/+1
2001-10-19client : Fixed error return.Jeremy Allison1-1/+1
2001-10-18Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison1-20/+122
2001-10-12fixed compiler warning.Tim Potter1-1/+1
2001-10-09Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XXJeremy Allison1-14/+16
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-07-28Fix invalid uid being used after logoff. Thanks to Nigel WilliamsJeremy Allison1-2/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-04-15Fixed potential bug in "become_guest" pointed out by elrond. Get_Pwnam()Jeremy Allison1-6/+13
2001-03-20Fix for crash when doing name lookup with a quoted string. Part ofJeremy Allison1-2/+1
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+0
2001-02-16Excise snprintf -> slprintf.Jeremy Allison1-3/+12
2001-01-11rpc_server/srv_samr.c:Jeremy Allison1-1/+1
2000-12-12Removed the special casing of SIDs in se_access_check. This is now done (corr...Jeremy Allison1-1/+6
2000-11-14Merge from appliance head of JR's changes for driver versioning.Jeremy Allison1-13/+37
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-1/+1
2000-11-04Fix for admin user being ignored.Jeremy Allison1-0/+1
2000-10-13Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison1-0/+226
2000-08-09Fixed memory leak with NT tokens.Jeremy Allison1-2/+20
2000-08-04Fixed up the user/group contexts when using authenticated pipes.Jeremy Allison1-2/+1
2000-08-03Added an NT_USER_TOKEN structure that is copied/passed around associatedJeremy Allison1-3/+5
2000-08-02Started to canonicalize our handling of uid -> sid code in order toJeremy Allison1-10/+13
2000-07-06Moved authenticated pipe user details into a current_user struct.Tim Potter1-1/+1
2000-07-03Some more sec_ctx changes. Modified some fields in the pipe_structTim Potter1-1/+2
2000-06-23Added return for become_authenticated_pipe_user() function.Tim Potter1-0/+2
2000-06-23Moved some static functions to sec_ctx.cTim Potter1-222/+30