Age | Commit message (Expand) | Author |
2005-02-22 | fix wrong line break in comment. | Moritz Jodeit |
2005-02-22 | build delete messages for isakmp sa correctly. | Hans-Joerg Hoexer |
2005-02-22 | better error messages | Hans-Joerg Hoexer |
2005-02-16 | On shutdown also send delete messages for isakmp SAs. | Hans-Joerg Hoexer |
2005-02-10 | Also add DPD. | Hakan Olsson |
2005-02-10 | Make it compile. | Hakan Olsson |
2005-02-10 | Add NAT-T here too. | Hakan Olsson |
2005-02-10 | ignore_policy should be ifdef USE_POLICY. hshoexer@ ok | Hakan Olsson |
2005-01-31 | Avoid dereferencing a NULL pointer | Hans-Joerg Hoexer |
2005-01-31 | Remove unused stuff. | Hans-Joerg Hoexer |
2005-01-30 | Avoid null pointer dereference when deleting not fully established SAs. | Hans-Joerg Hoexer |
2005-01-29 | some knf and space killing, no binary change. | Hans-Joerg Hoexer |
2005-01-29 | Handle some pointers more carefully. From pat@ some while ago. | Hans-Joerg Hoexer |
2005-01-05 | kill whitespace; | Jason McIntyre |
2005-01-05 | Discourage using aggressive mode. | Hans-Joerg Hoexer |
2004-12-28 | proper portable C; ok hshoexer | Theo de Raadt |
2004-12-28 | Correctly determine length of rsa key passed by the kernel to userland. Found | Hans-Joerg Hoexer |
2004-12-27 | Fix broken pointer arithmetic when receiving a RSA key from the kernel. Found | Hans-Joerg Hoexer |
2004-12-22 | Fix parenthesis mismatch, from Stefan Miltchev. Thanks! | Hans-Joerg Hoexer |
2004-12-14 | Reword comment a bit for clarity. hshoexer@ ok. | Hakan Olsson |
2004-12-14 | Allow the Address, Network, or Netmask values of the <IPsec-ID> to be | Ryan Thomas McBride |
2004-12-13 | make sure the isakmpd_s has id_r/s set; ok hshoexer, ho | Markus Friedl |
2004-12-10 | check msg->isakmp_sa != NULL before the transport gets updated; ok hshoexer | Markus Friedl |
2004-12-08 | 1. allow up to DPD_RETRANS_MAX retransmitted R_U_THERE messages. | Markus Friedl |
2004-12-08 | NAT/T: replace the isakmpd SA transport with the transport from the | Markus Friedl |
2004-12-06 | RFC2409 mandates min and max nonce lengths. hshoexer@ ok. | Hakan Olsson |
2004-11-29 | Spell precede correctly. | Jonathan Gray |
2004-11-18 | use hash and not hmac to calculate NAT-D payloads. Also add NAT-D payload for | Hans-Joerg Hoexer |
2004-11-10 | Use ${STATIC} rather than -static (dont hardcode). ok miod@ | Dale Rahn |
2004-11-08 | rename char array realpath to pathreal to avoid naming conflict with | Hans-Joerg Hoexer |
2004-11-08 | more monitor cleanup: | Hans-Joerg Hoexer |
2004-11-08 | no const for sysdep_sa_len (not yet), slipped in during previous commit... | Hans-Joerg Hoexer |
2004-11-08 | monitor cleanup: honor const, added missing inlcude, missing typecast (makes | Hans-Joerg Hoexer |
2004-11-08 | make lint happy and honor const. | Hans-Joerg Hoexer |
2004-10-20 | fix potential memleaks & small cleanup. found by patrick latifi, thanks! | Hans-Joerg Hoexer |
2004-10-08 | pull in some changes from libc arc4random (only relevant for non-OpenBSD | Hans-Joerg Hoexer |
2004-10-01 | add some missing $, ok djm@ 'That looks fine to me' millert@ | Jonathan Gray |
2004-09-24 | Don't process NAT-T keepalives. Noted by Kamel Messaoudi. hshoexer@ ok | Hakan Olsson |
2004-09-20 | compile cleanly with -Wsign-compare | Hans-Joerg Hoexer |
2004-09-20 | Remove __func__ | Hans-Joerg Hoexer |
2004-09-17 | avoid signal race. | Hans-Joerg Hoexer |
2004-09-17 | Missing #ifdefs. | Hakan Olsson |
2004-09-17 | #include <stdlib.h> for srandom(). | Hakan Olsson |
2004-09-17 | Permit next payload type NAT-OA. Noted by Kamel Messaoudi. | Hakan Olsson |
2004-08-23 | We need to set sa->initiator before checking if the newly created SA | Hakan Olsson |
2004-08-23 | Default enable DPD (Dead Peer Detection) support. hshoexer@ ok | Hakan Olsson |
2004-08-23 | Indent nit. | Hakan Olsson |
2004-08-17 | check for msg->isakmpg_sa being NULL before referencing | Hans-Joerg Hoexer |
2004-08-14 | When using -K (keynote disabled), check peers' proposal against isakmpd.conf. | Hans-Joerg Hoexer |
2004-08-13 | extra check for no message case; ok markus, deraadt, hshoexer, henning | Damien Miller |