| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable support for ASN1_DN ipsec identifiers. |  phessler | 2020-11-05 | 1 | -1/+2 |
* | Fix "comparison of integers of different signs" warning. |  tobhe | 2020-06-01 | 1 | -3/+3 |
* | Support SADB_X_EXT_RDOMAIN extension in pfkey dump (-m). |  tobhe | 2020-04-23 | 1 | -1/+13 |
* | snprintf/vsnprintf return < 0 on error, rather than -1. |  deraadt | 2019-07-03 | 1 | -4/+4 |
* | Display per-TDB counters in verbose mode. |  mpi | 2018-08-28 | 1 | -41/+66 |
* | Include <sys/queue.h> instead of relying on kernel headers to include |  mpi | 2018-07-10 | 1 | -1/+2 |
* | Rename all SA groups to bundles consistently. The first kernel |  bluhm | 2017-04-19 | 1 | -2/+2 |
* | Found another len += snprintf... |  deraadt | 2017-04-10 | 1 | -3/+8 |
* | Now that the kernel provides information about IPsec SA bundles, |  bluhm | 2017-03-02 | 1 | -3/+37 |
* | Depending on the addresses, ipsecctl(8) automatically groups sa |  bluhm | 2017-02-28 | 1 | -1/+11 |
* | Remove plain DES encryption from IPsec. |  naddy | 2015-12-09 | 1 | -5/+1 |
* | remove unimplemented PF_KEY algorithms; ok sthen@ mpi@ mikeb@ |  naddy | 2015-12-02 | 1 | -8/+1 |
* | Decode Chacha20-Poly1305 when dumping SAs; ok reyk, naddy |  mikeb | 2015-11-04 | 1 | -1/+6 |
* | Remove unsupported SADB_X_IDENTTYPE_CONNECTION; OK markus, hshoexer |  mikeb | 2015-04-17 | 1 | -2/+1 |
* | Remove support for storing credentials and auth information in the kernel. |  mikeb | 2015-04-14 | 1 | -39/+1 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -2/+2 |
* | Unbreak the tree. Looks like tedu did not tedu enough when killing KPDK |  claudio | 2014-12-28 | 1 | -3/+1 |
* | fix printing of IPcomp SAs; ok mikeb@ & todd@ |  markus | 2014-01-22 | 1 | -3/+3 |
* | remove the SADB_X_SAFLAGS_{HALFIV,RANDOMPADDING,NOREPLAY} pfkey-API (not set |  markus | 2012-09-18 | 1 | -4/+1 |
* | don't output "esn" string in the rule section as we can't use the |  mikeb | 2012-07-05 | 1 | -9/+43 |
* | enable use of AES-{192,256}-CTR, and explicitly of AES-128-CTR, for IPsec ESP |  naddy | 2012-06-30 | 1 | -2/+12 |
* | Print esn flag when dumping SAs with ESN enabled |  mikeb | 2012-06-29 | 1 | -1/+2 |
* | print flags in hex; from hshoexer@; ok mikeb@ mpf@ |  markus | 2011-04-13 | 1 | -4/+4 |
* | Retire Skipjack |  mikeb | 2010-10-06 | 1 | -5/+1 |
* | Support AES-GCM-16 (as aes-gcm) and ENCR_NULL_AUTH_AES_GMAC |  mikeb | 2010-09-22 | 1 | -1/+32 |
* | support dumping the new SADB_X_EXT_TAP extension. |  reyk | 2010-07-01 | 1 | -1/+11 |
* | Don't use [] in function arguments when dealing with arrays |  jsg | 2009-11-13 | 1 | -5/+5 |
* | use the actual keysize from the SA to figure out which AES variant |  markus | 2008-08-19 | 1 | -12/+26 |
* | do not print secret keys by default, -k restores old behaviour; ok hshoexer |  markus | 2007-01-03 | 1 | -2/+5 |
* | add support to tag ipsec traffic belonging to specific IKE-initiated |  reyk | 2006-11-24 | 1 | -1/+13 |
* | sort SAs by spi; ok hshoexer |  markus | 2006-09-19 | 1 | -3/+12 |
* | partial backout of last commit |  markus | 2006-08-30 | 1 | -12/+1 |
* | print extensions with type SADB_EXT_MAX, too; ok hshoexer, reyk, msf |  markus | 2006-08-30 | 1 | -4/+15 |
* | Fix a typo that prevented ipsecctl -ss from showing authentication |  naddy | 2006-06-12 | 1 | -2/+2 |
* | print full information about tcpmd5 and ipcomp SAs, too |  markus | 2006-06-02 | 1 | -2/+19 |
* | tiny style cleanup and white spaces |  hshoexer | 2006-06-02 | 1 | -7/+7 |
* | fix the formatting for sadb_register messages in monitor mode. |  msf | 2006-06-02 | 1 | -3/+8 |
* | convert pfkey to ipsec_rule and use ipsecctl_print_rule() when dumping |  markus | 2006-06-01 | 1 | -80/+154 |
* | spacing |  deraadt | 2006-06-01 | 1 | -3/+3 |
* | whitespace cleanup |  hshoexer | 2006-05-31 | 1 | -31/+31 |
* | shuffle some newlines to make all the formatting work again |  msf | 2006-05-31 | 1 | -15/+15 |
* | implement monitor mode for ipsecctl. worked on with markus@ |  msf | 2006-05-30 | 1 | -6/+301 |
* | Userland programs should include <errno.h> not <sys/errno.h> |  millert | 2005-12-21 | 1 | -2/+2 |
* | use ARGSUSED1 here |  hshoexer | 2005-12-12 | 1 | -1/+8 |
* | spacing |  deraadt | 2005-11-13 | 1 | -3/+3 |
* | handle transport/tunnel mode |  hshoexer | 2005-11-12 | 1 | -3/+9 |
* | add support for ipcomp. |  hshoexer | 2005-10-30 | 1 | -9/+8 |
* | make sure, output of -ss is identical to syntax for SA rules |  hshoexer | 2005-07-09 | 1 | -13/+17 |
* | improve output for SAs |  hshoexer | 2005-06-27 | 1 | -17/+37 |
* | parse local/remote credential payload types. |  hshoexer | 2005-06-06 | 1 | -1/+18 |