summaryrefslogtreecommitdiffstats
path: root/lib/libalias/alias.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't get caught in an infinite recursion when PKT_ALIAS_REVERSEbrian1999-06-221-4/+12
| | | | | | | | is set. Document PKT_ALIAS_REVERSE. Pointed out by: Jonathan Hanna <jh@cr1003333-a.crdva1.bc.home.com> PR: 12304
* Remove duplicate line.billf1999-03-231-1/+0
| | | | Reviewed by: eivind
* Version 3.0: January 1, 1999brian1999-02-271-44/+198
| | | | | | | | - Transparent proxying support added. - PPTP redirecting support added based on patches contributed by Dru Nelson <dnelson@redwoodsoft.com>. Submitted by: Charles Mott <cmott@srv.net>
* Reviewed by: freebsd-currentdillon1998-12-141-3/+14
| | | | | | | | | Add bounds checking to netbios NS packet resolving code. This should prevent natd from crashing on badly formed netbios packets (as might be heard when the machine is sitting on a cable modem or certain DSL networks), and also closes potential security holes that might have exploited the lack of bounds checking in the previous version of the code.
* Add CUSEEME support. This has *not* been tested, norbrian1998-06-241-0/+7
| | | | | could I find anyone to test it, so please report any problems to me.
* Quieten gcc 2.8.1brian1998-06-101-2/+2
|
* Primary verison of NetBIOS over TCP/IP. Now you can connect Windowsamurai1998-05-241-3/+36
| | | | | | | DOMAIN as DOMAIN user through NAT function. See also RFC1002 for futher detail of SMB structure. Submitted by: Atsushi Murai <amurai@spec.co.jp>
* o Support a compile-time -DNO_FW_PUNCH for portabilitybrian1998-04-191-2/+2
| | | | | | (and those of us that don't want the functionality). o Don't assume sizeof(long) == 4. Ok'd by: Charles Mott <cmott@srv.net>
* Teach libalias to work with IPFW firewalls (controlled by a flag).eivind1998-01-091-10/+28
| | | | | Obtained from: Yes development tree (+ 10 lines of patches from Charles Mott, original libalias author)
* Upgrade to 2.4 (Fix -PKT_ALIAS_UNREGISTERED_ONLY)brian1997-09-061-1/+1
| | | | | | | Submitted by: Charles Mott <cmott@srv.net> Add __libalias_version so that ppp can derive the correct library name for dlopen()
* Update to version 2.2. Only the PacketAlias*()brian1997-08-031-67/+21
| | | | | | functions should now be used. The old 2.1 stuff is there for backwards compatability. Submitted by: Charles Mott <cmott@snake.srv.net>
* Create the alias library. This is currently only used bybrian1997-05-231-0/+1142
ppp (or will be shortly). Natd can now be updated to use this library rather than carrying its own version of the code. Submitted by: Charles Mott <cmott@srv.net>
OpenPOWER on IntegriCloud