| Commit message (Expand) | Author | Age | Files | Lines |
* | Spacing, no object change. |  mpi | 2018-01-15 | 1 | -2/+2 |
* | space -> tab |  mpi | 2018-01-04 | 1 | -2/+2 |
* | Use clock_gettime(CLOCK_MONOTONIC) to schedule timers |  jca | 2017-12-05 | 1 | -4/+4 |
* | Another use for fcntl() and thus of the superfluous 3rd parameter |  krw | 2016-04-02 | 1 | -4/+27 |
* | <stdlib.h> is included, so do not need to cast result from |  deraadt | 2015-08-20 | 1 | -3/+3 |
* | When getopt processing flags, many should be flag=1 instead of flag++ |  deraadt | 2015-02-07 | 1 | -2/+2 |
* | Removed a break of a switch-case, which had not been removed in the last commit. |  patrick | 2013-09-26 | 1 | -2/+1 |
* | remove old backwards random junk |  deraadt | 2013-04-24 | 1 | -16/+2 |
* | remove excessive includes |  deraadt | 2013-03-21 | 1 | -2/+1 |
* | Log when isakmpd starts - patch from Toni Mueller |  lum | 2010-04-15 | 1 | -1/+2 |
* | Error out with usage line if additional arguments are given after the |  pyr | 2008-05-12 | 1 | -1/+4 |
* | Don't let -r fall through to the next case block, |  moritz | 2007-04-02 | 1 | -2/+2 |
* | Add a new UI command to force isakmpd into passive only mode. |  mpf | 2006-09-01 | 1 | -1/+2 |
* | Make SA deletion on shutdown the default again. Use -S for failover |  hshoexer | 2006-08-30 | 1 | -5/+5 |
* | Make deletion of SAs on shutdown optional. The default behaviour |  hshoexer | 2006-06-10 | 1 | -12/+22 |
* | Fix a comment |  hshoexer | 2006-06-01 | 1 | -2/+2 |
* | make sure the command fifo is ready before isakmpd returns. This |  hshoexer | 2006-03-20 | 1 | -1/+4 |
* | let isakmpd(8) remove it's pid/fifo file on exit. |  moritz | 2005-12-20 | 1 | -9/+5 |
* | /* Fallthrough. */ -> /* FALLTHROUGH */ |  hshoexer | 2005-06-25 | 1 | -2/+2 |
* | Add ARGSUSED for lint, one comment for me |  hshoexer | 2005-05-26 | 1 | -1/+5 |
* | Remove SIGUSR2-related stuff as suggested by ho@. |  moritz | 2005-05-03 | 1 | -35/+1 |
* | fix signal race, when child dies before the monitor |  moritz | 2005-05-03 | 1 | -21/+29 |
* | - sort synopsis + options list |  jmc | 2005-04-10 | 1 | -5/+4 |
* | Make deterministic randomness (only ever used for testing) a compile-time |  cloder | 2005-04-08 | 1 | -4/+7 |
* | USE_DEBUG is bye bye |  deraadt | 2005-04-08 | 1 | -15/+1 |
* | keynote and policy always compiled in |  deraadt | 2005-04-08 | 1 | -5/+1 |
* | nat-traversal always |  deraadt | 2005-04-08 | 1 | -5/+1 |
* | privsep always |  deraadt | 2005-04-08 | 1 | -6/+2 |
* | kill HAVE_CLOSEFROM |  deraadt | 2005-04-08 | 1 | -7/+1 |
* | more __progname |  deraadt | 2005-04-08 | 1 | -1/+3 |
* | use __progname |  deraadt | 2005-04-08 | 1 | -2/+2 |
* | Add -T flag to isakmpd to disable NAT-T support from the command line. |  cloder | 2005-04-05 | 1 | -4/+12 |
* | spacing; ok cloder |  deraadt | 2005-04-04 | 1 | -8/+8 |
* | Compile when nat_traversal is disabled. |  cloder | 2005-03-22 | 1 | -1/+3 |
* | where possible, use bzero instead of memset |  hshoexer | 2005-02-27 | 1 | -3/+3 |
* | forgot to remove -P from getopt(). |  hshoexer | 2005-02-25 | 1 | -2/+2 |
* | Zap -P option. It has never done anything. While there tweak descripton of |  hshoexer | 2005-02-25 | 1 | -7/+3 |
* | Add -N switch to select port for udpencap. Thus it's possible to run multiple |  hshoexer | 2005-02-24 | 1 | -5/+10 |
* | On shutdown also send delete messages for isakmp SAs. |  hshoexer | 2005-02-16 | 1 | -5/+15 |
* | avoid signal race. |  hshoexer | 2004-09-17 | 1 | -6/+4 |
* | Keynote policy checking can now be disabled by "-K" switch and config tag |  hshoexer | 2004-06-25 | 1 | -3/+9 |
* | Add commandline switch -a / config tag "Acquire-Only" to tell isakmpd to not |  hshoexer | 2004-06-23 | 1 | -3/+10 |
* | To make debugging the unprivileged child process easier, make 'isakmpd -dd' |  ho | 2004-06-20 | 1 | -2/+2 |
* | KNF, style, 80c, etc. hshoexer@ ok |  ho | 2004-06-14 | 1 | -4/+5 |
* | More KNF. Mainly spaces and line-wraps, no binary change. |  hshoexer | 2004-05-23 | 1 | -22/+31 |
* | Permit symbolic protocol and service names, such as "Protocol= tcp", in the |  ho | 2004-05-19 | 1 | -1/+6 |
* | partial move to KNF. More to come. This has happened because there |  deraadt | 2004-04-15 | 1 | -344/+321 |
* | Set timezone before privsep, child uses now correct timezone. |  hshoexer | 2004-04-08 | 1 | -1/+5 |
* | Don't assume closefrom(2) exists everywhere. hshoexer@, markus@ ok. |  ho | 2004-03-31 | 1 | -1/+7 |
* | Add missing bits to make already present privsep code work. Enable privsep. |  hshoexer | 2004-03-19 | 1 | -11/+16 |