summaryrefslogtreecommitdiff
path: root/source3/smbd/uid.c
AgeCommit message (Expand)AuthorFilesLines
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
1997-05-08'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1-1/+1
1996-10-25Changed become_user to take a vuid as second arg.Samba Release Account1-7/+7
1996-10-07- revert to old idle dir code (marty pointed out a problem with theAndrew Tridgell1-4/+6
1996-10-05- use workgroup from smb.conf in smbclientAndrew Tridgell1-1/+1
1996-10-04- changed the umask handling. We now set the umask to 0 and explicitlyAndrew Tridgell1-18/+128
1996-06-10got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1-1/+0
1996-06-04a huge pile of changes :-)Andrew Tridgell1-29/+25
1996-06-01- moved the uid handling to uid.cAndrew Tridgell1-0/+364