File: ChangeLog

package info (click to toggle)
oidentd 2.0.8-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,156 kB
  • ctags: 931
  • sloc: ansic: 6,276; sh: 3,425; yacc: 370; lex: 335; makefile: 45
file content (323 lines) | stat: -rw-r--r-- 10,536 bytes parent folder | download | duplicates (6)
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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
Mon May 22 00:20:15 EDT 2006    Ryan McCabe <ryan@numb.org>

    * Released as version 2.0.8.

    * Removed spaces between commas and colons from responses.

    * Pulled in patches for Linux from Debian.

    * Pulled in Darwin patches from fink and
      http://sbutler.typepad.com/oidentd-2.0.7-darwin-fix.patch.

    * Pulled in NetBSD patches from pkgsrc/net/oidentd/patches/patch-ac.

    * Pulled in patches for FreeBSD from FreeBSD ports
      (ports/security/oidentd/files/patch-unprivileged_ipv6).

Thu Jan 26 16:32:18 CET 2006    Christof Douma <christof@douma.eu.org>

    * Open masquerading options before dropping permissions on linux.

Fri Jul 11 10:11:38 EDT 2003    Ryan McCabe <ryan@numb.org>

    * Really fix the bug with random ident replies.

    * Build fixes (specifically, for Solaris).

Sun Apr 27 16:01:51 EDT 2003    Ryan McCabe <ryan@numb.org>

    * Released as version 2.0.6.

    * Fixed a build problem on some versions of FreeBSD when NAT support
      is included.
        - Problem reported by John Blazek <freebsd@logicalsolutns.com>

    * Made random replies 12 characters long. I guess some programs don't
      like it when they get a 512-byte long random reply.

Wed Apr 23 19:59:42 EDT 2003    Ryan McCabe <ryan@numb.org>

    * Applied patches from henke@insync.net to
        - Improve PRNG seeding and random number selection.

        - Add support for running in the foreground, logging only to stderr,
          and for inetd support and daemontools support.

Thu Feb 13 23:28:14 EST 2003    Ryan McCabe <ryan@numb.org>

    * Make it build again on recent versions of Darwin.

Tue Feb 12 01:30:45 EST 2003    Ryan McCabe <ryan@numb.org>

    * Released as version 2.0.5.

Tue Feb 11 19:04:19 EST 2003    Ryan McCabe <ryan@numb.org>

    * Added support for connection forwarding on recent versions of
      OpenBSD and on FreeBSD when NAT is disabled.

    * Added a patch from Mieczyslaw Nalewaj  <nami@polbox.com> to add
      support for FreeBSD 5.

    * Added a patch from Elliott Mitchell <ehem@m5p.com> to prevent
      memory leaks in parts of the configuration parser.

Thu Jan  9 13:49:15 EST 2003    Ryan McCabe <ryan@numb.org>

    * Added DNAT patch for Linux from Christian Kellner <gicmo@gmx.net>

    * Added a ptch from Krzysztof Ol?dzki <ole@ans.pl> that fixes
      lookups of IPv6 connections.

Sat Aug 24 09:20:43 EDT 2002    Ryan McCabe <ryan@numb.org>

    * Fixed a compile error for older versions of libc on Linux.
        - Thanks to Motohiko Takemura <takemura@pharmaco.crl.hyo-med.ac.jp>

Thu Aug 22 11:44:20 EDT 2002    Ryan McCabe <ryan@numb.org>

    * Cleaned up the connection forwarding code, made connection
      forwarding actually work on BSD.
        - Thanks to Ewen McNeill <ewen@naos.co.nz>

Wed Aug 20 13:21:34 EDT 2002    Ryan McCabe <ryan@numb.org>

    * Released as version 2.0.4.

Wed Aug  7 23:05:56 EDT 2002    Ryan McCabe <ryan@numb.org>

    * Added support for Solaris 9.
        - Thanks to Douglas Palmer <palmer@nyed.uscourts.gov>

    * Use the netlink socket diagnostics interface to look up
      connection owners on Linux, if available.

Wed Jan 30 15:22:39 EST 2002    Ryan McCabe <ryan@numb.org>

    * Added support for Darwin.

Tue Jan 22 16:07:39 EST 2002    Ryan McCabe <ryan@numb.org>

    * Kill the "Address family not supported by protocol" warning
      when running with --debug.

Wed Jan 16 00:25:02 EST 2002    Ryan McCabe <ryan@numb.org>

    * Really fixed forwarding and proxy support on FreeBSD.

    * Fixes for NAT on OpenBSD >= 3.0.

Tue Jan  1 10:17:30 EST 2002    Ryan McCabe <ryan@numb.org>

    * Added support for NetBSD.

    * Fixed a bug in the OpenBSD connection forwarding code.

Sat Dec 29 16:23:52 EST 2001    Ryan McCabe <ryan@numb.org>

    * Released as version 2.0.3.

    * Fixed a bug in the configure script that caused a compile
      error on OpenBSD 3.0.

    * Moved all the OS-specific user lookup functions into the src/kernel
      directory.

Fri Dec 28 12:27:51 EST 2001    Ryan McCabe <ryan@numb.org>

    * Released as version 2.0.2.

    * Fixed a bug in the forwarding code.

Fri Dec 28 02:03:21 EST 2001    Ryan McCabe <ryan@numb.org>

    * Applied a patch from Kamil Andrusz <wizz@mniam.net> adding
      support for OpenBSD >= 3.0 packet filter.

Sun Nov 11 23:24:07 EST 2001    Ryan McCabe <ryan@numb.org>

    * Cleaned up the parsing of $HOME/.oidentd.conf files.

