Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-25 | fix nasty little bug in the identifaction of dead interfaces - make sure | Bob Beck | |
we only care about stuff associated with an interface. | |||
2001-06-25 | Don't double-clear M_PKTHDR/tags. | Angelos D. Keromytis | |
2001-06-25 | Copy the m_flags, *then* clear M_PKTHDR on from...bad Federico. | Angelos D. Keromytis | |
2001-06-25 | Don't double-clear M_PKTHDR/tags. | Angelos D. Keromytis | |
2001-06-25 | Don't double-clear M_PKTHDR/tags. | Angelos D. Keromytis | |
2001-06-25 | close_log() | Hans Insulander | |
2001-06-25 | No need to double-clear the mbuf flags and tags. | Angelos D. Keromytis | |
2001-06-25 | Silently ignore -v options. | Hans Insulander | |
2001-06-25 | Don't reset M_PKTHDR before we copy the mbuf flags (bad Federico!) | Angelos D. Keromytis | |
2001-06-25 | Bad Federico! | Angelos D. Keromytis | |
2001-06-25 | add kfd - ticket forwarding daemon. | Hans Insulander | |
2001-06-25 | add krb5 database propagation programs. | Hans Insulander | |
2001-06-25 | trivial ether_input_mbuf() conversion. | Federico G. Schwindt | |
2001-06-25 | Get rid of old directory caching scheme which caused persistent duplicates. | Constantine Sapuntzakis | |
Still not correct for NFSv3 but that's hard. | |||
2001-06-25 | zap pmax | Theo de Raadt | |
2001-06-25 | Defer output checksumming until ip_output() or hardware. | Angelos D. Keromytis | |
2001-06-25 | Build kpasswdd - krb5 password changing daemon. | Hans Insulander | |
2001-06-25 | Remove unnecessary temporary variable. | Angelos D. Keromytis | |
2001-06-25 | Always defer output TCP checksumming until ip_output() (or hardware, | Angelos D. Keromytis | |
if it exists). Cuts down on code a bit, and we don't need to look at the routing entry at TCP. Based on NetBSD. UDP case to follow. | |||
2001-06-25 | remove inlines they are plain wrong | Michael Shalayeff | |
2001-06-25 | Move common post M_COPY_HDR manipulation to the macro itself; angelos@ ok. | Federico G. Schwindt | |
2001-06-25 | put pf before ipsec processing. return error code and free mbuf chain | Niels Provos | |
2001-06-25 | partial endianess fixes | Michael Shalayeff | |
2001-06-25 | Remove bogus "kpasswd" entry. | Hans Insulander | |
2001-06-25 | Rework errrorhandling so that it syslogs any error, instead of writing them | Hans Insulander | |
to stderr. | |||
2001-06-25 | Enable KerberosIV support | Hans Insulander | |
2001-06-25 | do not drop unsupported protocol. default to pass. needs to be configurable | Niels Provos | |
later. | |||
2001-06-25 | remove dependency on pmax tree. cleanup a little while here | Eric Jackson | |
2001-06-25 | cold is in systm now | Michael Shalayeff | |
2001-06-25 | Show a "3" in -r output if RTF_PROTO3 is set; ok itojun@ and millert@ | Niklas Hallqvist | |
2001-06-25 | typo | Paul Janzen | |
2001-06-25 | pmax bye bye bye | Theo de Raadt | |
2001-06-25 | Mention BSD Authentication. | Hans Insulander | |
Remove some things from the TODO list. | |||
2001-06-25 | Some KNF, do not have a char fiel between pointers, it creates | Niklas Hallqvist | |
padding. Do not inline expensive functions, esp. not such declared after first use. | |||
2001-06-25 | grammar | Paul Janzen | |
2001-06-25 | Use in_cksum_phdr() rather than in_cksum() -- from NetBSD | Angelos D. Keromytis | |
2001-06-25 | BSD Auth login script for KerberosV. Written by me with assistance from | Hans Insulander | |
millert@ | |||
2001-06-25 | config interfaces defines. | Dale Rahn | |
2001-06-25 | use only ioctl return values found in errno.h | Daniel Hartmeier | |
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 | |