summaryrefslogtreecommitdiff
path: root/source3/smbd/uid.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-08-17moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell1-1/+1
1998-08-15configure: Changes for extra headers.Jeremy Allison1-4/+4
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-225/+78
1998-08-04nttrans.c: Fix change_notify. Queue processing code wasn't changing toJeremy Allison1-1/+12
1998-07-31As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1-2/+1
1998-07-29get rid of the runtime test for broken getgroups() and add a compileAndrew Tridgell1-2/+0
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-204/+75
1998-07-27chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.Jeremy Allison1-2/+0
1998-07-10AIX patch from Michael Wojcik <mww@microfocus.com> adding detailJeremy Allison1-4/+135
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1-1/+1
1998-05-07This should (hopefully :-) be the final fix for the %U %G substitutionJeremy Allison1-6/+0
1998-05-06Fixes for the %U and %G problems people have reported.Jeremy Allison1-1/+7
1998-02-11Makefile: Added AIX 3.2.5.Jeremy Allison1-2/+6
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1997-12-23Fixed security bug when 'force user' and 'user only' are set.Jeremy Allison1-2/+5
1997-11-06ipc.c: Changing back arbitrary alignment change until I know *why*Jeremy Allison1-1/+1
1997-10-25Makefile :Luke Leighton1-23/+21
1997-10-21fix the order of become_uid() and become_gid() in become_root(). ThisAndrew Tridgell1-1/+1
1997-10-15ipc.c: Adding Andrews become_root code to the main branch.Jeremy Allison1-0/+74
1997-10-10Makefile:Luke Leighton1-5/+10
1997-08-19Makefile: Changed for HPUX10 tidyup.Samba Release Account1-0/+2
1997-08-17connecting to IPC$ goes under the guest account. the IPC$ share shouldSamba Release Account1-2/+0
1997-07-18charset.c: Split charset_initialise() into 2 - a charset_initialise() andSamba Release Account1-1/+1
1997-06-27shmem.c: Changed debug to higher levelSamba Release Account1-3/+11
1997-05-30charcnv.c: Fixed silly bugs detected on IRIX.Samba Release Account1-2/+1