-
Notifications
You must be signed in to change notification settings - Fork 5
/
ChangeLog
103 lines (80 loc) · 3.84 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
2004-06-24 Gerhard Lausser <[email protected]>
* initial release 0.1
** since then
* added version() and usage() to rootsh
* modified pty module handling for AIX
* switched setupshell and beginlogging
* posix sigaction is now the preferred signal handling
* configure.in tests for sys/select.h
2004-07-27 Gerhard Lausser <[email protected]>
* upload of file release rootsh-0.1.tar.gz to sourceforge
* creation of rootsh-0.2 for further development
2004-09-01 Gerhard Lausser <[email protected]>
* session identifiers are now 3-digit hexadecimals
* --with-linenumbering adds a counter to syslog lines
2004-09-02 Gerhard Lausser <[email protected]>
* session numbers are now a 4-digit representation of the pid
* local files are unique user-timestamp-pid
2004-11-04 Gerhard Lausser <[email protected]>
* made the comments more readable
* added a small patch for FreeBSD
2004-11-15 Gerhard Lausser <[email protected]>
* created release 1.0. it's long enough in production
* closed logfiles get ".closed" appended to their name.
2004-11-23 Gerhard Lausser <[email protected]>
* added -i option with [email protected]'s patch
* added -u option as Michael Buselli suggested
2004-11-25 Gerhard Lausser <[email protected]>
* changed parameter handling to getopt
* added --logfile, --logdir, --no-logfile, --no-syslog
* manpage at http://people.consol.de/~lausser/rootsh/rootsh.html
* released as rootsh-1.1
2004-11-29 Gerhard Lausser <[email protected]>
* deleted an accidentially left over line emitting a debug message
* released as rootsh-1.1.1
2004-12-01 Gerhard Lausser <[email protected]>
* corrected hardcoded facility in write2syslog. thx Joel Fredrikson
* added possibility to pass commands to the shell
* released as rootsh-1.2
* messed up the cvs and released the same as rootsh-1.3
2004-12-03 Gerhard Lausser <[email protected]>
* added recognition of a login process, rootsh can now be a login shell
2004-12-07 Gerhard Lausser <[email protected]>
* applied Joel Fredrikson's OSC-patch
* added defaultshell to -V diagnostics
* added conditional compilation of write2syslog.c
2004-12-16 Gerhard Lausser <[email protected]>
* added tampering detection code in endlogging()
* finally found the bug that caused random coredumps in hpux
* added conditional compilation of basename.c (for cygwin)
* added a lot of comments to the code
2005-02-11 Gerhard Lausser <[email protected]>
* added irix support
* changed syslog message format (rootsh[5-hex-digits]: ...)
* released as 1.5.1
2005-02-17 Gerhard Lausser <[email protected]>
* added macos-x support
* fixed irix logdir in configure.in
2005-03-24 Gerhard Lausser <[email protected]>
* fixed a bug causing a core dump under SunOS5.9 and option -u
* fixed a bug which sent an ugly last line to syslog under Linux
* added syslogging the username as proposed by Franky Van Liedekerke
* added examples for to INSTALL
* added environment variable ROOTSH_SESSIONID inside a running rootsh
* released as 1.5.2
2008-05-14 Corey Henderson <[email protected]>
* fixed a bug which caused rootsh to fail to compile with gcc v4
* fixed a bug where resizing the window of rootsh didn't resize the terminal
* fixed a bug where rootsh could not open log files in an append-only directory
* added ability to scp files to an account where rootsh is the user's shell
* updated GPL to version 3
* released as 1.5.3
2010-05-11 Jon Schewe <[email protected]>
* fix open calls to correctly specify mode
* remove warning about unused computed value
2010-05-17 Jon Schewe <[email protected]>
* regenerated auto files with newer auto tools
2010-05-20 Jon Schewe <[email protected]>
* fixed handling of sftp and scp
2010-06-24 Jon Schewe <[email protected]>
* Added support for Mac and NetBSD