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
/
sys
/
netinet
/
libalias
/
alias_proxy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFP4:
piso
2008-03-06
1
-13
/
+8
*
o Kill EOLWS while I'm here.
maxim
2007-04-30
1
-2
/
+2
*
o Fix strtoul() error conditions check.
maxim
2007-04-30
1
-1
/
+1
*
Do not assign result of (char *) cast to u_char * variable.
kan
2007-04-04
1
-1
/
+1
*
o made in kernel libalias mpsafe
piso
2006-12-15
1
-41
/
+89
*
Summer of Code 2005: improve libalias - part 1 of 2
piso
2006-09-26
1
-9
/
+3
*
Disable checksum processing in LibAlias, when it works as a
glebius
2005-06-27
1
-0
/
+4
*
Add a workaround for 64-bit archs: store unsigned long return value in
glebius
2005-05-06
1
-3
/
+6
*
s/DEBUG/LIBALIAS_DEBUG/, since DEBUG is defined in LINT and
glebius
2005-05-06
1
-2
/
+2
*
More bits for kernel version:
glebius
2005-05-05
1
-1
/
+107
*
Always include alias.h before alias_local.h
glebius
2005-05-05
1
-2
/
+2
*
Fix argument order for bcopy() in last commit.
glebius
2005-05-05
1
-1
/
+1
*
Use bcopy() instead of memmove().
glebius
2005-05-05
1
-1
/
+1
*
Play with includes so that libalias can be compiled both as userland
glebius
2005-05-05
1
-7
/
+17
*
Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an
des
2004-07-06
1
-3
/
+3
*
Make libalias WARNS?=6-clean. This mostly involves renaming variables
des
2004-07-05
1
-10
/
+15
*
Parenthesize return values.
des
2004-07-05
1
-32
/
+32
*
Mechanical whitespace cleanup.
des
2004-07-05
1
-11
/
+11
*
Run through indent(1) so I can read the code without getting a headache.
des
2004-03-16
1
-534
/
+501
*
Mostly mechanical rework of libalias:
phk
2004-01-17
1
-20
/
+23
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-1
/
+1
*
Remove trailing whitespace
brian
2002-07-01
1
-5
/
+5
*
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
*
Add BSD-style copyright headers
brian
2001-06-04
1
-2
/
+28
*
Remove an extraneous declaration.
brian
2001-03-25
1
-1
/
+0
*
Ignore leading witespace in the string given to PacketAliasProxyRule().
brian
2001-01-29
1
-0
/
+1
*
strtok -> strsep (no strtok allowed in libraries)
ache
2000-08-29
1
-3
/
+6
*
Add $FreeBSD$ and spell Eklund properly.
billf
1999-08-29
1
-0
/
+2
*
Add a ``const'' and remove some inconsistent prototype args.
brian
1999-03-24
1
-1
/
+1
*
Remove all diagnostics to stdout/stderr with #ifdef DEBUG
brian
1999-03-09
1
-4
/
+8
*
Version 3.0: January 1, 1999
brian
1999-02-27
1
-0
/
+801