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
|
Sat Dec 29 16:23:52 EST 2001 Ryan McCabe <odin@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 <odin@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 <odin@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 <odin@numb.org>
* Cleaned up the parsing of $HOME/.oidentd.conf files.
Sat Nov 3 13:33:53 EST 2001 Ryan McCabe <odin@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 <odin@numb.org>
* Added a --limit command-line option.
Wed Oct 3 14:01:46 EDT 2001 Ryan McCabe <odin@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 <odin@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 <odin@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 <odin@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 <odin@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 <odin@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 <odin@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 <odin@numb.org>
* Allow oidentd to bind more than one interface returned
by getaddrinfo().
Wed Sep 19 17:01:05 EDT 2001 Ryan McCabe <odin@numb.org>
* Fixed a potential problem with the default port binding mechanism.
Wed Sep 19 14:32:45 EDT 2001 Ryan McCabe <odin@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 <odin@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 <odin@numb.org>
* Fixes for IP masquerading and connection forwarding on OpenBSD
and FreeBSD.
Tue Sep 18 12:40:57 EDT 2001 Ryan McCabe <odin@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 <odin@numb.org>
* Applied UDB fixes from Martin Waitz <tali@stud.uni-erlangen.de>
Mon Sep 17 15:29:32 EDT 2001 Ryan McCabe <odin@numb.org>
* Added IP masquerade support for FreeBSD.
Mon Sep 17 14:19:49 EDT 2001 Ryan McCabe <odin@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 <odin@numb.org>
* Released as version 1.9.9.1
Fri Sep 14 11:43:21 EDT 2001 Ryan McCabe <odin@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 <odin@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 <odin@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 <odin@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 <odin@numb.org>
* It's $HOME/.oidentd.conf. Fix everywhere...
Fri Aug 31 10:26:38 EDT 2001 Ryan McCabe <odin@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 <odin@numb.org>
* Solaris 7 support.
* Cleaned up the Solaris 2.[456] support.
Tue Aug 28 16:25:30 EDT 2001 Ryan McCabe <odin@numb.org>
* Solaris 8 support.
* Small cleanups.
Tue Aug 28 10:00:10 EDT 2001 Ryan McCabe <odin@numb.org>
* Compile fix for systems that have __ss_family instead of ss_family.
Mon Aug 27 16:28:39 EDT 2001 Ryan McCabe <odin@numb.org>
* Fix the port binding mechanism.
Mon Aug 27 09:46:06 EDT 2001 Ryan McCabe <odin@numb.org>
* autoconf tweaks.
* Fixed to work with automake 1.5.
Sat Aug 25 10:09:44 EDT 2001 Ryan McCabe <odin@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 <odin@numb.org>
* Released version 1.9.9
|