History log of /freebsd/sys/netinet/libalias/alias_nbt.c (Results 51 – 65 of 65)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0
# 9fa0fd26 06-Jul-2004 Dag-Erling Smørgrav <des@FreeBSD.org>

Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an
{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 requi

Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an
{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.

show more ...


# ed01a582 05-Jul-2004 Dag-Erling Smørgrav <des@FreeBSD.org>

Make libalias WARNS?=6-clean. This mostly involves renaming variables
named link, foo_link or link_foo to lnk, foo_lnk or lnk_foo, fixing
signed / unsigned comparisons, and shoving unused function a

Make libalias WARNS?=6-clean. This mostly involves renaming variables
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.

show more ...


Revision tags: release/4.10.0_cvs, release/4.10.0
# f0f93429 16-Mar-2004 Dag-Erling Smørgrav <des@FreeBSD.org>

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.


Revision tags: release/5.2.1_cvs, release/5.2.1
# 5e289f9e 17-Jan-2004 Poul-Henning Kamp <phk@FreeBSD.org>

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 "st

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.

show more ...


Revision tags: release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0
# 9d5abbdd 01-Jan-2003 Jens Schweikhardt <schweikh@FreeBSD.org>

Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
especially in troff files.


Revision tags: release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs
# 27cc91fb 01-Jul-2002 Brian Somers <brian@FreeBSD.org>

Remove trailing whitespace


# c7c5d95d 30-May-2002 Garrett Wollman <wollman@FreeBSD.org>

Avoid unintentional trigraph.


Revision tags: release/4.5.0_cvs, release/4.4.0_cvs
# e2505aa6 30-Sep-2001 Matthew Dillon <dillon@FreeBSD.org>

Add __FBSDID's to libalias


# 888b1a7a 04-Jun-2001 Brian Somers <brian@FreeBSD.org>

Change to a standard BSD-style copyright

Approved by: Atsushi Murai <amurai@spec.co.jp>


Revision tags: release/4.3.0_cvs, release/4.3.0
# 71593f95 25-Mar-2001 Brian Somers <brian@FreeBSD.org>

Make header files conform to style(9).

Reviewed by (*): bde

(*) alias_local.h only got a cursory glance.


Revision tags: release/4.2.0, release/4.1.1_cvs
# 0ac30853 31-Aug-2000 Ruslan Ermilov <ru@FreeBSD.org>

Grab ADJUST_CHECKSUM() macro from alias_local.h.


Revision tags: release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs
# 7f3dea24 28-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


Revision tags: release/3.2.0
# 4c32f5d2 10-Mar-1999 Brian Somers <brian@FreeBSD.org>

Remove all diagnostics to stdout/stderr with #ifdef DEBUG
Statify functions in alias_nbt.c


Revision tags: release/3.1.0, release/3.0.0, release/2.2.8
# 374fad8b 14-Dec-1998 Matthew Dillon <dillon@FreeBSD.org>

Reviewed by: freebsd-current

Add bounds checking to netbios NS packet resolving code. This should
prevent natd from crashing on badly formed netbios packets (as might be
heard when the

Reviewed by: freebsd-current

Add bounds checking to netbios NS packet resolving code. This should
prevent natd from crashing on badly formed netbios packets (as might be
heard when the machine is sitting on a cable modem or certain DSL
networks), and also closes potential security holes that might have
exploited the lack of bounds checking in the previous version of the
code.

show more ...


Revision tags: release/2.2.7
# fb9cd36d 24-May-1998 Atsushi Murai <amurai@FreeBSD.org>

Primary verison of NetBIOS over TCP/IP. Now you can connect Windows
DOMAIN as DOMAIN user through NAT function. See also RFC1002 for
futher detail of SMB structure.

Submitted by: Atsushi Murai <amur

Primary verison of NetBIOS over TCP/IP. Now you can connect Windows
DOMAIN as DOMAIN user through NAT function. See also RFC1002 for
futher detail of SMB structure.

Submitted by: Atsushi Murai <amurai@spec.co.jp>

show more ...


123