Releases: dun/conman
Releases · dun/conman
conman-0.2.2
- Added support for connecting to consoles via Unix domain sockets.
- Added support for detecting Unix domain socket devices via inotify.
- Added client escape character to toggle echoing of client input via
&E
. - Added console script for HP iLO.
- Updated console script for IBM BladeCenter.
conman-0.2.1
- Added console script for Sun ILOM.
- Fixed minor issues with existing console scripts.
conman-0.2.0
- Changed project homepage to http://home.gna.org/conman/.
- Added support for consoles to be driven by an external process.
- Added console scripts for Cyclades, IBM BladeCenter, IPMI SOL, SSH.
- Added
server execpath
config directive. - Added
-F
command-line option to daemon for running in the foreground. - Changed daemon behavior to return fatal errors to shell if possible.
- Sanitized environment variables and closed unneeded fds in child processes.
- Fixed potential deadlock bug in signal handlers.
conman-0.1.9.2
- Fixed bug where a failed telnet connection would segfault the daemon.
- Optimized main I/O polling loop.
conman-0.1.9.1
- Fixed rpm spec file to include sysconfig/defaults file.
conman-0.1.9
- Added support for >1024 (
FD_SETSIZE
) file descriptors. - Increased limit for number of open files.
- Decreased startup time by moving hostname resolution to connection attempt.
- Added support to retry connection attempt if hostname resolution fails.
- Replaced
--with-conman-conf
configure option with use of--sysconfdir
. - Enabled tcp-wrappers support by default if possible.
- Fixed potential NULL dereference and resource leaks.
- Rewrote init script.
conman-0.1.8.8
- Changed behavior of
timestamp
logopt.
conman-0.1.8.7
- Added
timestamp
logopt to enable timestamping each line of console log. - Changed
sanitize
logopt to ignore NULs on newline transition.
conman-0.1.8.6
- Added fallback for determining daemon's pid via use of pidfile.
- Added
-q
command-line option to daemon to query its pid. - Decreased startup time.
- Rewrote init script.
conman-0.1.8.5
- Added support for
%
conversion specifiers. - Deprecated former
&
specifier.