Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
| | | | | especially in troff files. | ||||
* | Remove trailing whitespace | brian | 2002-07-01 | 1 | -42/+42 |
| | |||||
* | Avoid unintentional trigraph. | wollman | 2002-05-30 | 1 | -1/+1 |
| | |||||
* | Add __FBSDID's to libalias | dillon | 2001-09-30 | 1 | -3/+4 |
| | |||||
* | Change to a standard BSD-style copyright | brian | 2001-06-04 | 1 | -13/+22 |
| | | | | Approved by: Atsushi Murai <amurai@spec.co.jp> | ||||
* | Make header files conform to style(9). | brian | 2001-03-25 | 1 | -3/+3 |
| | | | | | | Reviewed by (*): bde (*) alias_local.h only got a cursory glance. | ||||
* | Grab ADJUST_CHECKSUM() macro from alias_local.h. | ru | 2000-08-31 | 1 | -17/+0 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Remove all diagnostics to stdout/stderr with #ifdef DEBUG | brian | 1999-03-09 | 1 | -18/+16 |
| | | | | Statify functions in alias_nbt.c | ||||
* | Reviewed by: freebsd-current | dillon | 1998-12-14 | 1 | -39/+176 |
| | | | | | | | | | 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. | ||||
* | Primary verison of NetBIOS over TCP/IP. Now you can connect Windows | amurai | 1998-05-24 | 1 | -0/+576 |
DOMAIN as DOMAIN user through NAT function. See also RFC1002 for futher detail of SMB structure. Submitted by: Atsushi Murai <amurai@spec.co.jp> |