aboutsummaryrefslogtreecommitdiff
path: root/lib/libalias
Commit message (Expand)AuthorAgeFilesLines
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-4/+1
* Fix a '&&' that should have been a '&'.Archie Cobbs1999-12-101-1/+1
* Fix several typos.Archie Cobbs1999-12-091-17/+17
* Restore sub-chapters order.Alexey Zelkin1999-11-091-19/+16
* Properly handle the case when either the aliasing or source address ofRuslan Ermilov1999-09-271-26/+66
* ReLink() partial links in FindLinkOut() in the same manner as we do itRuslan Ermilov1999-09-221-7/+15
* Restore previous version of FindLinkIn().Ruslan Ermilov1999-09-211-9/+8
* - Make partially specified permanent links (without `dst_addr' and/orRuslan Ermilov1999-09-211-11/+25
* sys/errno.h -> errno.hBrian Somers1999-09-211-1/+1
* - Optimization to the previous (rev 1.15) commit.Ruslan Ermilov1999-09-101-9/+11
* Handle TCP reset sequence properly.Ruslan Ermilov1999-09-091-2/+2
* Fix typo.Ruslan Ermilov1999-09-081-1/+1
* Add $FreeBSD$ and spell Eklund properly.Bill Fumerola1999-08-297-1/+14
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
* Aallow ppp to work with Nortel Networks Extranet SwitchBrian Somers1999-08-221-0/+6
* Typo: 102 => 192 (PR: docs/13310 - Maxim Sobolev <sobomax@altavista.net>)Tim Vanderhoek1999-08-221-2/+2
* Various man page cleanup:Mike Pritchard1999-08-151-17/+12
* Don't get caught in an infinite recursion when PKT_ALIAS_REVERSEBrian Somers1999-06-222-5/+18
* brucifyBrian Somers1999-05-231-2/+2
* Make incoming packets work as keepalives, too. This should fix problemsEivind Eklund1999-05-201-0/+1
* Add missing ``.''.Brian Somers1999-05-041-1/+1
* Work around an egcs optimizer bug (i386). This should fix the active ftpLuoqi Chen1999-04-211-2/+4
* PacketAliasProxyRule takes a const char *Brian Somers1999-03-251-1/+1
* Add a ``const'' and remove some inconsistent prototype args.Brian Somers1999-03-243-4/+4
* Remove duplicate line.Bill Fumerola1999-03-231-1/+0
* Remove all diagnostics to stdout/stderr with #ifdef DEBUGBrian Somers1999-03-094-22/+54
* Document PacketAliasPptp() and allow it to be disabledBrian Somers1999-03-072-2/+31
* Remove unused function stubs.Brian Somers1999-03-071-77/+0
* Mention that PacketAliasProxyRule() doesn't accept host names,Brian Somers1999-03-071-1/+3
* Document PacketAliasProxyRule() and fix a typo.Brian Somers1999-03-061-1/+88
* Version 3.0: January 1, 1999Brian Somers1999-02-277-98/+1176
* If we can't open alias.log, don't try to write to theBrian Somers1999-01-101-2/+4
* Reviewed by: freebsd-currentMatthew Dillon1998-12-143-44/+192
* Fix a couple of typos.John Polstra1998-11-191-3/+3
* Remove OpenBSD build support - let the Makefile vary perBrian Somers1998-08-311-10/+5
* Add OpenBSD build supportBrian Somers1998-08-301-3/+9
* Add CUSEEME support. This has *not* been tested, norBrian Somers1998-06-244-2/+131
* Quieten gcc 2.8.1Brian Somers1998-06-101-2/+2
* Don't call PunchFWHole() ifdef NO_FW_PUNCHBrian Somers1998-06-063-0/+6
* Spelling corrections.Joseph Koshy1998-06-061-11/+11
* Primary verison of NetBIOS over TCP/IP. Now you can connect WindowsAtsushi Murai1998-05-245-4/+622
* o Support a compile-time -DNO_FW_PUNCH for portabilityBrian Somers1998-04-194-4/+23
* FixedSpellingErrorInAFunctionname.Bruce Evans1998-03-231-2/+2
* 1) in CleanupAliasData, don't nullify entry in linkTableOutBrian Somers1998-02-271-4/+2
* Fixed a missing #include in the synopsis.Bruce Evans1998-01-161-4/+5
* Added prototypes for functions that were documented in libalias.3Bruce Evans1998-01-161-0/+8
* Remove __libalias_version. Ppp no longer uses it.Brian Somers1998-01-141-3/+0
* Remove use of <osreldate.h>.Eivind Eklund1998-01-111-6/+0
* Put back __libalias_version so ppp(8) build again.Steve Price1998-01-101-0/+3
* Sync with ipfw interface change: fw_pts is now part of a union (aAlexander Langer1998-01-101-5/+5