summaryrefslogtreecommitdiff
path: root/sbin/iked/proc.c
AgeCommit message (Expand)Author
2014-05-08match iked proc.c infrastructure with proc.cBret Lambert
2014-05-06no need to include rand.h now the RAND_seed() calls are gone.Jonathan Gray
2014-05-04With the recent change by deraadt@ to introduce kern.nosuidcoredump=3,Reyk Floeter
2014-04-22Update iked to use the same proc.c that relayd uses.Reyk Floeter
2014-04-18round up some enemy sympathizers found calling RAND_seed().Ted Unangst
2014-04-14Fix the following idiom in the following way:Bret Lambert
2014-02-14remove unused function that distracts from cleaning up the imsg_flush() messSebastian Benoit
2013-11-15Cope with the EAGAIN API change for msgbuf_write()Mike Belopuhov
2013-03-21remove excessive includesTheo de Raadt
2013-01-08Remove private CVS tag from an obsolete repository and bump copyrightReyk Floeter
2011-05-09bump copyrightReyk Floeter
2011-05-09rename functions in proc.c to proc_* and move some code from imsg_util.c toReyk Floeter
2011-05-05Small tweak - add direct pointer to env instead of using an indirect one.Reyk Floeter
2011-05-05Move the proc.c-specific runtime state out of struct iked into a sub-struct.Reyk Floeter
2011-05-05rename iked_proc* to privsep_proc*. no functional change.Reyk Floeter
2010-09-16pass proper argument to the proc_sig_handler and check env forMike Belopuhov
2010-06-03Import iked, a new implementation of the IKEv2 protocol.Reyk Floeter