Skip to content

Releases: open-ch/log-user-session

Release 1.0

16 Oct 13:42
Compare
Choose a tag to compare
  • fix potential buffer overflow when checking IPv6 addresses (reported by kmeaw)

Release 0.9

04 Aug 06:45
Compare
Choose a tag to compare
  • fix terminal getting garbled by tmux by removing OPOST flag
  • hint the interpretation of ANSI codes ty the terminal

Release 0.8

18 Mar 14:09
Compare
Choose a tag to compare
  • [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

09 Jun 09:43
Compare
Choose a tag to compare
  • proper cleanup if parent process is killed/exits
  • improve output for missing or empty configuration files

Release 0.6

12 Feb 13:40
Compare
Choose a tag to compare
  • 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

04 Nov 08:46
Compare
Choose a tag to compare

Allow separate handling of non-interactive sessions.

Release 0.4

12 May 08:07
Compare
Choose a tag to compare

Fix start of login shell.

Release 0.3

02 May 14:46
Compare
Choose a tag to compare

Avoid runaway processes.

Release 0.2

08 Apr 12:25
Compare
Choose a tag to compare

Screen usage fixed.

Initial release

07 Mar 08:08
Compare
Choose a tag to compare

Initial release of log-user-session, a tool which allows log user sessions (e.g. ssh sessions) tamper-proof for audit purposes.