Releases: open-ch/log-user-session
Releases · open-ch/log-user-session
Release 1.0
Release 0.9
- fix terminal getting garbled by tmux by removing OPOST flag
- hint the interpretation of ANSI codes ty the terminal
Release 0.8
- [feat] adds NonInteractiveCommandWhitelist to log only the command of the listed commands and not the output
- [bugfix] set prctl PR_SET_DEATHSIG for the log-user-session processes
- [bugfix] properly sanitize ssh_client before storing in opt_client
Release 0.7
- proper cleanup if parent process is killed/exits
- improve output for missing or empty configuration files
Release 0.6
- Optimize case when only remote command and no data has to be logged.
- Do not log input of interactive sessions (bug introduced in version 0.5).
Release 0.5
Allow separate handling of non-interactive sessions.
Release 0.4
Fix start of login shell.
Release 0.3
Avoid runaway processes.
Release 0.2
Screen usage fixed.
Initial release
Initial release of log-user-session, a tool which allows log user sessions (e.g. ssh sessions) tamper-proof for audit purposes.