Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-20 | add missing declarations and includes. | Federico G. Schwindt | |
2000-06-20 | Convert if_slowtimo to use new timeouts. | Artur Grabowski | |
2000-06-20 | kill show_usage, it's only a printf. i'll replace this by err and friends | Federico G. Schwindt | |
2000-06-20 | Merge with EOM 1.41 | Niklas 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-20 | Merge with EOM 1.52 | Niklas Hallqvist | |
author: niklas Indentation, bad greek | |||
2000-06-20 | knf | Jason Wright | |
2000-06-20 | Add text about crypto_done() | Angelos D. Keromytis | |
2000-06-20 | call crypto_done() | Jason Wright | |
2000-06-20 | Use crypto_done() | Angelos D. Keromytis | |
2000-06-20 | crypto_done(), all it does for now is invoke the callback. | Angelos D. Keromytis | |
2000-06-20 | Add crypto_done() prototype. | Angelos D. Keromytis | |
2000-06-20 | pretty | Jason Wright | |
2000-06-20 | include configuration for exec from ppp | Jason Wright | |
2000-06-20 | reorder sections as per mdoc.template | Jason Wright | |
2000-06-20 | Almost make a Megahertz card working, still rx probs though | Niklas Hallqvist | |
2000-06-20 | use stdin instead of exec'n ppp(8). It's expected that ppp will give us | Jason Wright | |
a AF_LOCAL,SOCK_DGRAM socket as stdin | |||
2000-06-20 | some more esp devices | Niklas Hallqvist | |
2000-06-20 | Remove some debugging code, and prepare to become an 'exec' client of ppp(8) | Jason Wright | |
2000-06-20 | regen | Niklas Hallqvist | |
2000-06-20 | do 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-20 | esp SCSI devices | Niklas Hallqvist | |
2000-06-20 | hush | Jason Wright | |
2000-06-20 | This is OpenBSD | Eric Jackson | |
2000-06-20 | more info for pppoe strings | Jason Wright | |
2000-06-20 | try to cope with AH6 with scoped address case better. | Jun-ichiro itojun Hagino | |
2000-06-20 | initialize 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-20 | Don't log ipf info in /var/log/messages. Fixes PR 1171 | Kjell Wooding | |
Thanks cd@sentia.nl | |||
2000-06-20 | After 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-20 | timeout_add: Remove the right timeout when we see that it is on the list. | Artur Grabowski | |
2000-06-20 | Big oops on my previous commit, broke gateway function; patch from | Angelos D. Keromytis | |
form@openbsd.ru | |||
2000-06-20 | OpenBSD tag | Markus Friedl | |
2000-06-20 | no include <des.h> anymore | Niels Provos | |
2000-06-20 | initialize hoplimit field properly on ipsec6 case | Jun-ichiro itojun Hagino | |
2000-06-19 | more KNF | Aaron Campbell | |
2000-06-19 | KNF | Aaron Campbell | |
2000-06-19 | Don't mis-match interface names in iface_Create() | brian | |
Submitted by: Adrian Penisoara <ady@freebsd.ady.ro> | |||
2000-06-19 | add string.h | Federico G. Schwindt | |
2000-06-19 | pass the correct size of the buffer | Federico G. Schwindt | |
2000-06-19 | remove unused var | Federico G. Schwindt | |
2000-06-19 | fix 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-19 | add openbsd tag | Federico G. Schwindt | |
2000-06-19 | more cleaning. KNF | Federico G. Schwindt | |
2000-06-19 | add missing headers, declare missing functions remove unused vars, KNF; | Federico G. Schwindt | |
more to come. | |||
2000-06-19 | add ./etc/tcfs | Todd T. Fries | |
2000-06-19 | Move BUGS section. | Aaron Campbell | |
2000-06-19 | Better wording. | Aaron Campbell | |
2000-06-19 | cvs strikes again!; thanks to Oleg Safiullin <form@openbsd.ru> | Todd T. Fries | |
for pointing out this evaded the last commit | |||
2000-06-19 | correct header chasing code. take care of AH length. | Jun-ichiro itojun Hagino | |
2000-06-19 | sync | Chris Cappuccio | |
2000-06-19 | new cmd ide controllers | Chris Cappuccio | |