summaryrefslogtreecommitdiff
path: root/sbin/iked/proc.c
AgeCommit message (Expand)Author
2021-04-20Move TAILQ initialization to files where they are used.dv
2021-01-28Extern privsep_process. Fixes compilation with -fno-common.mortimer
2020-11-11Cleanup after proc_init() in proc_close().tobhe
2020-04-08Prevent multiple ibuf leaks. Clean up on proccess shutdown.tobhe
2018-08-06Remove cpath pledge(2) promise. We decided that not deleting the unix controlRicardo Mestre
2017-01-09Stop accessing verbose and debug variables from log.c directly.Reyk Floeter
2015-12-07Add imsg "peerid" to debug messages (only within -DDEBUG).Reyk Floeter
2015-12-07Sync proc.c, use shorter proc_compose[v]()Reyk Floeter
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-11-23Replace socket_set_blockmode() and fcntl(fd, F_SETFL, O_NONBLOCK) callsReyk Floeter
2015-11-22Update log.c: change fatal() and fatalx() into variadic functions,Reyk Floeter
2015-10-22iked hereby pledges that it will run with restricted systemReyk Floeter
2015-08-21Switch iked to C99-style fixed-width integer types.Reyk Floeter
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-12-16Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@Todd C. Miller
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-08-18Sync proc.c with httpd. httpd needs SIGUSR1 but iked will ignore itReyk Floeter
2014-07-12Sync msgbuf_write() changes from relayd.Reyk Floeter
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