Age | Commit message (Expand) | Author |
2002-01-27 | Add the (former) AES candidate ESP ciphers for IKE, as of | Hakan Olsson |
2002-01-25 | Update. <mccreary@pch.net> | Hakan Olsson |
2002-01-25 | no static for sa_dump, explicit log cls/level | Hakan Olsson |
2002-01-25 | Typo. <mccreary@pch.net> | Hakan Olsson |
2002-01-23 | Actually return the ESP/AH/COMP ground descriptions for policy | Angelos D. Keromytis |
2002-01-23 | the last few sprintf -> snprintf | Hakan Olsson |
2002-01-23 | snprintf, and only dump exchange data if USE_DEBUG is defined | Hakan Olsson |
2002-01-23 | sprintf->snprintf & bugfix | Hakan Olsson |
2002-01-23 | no more strcpy/sprintf | Hakan Olsson |
2002-01-23 | Another strcpy gone. | Hakan Olsson |
2002-01-23 | strcpy->strlcpy, sprintf->snprintf | Hakan Olsson |
2002-01-23 | strcat->strlcat, sprintf->snprintf | Hakan Olsson |
2002-01-23 | strcpy->strlcpy | Hakan Olsson |
2002-01-23 | strncat->strlcat, sprintf->snprintf | Hakan Olsson |
2002-01-23 | less sprintf/str[n]cpy/strcat | Hakan Olsson |
2002-01-23 | less strcpy/strcat | Hakan Olsson |
2002-01-19 | Fix bogosity with sa_len value assignment...I wonder how this ever | Angelos D. Keromytis |
2002-01-03 | str[n]{cpy,cat} -> strl{cpy,cat}, sprintf -> snprintf | Hakan Olsson |
2002-01-03 | strftime format fixes. From Christo Butcher <christo@fox-it.com>. | Hakan Olsson |
2002-01-03 | Typo. | Hakan Olsson |
2001-12-21 | Initial patch for a new mdoc issue. | Mike Pechkin |
2001-12-16 | diagnostic incorrect; vlada@openbsd.cz | Theo de Raadt |
2001-12-13 | o) start new sentence on a new line; | Mike Pechkin |
2001-12-11 | Don't hang waiting for select() with SIGTERM + no active SAs. | Hakan Olsson |
2001-12-11 | Proper error msg. | Hakan Olsson |
2001-12-10 | Add example on how to create FQDN certificates suitable for use with isakmpd.... | Hakan Olsson |
2001-12-10 | Mention that SIGHUP will cause isakmpd to reread isakmpd.conf | Hakan Olsson |
2001-12-10 | Add UI option 'R' to trigger isakmpd reinit (same as SIGHUP). | Hakan Olsson |
2001-12-03 | Change UI fifo open to O_RDWR to avoid problems on some OSes (such as | Hakan Olsson |
2001-11-22 | Nit. | Hakan Olsson |
2001-11-21 | %qd -> %llu in a couple of other places | Hakan Olsson |
2001-11-21 | Have sa_dump() also print SA lifetimes (for /var/run/isakmpd.report). | Hakan Olsson |
2001-11-03 | Add stub for struct X509_STORE | Hakan Olsson |
2001-11-03 | We get ssl.h with x509.h/libcrypto.h | Hakan Olsson |
2001-10-26 | Update for FreeBSD port. Noted by olof@crt.se. | Hakan Olsson |
2001-10-26 | libcrypto.h should be included. Sort includes. | Hakan Olsson |
2001-10-26 | As sysdep/ is included for all OSes, this file is now obsolete. | Hakan Olsson |
2001-10-26 | Change to use sysdep_sa_len() function. | Hakan Olsson |
2001-10-26 | Add sysdep_sa_len function. | Hakan Olsson |
2001-10-26 | Just rename sockaddr_data/len functions to sockaddr_addrdata/addrlen. | Hakan Olsson |
2001-10-26 | Sometimes the daemon will not die promptly on SIGTERM, even though | Hakan Olsson |
2001-10-12 | SADB_X_IDENTTYPE_CONNECTION appeared after 2.9. niklas@ ok. | Hakan Olsson |
2001-10-11 | Fix various bugs in the example configuration. Most entries are | Hakan Olsson |
2001-10-09 | Print correct portnr in warning msg. | Hakan Olsson |
2001-10-05 | Extend the FIFO ui with the 'D A <level>' (to set all debug levels) and | Hakan Olsson |
2001-10-05 | Missed this file; some more debug level fixes. | Hakan Olsson |
2001-10-05 | Some more debug level fixes. | Hakan Olsson |
2001-10-05 | Tweak a couple of debug levels. | Hakan Olsson |
2001-10-05 | {local,remote}_negotiation_address can also be IPv6. | Hakan Olsson |
2001-10-04 | Update BUGS section (after some bugging from ho@) | Angelos D. Keromytis |