Skip to content

Releases: open-ch/log-user-session

Release 1.0

Choose a tag to compare

@kbucheli kbucheli released this 16 Oct 13:42
  • fix potential buffer overflow when checking IPv6 addresses (reported by kmeaw)

Release 0.9

Choose a tag to compare

@kbucheli kbucheli released this 04 Aug 06:45
  • fix terminal getting garbled by tmux by removing OPOST flag
  • hint the interpretation of ANSI codes ty the terminal

Release 0.8

Choose a tag to compare

@nimdanitro nimdanitro released this 18 Mar 14:09
  • [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

Choose a tag to compare

@kbucheli kbucheli released this 09 Jun 09:43
  • proper cleanup if parent process is killed/exits
  • improve output for missing or empty configuration files

Release 0.6

Choose a tag to compare

@kbucheli kbucheli released this 12 Feb 13:40
  • 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

Choose a tag to compare

@kbucheli kbucheli released this 04 Nov 08:46

Allow separate handling of non-interactive sessions.

Release 0.4

Choose a tag to compare

@kbucheli kbucheli released this 12 May 08:07

Fix start of login shell.

Release 0.3

Choose a tag to compare

@kbucheli kbucheli released this 02 May 14:46

Avoid runaway processes.

Release 0.2

Choose a tag to compare

@kbucheli kbucheli released this 08 Apr 12:25

Screen usage fixed.

Initial release

Choose a tag to compare

@kbucheli kbucheli released this 07 Mar 08:08

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