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
/
proc.c
Age
Commit message (
Expand
)
Author
2021-04-20
Move TAILQ initialization to files where they are used.
dv
2021-01-28
Extern privsep_process. Fixes compilation with -fno-common.
mortimer
2020-11-11
Cleanup after proc_init() in proc_close().
tobhe
2020-04-08
Prevent multiple ibuf leaks. Clean up on proccess shutdown.
tobhe
2018-08-06
Remove cpath pledge(2) promise. We decided that not deleting the unix control
Ricardo Mestre
2017-01-09
Stop accessing verbose and debug variables from log.c directly.
Reyk Floeter
2015-12-07
Add imsg "peerid" to debug messages (only within -DDEBUG).
Reyk Floeter
2015-12-07
Sync proc.c, use shorter proc_compose[v]()
Reyk Floeter
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-11-23
Replace socket_set_blockmode() and fcntl(fd, F_SETFL, O_NONBLOCK) calls
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-08-21
Switch iked to C99-style fixed-width integer types.
Reyk Floeter
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-12-16
Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@
Todd C. Miller
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2014-08-18
Sync proc.c with httpd. httpd needs SIGUSR1 but iked will ignore it
Reyk Floeter
2014-07-12
Sync msgbuf_write() changes from relayd.
Reyk Floeter
2014-05-08
match iked proc.c infrastructure with proc.c
Bret Lambert
2014-05-06
no need to include rand.h now the RAND_seed() calls are gone.
Jonathan Gray
2014-05-04
With the recent change by deraadt@ to introduce kern.nosuidcoredump=3,
Reyk Floeter
2014-04-22
Update iked to use the same proc.c that relayd uses.
Reyk Floeter
2014-04-18
round up some enemy sympathizers found calling RAND_seed().
Ted Unangst
2014-04-14
Fix the following idiom in the following way:
Bret Lambert
2014-02-14
remove unused function that distracts from cleaning up the imsg_flush() mess
Sebastian Benoit
2013-11-15
Cope with the EAGAIN API change for msgbuf_write()
Mike Belopuhov
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
2011-05-09
bump copyright
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
2010-09-16
pass proper argument to the proc_sig_handler and check env for
Mike Belopuhov
2010-06-03
Import iked, a new implementation of the IKEv2 protocol.
Reyk Floeter