Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-20 | Powered by @mantoya. | Mike Pechkin | |
o) we don't like .Nd without argument, except next line starts with a new tag; millert@ ok | |||
2001-08-20 | Powered by @mantoya. | Mike Pechkin | |
o) fix bogus .Xr usage; millert@ ok. | |||
2001-08-20 | Allow driver to recognize Cyclades 4Y and 8Y cards. | smart | |
Not finished yet, but cleaned up and moved around code for better organization. Inspired by NetBSD and other PCI drivers. From my dmesg: cy1 at pci0 dev 10 function 0 "Cyclades Cyclom-8Y" rev 0x01 | |||
2001-08-20 | Move param.h before systm.h so vax macros are picked up properly. | Hugh Graham | |
2001-08-20 | cope with sa_len < sizeof(struct sockaddr). | Jun-ichiro itojun Hagino | |
From: Patrik Lindergren <patrik@datacom.nu> | |||
2001-08-20 | cope with negative return value from snprintf. | Jun-ichiro itojun Hagino | |
2001-08-20 | use snprintf, not sprintf. sync with kame | Jun-ichiro itojun Hagino | |
2001-08-20 | When attempting to change the default route under FreeBSD, don't write | brian | |
the gateway and mask to the routing socket, otherwise the update fails. The code here was broken for FreeBSD when IPv6 support was added, but worked for OpenBSD. OpenBSD expects the gateway and mask to be supplied and fails the update otherwise. | |||
2001-08-19 | The end of old timeouts is near... | Miod Vallat | |
2001-08-19 | Add IPv6 support. | brian | |
IPV6CP support is crude for now, and hasn't been tested against any other implementations. RADIUS and IPv6 are independent of eachother for now. ppp.linkup/ppp.linkdown aren't currently used by IPV6CP Understand all protocols(5) in filter rules rather than only a select few. Allow a mask specification for the ``delete'' command. It's now possible to specifically delete one of two conflicting routes. When creating and deleting proxy arp entries, do it for all IPv4 interface addresses rather than doing it just for the ``current'' peer address. When iface-alias isn't in effect, don't blow away manually (via ``iface add'') added interface addresses. When listening on a tcp server (diagnostic) socket, bind so that a tcp46 socket is created -- allowing both IPv4 and IPv6 connections. When displaying ICMP traffic, don't display the icmp type twice. When display traffic, display at least some information about unrecognised traffic. Bump version | |||
2001-08-19 | Knowledge about sparc68/ppc endianess. Who knows where oldish a.out files | Marc Espie | |
may come from ? | |||
2001-08-19 | If primes(6) will generate 32-bit primes, factor should factor 64-bit numbers. | Paul Janzen | |
2001-08-19 | -Wall fix, typo fix, and better includes | Paul Janzen | |
2001-08-19 | Typo. | Miod Vallat | |
2001-08-19 | remove unused bits and pieces. | Brad Smith | |
-- Ok'd by art@ | |||
2001-08-19 | unsmokecrack - thanks millert | Bob Beck | |
2001-08-19 | add missing #include <err.h> in non-KRB5 case | Todd C. Miller | |
2001-08-19 | Add new ioctls for adding/removing RDR and NAT rules to/from the active | Daniel Hartmeier | |
rule sets. | |||
2001-08-19 | elf64, not elf. | Artur Grabowski | |
2001-08-19 | _NLIST_DO_ELF and _KERN_DO_ELF are needed too. | Artur Grabowski | |
This really needs a cleanup. | |||
2001-08-19 | NATIVE_EXEC_ELF | Artur Grabowski | |
2001-08-19 | more NBPG -> PAGE_SIZE renames. | Dale Rahn | |
2001-08-19 | Quick optimization of pf_tree_key_compare (should half the instruction count) | Mike Frantzen | |
2001-08-19 | KNF | smart | |
2001-08-19 | make obj in hppa always | Michael Shalayeff | |
2001-08-19 | either way this is what i'm using now | Michael Shalayeff | |
2001-08-19 | do not spin if no states are found | Theo de Raadt | |
2001-08-19 | shorter | Artur Grabowski | |
2001-08-19 | Make more money for mickey (count entire IP packets for statistics, not just | Daniel Hartmeier | |
inner data). | |||
2001-08-19 | remove some dead code. | Artur Grabowski | |
2001-08-19 | err/warn and knf | Michael Shalayeff | |
2001-08-19 | Document per-rule byte counter. | Daniel Hartmeier | |
2001-08-19 | first pass at some cleanup here | Eric Jackson | |
- use standard functions,, dont roll our own (strdup, strcasecmp, etc) - style(9) - share common headers.. more readable. doesnt address some of the other problems (cacheing), yet | |||
2001-08-19 | Change from completly broken to just crippled. | Artur Grabowski | |
2001-08-19 | mmioctl | Artur Grabowski | |
2001-08-19 | Yet another batch of improvements and un-fuckups to the TCP state code. | Mike Frantzen | |
Improved the state miss debug messages to cover the new checks. | |||
2001-08-19 | ddb on powerpc does not have ``machine'' commands, so don't lie. | Miod Vallat | |
2001-08-19 | Add per-rule byte counter, so mickey can do accounting. We're counting the | Daniel Hartmeier | |
data part (without IP and TCP/UDP/ICMP headers), like the state counter does. | |||
2001-08-19 | use err/errx, spaces | Michael Shalayeff | |
2001-08-19 | scsi, no devices yet. | Artur Grabowski | |
2001-08-19 | dk_establish | Artur Grabowski | |
2001-08-19 | strlcpy and strlcat | Artur Grabowski | |
2001-08-19 | correct the logic. | Artur Grabowski | |
2001-08-19 | Document per-rule statistics. If the evaluation counters look funny, | Daniel Hartmeier | |
think skip steps. | |||
2001-08-19 | Better file change detection: | Todd C. Miller | |
o when copying to temp file set utimes on temp file equal to original o use st_mtimespec instead of st_mtime for better granularity | |||
2001-08-19 | $%&@#! | Artur Grabowski | |
2001-08-19 | Prevent section leak in conf space. | Angelos D. Keromytis | |
2001-08-19 | decruftify with prejudice | Bob Beck | |
2001-08-19 | SYSV stuff | Artur Grabowski | |
2001-08-19 | Print per-rule statistics when -v is used with -sr (show rules). | Daniel Hartmeier | |