Age | Commit message (Expand) | Author |
2015-11-04 | Decode Chacha20-Poly1305 when dumping SAs; ok reyk, naddy | Mike Belopuhov |
2015-04-17 | Remove unsupported SADB_X_IDENTTYPE_CONNECTION; OK markus, hshoexer | Mike Belopuhov |
2015-04-14 | Remove support for storing credentials and auth information in the kernel. | Mike Belopuhov |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-28 | Unbreak the tree. Looks like tedu did not tedu enough when killing KPDK | Claudio Jeker |
2014-01-22 | fix printing of IPcomp SAs; ok mikeb@ & todd@ | Markus Friedl |
2012-09-18 | remove the SADB_X_SAFLAGS_{HALFIV,RANDOMPADDING,NOREPLAY} pfkey-API (not set | Markus Friedl |
2012-07-05 | don't output "esn" string in the rule section as we can't use the | Mike Belopuhov |
2012-06-30 | enable use of AES-{192,256}-CTR, and explicitly of AES-128-CTR, for IPsec ESP | Christian Weisgerber |
2012-06-29 | Print esn flag when dumping SAs with ESN enabled | Mike Belopuhov |
2011-04-13 | print flags in hex; from hshoexer@; ok mikeb@ mpf@ | Markus Friedl |
2010-10-06 | Retire Skipjack | Mike Belopuhov |
2010-09-22 | Support AES-GCM-16 (as aes-gcm) and ENCR_NULL_AUTH_AES_GMAC | Mike Belopuhov |
2010-07-01 | support dumping the new SADB_X_EXT_TAP extension. | Reyk Floeter |
2009-11-13 | Don't use [] in function arguments when dealing with arrays | Jonathan Gray |
2008-08-19 | use the actual keysize from the SA to figure out which AES variant | Markus Friedl |
2007-01-03 | do not print secret keys by default, -k restores old behaviour; ok hshoexer | Markus Friedl |
2006-11-24 | add support to tag ipsec traffic belonging to specific IKE-initiated | Reyk Floeter |
2006-09-19 | sort SAs by spi; ok hshoexer | Markus Friedl |
2006-08-30 | partial backout of last commit | Markus Friedl |
2006-08-30 | print extensions with type SADB_EXT_MAX, too; ok hshoexer, reyk, msf | Markus Friedl |
2006-06-12 | Fix a typo that prevented ipsecctl -ss from showing authentication | Christian Weisgerber |
2006-06-02 | print full information about tcpmd5 and ipcomp SAs, too | Markus Friedl |
2006-06-02 | tiny style cleanup and white spaces | Hans-Joerg Hoexer |
2006-06-02 | fix the formatting for sadb_register messages in monitor mode. | Mathieu Sauve-Frankel |
2006-06-01 | convert pfkey to ipsec_rule and use ipsecctl_print_rule() when dumping | Markus Friedl |
2006-06-01 | spacing | Theo de Raadt |
2006-05-31 | whitespace cleanup | Hans-Joerg Hoexer |
2006-05-31 | shuffle some newlines to make all the formatting work again | Mathieu Sauve-Frankel |
2006-05-30 | implement monitor mode for ipsecctl. worked on with markus@ | Mathieu Sauve-Frankel |
2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> | Todd C. Miller |
2005-12-12 | use ARGSUSED1 here | Hans-Joerg Hoexer |
2005-11-13 | spacing | Theo de Raadt |
2005-11-12 | handle transport/tunnel mode | Hans-Joerg Hoexer |
2005-10-30 | add support for ipcomp. | Hans-Joerg Hoexer |
2005-07-09 | make sure, output of -ss is identical to syntax for SA rules | Hans-Joerg Hoexer |
2005-06-27 | improve output for SAs | Hans-Joerg Hoexer |
2005-06-06 | parse local/remote credential payload types. | Hans-Joerg Hoexer |
2005-05-27 | remove unused table | Hans-Joerg Hoexer |
2005-05-27 | Support for dumping the SADB. | Hans-Joerg Hoexer |