summaryrefslogtreecommitdiffstats
path: root/source/lib/pidfile.c
Commit message (Expand)AuthorAgeFilesLines
* Ooops. sys_open() always takes 3 args. open() can take 2....Jeremy Allison1998-12-061-1/+1
* Added RELIANTUNIX define for specific header file order includes for largeJeremy Allison1998-12-061-1/+1
* Adding Andrew's pidfile fix to 2.0.Jeremy Allison1998-12-061-16/+33
* Changed (most) open()/fopen()/creat()/mmap() calls to use sys_XXX() instead.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