summaryrefslogtreecommitdiff
path: root/source3/web/startstop.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-19Move everything to use the common pidfile functions.Jeremy Allison1-4/+4
2012-07-19Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison1-3/+3
2011-04-27dynconfig: Have only one dynconfig.o in the common code.Andrew Bartlett1-1/+1
2010-03-26s3-smbd: Don't close stdout if we want to log to stdout.Andreas Schneider1-3/+3
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-3/+3
2007-12-03Make strhex_to_str clear on string limits. Remove pstring from web/*.cJeremy Allison1-24/+24
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-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke1-1/+1
2007-10-10r14618: add --no-process-group to all server programmsStefan Metzmacher1-3/+3
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-3/+3
2007-10-10r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter1-1/+1
2003-04-24Added patch from Stephen Roylance.John Terpstra1-6/+0
2003-01-03patch to include support for daemontools from Michael HandlerGerald Carter1-3/+3
2002-08-17sync 3.0 branch with HEADJelmer Vernooij1-0/+33
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-1/+1
2002-03-20Add assertions that kill() is never accidentally passed a non-positiveMartin Pool1-2/+2
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-4/+5
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-2/+2
1998-11-20wrong directory path for smbd and nmbdHerb Lewis1-2/+2
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-3/+3
1998-05-12This is a security audit change of the main source.Jeremy Allison1-2/+2
1998-03-17show full path in ps by setting it in argv[0]Andrew Tridgell1-2/+2
1998-03-17fixed call to execl() to get argv[0] right (thanks to Herb)Andrew Tridgell1-2/+2
1998-03-15- added the ability to kill off individual connections from SWAT (fromAndrew Tridgell1-0/+11
1998-03-14new files to support starting/stopping the serverAndrew Tridgell1-0/+93