summaryrefslogtreecommitdiff
path: root/source/locking
Commit message (Expand)AuthorAgeFilesLines
* add become_root()/unbecome_root() calls. These should be used aroundAndrew Tridgell1997-10-141-45/+20
* Updated to stop problems with become_user.Jeremy Allison1997-10-141-4/+21
* Fixed nasty (but rare) race mode condition with slow shareJeremy Allison1997-10-071-14/+50
* locking.c: Finally fixed nasty crash bug when deleting invalid shareJeremy Allison1997-10-061-3/+4
* This commit fixes the security hole due to buffer overflows.Andrew Tridgell1997-09-261-1/+1
* locking.c: Fix to make slow share mode file 0666 instead of 0644. StopedJeremy Allison1997-09-111-1/+1
* Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.comSamba Release Account1997-07-241-2/+2
* Fix silly crash bug in FAST_SHARE_MODES (same bug as was inSamba Release Account1997-07-151-1/+1
* client.c: New print queue query code from Jeff C. Foster " <jfoste@wgc.woodw...Samba Release Account1997-07-011-4/+8
* shmem.c: Changed debug to higher levelSamba Release Account1997-06-271-12/+12
* loadparm.c: Ensure printer services cannot be read only and don't use share m...Samba Release Account1997-05-271-9/+9
* dir.c: Fixed double slash issue.Samba Release Account1997-05-202-400/+1184
* 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1997-05-082-2/+2
* locking.c proto.h shmem.c smb.h status.c :Samba Release Account1997-01-152-271/+274
* Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ...Samba Release Account1997-01-091-29/+35
* Moved fcntl locking code into util.c to allow it to beSamba Release Account1996-12-101-131/+0
* - changed the umask handling. We now set the umask to 0 and explicitlyAndrew Tridgell1996-10-041-5/+1
* - added "netbios name" option in smb.conf to make controlling the nameAndrew Tridgell1996-08-191-0/+2
* - made FAST_SHARE_MODES standard for LinuxAndrew Tridgell1996-08-172-6/+7
* - added FAST_SHARE_MODES codeAndrew Tridgell1996-08-152-1/+967
* changed "unsigned long" to "uint32" in several places (for IPAndrew Tridgell1996-08-141-1/+1
* - change date as a demo for johnAndrew Tridgell1996-06-191-1/+1
* got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1996-06-101-1/+0
* moved some more locking routines to locking.c, and moved replacementAndrew Tridgell1996-06-101-0/+131
* Initial version imported to CVS Samba Release Account1996-05-041-0/+330