summaryrefslogtreecommitdiff
path: root/source3/smbd/uid.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-16Add some const to the 'in' paramaters for these functions.Andrew Bartlett1-2/+2
2002-07-31fix debug, at idra's suggestion.Andrew Bartlett1-1/+1
2002-07-30Update a pile of Samba's SID lookup code to ensure:Andrew Bartlett1-35/+39
2002-07-24We must be root to access the passdb, so ensure all calls to local_lookup_sid()Andrew Bartlett1-1/+5
2002-07-07Updates to the 'name -> sid' code:Andrew Bartlett1-3/+3
2002-06-07Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett1-2/+2
2002-04-13Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett1-2/+3
2002-04-11Much better support for both non-algorithic RIDs (where the RID is stored inAndrew Bartlett1-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