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
/
ikev1.c
Age
Commit message (
Expand
)
Author
2014-04-22
Update iked to use the same proc.c that relayd uses.
Reyk Floeter
2014-02-17
Fix compiler warnings in the format strings: use %zd for ssize_t and
Reyk Floeter
2013-03-21
remove excessive includes
Theo de Raadt
2013-01-08
Remove private CVS tag from an obsolete repository and bump copyright
Reyk Floeter
2012-09-18
update email addresses to match reality.
Reyk Floeter
2011-05-09
rename functions in proc.c to proc_* and move some code from imsg_util.c to
Reyk Floeter
2011-05-05
Small tweak - add direct pointer to env instead of using an indirect one.
Reyk Floeter
2011-05-05
Move the proc.c-specific runtime state out of struct iked into a sub-struct.
Reyk Floeter
2011-05-05
rename iked_proc* to privsep_proc*. no functional change.
Reyk Floeter
2011-01-21
Reimplement the iked(8) policy evaluation for incoming connections to
Reyk Floeter
2010-06-24
unbreak the ikectl log verbose/brief commands.
Reyk Floeter
2010-06-14
cleanup messages and parsed information correctly
Reyk Floeter
2010-06-10
add new commands: the couple/decouple commands will set loading of the
Reyk Floeter
2010-06-10
i don't like splitting source code in too many source files but ikev2.c
Reyk Floeter
2010-06-03
Import iked, a new implementation of the IKEv2 protocol.
Reyk Floeter