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
/
imsg_util.c
Age
Commit message (
Expand
)
Author
2023-07-18
Kill ibuf_cat() since there is now ibuf_add_buf() in the official API.
Claudio Jeker
2023-07-16
Merge ibuf_get() with ibuf_getdata() and rename it to ibuf_getdata().
Claudio Jeker
2023-06-19
Improve the ibuf API by adding these functions:
Claudio Jeker
2023-06-12
Use stdio open_memstream(3) to build up log strings instead of trying to
Claudio Jeker
2023-05-30
Replace the one use of ibuf_prepend() using a similar ibuf_new() + ibuf_cat()
Claudio Jeker
2023-05-23
Replace ibuf_advance() with ibuf_reserve().
Claudio Jeker
2023-05-23
Replace ibuf_release() with ibuf_free() since the former just calls the latter
Claudio Jeker
2023-05-23
There is no need to ibuf_zero() or memset() any buffers.
Claudio Jeker
2021-05-17
Avoid calling ibuf_add() with NULL and zero length.
tobhe
2019-11-30
Log loaded SPIs and flows.
tobhe
2017-01-20
Constify the data argument for ibuf_new
Mike Belopuhov
2015-08-21
Switch iked to C99-style fixed-width integer types.
Reyk Floeter
2014-05-06
Explicitly zero out the ibufs before releasing the memory to make sure
Reyk Floeter
2013-10-24
no need for netinet/ip_var.h (and friends)
Theo de Raadt
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
2012-09-18
update email addresses to match reality.
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
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-12-22
split util.c into two files: imsg_util.c for ibuf/imsg stuff and util for
Reyk Floeter