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
/
iked.c
Age
Commit message (
Expand
)
Author
2015-12-07
Sync proc.c, use shorter proc_compose[v]()
Reyk Floeter
2015-11-22
Update log.c: change fatal() and fatalx() into variadic functions,
Reyk Floeter
2015-10-22
iked hereby pledges that it will run with restricted system
Reyk Floeter
2015-10-19
Remove the ikev1 stub - Since I started iked, it has an empty privsep
Reyk Floeter
2015-10-15
Remove some unnecessary NULL-checks before free(). Change two bzero()
mmcc
2015-08-21
Switch iked to C99-style fixed-width integer types.
Reyk Floeter
2015-06-03
Do not assume that asprintf() clears the pointer on failure, which
Todd C. Miller
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-08-18
Sync proc.c with httpd. httpd needs SIGUSR1 but iked will ignore it
Reyk Floeter
2014-05-08
match iked proc.c infrastructure with proc.c
Bret Lambert
2014-04-22
Update iked to use the same proc.c that relayd uses.
Reyk Floeter
2014-02-17
basic OCSP support. enable with 'set ocsp "http://10.0.0.10:8888/"'
Markus Friedl
2013-10-24
no need for netinet/ip_var.h (and friends)
Theo de Raadt
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-12-15
Don't print an error if the process exited normally.
Reyk Floeter
2012-11-29
Prevent VPN traffic leakages in dual-stack hosts/networks.
Reyk Floeter
2012-10-22
Fix NAT-T support in iked, both on the initiator and the responder
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
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-11-17
Allow the -D command line flag to actually define macros.
Chris Kuethe
2010-06-24
unbreak the ikectl log verbose/brief commands.
Reyk Floeter
2010-06-10
update usage()
Reyk Floeter
2010-06-10
Add the -S flag which does the same as "set passive" but matches the
Reyk Floeter
2010-06-10
add new commands: the couple/decouple commands will set loading of the
Reyk Floeter
2010-06-07
various small tweaks; ok reyk
Jason McIntyre
2010-06-03
Import iked, a new implementation of the IKEv2 protocol.
Reyk Floeter