summaryrefslogtreecommitdiffstats
path: root/source3/smbd/uid.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-1/+1
* Fix for admin user being ignored.Jeremy Allison2000-11-041-0/+1
* Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison2000-10-131-0/+226
* Fixed memory leak with NT tokens.Jeremy Allison2000-08-091-2/+20
* Fixed up the user/group contexts when using authenticated pipes.Jeremy Allison2000-08-041-2/+1
* Added an NT_USER_TOKEN structure that is copied/passed around associatedJeremy Allison2000-08-031-3/+5
* Started to canonicalize our handling of uid -> sid code in order toJeremy Allison2000-08-021-10/+13
* Moved authenticated pipe user details into a current_user struct.Tim Potter2000-07-061-1/+1
* Some more sec_ctx changes. Modified some fields in the pipe_structTim Potter2000-07-031-1/+2
* Added return for become_authenticated_pipe_user() function.Tim Potter2000-06-231-0/+2
* Moved some static functions to sec_ctx.cTim Potter2000-06-231-222/+30
* more merging voodooAndrew Tridgell2000-05-101-0/+4
* split the username in the vuser structure into a separateAndrew Tridgell2000-05-021-1/+1
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-273/+161
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-9/+115
* Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1999-06-131-1/+1
* Ken McDonell from SGI was interested in adding some profilingAndrew Tridgell1999-04-011-0/+4
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-251-5/+5
* extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1998-11-121-0/+2
* Got very strict about the differences and uses ofJeremy Allison1998-09-291-19/+19
* moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell1998-08-171-1/+1
* configure: Changes for extra headers.Jeremy Allison1998-08-151-4/+4
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-225/+78
* nttrans.c: Fix change_notify. Queue processing code wasn't changing toJeremy Allison1998-08-041-1/+12
* As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1998-07-311-2/+1
* get rid of the runtime test for broken getgroups() and add a compileAndrew Tridgell1998-07-291-2/+0
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-204/+75
* chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.Jeremy Allison1998-07-271-2/+0
* AIX patch from Michael Wojcik <mww@microfocus.com> adding detailJeremy Allison1998-07-101-4/+135
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-1/+1
* This should (hopefully :-) be the final fix for the %U %G substitutionJeremy Allison1998-05-071-6/+0
* Fixes for the %U and %G problems people have reported.Jeremy Allison1998-05-061-1/+7
* Makefile: Added AIX 3.2.5.Jeremy Allison1998-02-111-2/+6
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* Fixed security bug when 'force user' and 'user only' are set.Jeremy Allison1997-12-231-2/+5
* ipc.c: Changing back arbitrary alignment change until I know *why*Jeremy Allison1997-11-061-1/+1
* Makefile :Luke Leighton1997-10-251-23/+21
* fix the order of become_uid() and become_gid() in become_root(). ThisAndrew Tridgell1997-10-211-1/+1
* ipc.c: Adding Andrews become_root code to the main branch.Jeremy Allison1997-10-151-0/+74
* Makefile:Luke Leighton1997-10-101-5/+10
* Makefile: Changed for HPUX10 tidyup.Samba Release Account1997-08-191-0/+2