summaryrefslogtreecommitdiff
path: root/sbin/iked/imsg_util.c
AgeCommit message (Expand)Author
2023-07-18Kill ibuf_cat() since there is now ibuf_add_buf() in the official API.Claudio Jeker
2023-07-16Merge ibuf_get() with ibuf_getdata() and rename it to ibuf_getdata().Claudio Jeker
2023-06-19Improve the ibuf API by adding these functions:Claudio Jeker
2023-06-12Use stdio open_memstream(3) to build up log strings instead of trying toClaudio Jeker
2023-05-30Replace the one use of ibuf_prepend() using a similar ibuf_new() + ibuf_cat()Claudio Jeker
2023-05-23Replace ibuf_advance() with ibuf_reserve().Claudio Jeker
2023-05-23Replace ibuf_release() with ibuf_free() since the former just calls the latterClaudio Jeker
2023-05-23There is no need to ibuf_zero() or memset() any buffers.Claudio Jeker
2021-05-17Avoid calling ibuf_add() with NULL and zero length.tobhe
2019-11-30Log loaded SPIs and flows.tobhe
2017-01-20Constify the data argument for ibuf_newMike Belopuhov
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