summaryrefslogtreecommitdiffstats
path: root/sbin/ipsecctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* getifaddrs() can return entries where ifa_addr is NULL. Check for thisbenno2020-12-291-2/+3
* 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
* Quote variables in pf tag stringskn2020-02-161-4/+5
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-101-2/+7
* Extend the ipsecctl(8) parser to set the udpencap flag and portbluhm2020-02-074-18/+65
* Consistently use _rcctl enable foo_ in examples, it's simpler and lesslandry2019-11-101-14/+21
* Fix file descriptor leak due to popfile() never closing the main config file.tobhe2019-08-261-13/+14
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-4/+4
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* sync cmdline_symset() changes with src/usr.sbin; OK sashan@ claudio@miko2018-11-071-7/+3
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* Remove unnused af argument from unmask(), sync with pfctlkn2018-09-071-5/+4
* Display per-TDB counters in verbose mode.mpi2018-08-281-41/+66
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-51/+51
* Include <sys/queue.h> instead of relying on kernel headers to includempi2018-07-101-1/+2
* No need to mention which memory allocation entry point failed (malloc,krw2018-07-091-5/+5
* Be consistent in warn() and log_warn() usage whenkrw2018-07-081-3/+3
* Plug leak in error case of the common 'varset' implementations.krw2018-04-261-1/+3
* Document how to avoid isakmpd(8) source IP address pitfalls by usingstsp2018-04-171-3/+12
* in isakmpd(8), provide a hint: from scott chelohajmc2017-11-231-5/+3
* Support collapsing flow outputs.mpi2017-11-203-12/+207
* Support DH groups 19 to 21 and 25 to 30, just like iked(8) does.mpi2017-10-274-40/+123
* Rename all SA groups to bundles consistently. The first kernelbluhm2017-04-195-44/+44
* use freezero()deraadt2017-04-181-7/+4
* Up to now ipsecctl(8) grouped SAs with identical src and dst to thebluhm2017-04-143-18/+36
* Found another len += snprintf...deraadt2017-04-101-3/+8
* Now that the kernel provides information about IPsec SA bundles,bluhm2017-03-022-7/+38
* Depending on the addresses, ipsecctl(8) automatically groups sabluhm2017-02-282-3/+13
* Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQkrw2017-01-051-5/+7
* do not allow whitespace in macro names, i.e. "this is" = "a variable".benno2016-06-211-1/+9
* Remove NULL-checks before free(). ok tb@mmcc2015-12-102-36/+19
* Remove plain DES encryption from IPsec.naddy2015-12-096-28/+9
* remove unimplemented PF_KEY algorithms; ok sthen@ mpi@ mikeb@naddy2015-12-021-8/+1
* Decode Chacha20-Poly1305 when dumping SAs; ok reyk, naddymikeb2015-11-043-4/+10
* replace "can not" with "cannot";jmc2015-11-011-3/+3
* Use explicit_bzero() when the memory is freed directly afterward.mmcc2015-10-181-4/+4
* Do not assume that asprintf() clears the pointer on failure, whichmillert2015-06-031-6/+7
* bump up the default Diffie-Hellman group to modp3072; ok mikeb@ djm@naddy2015-05-252-6/+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
* Reduce usage of predefined strings in manpages.bentley2015-02-281-3/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-163-6/+6
* tell the truth about DES.sobrado2015-01-101-4/+4
* PFS stands for Perfect Forward Secrecy.sobrado2015-01-021-3/+3
* Unbreak the tree. Looks like tedu did not tedu enough when killing KPDKclaudio2014-12-281-3/+1
* Yet more #include de-duplication.krw2014-11-201-2/+1
* Don't allow embedded nul characters in strings.jsg2014-11-201-1/+4