summaryrefslogtreecommitdiff
path: root/jaildaemon.c
AgeCommit message (Expand)Author
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 check for working command channel. Workaround bug in pidfile_open by providing an unused pid_t*erdgeist
2013-03-12Use the pidfile library to write the pidfileerdgeist
2013-03-11Add version and licensing informationerdgeist
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-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-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