summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-01FormattingHEADmasterDirk Engling
2023-09-01Add void prototypeDirk Engling
2023-09-01Lower ipc packet size to the default of net.local.dgram.maxdgramDirk Engling
2018-02-05Fix: Proctitle lenght was not parsed from the correct fieldDirk Engling
2017-06-02Remove trailing white spaceDirk Engling
2017-06-01document the -g switchStefan Grundmann
2017-06-01introduce -g switch; because -u alone will not work if security.bsd.see_other_gids=0Stefan Grundmann
2017-06-01manpage: remove trailing whitespaces, fix typoStefan Grundmann
2017-06-01add missing [ to usage stringStefan Grundmann
2014-06-10Remove user and group id when installing files.erdgeist
2014-06-10Make Makefile STAGEDIR awareerdgeist
2013-04-26When being called from /etc/rc at boot time, jaildaemon wakes up SIG_IGN-ing SIGHUP. Fix this.erdgeist
2013-03-30Allow specifying the jailname instead of jid with the -j parametererdgeist
2013-03-28Document the -u switcherdgeist
2013-03-28Introduce -u switch to allow dropping the probes' uid to something non-root processes in the jail can send signals toerdgeist
2013-03-13Clean up error reporting style.erdgeist
2013-03-13Explain -R option. Also clarify that the pidfile location in the example is the defaulterdgeist
2013-03-13commandline => command-lineerdgeist
2013-03-13Comments and formattingerdgeist
2013-03-13Make m_flags an enum, set a neutral proctitle if none given, remove ipc pipe atexit() and add an immediate respawn optionerdgeist
2013-03-12tidy utility from daemon codeerdgeist
2013-03-12Fix the commaerdgeist
2013-03-12Fix check for working command channel. Workaround bug in pidfile_open by providing an unused pid_t*erdgeist
2013-03-12example.com looks more officialerdgeist
2013-03-12finished => completederdgeist
2013-03-12Typoerdgeist
2013-03-12There is only one daemon running. Clarify this in man pageerdgeist
2013-03-12link against libutil to get pidfile functionserdgeist
2013-03-12Use the pidfile library to write the pidfileerdgeist
2013-03-12Call the client consistently a utilityerdgeist
2013-03-12Create default targeterdgeist
2013-03-11Add versionerdgeist
2013-03-11Add version and licensing informationerdgeist
2013-03-11Man pageerdgeist
2013-03-05Only keep filter and process alive, if we can store it in our pid table. Only store it in our pid table, if we can add the filter.erdgeist
2013-03-02Add an rc-script plus its install targeterdgeist
2013-03-02Fix: When adding a pid to probes list, the daemon would fill all slots and quickly run out of memoryerdgeist
2013-03-02Use sigaction instead of a signal handler to wait for the SIGHUPerdgeist
2013-03-02Leave the process some time to create the fileerdgeist
2013-03-02Keep a list of our probe's jids and kill them when the daemon exitserdgeist
2013-03-02Write pid file, when requestederdgeist
2013-03-02Ensure that the jaildaemon dies when its fork slave is goneerdgeist
2013-03-02Formattingerdgeist
2013-03-01Kickofferdgeist