summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-06-25fix nasty little bug in the identifaction of dead interfaces - make sureBob Beck
we only care about stuff associated with an interface.
2001-06-25Don't double-clear M_PKTHDR/tags.Angelos D. Keromytis
2001-06-25Copy the m_flags, *then* clear M_PKTHDR on from...bad Federico.Angelos D. Keromytis
2001-06-25Don't double-clear M_PKTHDR/tags.Angelos D. Keromytis
2001-06-25Don't double-clear M_PKTHDR/tags.Angelos D. Keromytis
2001-06-25close_log()Hans Insulander
2001-06-25No need to double-clear the mbuf flags and tags.Angelos D. Keromytis
2001-06-25Silently ignore -v options.Hans Insulander
2001-06-25Don't reset M_PKTHDR before we copy the mbuf flags (bad Federico!)Angelos D. Keromytis
2001-06-25Bad Federico!Angelos D. Keromytis
2001-06-25add kfd - ticket forwarding daemon.Hans Insulander
2001-06-25add krb5 database propagation programs.Hans Insulander
2001-06-25trivial ether_input_mbuf() conversion.Federico G. Schwindt
2001-06-25Get rid of old directory caching scheme which caused persistent duplicates.Constantine Sapuntzakis
Still not correct for NFSv3 but that's hard.
2001-06-25zap pmaxTheo de Raadt
2001-06-25Defer output checksumming until ip_output() or hardware.Angelos D. Keromytis
2001-06-25Build kpasswdd - krb5 password changing daemon.Hans Insulander
2001-06-25Remove unnecessary temporary variable.Angelos D. Keromytis
2001-06-25Always 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-25remove inlines they are plain wrongMichael Shalayeff
2001-06-25Move common post M_COPY_HDR manipulation to the macro itself; angelos@ ok.Federico G. Schwindt
2001-06-25put pf before ipsec processing. return error code and free mbuf chainNiels Provos
2001-06-25partial endianess fixesMichael Shalayeff
2001-06-25Remove bogus "kpasswd" entry.Hans Insulander
2001-06-25Rework errrorhandling so that it syslogs any error, instead of writing themHans Insulander
to stderr.
2001-06-25Enable KerberosIV supportHans Insulander
2001-06-25do not drop unsupported protocol. default to pass. needs to be configurableNiels Provos
later.
2001-06-25remove dependency on pmax tree. cleanup a little while hereEric Jackson
2001-06-25cold is in systm nowMichael Shalayeff
2001-06-25Show a "3" in -r output if RTF_PROTO3 is set; ok itojun@ and millert@Niklas Hallqvist
2001-06-25typoPaul Janzen
2001-06-25pmax bye bye byeTheo de Raadt
2001-06-25Mention BSD Authentication.Hans Insulander
Remove some things from the TODO list.
2001-06-25Some KNF, do not have a char fiel between pointers, it createsNiklas Hallqvist
padding. Do not inline expensive functions, esp. not such declared after first use.
2001-06-25grammarPaul Janzen
2001-06-25Use in_cksum_phdr() rather than in_cksum() -- from NetBSDAngelos D. Keromytis
2001-06-25BSD Auth login script for KerberosV. Written by me with assistance fromHans Insulander
millert@
2001-06-25config interfaces defines.Dale Rahn
2001-06-25use only ioctl return values found in errno.hDaniel Hartmeier
2001-06-25Handle responder cookies same as initiator cookies.Hakan Olsson
2001-06-24do not refer uninitialized varJun-ichiro itojun Hagino
2001-06-24printf string fixJun-ichiro itojun Hagino
2001-06-24bye bye, with prejudiceTheo de Raadt
2001-06-24remove 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-24bye byeTheo de Raadt
2001-06-24remove double space after commajasoni
2001-06-24bye byeHans Insulander
2001-06-24More descriptive panic messages, sync with NetBSDAngelos D. Keromytis
2001-06-24ioctlbuffer renamed.Artur Grabowski
2001-06-24rename ioctlbuffer to pfioc.Artur Grabowski