Age | Commit message (Expand) | Author |
2009-01-29 | Improve logging: | Hans-Joerg Hoexer |
2009-01-28 | cleaning up my tree: trivial KNF and a comment fix. | Hans-Joerg Hoexer |
2009-01-28 | Remove some dead (#if 0) code. | Hans-Joerg Hoexer |
2009-01-20 | Add support to isakmpd(8) and ipsecctl(8) to install SA's with a | Marco Pfatschbacher |
2008-12-22 | mark log_fatal() and monitor_exit() as __dead, as they do not return. | Hans-Joerg Hoexer |
2008-11-11 | Use rfc2409 conform notification message when client identities are | Hans-Joerg Hoexer |
2008-10-21 | do not listen on tentative (during DAD), duplicated (after DAD) or | Markus Friedl |
2008-09-06 | adapt to API changes in OpenSSL 0.9.8h | Damien Miller |
2008-09-06 | adapt to sha2(3) API changes; ok millert@ | Damien Miller |
2008-07-22 | If isakmpd is started with -4 or -6, virtual_get_default() may | Alexander Bluhm |
2008-07-01 | Isakmpd acquire mode did not work with a config generated from | Alexander Bluhm |
2008-06-10 | Arguments to fifo commands were limited to 80 bytes. That is too | Alexander Bluhm |
2008-06-10 | Fix implementation of IN6_IS_ADDR_FULL so that IPV6_ADDR is used | Alexander Bluhm |
2008-05-12 | Error out with usage line if additional arguments are given after the | Pierre-Yves Ritschard |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-15 | Repair the simple cases for msg_controllen where it should just be | Theo de Raadt |
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt |
2008-03-02 | Use a union to ensure alignment of the cmsg. | Hans-Joerg Hoexer |
2008-02-17 | Define default configurations for AES-192 and AES-256. From Mitja Muzenic | Hans-Joerg Hoexer |
2008-02-06 | Fix possible memory leaks when sending phase 1 IDs. | Moritz Jodeit |
2008-01-29 | fix race in makefile | Marc Espie |
2007-09-02 | more malloc(n * m) -> calloc(n, m); from Igor Zinovik | Theo de Raadt |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-08-15 | Remove a superflous debug fprintf. | Hans-Joerg Hoexer |
2007-08-11 | Do not complain about being not able to read non-existing files. Minor | Hans-Joerg Hoexer |
2007-08-07 | m_priv_req_readdir(): check file type after fstat, since d_type | Markus Friedl |
2007-08-05 | Allow key exchange with RSA signature authentication to work with | Tom Cosgrove |
2007-07-31 | Use correct function name in log message. Noticed by Igor Zinovk | Hans-Joerg Hoexer |
2007-06-02 | safer snprintf construct with more paranoid length calculation | Peter Valchev |
2007-06-01 | Let conf_trans_node() set all parts of the node, so that we don't | Moritz Jodeit |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-27 | Don't include sys/mbuf.h it is not needed. OK mcbride@ msf@ | Claudio Jeker |
2007-05-23 | Get rid of some obsolete exampels. | Hans-Joerg Hoexer |
2007-05-07 | Bump crypto buffer logging (before crypto/after crypto) to level 70 from | Chad Loder |
2007-05-07 | It was possible for phase 1 negotiation to fail due to lifetime duration | Chad Loder |
2007-05-07 | Document "M active|passive" ui command. | Joel Knight |
2007-05-05 | Kill a log message which looks like an error message but is actually | Chad Loder |
2007-04-22 | Free allocated node in conf_set_now() before failing, | Moritz Jodeit |
2007-04-22 | Use conf_free_list() after calling conf_get_list(). | Moritz Jodeit |
2007-04-16 | There's no point in checking ptr for NULL before doing free(ptr) | Moritz Jodeit |
2007-04-15 | Fix interop-issue with vpn peers that start reyking on port 4500 when | Hans-Joerg Hoexer |
2007-04-08 | Fix lint comments. s/Fall through/FALLTHROUGH/. | Moritz Jodeit |
2007-04-08 | o Kill another strerror() from a call to log_error(), | Moritz Jodeit |
2007-04-02 | Don't append the errno string in a log_error() call, | Moritz Jodeit |
2007-04-02 | When setting all signals to their default handlers, start | Moritz Jodeit |
2007-04-02 | Don't let -r fall through to the next case block, | Moritz Jodeit |
2007-03-26 | typo in initial RCS tag ($OpenBSD: -> $OpenBSD$) | Pedro Martelletto |
2007-03-18 | Fix usage of predefined lifetimes. "Default-phase-[12]-lifetime" | Hans-Joerg Hoexer |
2007-03-05 | Set pointer to NULL after freeing it, so callers of | Moritz Jodeit |
2007-03-03 | There may be more than one item in the subjectAltName (cropping up | Tom Cosgrove |