summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-06-20add missing declarations and includes.Federico G. Schwindt
2000-06-20Convert if_slowtimo to use new timeouts.Artur Grabowski
2000-06-20kill show_usage, it's only a printf. i'll replace this by err and friendsFederico G. Schwindt
2000-06-20Merge with EOM 1.41Niklas Hallqvist
author: itojun synchronize with latest KAME PF_KEY interface. need more testing. old: changes sadb_msg, which is bad new: added sadb_x_sa2 for extra meat
2000-06-20Merge with EOM 1.52Niklas Hallqvist
author: niklas Indentation, bad greek
2000-06-20knfJason Wright
2000-06-20Add text about crypto_done()Angelos D. Keromytis
2000-06-20call crypto_done()Jason Wright
2000-06-20Use crypto_done()Angelos D. Keromytis
2000-06-20crypto_done(), all it does for now is invoke the callback.Angelos D. Keromytis
2000-06-20Add crypto_done() prototype.Angelos D. Keromytis
2000-06-20prettyJason Wright
2000-06-20include configuration for exec from pppJason Wright
2000-06-20reorder sections as per mdoc.templateJason Wright
2000-06-20Almost make a Megahertz card working, still rx probs thoughNiklas Hallqvist
2000-06-20use stdin instead of exec'n ppp(8). It's expected that ppp will give usJason Wright
a AF_LOCAL,SOCK_DGRAM socket as stdin
2000-06-20some more esp devicesNiklas Hallqvist
2000-06-20Remove some debugging code, and prepare to become an 'exec' client of ppp(8)Jason Wright
2000-06-20regenNiklas Hallqvist
2000-06-20do not play with rcvif, if the traffic is non-IPv4.Jun-ichiro itojun Hagino
by setting rcvif to enc*, we break IPv6 scope considerations.
2000-06-20esp SCSI devicesNiklas Hallqvist
2000-06-20hushJason Wright
2000-06-20This is OpenBSDEric Jackson
2000-06-20more info for pppoe stringsJason Wright
2000-06-20try to cope with AH6 with scoped address case better.Jun-ichiro itojun Hagino
2000-06-20initialize mtu/hlim for enc interface at encattach().Jun-ichiro itojun Hagino
backgronud: inbound ipsec packet will have enc* as m->m_pkthdr.rcvif. when we try to reflect the packet back in the kernel (like icmp6 echo), we'd generate packet toward enc* interface. icmp6_reflect() will take hoplimit value from nd_ifinfo[enc*], which was not initialized by the old code. XXX the change to m->m_pkthdr.rcvif violates IPv6 scoped routing. we will need to disable it, for at least IPv6.
2000-06-20Don't log ipf info in /var/log/messages. Fixes PR 1171Kjell Wooding
Thanks cd@sentia.nl
2000-06-20After bpf_mtap(), in promisc mode, don't drop packets that aren't for us here;Aaron Campbell
that is done in ether_input(); jason@ ok
2000-06-20timeout_add: Remove the right timeout when we see that it is on the list.Artur Grabowski
2000-06-20Big oops on my previous commit, broke gateway function; patch fromAngelos D. Keromytis
form@openbsd.ru
2000-06-20OpenBSD tagMarkus Friedl
2000-06-20no include <des.h> anymoreNiels Provos
2000-06-20initialize hoplimit field properly on ipsec6 caseJun-ichiro itojun Hagino
2000-06-19more KNFAaron Campbell
2000-06-19KNFAaron Campbell
2000-06-19Don't mis-match interface names in iface_Create()brian
Submitted by: Adrian Penisoara <ady@freebsd.ady.ro>
2000-06-19add string.hFederico G. Schwindt
2000-06-19pass the correct size of the bufferFederico G. Schwindt
2000-06-19remove unused varFederico G. Schwindt
2000-06-19fix parms in tcfs_encrypt_key. I'm not sure if this is fine, tho.Federico G. Schwindt
reading tcf_keymaint looks like args should be swapped. niels?
2000-06-19add openbsd tagFederico G. Schwindt
2000-06-19more cleaning. KNFFederico G. Schwindt
2000-06-19add missing headers, declare missing functions remove unused vars, KNF;Federico G. Schwindt
more to come.
2000-06-19add ./etc/tcfsTodd T. Fries
2000-06-19Move BUGS section.Aaron Campbell
2000-06-19Better wording.Aaron Campbell
2000-06-19cvs strikes again!; thanks to Oleg Safiullin <form@openbsd.ru>Todd T. Fries
for pointing out this evaded the last commit
2000-06-19correct header chasing code. take care of AH length.Jun-ichiro itojun Hagino
2000-06-19syncChris Cappuccio
2000-06-19new cmd ide controllersChris Cappuccio