summaryrefslogtreecommitdiff
path: root/source3/smbd/uid.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-05-10more merging voodooAndrew Tridgell1-0/+4
2000-05-02split the username in the vuser structure into a separateAndrew Tridgell1-1/+1
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-273/+161
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-9/+115
1999-06-13Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1-1/+1
1999-04-01Ken McDonell from SGI was interested in adding some profilingAndrew Tridgell1-0/+4
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison1-5/+5
1998-11-12extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1-0/+2
1998-09-29Got very strict about the differences and uses ofJeremy Allison1-19/+19