summaryrefslogtreecommitdiffstats
path: root/source/smbd/uid.c
Commit message (Expand)AuthorAgeFilesLines
* Added sys_setgroups wrapper if getgroups are broken. Mainly used on SunOS.Jeremy Allison1999-01-231-4/+4
* Fixed potential core-dump bug where conn pointer was being dereferencedJeremy Allison1999-01-191-5/+5
* Spelling mistake change due to very pick people (you know who you are :-).Jeremy Allison1998-12-221-3/+3
* Rather large (I'm afraid) tidyup of the setuid handling code.Jeremy Allison1998-12-221-135/+87
* Samba 2.0 wasn't building on Linux-alpha - so I addedJeremy Allison1998-12-031-3/+3
* Added lib/doscalls.c : This file collects all the calls that use dos_to_unix()Jeremy Allison1998-11-241-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
* connecting to IPC$ goes under the guest account. the IPC$ share shouldSamba Release Account1997-08-171-2/+0
* charset.c: Split charset_initialise() into 2 - a charset_initialise() andSamba Release Account1997-07-181-1/+1
* shmem.c: Changed debug to higher levelSamba Release Account1997-06-271-3/+11
* charcnv.c: Fixed silly bugs detected on IRIX.Samba Release Account1997-05-301-2/+1
* 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1997-05-081-1/+1
* Changed become_user to take a vuid as second arg.Samba Release Account1996-10-251-7/+7
* - revert to old idle dir code (marty pointed out a problem with theAndrew Tridgell1996-10-071-4/+6
* - use workgroup from smb.conf in smbclientAndrew Tridgell1996-10-051-1/+1
* - changed the umask handling. We now set the umask to 0 and explicitlyAndrew Tridgell1996-10-041-18/+128
* got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1996-06-101-1/+0
* a huge pile of changes :-)Andrew Tridgell1996-06-041-29/+25
* - moved the uid handling to uid.cAndrew Tridgell1996-06-011-0/+364