summaryrefslogtreecommitdiff
path: root/sys/netipsec
AgeCommit message (Expand)Author
2006-08-31Make this compile again (hi xtos!). Switch to C99 structure initializations.matt
2006-07-23Use the LWP cached credentials where sane.ad
2006-06-10clarify time scale semantic issuekardel
2006-06-10reference time.tv_sec in non timecounter casekardel
2006-06-10fix a missing conversion for a mono_time reference.kardel
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-14integrate kauth.elad
2006-04-28The esp_input_cb function used m_copyback, which fails if the mbuf ispavel
2006-04-11Add two new sysctls protected under IPSEC_DEBUG:rpaulo
2006-03-23FreeBSD SA-06:11 and CVE-2006-0905: update the replay sequence numberrpaulo
2006-02-25Fix some typos.wiz
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-12-10Multiple inclusion protection, as suggested by christos@ on tech-kern@elad
2005-12-04Merge the 3 copies of m_getcl() so that fast ipsec compiles again togetherchristos
2005-10-05PR/31478: YOMURA Masanori: Inconsistent default value of net.inet.ipsec.dfbitchristos
2005-08-18- introduce M_MOVE_PKTHDR and use it where appropriate.yamt
2005-06-20Change the rest of the sysctl subsystem to use const consistently.atatat
2005-06-10constify and unshadow.christos
2005-06-06Since we decided "const struct mbuf *" would not do the right thing (tm),martin
2005-05-27- Discrepency between malloc / free types with init vector (see freeseanb
2005-05-08Panic strings should not end with \n.christos
2005-05-07PR/30154: YAMAMOTO Takashi: tcp_close locking botchchristos
2005-02-28Repair references to nonexistent structs in sys/netipsec/key.c afterjonathan
2005-02-26nuke trailing whitespaceperry
2005-02-12Add support for IPsec Network Address Translator traversal (NAT-T), asmanu
2005-01-23Change initialzie of domains to use link sets. Switch to using STAILQ.matt
2004-10-27Fix missing break; Emmanuel Dreyfus.jonathan
2004-08-15Remove redundant instantiation of esp_net_deflev sysctl node. Notatatat
2004-07-17Rework sys/netipsec/ipsec_netbsd.c to present a more consistent tree.atatat
2004-06-10Commit changes to make ACQUIRE messages -- actually, all messagesjonathan
2004-06-10Fix oversight from re-using reworked sysctl() code for unicast SPD,SADB dump:jonathan
2004-05-27Rework to make FAST_IPSEC PF_KEY dumps unicast and reliable:jonathan
2004-05-26Fix bugs in SPD refcounts due to PCBpolicy cache, by backporting thejonathan
2004-05-26Thanks to Andrew Brown for the heads-up that fast_ipsec still hadjonathan
2004-05-25The FAST_IPSEC code actually supports KEYCTL_PREFERED_OLDSA, so exportatatat
2004-05-07Redo net.inet.* sysctl subtree for fast-ipsec from scratch.jonathan
2004-05-01Commit an old diff for AH which has been in my personal tree sincejonathan
2004-04-30Minimal cleanup of sys/netipsec/ipsec{,_osdep}.h, to allow compilingjonathan
2004-04-30Fix for setkey(8) to dump SPD and SAdb via sysctl:jonathan
2004-04-27Update sys/netipsec/key.c to check for attempts to add IPv6-relatedjonathan
2004-04-26xform_tcp.c is needed only with FAST_IPSECitojun
2004-04-26Remove #else of #if __STDC__matt
2004-04-25Initial commit of a port of the FreeBSD implementation of RFC 2385jonathan
2004-04-24Add `const' to the safety-catch local definition of ip6_protosw,jonathan
2004-04-21kill sprintf, use snprintfitojun
2004-04-06s/netbsd.org/NetBSD.org/gkeihan
2004-03-24Tango on sysctl_createv() and flags. The flags have all been renamed,atatat
2004-03-20Delint for compiling with INET6:jonathan