summaryrefslogtreecommitdiff
path: root/source3/lib/pidfile.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2010-05-18s3-pidfile: set the close on exec flag for the created pidfiles.Günther Deschner1-0/+3
2009-07-03Revert "[s3]pidfile_create: use check is_default_dyn_CONFIGFILE() since we ha...Michael Adam1-1/+1
2009-06-18Fix bug 4699: Remove pidfile on clean shutdownVolker Lendecke1-8/+18
2008-10-27[s3]pidfile_create: use check is_default_dyn_CONFIGFILE() since we have it.Michael Adam1-1/+1
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-4/+4
2007-10-10r24008: Fix Bug 4792. Thanks to David Gajewski <dgajews@math.utoledo.edu> and toVolker Lendecke1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23595: One pstring a day...Volker Lendecke1-7/+19
2007-10-10r22113: Fix core dump when configfile in same directory.Jeremy Allison1-0/+7
2007-10-10r19533: Add a suffix to the program name if this is a process with aJeremy Allison1-1/+12
2007-10-10r13316: Let the carnage begin....Gerald Carter1-2/+4
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-1/+1
2007-10-10r2023: If there's garbage in the pidfile, we should not panic but assume that...Volker Lendecke1-0/+7
2003-02-24Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett1-1/+1
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-2/+2
2002-10-21Bugfix for pidfile_create() from Kelledin.Tim Potter1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-6/+3
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-22Added comment about running lp_load() before calling pidfile_create().Tim Potter1-1/+4
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-08-01Oops. Typo.Jeremy Allison1-1/+1
2001-08-01Pidfile check can be read-only. Removed old ifdef in password.cJeremy Allison1-6/+6
2000-05-27getting and setting security descriptors on printers now worksAndrew Tridgell1-0/+2
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+1
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-5/+4
1998-12-05oops - lock test was the wrong way aroundAndrew Tridgell1-1/+1
1998-12-05fixed pidfile handling to check for a lock on the file, so we can beAndrew Tridgell1-16/+33
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-2/+2
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-2/+2
1998-09-04More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison1-1/+1
1998-07-02Fix for pidfile startup message.Jeremy Allison1-35/+34
1998-05-12This is a security audit change of the main source.Jeremy Allison1-1/+1
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1-2/+2
1998-03-15- added the ability to kill off individual connections from SWAT (fromAndrew Tridgell1-2/+10
1998-03-14new files to support starting/stopping the serverAndrew Tridgell1-0/+88