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
2023-09-01
Formatting
HEAD
master
Dirk Engling
2023-09-01
Add void prototype
Dirk Engling
2023-09-01
Lower ipc packet size to the default of net.local.dgram.maxdgram
Dirk Engling
2018-02-05
Fix: Proctitle lenght was not parsed from the correct field
Dirk Engling
2017-06-02
Remove trailing white space
Dirk Engling
2017-06-01
document the -g switch
Stefan Grundmann
2017-06-01
introduce -g switch; because -u alone will not work if security.bsd.see_other_gids=0
Stefan Grundmann
2017-06-01
manpage: remove trailing whitespaces, fix typo
Stefan Grundmann
2017-06-01
add missing [ to usage string
Stefan Grundmann
2014-06-10
Remove user and group id when installing files.
erdgeist
2014-06-10
Make Makefile STAGEDIR aware
erdgeist
2013-04-26
When being called from /etc/rc at boot time, jaildaemon wakes up SIG_IGN-ing SIGHUP. Fix this.
erdgeist
2013-03-30
Allow specifying the jailname instead of jid with the -j parameter
erdgeist
2013-03-28
Document the -u switch
erdgeist
2013-03-28
Introduce -u switch to allow dropping the probes' uid to something non-root processes in the jail can send signals to
erdgeist
2013-03-13
Clean up error reporting style.
erdgeist
2013-03-13
Explain -R option. Also clarify that the pidfile location in the example is the default
erdgeist
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