index
:
jaildaemon
master
A fixed command-line interface for FreeBSD jails to their host system
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jaildaemon.c
Age
Commit message (
Collapse
)
Author
2013-03-13
Comments and formatting
erdgeist
2013-03-13
Make m_flags an enum, set a neutral proctitle if none given, remove ipc pipe atexit() and add an immediate respawn option
erdgeist
2013-03-12
tidy utility from daemon code
erdgeist
2013-03-12
Fix check for working command channel. Workaround bug in pidfile_open by providing an unused pid_t*
erdgeist
2013-03-12
Use the pidfile library to write the pidfile
erdgeist
2013-03-11
Add version and licensing information
erdgeist
2013-03-05
Only 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-02
Fix: When adding a pid to probes list, the daemon would fill all slots and quickly run out of memory
erdgeist
2013-03-02
Use sigaction instead of a signal handler to wait for the SIGHUP
erdgeist
2013-03-02
Keep a list of our probe's jids and kill them when the daemon exits
erdgeist
2013-03-02
Write pid file, when requested
erdgeist
2013-03-02
Ensure that the jaildaemon dies when its fork slave is gone
erdgeist
2013-03-02
Formatting
erdgeist
2013-03-01
Kickoff
erdgeist