Dag-Erling Smørgrav
2871c50186
Deal with aliasing warnings.
...
Reviewed by: ru
Approved by: silence on the lists
2004-03-31 21:32:58 +00:00
Dag-Erling Smørgrav
f0f93429cf
Run through indent(1) so I can read the code without getting a headache.
...
The result isn't quite knf, but it's knfer than the original, and far
more consistent.
2004-03-16 21:30:41 +00:00
Poul-Henning Kamp
5e289f9eb6
Mostly mechanical rework of libalias:
...
Makes it possible to have multiple packet aliasing instances in a
single process by moving all static and global variables into an
instance structure called "struct libalias".
Redefine a new API based on s/PacketAlias/LibAlias/g
Add new "instance" argument to all functions in the new API.
Implement old API in terms of the new API.
2004-01-17 10:52:21 +00:00
Brian Somers
27cc91fbf8
Remove trailing whitespace
2002-07-01 11:19:40 +00:00
Brian Somers
e83aaae350
cmott@scientech.com -> cm@linktel.net
...
Requested by: Charles Mott <cmott@scientech.com>
2001-11-03 11:34:09 +00:00
Matthew Dillon
e2505aa676
Add __FBSDID's to libalias
2001-09-30 21:03:33 +00:00
Brian Somers
f987e1bd0f
Add BSD-style copyright headers
...
Approved by: Charles Mott <cmott@scientech.com>
2001-06-04 15:09:51 +00:00
Ruslan Ermilov
91cc2995af
Minor spelling fixes.
2000-04-05 07:45:39 +00:00
Bill Fumerola
a5a388c7ab
Add $FreeBSD$ and spell Eklund properly.
...
Approved by: brian (well, he approved adding $Id$)
1999-08-29 23:17:04 +00:00
Luoqi Chen
46d28b4462
Work around an egcs optimizer bug (i386). This should fix the active ftp
...
hang problem. A bug report has been sent to cygnus.
1999-04-21 21:28:01 +00:00
Brian Somers
3efa11bb71
Update to version 2.2. Only the PacketAlias*()
...
functions should now be used. The old 2.1 stuff is
there for backwards compatability.
Submitted by: Charles Mott <cmott@snake.srv.net>
1997-08-03 18:20:03 +00:00
Brian Somers
3b160b8b6e
Create the alias library. This is currently only used by
...
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>
1997-05-23 04:41:31 +00:00