-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
ChangeLog
66 lines (50 loc) · 1.94 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
Version 17 -- 8 Apr 2019
* Fix check of inet_aton() returned value
Version 16 -- Thu, 24 Mar 2016 14:43:33 CET
* Update README
* Add missing changelog entry
Version 15 -- Thu, 24 Mar 2016 14:36:33 CET
* Allow to store password encrypted using crypt(3)
Version 14 -- Tue, 16 Mar 2010 16:54:22 +0100
* Fix authentification with clients not sending \r\n
Version 13 -- Mon, 30 Nov 2009 09:51:24 +0100
* No code change, but version 12 was badly released with no changelog
and bad tarball.
Version 12 -- Mon, 19 Oct 2009 14:03:01 +0200
* Ignore SIGPIPE
Version 11 -- Mon, 19 Oct 2009 11:30:52 +0200
* Do not try to write anything if read() has failed while reading
password. Fix a crash using e.g. nmap.
Version 10 -- Thu, 12 Feb 2009 12:05:54 +0100
* memset() our pwd/bindip
* Merge read password and bindfile functions
* Add more things to syslog
* Fix authentification
Version 9 -- Fri, 19 Jan 2007 15:32:00 +0100
* Add a warning about TERM and KILL in README
* Merge a patch from Neil McGovern:
- don't go in swap, always stay in memory
- if /etc/sysrqd.bind exists, bind to a specific ip
instead of any.
Version 8 -- Tue, 11 Jul 2006 11:41:05 +0200
* Use official ports registered by IANA:
sysrqd 4094/tcp sysrq daemon
sysrqd 4094/udp sysrq daemon
Version 7 -- Tue, 16 May 2006 15:55:55 +0200
* Call daemon() instead of simply forking
Version 6 -- Tue, 16 May 2006 15:00:44 +0200
* Fix bug with pid file
(Thanks to Norbert Kiesel <[email protected]>)
* Change default port to 880
Version 5 -- Mon, 1 May 2006 11:58:21 +0200
* Fix little bug with open()
Version 4 -- Sun, 30 Apr 2006 21:50:51 +0200
* Add support of syslog
* Fork and run in background
* Write a pid file
Version 3 -- Sat, 11 Mar 2006 11:48:00 +0100
* Fix little bug if password file does not have \n
Version 2 -- Mon, 29 Aug 2005 17:06:00 +0200
* Remove init.d script
Version 1 -- Mon, 29 Aug 2005 11:02:26 +0200
* Initial release