summaryrefslogtreecommitdiffstats
path: root/sys/net/pfkeyv2_parsemessage.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for autmatically moving traffic between rdomains on ipsec(4)tobhe2020-04-231-15/+23
* Export per-TDB counters to userland.mpi2019-02-011-2/+3
* kernels don't build without MROUTING because ip_var.h only sometimestedu2017-07-141-2/+1
* Allow updating the destination address of an existing TDB. Since thepatrick2017-06-261-3/+5
* Depending on the addresses, ipsecctl(8) automatically groups sabluhm2017-02-281-7/+9
* A space here, a space there. Soon we're talking real whitespacekrw2017-01-241-9/+9
* Remove support for storing credentials and auth information in the kernel.mikeb2015-04-141-72/+8
* Remove bits of unfinished IPsec proxy support. DNS' KX records, anyone?mikeb2015-03-261-4/+2
* Remove various external variable declaration from sources files andmpi2013-04-101-3/+2
* Add support for the Extended (64-bit) Sequence Number as definedmikeb2012-06-291-2/+2
* pfkey needs some p_p->ps_pid too. OK deraadt@ guenther@claudio2012-03-281-2/+2
* Allow to specify an alternative enc(4) interface for an SA. Allreyk2010-07-011-6/+19
* #if INET => #ifdef INETmpf2008-10-221-2/+2
* With adding ipsec tags and exporting flow filters via sysctl SADB_GEThshoexer2007-07-301-2/+2
* add support to tag ipsec traffic belonging to specific IKE-initiatedreyk2006-11-241-5/+28
* Add SA replay counter synchronization to pfsync(4). Required for IPsecho2005-05-281-2/+2
* Add SADB_X_EXT_LIFETIME_LASTUSE for use with isakmpd/DPD, adding thisho2004-08-101-42/+44
* in the tcp md5sig case allow empty (wildcard) src or dsthenning2004-03-311-1/+5
* UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt)markus2003-12-021-5/+13
* KNFderaadt2003-02-161-12/+16
* KNFjason2003-02-161-200/+200
* FLOW_TYPE in ADD/UPDATE.angelos2002-06-071-4/+4
* Allow auth payloads in ACQUIRE messages. Part of a larger commit to come.angelos2002-05-311-3/+3
* SRC prefix is not required for some operations.angelos2002-02-231-6/+6
* IPComp. angelos@ ok.jjbg2001-07-051-4/+7
* Use PADUP() instead of hand-crafted weirdness; also, it's supposed toangelos2001-07-031-3/+2
* Add missing space in debug message.angelos2001-07-011-2/+2
* Fix length check, add some more sanity checks on INET6.angelos2001-07-011-4/+26
* KNF, and add DPRINTFs all over the place.angelos2001-07-011-350/+641
* Yet more include file cleanup.angelos2001-06-081-8/+2
* repair copyright notices for NRL & cmetz; cmetzderaadt2001-06-051-16/+68
* Make our pfkeyv2.h more RFC2367 compliant. Also fix some backwardsniklas2001-06-051-9/+9
* Import/export authentication information for SA.angelos2001-05-301-1/+3
* Check the LOCAL_AUTH payload.angelos2001-05-301-3/+18
* Use the new M_* malloc typesangelos2001-05-051-5/+5
* Include NUL-termination in identity extension length computationniklas2001-04-191-1/+1
* Minor changes, preparing for real socket-attached TDBs; also, moreangelos2001-04-141-4/+5
* Allow tdbi's to appear in mbufs throughout the stack; this allowsangelos2001-03-281-2/+5
* Don't force sin6_port to be zero.angelos2001-03-211-3/+0
* Import/export credentials from TDB.angelos2001-03-041-4/+19
* sync with pfkey rfc. you need to rebuild ipsecadm and isakmpd after this.provos2000-12-141-18/+11
* ASKPOLICY message; used by key management to inquire about policyangelos2000-10-141-2/+15
* Don't use an SA payload for ADDFLOW/DELFLOW.angelos2000-09-291-4/+4
* Correctly handle srcid/dstid.angelos2000-09-211-2/+2
* Allow IDENTITY payloads in ADDFLOW messages.angelos2000-09-201-2/+2
* SA bundles.angelos2000-09-191-0/+12
* SPD-driven IPsec.angelos2000-09-191-30/+13
* Allow BITMAP_ADDRESS_DST in ADDFLOW messages.angelos2000-01-231-2/+2
* sockaddr_in6 is padded to 32 bytes.angelos1999-12-201-1/+1
* rename SADB_foo_X_bar to SADB_X_foo_barderaadt1999-07-021-18/+18