summaryrefslogtreecommitdiffstats
path: root/sbin/iked/control.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* More unused headers.tobhe2020-10-091-3/+1
* Don't fallthrough in IMSG_CTL_RESET_ID case.tobhe2020-04-031-2/+2
* Add 'ikectl show sa' command to print information about the state oftobhe2020-03-221-2/+21
* Add 'ikectl reset id <ID>' command to reset all SAs from policies withtobhe2020-03-181-2/+6
* Remove cpath pledge(2) promise. We decided that not deleting the unix controlmestre2018-08-061-13/+2
* Nuke some whitespace that keeps poking me in the eye as I try tokrw2017-01-171-2/+2
* Stop accessing verbose and debug variables from log.c directly.reyk2017-01-091-2/+2
* Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withkrw2017-01-091-4/+5
* Forward IMSG_CTL_VERBOSE via the parent; this fixes a crash when doingreyk2016-09-041-2/+1
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+3
* Replace socket_set_blockmode() and fcntl(fd, F_SETFL, O_NONBLOCK) callsreyk2015-11-231-7/+4
* iked hereby pledges that it will run with restricted systemreyk2015-10-221-1/+26
* Fix control_imsg_forward() by changing imsg_compose() toreyk2015-10-191-2/+2
* Remove the ikev1 stub - Since I started iked, it has an empty privsepreyk2015-10-191-2/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* Handle the event parameter of libevent callback function as a bityasuoka2014-06-031-9/+4
* Update iked to use the same proc.c that relayd uses.reyk2014-04-221-5/+5
* Cope with the EAGAIN API change for msgbuf_write()mikeb2013-11-151-2/+2
* remove excessive includesderaadt2013-03-211-2/+1
* handle ECONNABORTED errors from accept(). In many code blocks they can bederaadt2013-03-111-2/+3
* Remove private CVS tag from an obsolete repository and bump copyrightreyk2013-01-081-3/+2
* update email addresses to match reality.reyk2012-09-181-2/+2
* rate-limit accepting of new connections while we are experiencingderaadt2012-04-051-12/+36
* rename functions in proc.c to proc_* and move some code from imsg_util.c toreyk2011-05-091-5/+5
* Move the proc.c-specific runtime state out of struct iked into a sub-struct.reyk2011-05-051-2/+3
* Fix a little control socket bug, as discussed with mikeb@reyk2010-12-221-2/+3
* fixup log_warn and log_debug arguments; ok reykmikeb2010-12-211-3/+3
* unbreak the ikectl log verbose/brief commands.reyk2010-06-241-2/+2
* add new commands: the couple/decouple commands will set loading of thereyk2010-06-101-1/+5
* Import iked, a new implementation of the IKEv2 protocol.reyk2010-06-031-0/+295