Age | Commit message (Expand) | Author |
2005-04-04 | spacing; ok cloder | Theo de Raadt |
2005-03-05 | No need to allocate a local digest buffer. Cleanup error path. hshoexer@ ok. | Hakan Olsson |
2005-03-05 | Silence a couple of annoying gcc3 warnings. hshoexer@ ok. | Hakan Olsson |
2005-02-27 | where possible, use bzero instead of memset | Hans-Joerg Hoexer |
2005-02-24 | Never respond to 0-length UDP packets. Reduces, but does not eliminate | Chad Loder |
2005-02-22 | build delete messages for isakmp sa correctly. | Hans-Joerg Hoexer |
2005-01-29 | Handle some pointers more carefully. From pat@ some while ago. | Hans-Joerg Hoexer |
2004-12-14 | Reword comment a bit for clarity. hshoexer@ ok. | Hakan Olsson |
2004-12-10 | check msg->isakmp_sa != NULL before the transport gets updated; ok hshoexer | Markus Friedl |
2004-12-08 | NAT/T: replace the isakmpd SA transport with the transport from the | Markus Friedl |
2004-09-17 | Permit next payload type NAT-OA. Noted by Kamel Messaoudi. | Hakan Olsson |
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 |