index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
iked
/
Makefile
Age
Commit message (
Expand
)
Author
2017-07-19
more depends gc / yacc rules overhaul
Marc Espie
2017-07-03
no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing
Marc Espie
2015-10-23
push LDSTATIC line down so it's not overridden by makefile.inc. ok reyk
Ted Unangst
2015-10-22
Stop linking iked -static: It was inherited from isakmpd that is
Reyk Floeter
2015-10-19
Remove the ikev1 stub - Since I started iked, it has an empty privsep
Reyk Floeter
2014-08-27
Add support for Curve25519 using the public domain code that is found
Reyk Floeter
2014-02-17
basic OCSP support. enable with 'set ocsp "http://10.0.0.10:8888/"'
Markus Friedl
2014-01-18
Remove -Wbounded: it is now the compiler default.
Martynas Venckus
2013-11-14
not need to specify OBJDIR; ok mikeb
Markus Friedl
2013-01-08
Remove private CVS tag from an obsolete repository and bump copyright
Reyk Floeter
2012-09-25
Correct DPADD to not list libssl which is not used by iked.
Brad Smith
2010-12-22
split util.c into two files: imsg_util.c for ibuf/imsg stuff and util for
Reyk Floeter
2010-06-11
add some infrastructure to support timers and initiator mode later.
Reyk Floeter
2010-06-11
tweak the code slightly so we can remove -lssl
Jonathan Gray
2010-06-10
i don't like splitting source code in too many source files but ikev2.c
Reyk Floeter
2010-06-03
remove my BINDIR override, pointed out by deraadt@
Reyk Floeter
2010-06-03
Import iked, a new implementation of the IKEv2 protocol.
Reyk Floeter