Displaying 2 results from an estimated 2 matches for "neosoft".
Did you mean:
geosoft
1995 May 30
1
Announcing FreeBSD 2.0.5 ALPHA!
...ub/FreeBSD
<ftpadmin@ftp.nectec.or.th>
USA ftp://gatekeeper.dec.com/pub/BSD/FreeBSD
<hubbard@gatekeeper.dec.com>
USA ftp://ftp.cybernetics.net/pub/FreeBSD
<michael@Cybernetics.NET>
USA ftp://ftp.neosoft.com/systems/FreeBSD
<smace@NeoSoft.COM>
USA ftp://kryten.atinc.com/pub/FreeBSD
<jmb@kryten.atinc.com>
USA ftp://ftp.dataplex.net/pub/FreeBSD
<rkw@dataplex.net>
Japan ftp://ftp.tokyonet.ad.jp/pub/F...
1999 Jan 04
0
Tripwire mess..
This may be, or may not be a security issue, however, since alot of people
still use tripwire-1.2 or lesser versions(this is what shipped with R.H.
Linux 5.2 at least), they might be interested in following detail:
Chuck Campbell (campbell@neosoft.com) pointed me out that tripwire dies with
coredump on R.H. linux, if it hits a filename containing 128-255 characters.
Playing a bit with debugger I found out that the problem sits around the
line 417:
else if (iscntrl(*pcin)) {
*pcout++ = '\\';
*pcout++ =...