summary refs log tree commit diff
path: root/src/chpst.c
Commit message (Expand)AuthorAgeFilesLines
* chpst: add -C to change working directoryAndrew J. Hesford2024-09-271-2/+7
* fix compilation warning(s): -WunsequencedZ. Liu2024-09-261-1/+2
* add/update doc & man page of chpst and runsvZ. Liu2024-09-251-1/+1
* no longer check for shortsetgroups, setgroups is used directlyGerrit Pape2024-09-251-2/+1
* fix compilation warning(s): -Wincompatible-pointer-types-discards-qualifiersZ. Liu2024-09-251-15/+15
* fix compilation error(s): call to undeclared function for C99 and laterZ. Liu2024-09-251-0/+1
* * chpst.c, svwaitdown.c, svwaitup.c: fix checks for return value ofGerrit Pape2009-09-241-1/+1
* * pathexec_env.c, pathexec.h: add function pathexec_env_run().Gerrit Pape2009-09-241-5/+10
* chpst.c: add explicit braces to avoid ambiguous 'else'.Gerrit Pape2007-06-261-2/+4
* chpst.c, uidgid.c: improve error reporting if getpwnam() or getgrnam() failsGerrit Pape2007-04-171-15/+15
* * chpst.c, uidgid.c, uidgid.h: support numerical uid gid throughGerrit Pape2006-11-021-8/+18
* * chpst: new option -d, limit data segment per process; don't use nestedGerrit Pape2006-03-041-58/+62
* * chpst.c: adjust nice value and set limits before dropping permissions.Gerrit Pape2006-01-021-6/+5
* * doc/runscripts.html: typo; openssh needs absolute path (thx Kevin Berry);Gerrit Pape2005-08-231-2/+3
* * chpst.c: fix pointer types.Gerrit Pape2005-07-231-12/+16
* * chpst.c: typo.Gerrit Pape2005-01-101-1/+1
* * svlogd.c: new config option t timeout; config options e and E select andGerrit Pape2004-11-061-10/+27
* chdir before chroot.Gerrit Pape2004-04-301-1/+4
* chpst: support -/ chroot.Gerrit Pape2004-04-271-2/+6
* * chpst.c: -e dir: silently ignore directories, print warning if verbose.Gerrit Pape2004-03-021-3/+11
* * uidgid.c, uidgid.h: new; get uid/gid by name.Gerrit Pape2003-08-051-0/+418