summaryrefslogtreecommitdiff
path: root/source/lib/pidfile.c
Commit message (Expand)AuthorAgeFilesLines
* More signed/unsigned fixes (yes, I run with funny compiler options) andAndrew Bartlett2003-02-221-1/+1
* BIG patch...Andrew Bartlett2003-01-021-2/+2
* Bugfix for pidfile_create() from Kelledin.Tim Potter2002-10-211-1/+1
* pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor thi...Gerald Carter2002-05-091-6/+3
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Added comment about running lp_load() before calling pidfile_create().Tim Potter2002-01-221-1/+4
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* Oops. Typo.Jeremy Allison2001-08-011-1/+1
* Pidfile check can be read-only. Removed old ifdef in password.cJeremy Allison2001-08-011-6/+6
* getting and setting security descriptors on printers now worksAndrew Tridgell2000-05-271-0/+2
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-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-5/+4
* oops - lock test was the wrong way aroundAndrew Tridgell1998-12-051-1/+1
* fixed pidfile handling to check for a lock on the file, so we can beAndrew Tridgell1998-12-051-16/+33
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-2/+2
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-2/+2
* More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison1998-09-041-1/+1
* Fix for pidfile startup message.Jeremy Allison1998-07-021-35/+34
* This is a security audit change of the main source.Jeremy Allison1998-05-121-1/+1
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-2/+2
* - added the ability to kill off individual connections from SWAT (fromAndrew Tridgell1998-03-151-2/+10
* new files to support starting/stopping the serverAndrew Tridgell1998-03-141-0/+88