-
Notifications
You must be signed in to change notification settings - Fork 19
/
ChangeLog
63 lines (46 loc) · 1.92 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
2020-08-04 Konrad Bucheli <kb@open.ch>
* Version 0.9
* fix terminal getting garbled by tmux by removing OPOST flag
* hint the interpretation of ANSI codes ty the terminal
2019-03-18 Daniel Aschwanden <daa@open.ch>
* Version 0.8
* set prctl PR_SET_DEATHSIG for the log-user-session processes
* properly sanitize ssh_client before storing in opt_client
* adds NonInteractiveCommandWhitelist to log only the command of
the listed commands and not the output
2015-06-09 Konrad Bucheli <kb@open.ch>
* Version 0.7
2015-03-27 Konrad Bucheli <kb@open.ch>
* only warn missing configuration file on very first invocation
2015-03-26 Konrad Bucheli <kb@open.ch>
* proper cleanup if parent process is killed/exits
2015-02-27 Konrad Bucheli <kb@open.ch>
* (read_configuration_file) improve output for missing or empty
configuration files
2015-02-12 Konrad Bucheli <kb@open.ch>
* Version 0.6
2015-02-12 Konrad Bucheli <kb@open.ch>
* no data interception if only command and no data should be logged
* do not log of input on interactive sessions
(bug introduced in version 0.5, reported by Ruslan Popov)
2014-11-04 Konrad Bucheli <kb@open.ch>
* Version 0.5
2014-10-03 Konrad Bucheli <kb@open.ch>
* add configuration option LogNonInteractiveData
* change default for configuration option LogRemoteCommandData to on
2014-05-12 Konrad Bucheli <kb@open.ch>
* Version 0.4
2014-05-08 Konrad Bucheli <kb@open.ch>
* (process_options) fix login shell detection
2014-05-02 Konrad Bucheli <kb@open.ch>
* Version 0.3
2014-05-02 Konrad Bucheli <kb@open.ch>
* (run_log_forwarder) avoid runaway processes
2014-04-08 Konrad Bucheli <kb@open.ch>
* Version 0.2
2014-04-08 Konrad Bucheli <kb@open.ch>
* (start_logger) set owner of new tty to user (fixes screen)
2014-03-10 Konrad Bucheli <kb@open.ch>
* (process_options) do not print client host if SSH_CLIENT is not set
2014-03-07 Konrad Bucheli <kb@open.ch>
* Initial version