Sat Nov  3 13:33:53 EST 2001    Ryan McCabe <ryan@numb.org>

    * Allow multiple strings after a reply statement, from which
      one of them will be selected randomly.

Mon Oct 29 15:19:30 EST 2001    Ryan McCabe <ryan@numb.org>

    * Added a --limit command-line option.

Wed Oct  3 14:01:46 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Released as version 2.0.1.

    * Fixed a crash that occurred when oidentd reloaded its
      configuration file.

Tue Oct  2 22:03:32 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Only lookup the "_nat_instances" symbol on BSD if the --masq
      option is given.
        - Without this patch, oidentd fails on FreeBSD (at least) if
          NAT support is not compiled into the kernel.

Tue Oct  2 19:48:16 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Blank lines and lines beginning with # (comments) are ignored
      in /etc/oidentd_masq.conf.

Sun Sep 30 12:37:47 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Re-enable NAT support for OpenBSD 2.9 and greater.
        - Eric LeBlanc <inouk@toutatis.igt.net> noted that
          the kernel access method used for earlier OpenBSD
          versions still works for version 2.9.

Sat Sep 29 15:41:47 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Released as version 2.0.0.

    * Fixed a bug that caused freebsd.c to be built instead of
      freebsd4.c when IP masq/NAT is diabled on FreeBSD.

Fri Sep 28 21:00:28 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Removed the debugging code from the FreeBSD NAT handler.
        - Thanks to Steven Nikkel <steven_nikkel@bigfoot.com> for
          making NAT support on FreeBSD possible.

    * Made debugging messages a compile time option.
        - They're only included if configure is passed --enable-debug

Thu Sep 27 12:18:15 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Applied patch from Motohiko Takemura <takemura@pharmaco.crl.hyo-med.ac.jp>
      that fixed a bug in the command-line argument handler.

Mon Sep 24 22:05:00 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Allow oidentd to bind more than one interface returned
      by getaddrinfo().

Wed Sep 19 17:01:05 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Fixed a potential problem with the default port binding mechanism.

Wed Sep 19 14:32:45 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Added a new command-line flag, --config, that is used to specify
      the location of the configuration file.  The default is
      /etc/oidentd.conf.

Tue Sep 18 21:23:13 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Make sure the trailing new line is trimmed from the operating
      system parameter in the /etc/oidentd_masq.conf file.
        - Thanks to Eric LeBlanc <inouk@toutatis.igt.net> for noticing this.

Tue Sep 18 17:19:15 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Fixes for IP masquerading and connection forwarding on OpenBSD
      and FreeBSD.

Tue Sep 18 12:40:57 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Applied a patch that fixes the bug that caused IP masquerading to fail.
        - Fix reported by
          Motohiko Takemura <takemura@pharmaco.crl.hyo-med.ac.jp>
          and Eric LeBlanc <inouk@toutatis.igt.net>

Tue Sep 18 09:35:29 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Applied UDB fixes from Martin Waitz <tali@stud.uni-erlangen.de>

Mon Sep 17 15:29:32 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Added IP masquerade support for FreeBSD.

Mon Sep 17 14:19:49 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Fixed bugs that caused openbsd.c not to compile.

    * Add OpenBSD 2.9 support.
        - Thanks to Stephen Marley <stephen@openkast.com> for access to
          a machine running OpenBSD 2.9.

Fri Sep 14 17:31:07 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Released as version 1.9.9.1

Fri Sep 14 11:43:21 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Merged the --other and --os command-line flags.  See the manual
      page for details.

Tue Sep 11 22:50:47 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Merged fixes from Motohiko Takemura <takemura@pharmaco.crl.hyo-med.ac.jp>
        - Includes fixes for:
            * Typo in the oidentd_masq.conf man file.
            * Bugs with the -f (--forward) command-line flag.
            * Bugs with the -o (--other) command-line flag.
            * Typo that caused the the UDB and forward options to
              use the same bit mask.

Tue Sep  4 10:17:38 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Fix a crash when no configuration file is used.
        - If you saw crashes with oidentd 1.9.9, this will
          fix it.

Tue Sep  4 09:50:33 EDT 2001    Ryan McCabe <ryan@numb.org>

    * IPv4/IPv6 interoperability cleanups.

    * Fixed the configure --enable-ivp6 and --enable-masq options.
        - Thanks to Arkadiusz Miskiewicz <misiek@pld.ORG.PL> for
          input and the bug report concerning the configure flags.

Fri Aug 31 11:43:39 EDT 2001    Ryan McCabe <ryan@numb.org>

    * It's $HOME/.oidentd.conf.  Fix everywhere...

Fri Aug 31 10:26:38 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Fixed Solaris 8 support.
        - Thanks to Carlton Clark <rstark@manatrip.ath.cx> for
          access to his Solaris 8 box.

Wed Aug 29 14:09:59 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Solaris 7 support.

    * Cleaned up the Solaris 2.[456] support.

Tue Aug 28 16:25:30 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Solaris 8 support.

    * Small cleanups.

Tue Aug 28 10:00:10 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Compile fix for systems that have __ss_family instead of ss_family.

Mon Aug 27 16:28:39 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Fix the port binding mechanism.

Mon Aug 27 09:46:06 EDT 2001    Ryan McCabe <ryan@numb.org>

    * autoconf tweaks.

    * Fixed to work with automake 1.5.

Sat Aug 25 10:09:44 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Fixed compile bugs that showed up when you passed configure a
      --srcdir argument.
        - Reported by Frederic L. W. Meunier <0@pervalidus.net>

Fri Aug 24 10:06:05 EDT 2001    Ryan McCabe <ryan@numb.org>

    * Released version 1.9.9