summaryrefslogtreecommitdiffstats
path: root/sbin/ipsecctl/pfkdump.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enable support for ASN1_DN ipsec identifiers.phessler2020-11-051-1/+2
* Fix "comparison of integers of different signs" warning.tobhe2020-06-011-3/+3
* Support SADB_X_EXT_RDOMAIN extension in pfkey dump (-m).tobhe2020-04-231-1/+13
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-4/+4
* Display per-TDB counters in verbose mode.mpi2018-08-281-41/+66
* Include <sys/queue.h> instead of relying on kernel headers to includempi2018-07-101-1/+2
* Rename all SA groups to bundles consistently. The first kernelbluhm2017-04-191-2/+2
* Found another len += snprintf...deraadt2017-04-101-3/+8
* Now that the kernel provides information about IPsec SA bundles,bluhm2017-03-021-3/+37
* Depending on the addresses, ipsecctl(8) automatically groups sabluhm2017-02-281-1/+11
* Remove plain DES encryption from IPsec.naddy2015-12-091-5/+1
* remove unimplemented PF_KEY algorithms; ok sthen@ mpi@ mikeb@naddy2015-12-021-8/+1
* Decode Chacha20-Poly1305 when dumping SAs; ok reyk, naddymikeb2015-11-041-1/+6
* Remove unsupported SADB_X_IDENTTYPE_CONNECTION; OK markus, hshoexermikeb2015-04-171-2/+1
* Remove support for storing credentials and auth information in the kernel.mikeb2015-04-141-39/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Unbreak the tree. Looks like tedu did not tedu enough when killing KPDKclaudio2014-12-281-3/+1
* fix printing of IPcomp SAs; ok mikeb@ & todd@markus2014-01-221-3/+3
* remove the SADB_X_SAFLAGS_{HALFIV,RANDOMPADDING,NOREPLAY} pfkey-API (not setmarkus2012-09-181-4/+1
* don't output "esn" string in the rule section as we can't use themikeb2012-07-051-9/+43
* enable use of AES-{192,256}-CTR, and explicitly of AES-128-CTR, for IPsec ESPnaddy2012-06-301-2/+12
* Print esn flag when dumping SAs with ESN enabledmikeb2012-06-291-1/+2
* print flags in hex; from hshoexer@; ok mikeb@ mpf@markus2011-04-131-4/+4
* Retire Skipjackmikeb2010-10-061-5/+1
* Support AES-GCM-16 (as aes-gcm) and ENCR_NULL_AUTH_AES_GMACmikeb2010-09-221-1/+32
* support dumping the new SADB_X_EXT_TAP extension.reyk2010-07-011-1/+11
* Don't use [] in function arguments when dealing with arraysjsg2009-11-131-5/+5
* use the actual keysize from the SA to figure out which AES variantmarkus2008-08-191-12/+26
* do not print secret keys by default, -k restores old behaviour; ok hshoexermarkus2007-01-031-2/+5
* add support to tag ipsec traffic belonging to specific IKE-initiatedreyk2006-11-241-1/+13
* sort SAs by spi; ok hshoexermarkus2006-09-191-3/+12
* partial backout of last commitmarkus2006-08-301-12/+1
* print extensions with type SADB_EXT_MAX, too; ok hshoexer, reyk, msfmarkus2006-08-301-4/+15
* Fix a typo that prevented ipsecctl -ss from showing authenticationnaddy2006-06-121-2/+2
* print full information about tcpmd5 and ipcomp SAs, toomarkus2006-06-021-2/+19
* tiny style cleanup and white spaceshshoexer2006-06-021-7/+7
* fix the formatting for sadb_register messages in monitor mode.msf2006-06-021-3/+8
* convert pfkey to ipsec_rule and use ipsecctl_print_rule() when dumpingmarkus2006-06-011-80/+154
* spacingderaadt2006-06-011-3/+3
* whitespace cleanuphshoexer2006-05-311-31/+31
* shuffle some newlines to make all the formatting work againmsf2006-05-311-15/+15
* implement monitor mode for ipsecctl. worked on with markus@msf2006-05-301-6/+301
* Userland programs should include <errno.h> not <sys/errno.h>millert2005-12-211-2/+2
* use ARGSUSED1 herehshoexer2005-12-121-1/+8
* spacingderaadt2005-11-131-3/+3
* handle transport/tunnel modehshoexer2005-11-121-3/+9
* add support for ipcomp.hshoexer2005-10-301-9/+8
* make sure, output of -ss is identical to syntax for SA ruleshshoexer2005-07-091-13/+17
* improve output for SAshshoexer2005-06-271-17/+37
* parse local/remote credential payload types.hshoexer2005-06-061-1/+18