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
Age
Commit message (
Collapse
)
Author
2013-03-13
commandline => command-line
erdgeist
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 the comma
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
example.com looks more official
erdgeist
2013-03-12
finished => completed
erdgeist
2013-03-12
Typo
erdgeist
2013-03-12
There is only one daemon running. Clarify this in man page
erdgeist
2013-03-12
link against libutil to get pidfile functions
erdgeist
2013-03-12
Use the pidfile library to write the pidfile
erdgeist
2013-03-12
Call the client consistently a utility
erdgeist
2013-03-12
Create default target
erdgeist
2013-03-11
Add version
erdgeist
2013-03-11
Add version and licensing information
erdgeist
2013-03-11
Man page
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
Add an rc-script plus its install target
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
Leave the process some time to create the file
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