summaryrefslogtreecommitdiff
path: root/sbin/iked/imsg_util.c
AgeCommit message (Expand)Author
2015-08-21Switch iked to C99-style fixed-width integer types.Reyk Floeter
2014-05-06Explicitly zero out the ibufs before releasing the memory to make sureReyk Floeter
2013-10-24no need for netinet/ip_var.h (and friends)Theo de Raadt
2013-03-21remove excessive includesTheo de Raadt
2013-01-08Remove private CVS tag from an obsolete repository and bump copyrightReyk Floeter
2012-09-18update email addresses to match reality.Reyk Floeter
2011-05-09rename functions in proc.c to proc_* and move some code from imsg_util.c toReyk 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-12-22split util.c into two files: imsg_util.c for ibuf/imsg stuff and util forReyk Floeter