summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2008-02-04Use functions from libcompat when those are not provided by the systemGuillem Jover1-1/+1
2008-01-30s-s-d: Documentation improvementsJustin Pryzby1-4/+4
2008-01-28Rename getopt to libcompatGuillem Jover1-2/+2
2008-01-25s-s-d: Use system timersub and fix timeval normalization in multiplicationAndreas PĂ„hlsson1-17/+4
2008-01-22s-s-d: Fix timeout computations for --retry optionGuillem Jover1-46/+29
2008-01-22s-s-d: Fix segfault when using --group w/o --chuidGuillem Jover1-3/+3
2008-01-22s-s-d: Properly set the supplementary groups on --chuidGuillem Jover1-29/+17
2008-01-22s-s-d: Change uid after changing gid and initalizing supplementary groupsGuillem Jover1-4/+4
2008-01-21s-s-d: Fix signed vs unsigned warning when comparing to getuid and getgidGuillem Jover1-2/+3
2008-01-21Use external gettext intl libraryGuillem Jover1-1/+1
2008-01-21s-s-d: Refactor max open fd into a new function and coalesce close loopGuillem Jover1-7/+11
2008-01-20s-s-d: Change from 'Mandatory' to 'Matching' in --help outputGuillem Jover1-1/+1
2008-01-18s-s-d: Clarify in help output that --name is one of the required optionsGuillem Jover1-5/+7
2008-01-18s-s-d: Add missing semicolonGuillem Jover1-1/+1
2008-01-17s-s-d: Move version output from --help to --versionGuillem Jover1-6/+10
2008-01-17s-s-d: Check uid and gid before calling setuid, setgid and initgroupsGuillem Jover1-5/+32
2008-01-16s-s-d: Make --quiet silence --testGuillem Jover1-5/+8
2008-01-16s-s-d: Keep retrying even if the daemon removed the pidfileGuillem Jover1-1/+6
2008-01-16s-s-d: Fix indentationGuillem Jover1-161/+169
2008-01-16Use the perl POSIX module instead of the enoent helper binaryGuillem Jover2-17/+0
2008-01-16Use NULL instead of 0Guillem Jover1-10/+10
2008-01-07Fix signed vs unsigned value comparisonsGuillem Jover1-3/+3
2008-01-02s-s-d: Remove redundant function declarationsGuillem Jover1-5/+0
2008-01-02Use NONRETURNING and PRINTFFORMAT instead of NONRETURNPRINTFFORMAT attributeGuillem Jover1-3/+1
2008-01-01s-s-d: Do not print 'failed to kill' warning when doing pid pollingSamuel Thibault1-2/+3
2007-11-29Define several private functions and variables as staticGuillem Jover1-1/+1
2007-08-10Add *.o to .gitignore.Guillem Jover1-0/+1
2007-05-15 * utils/start-stop-daemon.c (daemonize): Use _exit instead of exit, toGuillem Jover1-2/+2
2007-05-15Make start-stop-daemon fork twice while daemonizing. Closes: #416179Guillem Jover1-20/+31
2007-05-08Add missing svn:ignore entries.Guillem Jover1-0/+2
2007-03-28Revert revision 691 (Add support for PAM sessions in start-stop-daemon.)Nicolas FRANCOIS2-127/+2
2007-03-25Add support for PAM sessions in start-stop-daemon.Nicolas FRANCOIS2-2/+127
2007-03-20Update svn:ignore attributes.Guillem Jover1-0/+2
2006-06-21Tighten the scope for two global variables by moving them to parse_options.Guillem Jover1-2/+2
2006-06-21Add new '--umask' option to start-stop-daemon. Closes: #368003Guillem Jover1-2/+31
2006-06-17Set all svn:ignore.Guillem Jover1-0/+1
2006-05-19utils/enoent.c: Add a comment at the top of theFrank Lichtenheld1-0/+4
2006-05-02Standarize start-stop-daemon usage output format.Guillem Jover1-7/+11
2006-04-04Add '-r' to the help output of start-stop-daemon (Jared Spiegel).Guillem Jover1-0/+1
2006-04-04Prefix any chroot path to the exec file name when stating it inGuillem Jover1-2/+19
2006-03-20Change start-stop-daemon's --exec behaviour again on GNU/Linux to compareGuillem Jover1-22/+16
2006-02-12Remove all the generated files so we don't need to track changes in them.Frank Lichtenheld1-520/+0
2006-02-06Set the HOME environment variable when using the --chuid switch inGuillem Jover1-0/+2
2006-01-29Make start-stop-daemon print the proper version instead of 'VERSION'.Guillem Jover1-2/+3
2006-01-26Fix typo in start-stop-daemon's help output. Closes: #333673Guillem Jover1-1/+1
2006-01-23Change start-stop-daemon's --exec option behaviour on GNU/Linux toGuillem Jover1-9/+27
2006-01-22When linking statically, explicitly add libsepol, even if its only aGuillem Jover1-3/+1
2006-01-18Actually import 1.13.11.1, not 1.13.11, D'oh!Frank Lichtenheld1-2/+2
2005-06-12dpkg (1.13.9) unstable; urgency=lowScott James Remnant1-10/+7
2005-03-18dpkg (1.13.2) experimental; urgency=lowScott James Remnant3-374/+25