summaryrefslogtreecommitdiff
path: root/sbin/isakmpd
AgeCommit message (Expand)Author
2002-05-28off_t to size_t change for printf format and malloc. Pointed out by <greg@nes...Hakan Olsson
2002-05-28printf format __attribute__. From <greg@nest.cx>, slightly modified.Hakan Olsson
2002-05-28Proper types in format strings. From <greg@nest.cx>Hakan Olsson
2002-05-27correct pid handlingTheo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-05-23One last sprintf -> snprintf, requested by deraadt.Hakan Olsson
2002-05-10Use DLT_LOOP instead of DLT_NULL for pcap, to keep track of changes inHakan Olsson
2002-05-10DLT_NULL -> DLT_LOOPHakan Olsson
2002-04-29wierd -> weirdPeter Valchev
2002-04-23More up to date.Hakan Olsson
2002-04-22Handle configuration lines that end in whitespace or ^M.Hakan Olsson
2002-04-10Document IKE mode-cfg config. deraadt@ ok.Hakan Olsson
2002-04-10Document the FIFO ui. deraadt@ ok.Hakan Olsson
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