Age | Commit message (Expand) | Author |
2005-03-29 | Always use network byte order when stuffing port numbers into IPSEC ID | Chad Loder |
2005-03-22 | Compile when nat_traversal is disabled. | Chad Loder |
2005-03-22 | Do not leak keynote session in error path. | Hans-Joerg Hoexer |
2005-03-18 | Back out a possible bogus minor diff until we investigate what | Chad Loder |
2005-03-15 | reset config line numbers, when daemon gets reinitialized. | Moritz Jodeit |
2005-03-15 | small log message fix. | Marco Pfatschbacher |
2005-03-13 | Typo; spotted by Richard Ben Aleya | Miod Vallat |
2005-03-11 | simplify monitor main loop | Hans-Joerg Hoexer |
2005-03-10 | remove dead code, noted by ho@ | Hans-Joerg Hoexer |
2005-03-10 | Avoid memory leak if strdup should fail. | Chad Loder |
2005-03-10 | Avoid crash on finalization. We have been using this diff | Chad Loder |
2005-03-05 | Always use correct byte order when stuffing port numbers into packets. | Chad Loder |
2005-03-05 | No need to allocate a local digest buffer. Cleanup error path. hshoexer@ ok. | Hakan Olsson |
2005-03-05 | No need to use a local hashsize. hshoexer@ ok. | Hakan Olsson |
2005-03-05 | Silence a couple of annoying gcc3 warnings. hshoexer@ ok. | Hakan Olsson |
2005-03-05 | Add RFC3947 NAT-T vendor ID string. hshoexer@ ok. | Hakan Olsson |
2005-03-05 | No need for err.h. hshoexer@ ok | Hakan Olsson |
2005-03-04 | remove unused variable. | Hans-Joerg Hoexer |
2005-03-04 | cleanup binding and cloning functions, use text2port(), correctly | Hans-Joerg Hoexer |
2005-03-04 | remove unused function udp_decode_port(), add modified version as text2port() to | Hans-Joerg Hoexer |
2005-03-04 | remove unused stuff. | Hans-Joerg Hoexer |
2005-03-04 | remove unused variable. | Hans-Joerg Hoexer |
2005-03-04 | fix leak when a phase 2 SA cannot create an exchange for the matching phase 1 | Markus Friedl |
2005-03-03 | fix typo in log msg. | Moritz Jodeit |
2005-03-03 | handle return value of snprintf more carefully | Hans-Joerg Hoexer |
2005-03-02 | correct function name in log message | Hans-Joerg Hoexer |
2005-03-02 | knf, linewrapping, whitespaces, no binary change | Hans-Joerg Hoexer |
2005-02-27 | cleanup correctly in some error paths. | Patrick Latifi |
2005-02-27 | where possible, use bzero instead of memset | Hans-Joerg Hoexer |
2005-02-25 | forgot to remove -P from getopt(). | Hans-Joerg Hoexer |
2005-02-25 | Zap -P option. It has never done anything. While there tweak descripton of | Hans-Joerg Hoexer |
2005-02-25 | Fix an obviously incorrect call to memset. '0' and 0 are not the same | Chad Loder |
2005-02-24 | disable the SA dpd timer on sa_free(). this avoid a race | Markus Friedl |
2005-02-24 | dpd_find_sa: only ready SAs, otherwise DPD will delete SAs owned by | Markus Friedl |
2005-02-24 | Add -N switch to select port for udpencap. Thus it's possible to run multiple | Hans-Joerg Hoexer |
2005-02-24 | Never respond to 0-length UDP packets. Reduces, but does not eliminate | Chad Loder |
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 |