summaryrefslogtreecommitdiff
path: root/sbin/ipsecctl/pfkdump.c
AgeCommit message (Expand)Author
2023-03-07Delete obsolete /* ARGSUSED1 */ lint comments.Philip Guenther
2021-10-22After deleting hifn(4) the only provider for the LZS compressionAlexander Bluhm
2021-07-14Export SA replay counters via pfkey and print with ipsecctl.tobhe
2021-07-05Print SA MTU if included in pfkey message.tobhe
2020-11-05Enable support for ASN1_DN ipsec identifiers.Peter Hessler
2020-06-01Fix "comparison of integers of different signs" warning.tobhe
2020-04-23Support SADB_X_EXT_RDOMAIN extension in pfkey dump (-m).tobhe
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2018-08-28Display per-TDB counters in verbose mode.Martin Pieuchot
2018-07-10Include <sys/queue.h> instead of relying on kernel headers to includeMartin Pieuchot
2017-04-19Rename all SA groups to bundles consistently. The first kernelAlexander Bluhm
2017-04-10Found another len += snprintf...Theo de Raadt
2017-03-02Now that the kernel provides information about IPsec SA bundles,Alexander Bluhm
2017-02-28Depending on the addresses, ipsecctl(8) automatically groups saAlexander Bluhm
2015-12-09Remove plain DES encryption from IPsec.Christian Weisgerber
2015-12-02remove unimplemented PF_KEY algorithms; ok sthen@ mpi@ mikeb@Christian Weisgerber
2015-11-04Decode Chacha20-Poly1305 when dumping SAs; ok reyk, naddyMike Belopuhov
2015-04-17Remove unsupported SADB_X_IDENTTYPE_CONNECTION; OK markus, hshoexerMike Belopuhov
2015-04-14Remove support for storing credentials and auth information in the kernel.Mike Belopuhov
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-12-28Unbreak the tree. Looks like tedu did not tedu enough when killing KPDKClaudio Jeker
2014-01-22fix printing of IPcomp SAs; ok mikeb@ & todd@Markus Friedl
2012-09-18remove the SADB_X_SAFLAGS_{HALFIV,RANDOMPADDING,NOREPLAY} pfkey-API (not setMarkus Friedl
2012-07-05don't output "esn" string in the rule section as we can't use theMike Belopuhov
2012-06-30enable use of AES-{192,256}-CTR, and explicitly of AES-128-CTR, for IPsec ESPChristian Weisgerber
2012-06-29Print esn flag when dumping SAs with ESN enabledMike Belopuhov
2011-04-13print flags in hex; from hshoexer@; ok mikeb@ mpf@Markus Friedl
2010-10-06Retire SkipjackMike Belopuhov
2010-09-22Support AES-GCM-16 (as aes-gcm) and ENCR_NULL_AUTH_AES_GMACMike Belopuhov
2010-07-01support dumping the new SADB_X_EXT_TAP extension.Reyk Floeter
2009-11-13Don't use [] in function arguments when dealing with arraysJonathan Gray
2008-08-19use the actual keysize from the SA to figure out which AES variantMarkus Friedl
2007-01-03do not print secret keys by default, -k restores old behaviour; ok hshoexerMarkus Friedl
2006-11-24add support to tag ipsec traffic belonging to specific IKE-initiatedReyk Floeter
2006-09-19sort SAs by spi; ok hshoexerMarkus Friedl
2006-08-30partial backout of last commitMarkus Friedl
2006-08-30print extensions with type SADB_EXT_MAX, too; ok hshoexer, reyk, msfMarkus Friedl
2006-06-12Fix a typo that prevented ipsecctl -ss from showing authenticationChristian Weisgerber
2006-06-02print full information about tcpmd5 and ipcomp SAs, tooMarkus Friedl
2006-06-02tiny style cleanup and white spacesHans-Joerg Hoexer
2006-06-02fix the formatting for sadb_register messages in monitor mode.Mathieu Sauve-Frankel
2006-06-01convert pfkey to ipsec_rule and use ipsecctl_print_rule() when dumpingMarkus Friedl
2006-06-01spacingTheo de Raadt
2006-05-31whitespace cleanupHans-Joerg Hoexer
2006-05-31shuffle some newlines to make all the formatting work againMathieu Sauve-Frankel
2006-05-30implement monitor mode for ipsecctl. worked on with markus@Mathieu Sauve-Frankel
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
2005-12-12use ARGSUSED1 hereHans-Joerg Hoexer
2005-11-13spacingTheo de Raadt
2005-11-12handle transport/tunnel modeHans-Joerg Hoexer