summaryrefslogtreecommitdiffstats
path: root/sbin/iked/imsg_util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Log loaded SPIs and flows.tobhe2019-11-301-1/+25
* Constify the data argument for ibuf_newmikeb2017-01-201-2/+2
* Switch iked to C99-style fixed-width integer types.reyk2015-08-211-2/+2
* Explicitly zero out the ibufs before releasing the memory to make surereyk2014-05-061-3/+5
* no need for netinet/ip_var.h (and friends)deraadt2013-10-241-8/+1
* remove excessive includesderaadt2013-03-211-2/+1
* Remove private CVS tag from an obsolete repository and bump copyrightreyk2013-01-081-2/+2
* update email addresses to match reality.reyk2012-09-181-2/+2
* rename functions in proc.c to proc_* and move some code from imsg_util.c toreyk2011-05-091-75/+1
* Move the proc.c-specific runtime state out of struct iked into a sub-struct.reyk2011-05-051-4/+4
* rename iked_proc* to privsep_proc*. no functional change.reyk2011-05-051-5/+5
* split util.c into two files: imsg_util.c for ibuf/imsg stuff and util forreyk2010-12-221-0/+280