summaryrefslogtreecommitdiffstats
path: root/sbin/iked/Makefile
AgeCommit message (Expand)AuthorFilesLines
2021-03-05Move policy printing code from parse.y to new print.ctobhe1-2/+2
2021-03-04Remove -g from CFLAGS. This was accidentally added with the last commit.tobhe1-2/+2
2021-03-04Derive config netmask from address pool if not explicitly configured.tobhe1-2/+2
2021-02-13Add dynamic address configuration for roadwarrior clients.tobhe1-2/+2
2017-07-19more depends gc / yacc rules overhaulespie1-3/+1
2017-07-03no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingespie1-2/+4
2015-10-23push LDSTATIC line down so it's not overridden by makefile.inc. ok reyktedu1-4/+4
2015-10-22Stop linking iked -static: It was inherited from isakmpd that isreyk1-1/+4
2015-10-19Remove the ikev1 stub - Since I started iked, it has an empty privsepreyk1-2/+2
2014-08-27Add support for Curve25519 using the public domain code that is foundreyk1-2/+3
2014-02-17basic OCSP support. enable with 'set ocsp "http://10.0.0.10:8888/"'markus1-2/+2
2014-01-18Remove -Wbounded: it is now the compiler default.martynas1-2/+2
2013-11-14not need to specify OBJDIR; ok mikebmarkus1-2/+2
2013-01-08Remove private CVS tag from an obsolete repository and bump copyrightreyk1-2/+1
2012-09-25Correct DPADD to not list libssl which is not used by iked.brad1-2/+2
2010-12-22split util.c into two files: imsg_util.c for ibuf/imsg stuff and util forreyk1-2/+2
2010-06-11add some infrastructure to support timers and initiator mode later.reyk1-2/+2
2010-06-11tweak the code slightly so we can remove -lssljsg1-2/+2
2010-06-10i don't like splitting source code in too many source files but ikev2.creyk1-5/+5
2010-06-03remove my BINDIR override, pointed out by deraadt@reyk1-3/+1
2010-06-03Import iked, a new implementation of the IKEv2 protocol.reyk1-0/+35