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