summaryrefslogtreecommitdiff
path: root/sbin/isakmpd
AgeCommit message (Expand)Author
2002-03-26Don't message_dump_raw() bad length messages, i.e too short.Hakan Olsson
2002-03-19Remove unnecessary prototype.Angelos D. Keromytis
2002-03-17Move SA_FILE definition to sa.h.Angelos D. Keromytis
2002-03-17Mention isakmpd_sa file.Angelos D. Keromytis
2002-03-17Add 'T' and 'S' commands (for tearing-down and reporting all Phase 2Angelos D. Keromytis
2002-03-06Compile without warnings for older/newer OpenSSL.Hakan Olsson
2002-03-06Fix a couple of snprintf length bugs. Same problem <chris@stallion.oz.au>Hakan Olsson
2002-03-06Unbreak MD5 and SHA1 passphrases in policy check. FromHakan Olsson
2002-03-05-Werror not possible, because of openssl constification. thanks guysTheo de Raadt
2002-03-05must pull -ldes here tooTheo de Raadt
2002-03-05must pull -ldes tooTheo de Raadt
2002-03-05handle constification from new opensslTheo de Raadt
2002-03-05need md5.h for prototypesTheo de Raadt
2002-03-01Update to reflect recent changes in DH group handling. Remove BUGSHakan Olsson
2002-03-01Change DH group handling in the pre-generated parts of theHakan Olsson
2002-02-21Use dport instead of sport, shifflett@nps.navy.milAngelos D. Keromytis
2002-02-21Set the source port correctly, shifflett@nps.navy.milAngelos D. Keromytis
2002-02-19IPsec is written ``IPsec'', not ``IPSec''.Miod Vallat
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
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