summaryrefslogtreecommitdiffstats
path: root/lib/libalias/alias_local.h
Commit message (Collapse)AuthorAgeFilesLines
* Reviewed by: freebsd-currentdillon1998-12-141-2/+2
| | | | | | | | | 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/+2
| | | | | could I find anyone to test it, so please report any problems to me.
* Don't call PunchFWHole() ifdef NO_FW_PUNCHbrian1998-06-061-0/+2
| | | | Pointed out by: "Steve Sims" <SimsS@IBM.Net>
* Primary verison of NetBIOS over TCP/IP. Now you can connect Windowsamurai1998-05-241-0/+4
| | | | | | | DOMAIN as DOMAIN user through NAT function. See also RFC1002 for futher detail of SMB structure. Submitted by: Atsushi Murai <amurai@spec.co.jp>
* Teach libalias to work with IPFW firewalls (controlled by a flag).eivind1998-01-091-4/+10
| | | | | Obtained from: Yes development tree (+ 10 lines of patches from Charles Mott, original libalias author)
* Update to version 2.2. Only the PacketAlias*()brian1997-08-031-4/+6
| | | | | | 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/+91
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