Age | Commit message (Expand) | Author |
2004-08-17 | check for msg->isakmpg_sa being NULL before referencing | Hans-Joerg Hoexer |
2004-08-10 | Better implementation of the Dead Peer Detection protocol, RFC 3706. | Hakan Olsson |
2004-08-08 | spacing | Theo de Raadt |
2004-07-07 | plug memleak when receiving an INVALID_HASH_INFORMATION notify. | Hans-Joerg Hoexer |
2004-06-21 | Packet capture should add the ESP-marker when NAT-T is active. | Hakan Olsson |
2004-06-20 | message_parse_payloads should accept payloads in the private range. | Hakan Olsson |
2004-06-20 | Make the payload array in struct message dynamic, since we need to handle | Hakan Olsson |
2004-06-20 | NAT-Traversal for isakmpd. Work in progress... | Hakan Olsson |
2004-06-20 | Some vendors send the last Aggressive Mode message unencrypted, which we | Hakan Olsson |
2004-06-14 | added a missing message_free(). | Hans-Joerg Hoexer |
2004-06-14 | KNF, style, 80c, etc. hshoexer@ ok | Hakan Olsson |
2004-06-11 | typo in comment | Brad Smith |
2004-06-10 | Mark authenticated messages explicitly. Better check for authentication before | Hans-Joerg Hoexer |
2004-06-09 | Style nits. hshoexer@ ok | Hakan Olsson |
2004-06-09 | only accept DELETEs during an authenticated INFORMATIONAL exchange. | Hans-Joerg Hoexer |
2004-05-23 | More KNF. Mainly spaces and line-wraps, no binary change. | Hans-Joerg Hoexer |
2004-04-29 | Better checking of minimum payload lengths. Drop out safely when an unknown | Hans-Joerg Hoexer |
2004-04-15 | partial move to KNF. More to come. This has happened because there | Theo de Raadt |
2004-04-07 | -Wsign-compare nits. hshoexer@ ok. | Hakan Olsson |
2004-03-10 | Fix payload handling flaws found by cloder@. Based on initial patch by | Hans-Joerg Hoexer |
2004-03-10 | Plug up memory leak. | Hans-Joerg Hoexer |
2004-03-10 | Reduce some noise on receipt of an invalid spi. | Hans-Joerg Hoexer |
2004-03-09 | Plug memleaks, found by cloder@. | Hans-Joerg Hoexer |
2003-12-05 | Style nits | Hakan Olsson |
2003-12-04 | Validate SPIs presented in DELETE messages of the informational exchange. | Hans-Joerg Hoexer |
2003-11-06 | Style nits. | Hakan Olsson |
2003-11-06 | Require encrypted messages are soon as we have the keystate for it. | Hakan Olsson |
2003-09-02 | Require ISAKMP_FLAGS_ENC on phase 2 messages. ok markus@, deraadt@. | Hakan Olsson |
2003-06-14 | allocate payload_node with calloc instead of malloc | Hakan Olsson |
2003-06-04 | Remove the rest of clauses 3 and 4. Approved by Niklas Hallqvist, Angelos | Hakan Olsson |
2003-06-03 | Cleanup. Use 'sizeof variable' instead of magic constants. | Hakan Olsson |
2002-09-11 | signed vs unsigned, some void * arithmetic, from -pedantic. niklas@ ok. | Hakan Olsson |
2002-07-09 | HASH payload validation does not require an exchange. | Hakan Olsson |
2002-07-04 | Do not assume we have an active exchange during payload validation. | Hakan Olsson |
2002-06-09 | rm trailing whitespace | Todd T. Fries |
2002-06-06 | better format/type | Hakan Olsson |
2002-06-06 | Style, and a few additional format/type mods. | Hakan Olsson |
2002-06-01 | size_t must be cast to (unsigned long) and printed using %lu | Theo de Raadt |
2002-05-28 | Proper types in format strings. From <greg@nest.cx> | Hakan Olsson |
2002-03-26 | Don't message_dump_raw() bad length messages, i.e too short. | Hakan Olsson |
2002-01-23 | the last few sprintf -> snprintf | Hakan Olsson |
2001-10-26 | Change to use sysdep_sa_len() function. | Hakan Olsson |
2001-10-26 | Sometimes the daemon will not die promptly on SIGTERM, even though | Hakan Olsson |
2001-07-01 | ISAKMP configuration, a.k.a IKECFG or "mode-config", protocol implementation. | Niklas Hallqvist |
2001-07-01 | Eliminate IPv4 dependency. | Angelos D. Keromytis |
2001-06-29 | Change get_src/get_dst API as we get the length with sa_len. | Hakan Olsson |
2001-04-24 | Correct SA refcounting. Fixes a bug where isakmpd could die when a peer was | Niklas Hallqvist |
2001-04-14 | Minor cleanup. | Hakan Olsson |
2001-04-12 | Don't put the same message on the sendq twice. By niklas and me. | Hakan Olsson |
2001-04-09 | More style fixes... | Hakan Olsson |