Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-25 | Handle responder cookies same as initiator cookies. | Hakan Olsson | |
2001-06-24 | do not refer uninitialized var | Jun-ichiro itojun Hagino | |
2001-06-24 | printf string fix | Jun-ichiro itojun Hagino | |
2001-06-24 | bye bye, with prejudice | Theo de Raadt | |
2001-06-24 | remove assumption that protocol header follows the ip header. | Jun-ichiro itojun Hagino | |
always pass "off" around. pull_hdr: remove asumption that ip header is on the top of mbuf. we use pull_hdr on icmp payload (= original ip packet) parsing. avoid mbuf overrun on icmp parsing. never use pointer operations to get the pointer to next header. | |||
2001-06-24 | bye bye | Theo de Raadt | |
2001-06-24 | remove double space after comma | jasoni | |
2001-06-24 | bye bye | Hans Insulander | |
2001-06-24 | More descriptive panic messages, sync with NetBSD | Angelos D. Keromytis | |
2001-06-24 | ioctlbuffer renamed. | Artur Grabowski | |
2001-06-24 | rename ioctlbuffer to pfioc. | Artur Grabowski | |
2001-06-24 | make it compile w/o pf | Michael Shalayeff | |
2001-06-24 | Import in_cksum_phdr() and in_cksum_addword() from NetBSD. | Angelos D. Keromytis | |
2001-06-24 | Sync in4_cksum() with NetBSD, and change its use in in_delayed_cksum. | Angelos D. Keromytis | |
2001-06-24 | Rename login_krb-or-pwd to login_krb4-or-pwd | Hans Insulander | |
2001-06-24 | Add the pf device for the shiny new packet filter | Kjell Wooding | |
2001-06-24 | typo; mason | Theo de Raadt | |
2001-06-24 | Import in_delayed_cksum() and convert to using it; also, don't do | Angelos D. Keromytis | |
TCP/UDP HW checksumming if doing IP fragmentation. From NetBSD | |||
2001-06-24 | Update to reflect new names. | Hans Insulander | |
2001-06-24 | Rename login_krb-or-pwd to login_krb4-or-pwd | Hans Insulander | |
2001-06-24 | add i2o stubs | Michael Shalayeff | |
2001-06-24 | yet another old M: missing SUDO i includes target | Niklas Hallqvist | |
2001-06-24 | -Warn cleanups for powerpc, still not done. | Dale Rahn | |
2001-06-24 | u_long/u_short and memcpy/memset changes | Daniel Hartmeier | |
2001-06-24 | Add prototypes for softnet, ofrootfound. | Dale Rahn | |
Code cleanup for pmap headers. | |||
2001-06-24 | Rename login_kerberos to login_krb4 | Hans Insulander | |
2001-06-24 | fix error returns from open and close | Artur Grabowski | |
2001-06-24 | add akbd_cnattach() prototype. | Dale Rahn | |
2001-06-24 | some KNF | Niels Provos | |
2001-06-24 | some KNF | Niels Provos | |
2001-06-24 | match changes in header files | Theo de Raadt | |
2001-06-24 | print mtu of tdb if discovered | Niels Provos | |
2001-06-24 | Allow mmap to map the vga memory/register at the physical address, | Dale Rahn | |
if the program has read the physical address out of the pci config space. | |||
2001-06-24 | more attempts at cleanup | Theo de Raadt | |
2001-06-24 | Remove printfs, fix comment typos. | Angelos D. Keromytis | |
2001-06-24 | - vlan_input_tag() takes 2 args now. | Federico G. Schwindt | |
- use ether_input_mbuf(). | |||
2001-06-24 | - redefine vlan_input_tag to take mbuf * and tag only | Jason Wright | |
- call ether_input_mbuf() instead of ether_input() - most work done by fgsch | |||
2001-06-24 | Save tdb_remote_auth on the PCB on latching; also save information on | Angelos D. Keromytis | |
UDP PCB's if the socket is connected. | |||
2001-06-24 | Use pool for state, tree, nat, rdr, etc. | Artur Grabowski | |
Remove some unnecessary printfs. | |||
2001-06-24 | Program the address filter in vr_init(). Apparently the rhine cards are smart | Aaron Campbell | |
enough to read their own Ethernet address from the EEPROM and program their unicast filters automatically, but to support setting the Ethernet address with ifconfig on vr(4) cards we need to do this. From FreeBSD. | |||
2001-06-24 | Spelling ifdef correctly is not enough, you have to spell the conditionnal | Miod Vallat | |
correctly, too... | |||
2001-06-24 | Use ETHER_IS_MULTICAST macro; jason@ ok. | Federico G. Schwindt | |
2001-06-24 | Also reset input cached TDB. | Angelos D. Keromytis | |
2001-06-24 | prevent buffer overflow | Niels Provos | |
2001-06-24 | Reset | Angelos D. Keromytis | |
2001-06-24 | No variable names associated with prototype parameters, even in the kernel. | Todd C. Miller | |
By general consensus... | |||
2001-06-24 | more cleaning | Theo de Raadt | |
2001-06-24 | Old M of mine, uncovered by the recent dhcpd update: Bypass IPsec in all | Niklas Hallqvist | |
DHCP traffic. | |||
2001-06-24 | Fix RSA structure. | Angelos D. Keromytis | |
2001-06-24 | No space between function name and parenthesized arg types in a function | Todd C. Miller | |
prototype. Also nuke some __P's while I am in here. |