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_db.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Make the copyright consistent.
brian
2001-08-20
1
-3
/
+0
*
Add BSD-style copyright headers
brian
2001-06-04
1
-3
/
+31
*
Add an integer field to keep protocol-specific flags with links.
ru
2001-05-30
1
-9
/
+7
*
Make header files conform to style(9).
brian
2001-03-25
1
-6
/
+8
*
Added boolean argument to link searching functions, indicating
ru
2000-10-30
1
-73
/
+14
*
A significant rewrite of PPTP aliasing code.
ru
2000-10-30
1
-56
/
+111
*
A failure to allocate memory for auxiliary TCP data is now fatal.
ru
2000-10-19
1
-16
/
+15
*
Create aliasing links for incoming ICMP echo/timestamp requests.
ru
2000-08-31
1
-1
/
+14
*
Fixed PunchFW code segmentation violation bug.
ru
2000-08-14
1
-5
/
+4
*
Use queue(3) LIST_* macros for doubly-linked lists.
ru
2000-08-14
1
-65
/
+18
*
Add address translation support for RTSP/RTP used by RealPlayer and
archie
2000-07-26
1
-0
/
+213
*
Fixed PunchFWHole():
ru
2000-06-27
1
-2
/
+3
*
- Removed PacketAliasPptp() API function.
ru
2000-06-20
1
-14
/
+0
*
Added true support for PPTP aliasing. Some nice features include:
ru
2000-06-20
1
-3
/
+71
*
- Added support for passive mode FTP by aliasing 227 replies.
ru
2000-06-14
1
-0
/
+19
*
Revert the default behaviour for incoming connections so
brian
2000-05-11
1
-1
/
+1
*
Replace PacketAliasRedirectPptp() (which had nothing specific
ru
2000-04-28
1
-55
/
+58
*
Load Sharing using IP Network Address Translation (RFC 2391, LSNAT).
ru
2000-04-27
1
-27
/
+85
*
Add support for multiple PPTP sessions:
ru
2000-04-18
1
-40
/
+122
*
Apply TCP_EXPIRE_CONNECTED (86400 seconds) timeout only to established
ru
2000-04-14
1
-16
/
+10
*
Make partially specified permanent links without `dst_addr'
ru
2000-04-12
1
-11
/
+15
*
Allow PacketAliasSetTarget() to be passed the following:
brian
2000-03-31
1
-12
/
+14
*
When an incoming packet is received that is not specifically
brian
2000-03-31
1
-1
/
+1
*
Make _FindLinkIn() static and only define GetDestPort when
brian
2000-03-19
1
-2
/
+4
*
Fix a '&&' that should have been a '&'.
archie
1999-12-10
1
-1
/
+1
*
Properly handle the case when either the aliasing or source address of
ru
1999-09-27
1
-26
/
+66
*
ReLink() partial links in FindLinkOut() in the same manner as we do it
ru
1999-09-22
1
-7
/
+15
*
Restore previous version of FindLinkIn().
ru
1999-09-21
1
-9
/
+8
*
- Make partially specified permanent links (without `dst_addr' and/or
ru
1999-09-21
1
-11
/
+25
*
sys/errno.h -> errno.h
brian
1999-09-21
1
-1
/
+1
*
Add $FreeBSD$ and spell Eklund properly.
billf
1999-08-29
1
-0
/
+2
*
Make incoming packets work as keepalives, too. This should fix problems
eivind
1999-05-20
1
-0
/
+1
*
Remove all diagnostics to stdout/stderr with #ifdef DEBUG
brian
1999-03-09
1
-0
/
+28
*
Document PacketAliasPptp() and allow it to be disabled
brian
1999-03-07
1
-2
/
+1
*
Version 3.0: January 1, 1999
brian
1999-02-27
1
-23
/
+85
*
If we can't open alias.log, don't try to write to the
brian
1999-01-10
1
-2
/
+4
*
o Support a compile-time -DNO_FW_PUNCH for portability
brian
1998-04-19
1
-0
/
+15
*
1) in CleanupAliasData, don't nullify entry in linkTableOut
brian
1998-02-27
1
-4
/
+2
*
Remove use of <osreldate.h>.
eivind
1998-01-11
1
-6
/
+0
*
Sync with ipfw interface change: fw_pts is now part of a union (a
alex
1998-01-10
1
-5
/
+5
*
include <net/if.h> and restore this to sanity.
jkh
1998-01-10
1
-0
/
+1
*
Teach libalias to work with IPFW firewalls (controlled by a flag).
eivind
1998-01-09
1
-66
/
+357
*
Fix file descriptor leak.
brian
1997-08-11
1
-0
/
+1
*
Update to version 2.2. Only the PacketAlias*()
brian
1997-08-03
1
-87
/
+54
*
Create the alias library. This is currently only used by
brian
1997-05-23
1
-0
/
+1972