| Commit message (Expand) | Author | Age | Files | Lines |
| * | Link isakmpd dynamically. Mount /usr on NFS via IPsec does not |  bluhm | 2021-02-11 | 1 | -2/+4 |
| * | Extern transport_list. Fixed compilation with -fno-common. |  mortimer | 2021-01-28 | 2 | -3/+6 |
| * | Fix shared DH secret length in log message. |  tobhe | 2020-07-07 | 1 | -2/+2 |
| * | Fix isakmpd monitor process to use the exit status of main process |  yasuoka | 2020-01-24 | 1 | -3/+8 |
| * | The previous fix for creating isakmpd(8) IKE pcap file, weakened |  bluhm | 2019-12-19 | 1 | -8/+30 |
| * | If a file or directory component does not exists, realpath(3) returns |  bluhm | 2019-12-10 | 1 | -4/+3 |
| * | Change the default security level for incoming IPsec flows from |  tobhe | 2019-11-29 | 1 | -3/+2 |
| * | Do not print misleading error message about permission error for |  bluhm | 2019-11-14 | 1 | -13/+6 |
| * | mop up for the pcap.3 rename; |  jmc | 2019-08-30 | 1 | -4/+4 |
| * | snprintf/vsnprintf return < 0 on error, rather than -1. |  deraadt | 2019-07-03 | 1 | -3/+3 |
| * | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 6 | -15/+15 |
| * | oops, bad Pp snuck in; |  jmc | 2019-02-19 | 1 | -3/+2 |
| * | Rework the certificate generation examples a bit: |  sthen | 2019-02-18 | 1 | -13/+19 |
| * | PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls |  krw | 2019-01-22 | 1 | -2/+2 |
| * | add missing braces implied by indentation |  jsg | 2018-09-20 | 1 | -2/+3 |
| * | Document how to avoid isakmpd(8) source IP address pitfalls by using |  stsp | 2018-04-17 | 2 | -6/+18 |
| * | Spacing, no object change. |  mpi | 2018-01-15 | 20 | -89/+89 |
| * | space -> tab |  mpi | 2018-01-04 | 20 | -111/+111 |
| * | Set the correct ENCAPSULATION_MODE when doing NAT-T. |  mpi | 2017-12-07 | 1 | -4/+36 |
| * | Use clock_gettime(CLOCK_MONOTONIC) to schedule timers |  jca | 2017-12-05 | 13 | -80/+81 |
| * | in isakmpd(8), provide a hint: from scott cheloha |  jmc | 2017-11-23 | 1 | -5/+4 |
| * | In the final RFC 5903 the computation for the DH shared secret changed. |  patrick | 2017-11-08 | 7 | -31/+76 |
| * | Support DH groups 19 to 21 and 25 to 30, just like iked(8) does. |  mpi | 2017-10-27 | 4 | -15/+34 |
| * | Check for failures of exchange_establish_p{1,2}() and call the given |  mpi | 2017-09-18 | 2 | -34/+57 |
| * | Remove listing of fixed bugs. |  mpi | 2017-08-22 | 1 | -49/+1 |
| * | Prevent a use-after-free by always passing dynamically allocated |  mpi | 2017-08-06 | 2 | -7/+18 |
| * | Prevent a NULL dereference when comparing incomplete SAs. |  mpi | 2017-07-18 | 1 | -1/+10 |
| * | remove misc. depend and yacc nits that no longer matter. |  espie | 2017-07-10 | 1 | -2/+2 |
| * | Generate source and header files for regress on demand. |  bluhm | 2017-07-03 | 1 | -2/+3 |
| * | mark files as BUILDFIRST, or write explicit dependencies, so that most |  espie | 2017-06-16 | 1 | -1/+3 |
| * | Check return value of asprintf(), and don't use 0 as a char * |  tom | 2017-04-02 | 1 | -10/+10 |
| * | Depending on the addresses, ipsecctl(8) automatically groups sa |  bluhm | 2017-02-28 | 1 | -3/+3 |
| * | Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> and |  guenther | 2017-02-03 | 5 | -5/+11 |
| * | Remove modular exponential groups specified in RFC5114 |  mikeb | 2017-01-04 | 1 | -63/+1 |
| * | Hyphenate compound adjectives 'up-to-date', 'out-of-date' and 'well-known' |  tb | 2017-01-01 | 1 | -4/+4 |
| * | A commented block starts with |  deraadt | 2016-09-03 | 1 | -6/+1 |
| * | move links from http to https://www.openbsd.org/ |  tb | 2016-09-02 | 1 | -2/+2 |
| * | Pull in <sys/select.h> for fd_set |  guenther | 2016-08-26 | 1 | -1/+2 |
| * | Fix memory leak. Call proto_free() always to free proto. |  yasuoka | 2016-04-04 | 1 | -6/+4 |
| * | Another use for fcntl() and thus of the superfluous 3rd parameter |  krw | 2016-04-02 | 1 | -4/+27 |
| * | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. |  krw | 2016-03-16 | 1 | -2/+2 |
| * | Don't retransmit responses for unauthenticated messages. |  yasuoka | 2016-03-10 | 3 | -4/+18 |
| * | fix steps for cert creation; |  jmc | 2016-03-05 | 1 | -5/+13 |
| * | Print ssize_t with %zd; ok deraadt@ mmcc@ |  jca | 2016-02-29 | 1 | -5/+4 |
| * | typo fix; from julian hsiao |  jmc | 2016-01-11 | 1 | -3/+3 |
| * | tweak; from julian hsiao |  jmc | 2016-01-08 | 1 | -3/+3 |
| * | Remove NULL-checks before free(). ok tb@ |  mmcc | 2015-12-10 | 6 | -20/+13 |
| * | Remove plain DES encryption from IPsec. |  naddy | 2015-12-09 | 6 | -154/+19 |
| * | A classic case for bzero() -> explicit_bzero() |  mmcc | 2015-10-15 | 1 | -2/+2 |
| * | drop useless .Xo and .Bk, and shorten by avoiding some .Sm |  schwarze | 2015-09-25 | 1 | -81/+14 |