summaryrefslogtreecommitdiff
path: root/lib/libalias
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.3.0_cvscvs2svn2001-04-2115-15/+15
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-061-24/+14
* MFC: r1.4: sprinkle some consts aroundKris Kennaway2001-03-051-7/+9
* MFC: r1.6: Ignore leading witespace in the string given to PacketAliasProxyRu...Kris Kennaway2001-03-051-0/+1
* MFC: the latest PPTP and misc fixes.Ruslan Ermilov2000-10-318-271/+307
* MFC: (rev 1.3) fixed the calculations with UDP length.Ruslan Ermilov2000-09-211-2/+2
* MFC: use strtok, eliminate warnings.Jordan K. Hubbard2000-09-203-8/+14
* MFC: latest fixes from -current.Ruslan Ermilov2000-09-145-169/+103
* MFC:John Baldwin2000-08-187-3/+392
* MFC: (rev 1.37) fixed PunchFW code segmentation violation bug.Ruslan Ermilov2000-08-141-5/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-271-0/+427
* MFC: fixed PunchFWHole().Ruslan Ermilov2000-06-271-2/+3
* MFC:Ruslan Ermilov2000-06-279-1017/+1772
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-06-261-0/+279
* MFC: Revert the default behaviour for incoming connections soBrian Somers2000-05-112-3/+3
* MFC: (rev 1.26) Apply TCP_EXPIRE_CONNECTED (86400 seconds) timeout onlyRuslan Ermilov2000-04-171-16/+10
* MFC: Redirect incoming connections to aliasAddress by defaultBrian Somers2000-04-132-15/+26
* MFC: Charles' email addressBrian Somers2000-04-021-1/+1
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-021-1/+2
* -it do, among other things, clear out anyAlfred Perlstein2000-02-281-1/+1
* The flags PKT_ALIAS_PUNCH_FW and PKT_ALIAS_PROXY_ONLY were bothArchie Cobbs2000-02-021-1/+1
* Mention what PKT_ALIAS_PROXY_ONLY does.Brian Somers2000-02-021-1/+6
* 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