summaryrefslogtreecommitdiffstats
path: root/sbin/isakmpd/isakmpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spacing, no object change.mpi2018-01-151-2/+2
* space -> tabmpi2018-01-041-2/+2
* Use clock_gettime(CLOCK_MONOTONIC) to schedule timersjca2017-12-051-4/+4
* Another use for fcntl() and thus of the superfluous 3rd parameterkrw2016-04-021-4/+27
* <stdlib.h> is included, so do not need to cast result fromderaadt2015-08-201-3/+3
* When getopt processing flags, many should be flag=1 instead of flag++deraadt2015-02-071-2/+2
* Removed a break of a switch-case, which had not been removed in the last commit.patrick2013-09-261-2/+1
* remove old backwards random junkderaadt2013-04-241-16/+2
* remove excessive includesderaadt2013-03-211-2/+1
* Log when isakmpd starts - patch from Toni Muellerlum2010-04-151-1/+2
* Error out with usage line if additional arguments are given after thepyr2008-05-121-1/+4
* Don't let -r fall through to the next case block,moritz2007-04-021-2/+2
* Add a new UI command to force isakmpd into passive only mode.mpf2006-09-011-1/+2
* Make SA deletion on shutdown the default again. Use -S for failoverhshoexer2006-08-301-5/+5
* Make deletion of SAs on shutdown optional. The default behaviourhshoexer2006-06-101-12/+22
* Fix a commenthshoexer2006-06-011-2/+2
* make sure the command fifo is ready before isakmpd returns. Thishshoexer2006-03-201-1/+4
* let isakmpd(8) remove it's pid/fifo file on exit.moritz2005-12-201-9/+5
* /* Fallthrough. */ -> /* FALLTHROUGH */hshoexer2005-06-251-2/+2
* Add ARGSUSED for lint, one comment for mehshoexer2005-05-261-1/+5
* Remove SIGUSR2-related stuff as suggested by ho@.moritz2005-05-031-35/+1
* fix signal race, when child dies before the monitormoritz2005-05-031-21/+29
* - sort synopsis + options listjmc2005-04-101-5/+4
* Make deterministic randomness (only ever used for testing) a compile-timecloder2005-04-081-4/+7
* USE_DEBUG is bye byederaadt2005-04-081-15/+1
* keynote and policy always compiled inderaadt2005-04-081-5/+1
* nat-traversal alwaysderaadt2005-04-081-5/+1
* privsep alwaysderaadt2005-04-081-6/+2
* kill HAVE_CLOSEFROMderaadt2005-04-081-7/+1
* more __prognamederaadt2005-04-081-1/+3
* use __prognamederaadt2005-04-081-2/+2
* Add -T flag to isakmpd to disable NAT-T support from the command line.cloder2005-04-051-4/+12
* spacing; ok cloderderaadt2005-04-041-8/+8
* Compile when nat_traversal is disabled.cloder2005-03-221-1/+3
* where possible, use bzero instead of memsethshoexer2005-02-271-3/+3
* forgot to remove -P from getopt().hshoexer2005-02-251-2/+2
* Zap -P option. It has never done anything. While there tweak descripton ofhshoexer2005-02-251-7/+3
* Add -N switch to select port for udpencap. Thus it's possible to run multiplehshoexer2005-02-241-5/+10
* On shutdown also send delete messages for isakmp SAs.hshoexer2005-02-161-5/+15
* avoid signal race.hshoexer2004-09-171-6/+4
* Keynote policy checking can now be disabled by "-K" switch and config taghshoexer2004-06-251-3/+9
* Add commandline switch -a / config tag "Acquire-Only" to tell isakmpd to nothshoexer2004-06-231-3/+10
* To make debugging the unprivileged child process easier, make 'isakmpd -dd'ho2004-06-201-2/+2
* KNF, style, 80c, etc. hshoexer@ okho2004-06-141-4/+5
* More KNF. Mainly spaces and line-wraps, no binary change.hshoexer2004-05-231-22/+31
* Permit symbolic protocol and service names, such as "Protocol= tcp", in theho2004-05-191-1/+6
* partial move to KNF. More to come. This has happened because therederaadt2004-04-151-344/+321
* Set timezone before privsep, child uses now correct timezone.hshoexer2004-04-081-1/+5
* Don't assume closefrom(2) exists everywhere. hshoexer@, markus@ ok.ho2004-03-311-1/+7
* Add missing bits to make already present privsep code work. Enable privsep.hshoexer2004-03-191-11/+16