summaryrefslogtreecommitdiffstats
path: root/sbin/isakmpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Link isakmpd dynamically. Mount /usr on NFS via IPsec does notbluhm2021-02-111-2/+4
* Extern transport_list. Fixed compilation with -fno-common.mortimer2021-01-282-3/+6
* Fix shared DH secret length in log message.tobhe2020-07-071-2/+2
* Fix isakmpd monitor process to use the exit status of main processyasuoka2020-01-241-3/+8
* The previous fix for creating isakmpd(8) IKE pcap file, weakenedbluhm2019-12-191-8/+30
* If a file or directory component does not exists, realpath(3) returnsbluhm2019-12-101-4/+3
* Change the default security level for incoming IPsec flows fromtobhe2019-11-291-3/+2
* Do not print misleading error message about permission error forbluhm2019-11-141-13/+6
* mop up for the pcap.3 rename;jmc2019-08-301-4/+4
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-3/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-286-15/+15
* oops, bad Pp snuck in;jmc2019-02-191-3/+2
* Rework the certificate generation examples a bit:sthen2019-02-181-13/+19
* PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() callskrw2019-01-221-2/+2
* add missing braces implied by indentationjsg2018-09-201-2/+3
* Document how to avoid isakmpd(8) source IP address pitfalls by usingstsp2018-04-172-6/+18
* Spacing, no object change.mpi2018-01-1520-89/+89
* space -> tabmpi2018-01-0420-111/+111
* Set the correct ENCAPSULATION_MODE when doing NAT-T.mpi2017-12-071-4/+36
* Use clock_gettime(CLOCK_MONOTONIC) to schedule timersjca2017-12-0513-80/+81
* in isakmpd(8), provide a hint: from scott chelohajmc2017-11-231-5/+4
* In the final RFC 5903 the computation for the DH shared secret changed.patrick2017-11-087-31/+76
* Support DH groups 19 to 21 and 25 to 30, just like iked(8) does.mpi2017-10-274-15/+34
* Check for failures of exchange_establish_p{1,2}() and call the givenmpi2017-09-182-34/+57
* Remove listing of fixed bugs.mpi2017-08-221-49/+1
* Prevent a use-after-free by always passing dynamically allocatedmpi2017-08-062-7/+18
* Prevent a NULL dereference when comparing incomplete SAs.mpi2017-07-181-1/+10
* remove misc. depend and yacc nits that no longer matter.espie2017-07-101-2/+2
* Generate source and header files for regress on demand.bluhm2017-07-031-2/+3
* mark files as BUILDFIRST, or write explicit dependencies, so that mostespie2017-06-161-1/+3
* Check return value of asprintf(), and don't use 0 as a char *tom2017-04-021-10/+10
* Depending on the addresses, ipsecctl(8) automatically groups sabluhm2017-02-281-3/+3
* Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> andguenther2017-02-035-5/+11
* Remove modular exponential groups specified in RFC5114mikeb2017-01-041-63/+1
* Hyphenate compound adjectives 'up-to-date', 'out-of-date' and 'well-known'tb2017-01-011-4/+4
* A commented block starts withderaadt2016-09-031-6/+1
* move links from http to https://www.openbsd.org/tb2016-09-021-2/+2
* Pull in <sys/select.h> for fd_setguenther2016-08-261-1/+2
* Fix memory leak. Call proto_free() always to free proto.yasuoka2016-04-041-6/+4
* Another use for fcntl() and thus of the superfluous 3rd parameterkrw2016-04-021-4/+27
* More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw2016-03-161-2/+2
* Don't retransmit responses for unauthenticated messages.yasuoka2016-03-103-4/+18
* fix steps for cert creation;jmc2016-03-051-5/+13
* Print ssize_t with %zd; ok deraadt@ mmcc@jca2016-02-291-5/+4
* typo fix; from julian hsiaojmc2016-01-111-3/+3
* tweak; from julian hsiaojmc2016-01-081-3/+3
* Remove NULL-checks before free(). ok tb@mmcc2015-12-106-20/+13
* Remove plain DES encryption from IPsec.naddy2015-12-096-154/+19
* A classic case for bzero() -> explicit_bzero()mmcc2015-10-151-2/+2
* drop useless .Xo and .Bk, and shorten by avoiding some .Smschwarze2015-09-251-81/+14