summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-01-11Remove ipx_interface.Federico G. Schwindt
2000-01-11some KNF.Federico G. Schwindt
2000-01-11PRU_ACCEPT only set the peer address, so call ipx_setpeeraddr instead.Federico G. Schwindt
2000-01-11ipx_erro not used anymore; remove it.Federico G. Schwindt
2000-01-11Fix check for sen_type.Angelos D. Keromytis
2000-01-11Remove references to ipx_error. IPX does not generate any errors.Federico G. Schwindt
2000-01-11Remove references to ipx_error.h. Insert the pcb at splnet.Federico G. Schwindt
2000-01-11Clean up my cruftChris Cappuccio
2000-01-11use PCI_REVISION macroChris Cappuccio
2000-01-11Remove references to ipx_error.h; it's going to be away.Federico G. Schwindt
2000-01-11Remove ifdef'ed out definitions.Angelos D. Keromytis
2000-01-11Mention isakmpdAngelos D. Keromytis
2000-01-11Use default values when requesting dynamic VPNs.Angelos D. Keromytis
2000-01-11Document the new ipsec sysctl variables.Angelos D. Keromytis
2000-01-11Only use defaults if they have sane values.Angelos D. Keromytis
2000-01-10Don't enable UDMA modes for revisions of SiS 5513 < 0xd0Chris Cappuccio
2000-01-10Sync w/NetBSD regarding Promise PDC20262 support (the Promise Ultra/66Chris Cappuccio
2000-01-10Document /kern/ipsecAngelos D. Keromytis
2000-01-10Document the blocknonip flag.Angelos D. Keromytis
2000-01-10Typos.Angelos D. Keromytis
2000-01-10Implement the blocknonip flagAngelos D. Keromytis
2000-01-10blocknonip flag -- use it on a per-interface basis to not accept fromAngelos D. Keromytis
2000-01-10Big oops for non-IP SubjAltNames -- correct memcpy.Angelos D. Keromytis
2000-01-10document latest bugfixMarkus Friedl
2000-01-10syncTheo de Raadt
2000-01-10Remove PNIC driverJason Wright
2000-01-10handle OCLOSE for CHAN_INPUT_WAIT_DRAIN, i.e. do not drain buffer ifMarkus Friedl
2000-01-10discard data for channel if state != CHAN_OUTPUT_OPEN, fixes lockupMarkus Friedl
2000-01-10Fix rc.vpn as suggested in PR#1052 (rmooney@iss.net); ipsecadm(8) doesAngelos D. Keromytis
2000-01-10the theTheo de Raadt
2000-01-10the theTheo de Raadt
2000-01-10spellingTheo de Raadt
2000-01-10openbsd-ify further (surprising aaron did not catch these problems)Theo de Raadt
2000-01-10nits & styleHugh Graham
2000-01-10Add 10 new ipsec-related sysctl variables...they are currently underAngelos D. Keromytis
2000-01-10Fix wrong type of variable.Angelos D. Keromytis
2000-01-10Rename variable for consistency.Angelos D. Keromytis
2000-01-10Some new sysctl variables.Angelos D. Keromytis
2000-01-10Some more code for dealing with socket IPsec options.Angelos D. Keromytis
2000-01-10Place NULL arg on end of argv array only after all other args. mickey@ okimp
2000-01-10Remove unnecessary function prototype.Angelos D. Keromytis
2000-01-10Only setup an expiration for embryonic SAs ifAngelos D. Keromytis
2000-01-10Document net.inet.ip.ipsec-invalid-lifeAngelos D. Keromytis
2000-01-10Add net.inet.ip.ipsec-invalid-life, default value 60 seconds; theAngelos D. Keromytis
2000-01-10No need for extern definition of pfkeyv2_acquire()Angelos D. Keromytis
2000-01-10externalize pfkeyv2_acquire()Angelos D. Keromytis
2000-01-10Document ip.ipsec-invalid-timeoutAngelos D. Keromytis
2000-01-10match Davicom DM9100 and DM9102; tested by Joff Thyer <jsthyer@uncg.edu>.Jason Wright
2000-01-101) Setup a silent TDB expiration for embryonic SAs.Angelos D. Keromytis
2000-01-10Fix some -Wall complaintsTodd C. Miller