aboutsummaryrefslogtreecommitdiff
path: root/lib/libalias
Commit message (Expand)AuthorAgeFilesLines
...
* Deal with aliasing warnings.Dag-Erling Smørgrav2004-03-314-181/+63
* Run through indent(1) so I can read the code without getting a headache.Dag-Erling Smørgrav2004-03-1614-5317/+5233
* Mostly mechanical rework of libalias:Poul-Henning Kamp2004-01-1716-737/+1071
* Grrr...add the Skinny alias code forgotten in the last commit.Joe Marcus Clarke2003-09-231-0/+338
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.Joe Marcus Clarke2003-09-236-1/+30
* Fixed -Wpointer-arith warning.Ruslan Ermilov2003-09-091-1/+1
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-2/+2
* style.Makefile(5)David E. O'Brien2003-08-181-1/+1
* Stage 3 of dynamic root support. Make all the libraries needed to runGordon Tetlow2003-08-171-0/+1
* In the PKT_ALIAS_PROXY_ONLY mode, make sure to preserve theRuslan Ermilov2003-06-131-0/+4
* Removed a couple of .Xo/.Xc that are leftovers of the "ninth-argumentRuslan Ermilov2003-06-131-9/+3
* Clarify that original address and port when doing transparent proxyingRuslan Ermilov2003-06-131-5/+5
* Added myself to the AUTHORS section.Ruslan Ermilov2003-06-131-0/+2
* The .Fn functionPhilippe Charnier2003-06-081-4/+6
* A new API function PacketAliasRedirectDynamic() can be usedRuslan Ermilov2003-06-013-1/+36
* Make the PacketAliasSetAddress() function call optional. If itRuslan Ermilov2003-06-012-11/+18
* style.Makefile(5)David E. O'Brien2003-04-201-7/+6
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-012-2/+2
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
* Don't forget to recalculate the IP checksum of the originalRuslan Ermilov2002-07-231-4/+12
* Move IPFW2 definition before including ip_fw.hLuigi Rizzo2002-07-181-32/+30
* Fix a bug caused by dereferencing an invalid pointer whenLuigi Rizzo2002-07-081-62/+65
* Remove trailing whitespaceBrian Somers2002-07-0110-142/+142
* The new ipfw code.Luigi Rizzo2002-06-271-0/+118
* Avoid unintentional trigraph.Garrett Wollman2002-05-301-1/+1
* Fixed the bug in transparent TCP proxying with the "encode_ip_hdr"Ruslan Ermilov2001-12-181-1/+3
* When servicing an internal FTP server, punch ipfirewall(4) holesRuslan Ermilov2001-11-271-5/+2
* cmott@scientech.com -> cm@linktel.netBrian Somers2001-11-039-10/+10
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-3/+3
* Add __FBSDID's to libaliasMatthew Dillon2001-09-3010-21/+32
* Fixed the bug that prevented communication with FTP servers behindRuslan Ermilov2001-09-211-3/+4
* Added TFTP support.Ruslan Ermilov2001-08-211-0/+9
* Close the "IRC DCC" security breach reported recently on Bugtraq.Ruslan Ermilov2001-08-211-0/+6
* Make the copyright consistent.Brian Somers2001-08-204-12/+0
* Handle snprintf() returning -1Brian Somers2001-08-201-3/+13
* mdoc(7) police:Ruslan Ermilov2001-08-071-4/+2
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Fixed the brain-o in rev. 1.10: the logic check was reversed.Ruslan Ermilov2001-06-271-1/+1
* Add BSD-style copyright headersBrian Somers2001-06-049-17/+253
* Change to a standard BSD-style copyrightBrian Somers2001-06-041-13/+22
* Add an integer field to keep protocol-specific flags with links.Ruslan Ermilov2001-05-303-15/+20
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* Make header files conform to style(9).Brian Somers2001-03-256-326/+311
* Remove an extraneous declaration.Brian Somers2001-03-251-1/+0
* Remove (non-protected) variable names from function prototypes.Brian Somers2001-03-221-7/+5
* Add a few ``const''s to silence some -Wwrite-strings warningsBrian Somers2001-01-291-7/+9
* Ignore leading witespace in the string given to PacketAliasProxyRule().Brian Somers2001-01-291-0/+1
* mdoc(7) police: use the new feature of the An macro.Ruslan Ermilov2000-11-221-24/+14
* Added boolean argument to link searching functions, indicatingRuslan Ermilov2000-10-307-107/+42
* A significant rewrite of PPTP aliasing code.Ruslan Ermilov2000-10-304-151/+265