summaryrefslogtreecommitdiffstats
path: root/sbin/iked/proc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extern privsep_process. Fixes compilation with -fno-common.mortimer2021-01-281-1/+3
* Cleanup after proc_init() in proc_close().tobhe2020-11-111-2/+16
* Prevent multiple ibuf leaks. Clean up on proccess shutdown.tobhe2020-04-081-2/+2
* Remove cpath pledge(2) promise. We decided that not deleting the unix controlmestre2018-08-061-4/+1
* Stop accessing verbose and debug variables from log.c directly.reyk2017-01-091-2/+2
* Add imsg "peerid" to debug messages (only within -DDEBUG).reyk2015-12-071-5/+7
* Sync proc.c, use shorter proc_compose[v]()reyk2015-12-071-12/+22
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+2
* Replace socket_set_blockmode() and fcntl(fd, F_SETFL, O_NONBLOCK) callsreyk2015-11-231-5/+3
* Update log.c: change fatal() and fatalx() into variadic functions,reyk2015-11-221-9/+11
* iked hereby pledges that it will run with restricted systemreyk2015-10-221-4/+13
* Switch iked to C99-style fixed-width integer types.reyk2015-08-211-18/+19
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@millert2014-12-161-2/+2
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* Sync proc.c with httpd. httpd needs SIGUSR1 but iked will ignore itreyk2014-08-181-4/+5
* Sync msgbuf_write() changes from relayd.reyk2014-07-121-2/+2
* match iked proc.c infrastructure with proc.cblambert2014-05-081-5/+12
* no need to include rand.h now the RAND_seed() calls are gone.jsg2014-05-061-2/+1
* With the recent change by deraadt@ to introduce kern.nosuidcoredump=3,reyk2014-05-041-13/+1
* Update iked to use the same proc.c that relayd uses.reyk2014-04-221-88/+311
* round up some enemy sympathizers found calling RAND_seed().tedu2014-04-181-6/+1
* Fix the following idiom in the following way:blambert2014-04-141-1/+2
* remove unused function that distracts from cleaning up the imsg_flush() messbenno2014-02-141-7/+1
* Cope with the EAGAIN API change for msgbuf_write()mikeb2013-11-151-2/+2
* remove excessive includesderaadt2013-03-211-3/+2
* Remove private CVS tag from an obsolete repository and bump copyrightreyk2013-01-081-2/+2
* bump copyrightreyk2011-05-091-3/+2
* rename functions in proc.c to proc_* and move some code from imsg_util.c toreyk2011-05-091-36/+125
* Small tweak - add direct pointer to env instead of using an indirect one.reyk2011-05-051-1/+2
* Move the proc.c-specific runtime state out of struct iked into a sub-struct.reyk2011-05-051-74/+74
* rename iked_proc* to privsep_proc*. no functional change.reyk2011-05-051-15/+15
* pass proper argument to the proc_sig_handler and check env formikeb2010-09-161-7/+7
* Import iked, a new implementation of the IKEv2 protocol.reyk2010-06-031-0/+332