Age | Commit message (Expand) | Author |
2015-08-20 | <stdlib.h> is included, so do not need to cast result from | Theo de Raadt |
2015-02-07 | When getopt processing flags, many should be flag=1 instead of flag++ | Theo de Raadt |
2013-09-26 | Removed a break of a switch-case, which had not been removed in the last commit. | Patrick Wildt |
2013-04-24 | remove old backwards random junk | Theo de Raadt |
2013-03-21 | remove excessive includes | Theo de Raadt |
2010-04-15 | Log when isakmpd starts - patch from Toni Mueller | lum |
2008-05-12 | Error out with usage line if additional arguments are given after the | Pierre-Yves Ritschard |
2007-04-02 | Don't let -r fall through to the next case block, | Moritz Jodeit |
2006-09-01 | Add a new UI command to force isakmpd into passive only mode. | Marco Pfatschbacher |
2006-08-30 | Make SA deletion on shutdown the default again. Use -S for failover | Hans-Joerg Hoexer |
2006-06-10 | Make deletion of SAs on shutdown optional. The default behaviour | Hans-Joerg Hoexer |
2006-06-01 | Fix a comment | Hans-Joerg Hoexer |
2006-03-20 | make sure the command fifo is ready before isakmpd returns. This | Hans-Joerg Hoexer |
2005-12-20 | let isakmpd(8) remove it's pid/fifo file on exit. | Moritz Jodeit |
2005-06-25 | /* Fallthrough. */ -> /* FALLTHROUGH */ | Hans-Joerg Hoexer |
2005-05-26 | Add ARGSUSED for lint, one comment for me | Hans-Joerg Hoexer |
2005-05-03 | Remove SIGUSR2-related stuff as suggested by ho@. | Moritz Jodeit |
2005-05-03 | fix signal race, when child dies before the monitor | Moritz Jodeit |
2005-04-10 | - sort synopsis + options list | Jason McIntyre |
2005-04-08 | Make deterministic randomness (only ever used for testing) a compile-time | Chad Loder |
2005-04-08 | USE_DEBUG is bye bye | Theo de Raadt |
2005-04-08 | keynote and policy always compiled in | Theo de Raadt |
2005-04-08 | nat-traversal always | Theo de Raadt |
2005-04-08 | privsep always | Theo de Raadt |
2005-04-08 | kill HAVE_CLOSEFROM | Theo de Raadt |
2005-04-08 | more __progname | Theo de Raadt |
2005-04-08 | use __progname | Theo de Raadt |
2005-04-05 | Add -T flag to isakmpd to disable NAT-T support from the command line. | Chad Loder |
2005-04-04 | spacing; ok cloder | Theo de Raadt |
2005-03-22 | Compile when nat_traversal is disabled. | Chad Loder |
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-24 | Add -N switch to select port for udpencap. Thus it's possible to run multiple | Hans-Joerg Hoexer |
2005-02-16 | On shutdown also send delete messages for isakmp SAs. | Hans-Joerg Hoexer |
2004-09-17 | avoid signal race. | Hans-Joerg Hoexer |
2004-06-25 | Keynote policy checking can now be disabled by "-K" switch and config tag | Hans-Joerg Hoexer |
2004-06-23 | Add commandline switch -a / config tag "Acquire-Only" to tell isakmpd to not | Hans-Joerg Hoexer |
2004-06-20 | To make debugging the unprivileged child process easier, make 'isakmpd -dd' | Hakan Olsson |
2004-06-14 | KNF, style, 80c, etc. hshoexer@ ok | Hakan Olsson |
2004-05-23 | More KNF. Mainly spaces and line-wraps, no binary change. | Hans-Joerg Hoexer |
2004-05-19 | Permit symbolic protocol and service names, such as "Protocol= tcp", in the | Hakan Olsson |
2004-04-15 | partial move to KNF. More to come. This has happened because there | Theo de Raadt |
2004-04-08 | Set timezone before privsep, child uses now correct timezone. | Hans-Joerg Hoexer |
2004-03-31 | Don't assume closefrom(2) exists everywhere. hshoexer@, markus@ ok. | Hakan Olsson |
2004-03-19 | Add missing bits to make already present privsep code work. Enable privsep. | Hans-Joerg Hoexer |
2004-02-19 | small cleanup of log messages. | Hans-Joerg Hoexer |
2004-02-19 | With -d, SIGINT should do a clean shutdown. | Hakan Olsson |
2004-02-19 | Cleanup. | Hakan Olsson |
2004-01-16 | Added -v option. Enables logging of successful exchange completion. | Hans-Joerg Hoexer |