| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=169555
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
kernel module. LibAlias is not aware about checksum offloading,
so the caller should provide checksum calculation. (The only
current consumer is ng_nat(4)). When TCP packet internals has
been changed and it requires checksum recalculation, a cookie
is set in th_x2 field of TCP packet, to inform caller that it
needs to recalculate checksum. This ugly hack would be removed
when LibAlias is made more kernel friendly.
Incremental checksum updates are left as is, since they don't
conflict with offloading.
Approved by: re (scottl)
Notes:
svn path=/head/; revision=147623
|
| |
|
|
|
|
|
| |
temporary variable, check it and then cast to in_addr_t.
Notes:
svn path=/head/; revision=145963
|
| |
|
|
|
|
|
| |
not supported for kernel build.
Notes:
svn path=/head/; revision=145961
|
| |
|
|
|
|
|
|
| |
- copy inet_aton() from libc
- disable getservbyname() lookup and accept only numeric port
Notes:
svn path=/head/; revision=145933
|
| |
|
|
| |
Notes:
svn path=/head/; revision=145932
|
| |
|
|
|
|
|
|
| |
Noticed by: njl
Pointy hat to: glebius
Notes:
svn path=/head/; revision=145930
|
| |
|
|
| |
Notes:
svn path=/head/; revision=145929
|
| |
|
|
|
|
|
| |
library and kernel module.
Notes:
svn path=/head/; revision=145921
|
| |
|
|
|
|
|
|
|
|
| |
{ip,udp,tcp} header and return a void * pointing to the payload (i.e. the
first byte past the end of the header and any required padding). Use them
consistently throughout libalias to a) reduce code duplication, b) improve
code legibility, c) get rid of a bunch of alignment warnings.
Notes:
svn path=/head/; revision=131699
|
| |
|
|
|
|
|
|
|
|
|
|
| |
named link, foo_link or link_foo to lnk, foo_lnk or lnk_foo, fixing
signed / unsigned comparisons, and shoving unused function arguments
under the carpet.
I was hoping WARNS?=6 might reveal more serious problems, and perhaps
the source of the -O2 breakage, but found no smoking gun.
Notes:
svn path=/head/; revision=131614
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131613
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131612
|
| |
|
|
|
|
|
|
| |
The result isn't quite knf, but it's knfer than the original, and far
more consistent.
Notes:
svn path=/head/; revision=127094
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=124621
|
| |
|
|
|
|
|
| |
especially in troff files.
Notes:
svn path=/head/; revision=108533
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99207
|
| |
|
|
|
|
|
| |
Requested by: Charles Mott <cmott@scientech.com>
Notes:
svn path=/head/; revision=85964
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84195
|
| |
|
|
|
|
|
| |
Approved by: Charles Mott <cmott@scientech.com>
Notes:
svn path=/head/; revision=77701
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74768
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71763
|
| |
|
|
|
|
|
| |
add unsigned char cast to ctype macro
Notes:
svn path=/head/; revision=65221
|
| |
|
|
|
|
|
| |
Approved by: brian (well, he approved adding $Id$)
Notes:
svn path=/head/; revision=50597
|
| |
|
|
| |
Notes:
svn path=/head/; revision=45008
|
| |
|
|
|
|
|
| |
Statify functions in alias_nbt.c
Notes:
svn path=/head/; revision=44616
|
|
|
- Transparent proxying support added.
- PPTP redirecting support added based on patches
contributed by Dru Nelson <dnelson@redwoodsoft.com>.
Submitted by: Charles Mott <cmott@srv.net>
Notes:
svn path=/head/; revision=44307
|