index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libalias
/
alias.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix outgoing ICMP on global instance.
phk
2004-08-14
1
-5
/
+5
*
Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an
des
2004-07-06
1
-22
/
+22
*
Rewrite twowords() to access its argument through a char pointer and not
des
2004-07-06
1
-3
/
+10
*
Make libalias WARNS?=6-clean. This mostly involves renaming variables
des
2004-07-05
1
-124
/
+129
*
Parenthesize return values.
des
2004-07-05
1
-11
/
+11
*
Mechanical whitespace cleanup.
des
2004-07-05
1
-42
/
+42
*
Add LibAliasOutTry() which checks a packet for a hit in the tables, but
phk
2004-07-04
1
-16
/
+28
*
Unbreak natd.
deischen
2004-04-02
1
-0
/
+1
*
Deal with aliasing warnings.
des
2004-03-31
1
-172
/
+57
*
Run through indent(1) so I can read the code without getting a headache.
des
2004-03-16
1
-1045
/
+976
*
Mostly mechanical rework of libalias:
phk
2004-01-17
1
-121
/
+121
*
Add Cisco Skinny Station protocol support to libalias, natd, and ppp.
marcus
2003-09-23
1
-0
/
+6
*
In the PKT_ALIAS_PROXY_ONLY mode, make sure to preserve the
ru
2003-06-13
1
-0
/
+4
*
Don't forget to recalculate the IP checksum of the original
ru
2002-07-23
1
-4
/
+12
*
Remove trailing whitespace
brian
2002-07-01
1
-23
/
+23
*
Fixed the bug in transparent TCP proxying with the "encode_ip_hdr"
ru
2001-12-18
1
-1
/
+3
*
cmott@scientech.com -> cm@linktel.net
brian
2001-11-03
1
-1
/
+1
*
Add __FBSDID's to libalias
dillon
2001-09-30
1
-2
/
+3
*
Added TFTP support.
ru
2001-08-21
1
-0
/
+9
*
Make the copyright consistent.
brian
2001-08-20
1
-3
/
+0
*
Add BSD-style copyright headers
brian
2001-06-04
1
-2
/
+29
*
Make header files conform to style(9).
brian
2001-03-25
1
-13
/
+15
*
Added boolean argument to link searching functions, indicating
ru
2000-10-30
1
-17
/
+18
*
A significant rewrite of PPTP aliasing code.
ru
2000-10-30
1
-39
/
+12
*
A bit of indentation reformatting.
ru
2000-10-02
1
-33
/
+21
*
Match IPPROTO_ICMP with IP protocol field of the original IP
ru
2000-09-01
1
-2
/
+2
*
Changed the way we handle outgoing ICMP error messages -- do
ru
2000-09-01
1
-12
/
+22
*
Create aliasing links for incoming ICMP echo/timestamp requests.
ru
2000-08-31
1
-46
/
+10
*
Add address translation support for RTSP/RTP used by RealPlayer and
archie
2000-07-26
1
-1
/
+134
*
Added true support for PPTP aliasing. Some nice features include:
ru
2000-06-20
1
-7
/
+52
*
Replace PacketAliasRedirectPptp() (which had nothing specific
ru
2000-04-28
1
-20
/
+14
*
Add support for multiple PPTP sessions:
ru
2000-04-18
1
-31
/
+52
*
- Remove unused includes.
ru
2000-04-05
1
-24
/
+96
*
- Optimization to the previous (rev 1.15) commit.
ru
1999-09-10
1
-9
/
+11
*
Handle TCP reset sequence properly.
ru
1999-09-09
1
-2
/
+2
*
Add $FreeBSD$ and spell Eklund properly.
billf
1999-08-29
1
-0
/
+1
*
Aallow ppp to work with Nortel Networks Extranet Switch
brian
1999-08-22
1
-0
/
+6
*
Don't get caught in an infinite recursion when PKT_ALIAS_REVERSE
brian
1999-06-22
1
-4
/
+12
*
Remove duplicate line.
billf
1999-03-23
1
-1
/
+0
*
Version 3.0: January 1, 1999
brian
1999-02-27
1
-44
/
+198
*
Reviewed by: freebsd-current
dillon
1998-12-14
1
-3
/
+14
*
Add CUSEEME support. This has *not* been tested, nor
brian
1998-06-24
1
-0
/
+7
*
Quieten gcc 2.8.1
brian
1998-06-10
1
-2
/
+2
*
Primary verison of NetBIOS over TCP/IP. Now you can connect Windows
amurai
1998-05-24
1
-3
/
+36
*
o Support a compile-time -DNO_FW_PUNCH for portability
brian
1998-04-19
1
-2
/
+2
*
Teach libalias to work with IPFW firewalls (controlled by a flag).
eivind
1998-01-09
1
-10
/
+28
*
Upgrade to 2.4 (Fix -PKT_ALIAS_UNREGISTERED_ONLY)
brian
1997-09-06
1
-1
/
+1
*
Update to version 2.2. Only the PacketAlias*()
brian
1997-08-03
1
-67
/
+21
*
Create the alias library. This is currently only used by
brian
1997-05-23
1
-0
/
+1142