-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog-1.x
186 lines (109 loc) · 5.58 KB
/
ChangeLog-1.x
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
Fri Feb 9 05:11:08 EST 2001 Ryan McCabe <[email protected]>
* Increased the allowed length of spoofed ident replies to 512
characters.
* Simply drop connections that send a malformed request instead of
replying with INVALID-PORT.
Fri Jan 12 23:40:56 EST 2001 Ryan McCabe <[email protected]>
* Applied patches from Arkadiusz Miskiewicz <[email protected]>
to fix some IPv6 problems
Sat Dec 09 17:47:15 EST 2000 Ryan McCabe <[email protected]>
* Fixes for IPv6 support from Daniel Brafford.
Thu Dec 07 00:03:58 EST 2000 Ryan McCabe <[email protected]>
* Applied patch from Daniel Brafford <[email protected]> for
IPv6 support on Linux.
Sun Oct 22 14:54:06 EDT 2000 Ryan McCabe <[email protected]>
* Released as version 1.7.1
Thu Oct 19 17:02:22 EDT 2000 Ryan McCabe <[email protected]>
* Applied a patch from Sean 'Shaleh' Perry <[email protected]> to
fix a bug that prevented oidentd from running in stand-alone mode.
Tue Oct 03 02:12:39 EDT 2000 Ryan McCabe <[email protected]>
* Ported to FreeBSD 4.*
Mon Aug 21 03:58:52 EDT 2000 Ryan McCabe <[email protected]>
* Applied patch from Slawomir Piotrowski <[email protected]>
adding IP masq support for OpenBSD.
* Code cleanup.
Wed May 31 14:58:18 EDT 2000 Ryan McCabe <[email protected]>
* Applied patch from Bjarni R. Einarsson <bre at mmedia.is> that
adds libudb support.
Sun Jan 16 12:32:35 EST 2000 Ryan McCabe <[email protected]>
* Fix a typo.
Sat Jan 15 13:28:58 EST 2000 Ryan McCabe <[email protected]>
* Added 'F' and 'O' options. Original patch was from
Jeroen Massar <[email protected]>
Fri Jan 14 23:55:24 EST 2000 Ryan McCabe <[email protected]>
* Integraded patch from Guus Sliepen <[email protected]> that adds
netfilter support to oidentd.
Sun Jan 02 22:43:13 EST 2000 Ryan McCabe <[email protected]>
* Added the ability to specify an identd response for users in the
/etc/identd.spoof file. For example, an entry of "nobody:UNKNOWN"
will cause the string "UNKNOWN" to be returned upon every successful
lookup of a connection owned by user nobody.
* Code cleanups.
* Documentation updates.
Sun Dec 12 20:06:21 EST 1999 Ryan McCabe <[email protected]>
* Fix a bug that caused an incorrect port to be returned upon a
successful forward of an ident request.
- Reported by Pawel Mojski <[email protected]>
Sun Aug 22 21:17:15 EDT 1999 Ryan McCabe <[email protected]>
* Release as version 1.6.3.
Sun Jul 25 15:06:00 EDT 1999 Ryan McCabe <[email protected]>
* Merged in Solaris 2.x support from ultr0s <[email protected]>
* Added a -q option (quiet) to suppress logging messages via syslog.
Mon May 31 01:29:24 EDT 1999 Ryan McCabe <[email protected]>
* Fixed a bug that caused specifying a forward port other than 113
to fail.
* Fixed a typo in oidentd.c.
- Thanks to Stuart Adamson <[email protected]> for
pointing both out.
Fri May 28 19:22:13 EDT 1999 Ryan McCabe <[email protected]>
* Released version 1.6.2
Thu May 27 02:56:19 EDT 1999 Ryan McCabe <[email protected]>
* Documentation updates.
* Fixed a problem with wait mode.
* Add new flag -x <username>.. If a lookup fails and this flag is
set, the username specified will be returned to the client as if
the query had succeeded.
Tue Apr 6 19:31:55 EDT 1999 Ryan McCabe <[email protected]>
* Cleaned up the forward timeout stuff.
* Allow service names when specifying ports.
* Other small cleanups.
Mon Mar 29 02:29:59 EST 1999 Ryan McCabe <[email protected]>
* Changed the default maximum length of spoofed identd responses
to 24 (was 10).
Sat Mar 6 20:33:19 EST 1999 Ryan McCabe <[email protected]>
* If our connection times out to a host we're forwarding to,
fallback to /etc/oidentd.users instead of exiting.
(Bug reported by Lourdes Jones <[email protected]>)
* Changed timeout interval to 15 seconds when forwarding a
connection to a masqd host (was 30).
Fri Feb 26 03:30:31 EST 1999 Ryan McCabe <[email protected]>
* dmess0r noticed that when running in standalone mode, -r was
broken (it would use the same username over and over again).
This is fixed now.
Fri Feb 19 17:58:45 EST 1999 Ryan McCabe <[email protected]>
* Allow masks in /etc/oidentd.users (eg, 192.168.1.0/24)
* Allow hostnames in /etc/oidentd.users
Mon Feb 1 01:15:17 EST 1999 Ryan McCabe <[email protected]>
* All users are allowed to spoof with -S even if /etc/identd.spoof
doesn't exist.
* Install the manual page.
Sat Jan 23 21:22:29 EST 1999 Ryan McCabe <[email protected]>
* Bumped version number up to 1.6.0.
* Rewrote the INSTALL file.
* Added the '-P' option, which enables oidentd to allow for a
proxy to successfully issue a query for a masqueraded
connection.
* Fixed (hopefully) the forwarding stuff.
Tue Jan 12 22:43:07 EST 1999 Ryan McCabe <[email protected]>
* Bumped version number up to 1.5.1.
* Regenerate scripts using autoconf 2.13.
* More minor code and documentation updates.
Sat Jan 9 20:04:53 EST 1999 Ryan McCabe <[email protected]>
* Various code and documentation cleanups.
* Removed CHARSET flag.
Mon Jan 4 18:22:51 EST 1999 Ryan McCabe <[email protected]>
* Released version 1.5
* Added new option '-S' that does the same thing as '-s' only all
users are allowed to spoof their identd replies except those
users listed in the oidentd users file (by default
/etc/identd.spoof)