aboutsummaryrefslogtreecommitdiff
path: root/lib/libalias
Commit message (Collapse)AuthorAgeFilesLines
* Remove OpenBSD build support - let the Makefile vary perBrian Somers1998-08-311-10/+5
| | | | | | | | | | | OS rather than making it a mess and potentially screwing up cross builds. Suggested by: bde Add Id keyword. Notes: svn path=/head/; revision=38681
* Add OpenBSD build supportBrian Somers1998-08-301-3/+9
| | | | Notes: svn path=/head/; revision=38663
* Add CUSEEME support. This has *not* been tested, norBrian Somers1998-06-244-2/+131
| | | | | | | | could I find anyone to test it, so please report any problems to me. Notes: svn path=/head/; revision=37131
* Quieten gcc 2.8.1Brian Somers1998-06-101-2/+2
| | | | Notes: svn path=/head/; revision=36834
* Don't call PunchFWHole() ifdef NO_FW_PUNCHBrian Somers1998-06-063-0/+6
| | | | | | | Pointed out by: "Steve Sims" <SimsS@IBM.Net> Notes: svn path=/head/; revision=36711
* Spelling corrections.Joseph Koshy1998-06-061-11/+11
| | | | | | | | PR: 6868 Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=36692
* Primary verison of NetBIOS over TCP/IP. Now you can connect WindowsAtsushi Murai1998-05-245-4/+622
| | | | | | | | | | DOMAIN as DOMAIN user through NAT function. See also RFC1002 for futher detail of SMB structure. Submitted by: Atsushi Murai <amurai@spec.co.jp> Notes: svn path=/head/; revision=36321
* o Support a compile-time -DNO_FW_PUNCH for portabilityBrian Somers1998-04-194-4/+23
| | | | | | | | | (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> Notes: svn path=/head/; revision=35314
* FixedSpellingErrorInAFunctionname.Bruce Evans1998-03-231-2/+2
| | | | Notes: svn path=/head/; revision=34815
* 1) in CleanupAliasData, don't nullify entry in linkTableOutBrian Somers1998-02-271-4/+2
| | | | | | | | | | | | | | | | | since there might be permanent entries still left after calls to DeleteLink (it will be nullified by DeleteLink if all entries are deleted, won't it ?) 2) in PacketAliasSetAddress, set the aliasing address even when PKT_ALIAS_RESET_ON_ADDR_CHANGE is in effect. Just don't clean up links in this case. Submitted by: Ari Suutari <ari@suutari.iki.fi> via: Charles Mott <cmott@srv.net> PR: 5041 Notes: svn path=/head/; revision=33897
* Fixed a missing #include in the synopsis.Bruce Evans1998-01-161-4/+5
| | | | | | | | | | Fixed some wrong prototypes. Fixed a misspelled function name. The owner of this file should add a copyright and an Id. Notes: svn path=/head/; revision=32561
* Added prototypes for functions that were documented in libalias.3Bruce Evans1998-01-161-0/+8
| | | | | | | but not prototyped here. Notes: svn path=/head/; revision=32560
* Remove __libalias_version. Ppp no longer uses it.Brian Somers1998-01-141-3/+0
| | | | Notes: svn path=/head/; revision=32498
* Remove use of <osreldate.h>.Eivind Eklund1998-01-111-6/+0
| | | | | | | Screwed up by: myself Notes: svn path=/head/; revision=32443
* Put back __libalias_version so ppp(8) build again.Steve Price1998-01-101-0/+3
| | | | Notes: svn path=/head/; revision=32398
* Sync with ipfw interface change: fw_pts is now part of a union (aAlexander Langer1998-01-101-5/+5
| | | | | | | necessary evil due to the 108 byte setsockopt() limit). Notes: svn path=/head/; revision=32396
* include <net/if.h> and restore this to sanity.Jordan K. Hubbard1998-01-101-0/+1
| | | | Notes: svn path=/head/; revision=32392
* Teach libalias to work with IPFW firewalls (controlled by a flag).Eivind Eklund1998-01-099-93/+475
| | | | | | | | Obtained from: Yes development tree (+ 10 lines of patches from Charles Mott, original libalias author) Notes: svn path=/head/; revision=32377
* Upgrade to 2.4 (Fix -PKT_ALIAS_UNREGISTERED_ONLY)Brian Somers1997-09-065-4/+17
| | | | | | | | | | Submitted by: Charles Mott <cmott@srv.net> Add __libalias_version so that ppp can derive the correct library name for dlopen() Notes: svn path=/head/; revision=29162
* Fix file descriptor leak.Brian Somers1997-08-114-2/+11
| | | | | | | | Submitted by: Charles Mott <cmott@srv.net> Identified by: Gordon Burditt Notes: svn path=/head/; revision=28084
* Update to version 2.2. Only the PacketAlias*()Brian Somers1997-08-039-196/+1071
| | | | | | | | | functions should now be used. The old 2.1 stuff is there for backwards compatability. Submitted by: Charles Mott <cmott@snake.srv.net> Notes: svn path=/head/; revision=27864
* Create the alias library. This is currently only used byBrian Somers1997-05-238-0/+3984
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> Notes: svn path=/cvs2svn/branches/CMOTT/; revision=26026