summaryrefslogtreecommitdiff
path: root/sbin/isakmpd
AgeCommit message (Collapse)Author
2002-06-09rm trailing whitespaceTodd T. Fries
2002-06-09Mark attr payload as handled. Also make sure the correct payloadHakan Olsson
length is returned.
2002-06-09Bad me. Make sure it compiles before commit.Hakan Olsson
2002-06-09CFG_REQUESTHakan Olsson
2002-06-09Style.Hakan Olsson
2002-06-09Missed this.Hakan Olsson
2002-06-09Tighten the code to work for both SET/ACK and REQ/REPLY modes.Hakan Olsson
2002-06-08Factor out hash operations, some other cleanup.Hakan Olsson
2002-06-08add cfg_typeHakan Olsson
2002-06-08a bit more for the responder casesHakan Olsson
2002-06-07Avoid some gcc3 warnings. From David Krause <openbsd@davidkrause.com>Hakan Olsson
2002-06-07Extend as per current IANA assignmentsHakan Olsson
2002-06-07Also allocate space for the attribute header.Hakan Olsson
2002-06-07Start for support of IKECFG in SET/ACK mode. Server side only so far.Hakan Olsson
2002-06-07typoHakan Olsson
2002-06-07Add 'ikecfg' as a valid Flags= value.Hakan Olsson
2002-06-07own sadb_protocol struct for EXT_PROTOCOLHakan Olsson
2002-06-07Send a flow type.Angelos D. Keromytis
2002-06-07This should solve PR#2729.Hakan Olsson
2002-06-07Before detaching, log output should go to stderr, not syslog.Hakan Olsson
2002-06-06Answer requests for netmasks, subnets, and dhcp-servers as well. AddHakan Olsson
debug and warning messages for missing/bad values. Rewrite it a bit. niklas@ ok.
2002-06-06Cleanup / styleHakan Olsson
2002-06-06styleHakan Olsson
2002-06-06better format/typeHakan Olsson
2002-06-06Style, and a few additional format/type mods.Hakan Olsson
2002-06-01size_t must be cast to (unsigned long) and printed using %luTheo de Raadt
2002-05-31Look for the authentication info from the kernel in the correct message.Angelos D. Keromytis
2002-05-28off_t to size_t change for printf format and malloc. Pointed out by ↵Hakan Olsson
<greg@nest.cx>
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
tcpdump(8). This repairs the '-L' (cleartext packet capture) option.
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
Also avoid a potential memory leak.
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
Should solve PR 2474 (unconfirmed). niklas@, me.
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
SAs), from bdallen@nps.navy.mil
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
found for policy passphrases.
2002-03-06Unbreak MD5 and SHA1 passphrases in policy check. FromHakan Olsson
<chris@stallion.oz.au>.
2002-03-05-Werror not possible, because of openssl constification. thanks guysTheo de Raadt
2002-03-05must pull -ldes here tooTheo de Raadt