| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
to control which symbols are exported from the shared library.
ok guenther@, deraadt@, jca@
|
|
|
|
|
|
|
|
|
|
| |
In our privsep model, imsg is often used to transport sensitive
information between processes. But a process might free an imsg, and
reuse the memory for a different thing. iked uses some
explicit_bzero() to clean imsg-buffer but doing it in the library with
the freezero() is less error-prone and also benefits other daemons.
OK deraadt@ jsing@ claudio@
|
|
|
|
|
|
| |
more portable. Add stdint.h to the headers in imsg_init(3).
No objections from millert@.
|
|
|
|
|
| |
From Craig Rodrigues.
ok tedu@
|
|
|
|
|
| |
caller and let him do another poll loop. This fixes spinning relayd
processes seen on busy TLS relays. OK benno@ henning@
|
| |
|
|
|
|
|
| |
platforms) by explicitly making imsg->data = NULL when there is no
data. ok deraadt
|
|
|
|
| |
ok gilles claudio doug
|
|
|
|
| |
henning@ "sure"
|
|
|
|
|
|
|
|
| |
Fix one occurence in imsg_flush() and clarify it the man page.
Discussed with at least blambert@ jsg@ yasuoka@.
OK gilles@
|
| |
|
|
|
|
| |
ok deraadt@
|
|
|
|
| |
ok millert@, mikeb@, lteo@
|
|
|
|
|
|
| |
would be able to receive multiple SCM_RIGHTS messages.
ok claudio@ gilles@
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
on descriptors, this can be achieved thanks to the new getdtablecount()
system call. application may provide a reserve count to ensure that the
recvmsg() call is not called when they don't have enough descriptors to
work properly.
change the API so that transient errors that can be retried immediately
are retried within the function right away, whereas transient errors for
which the application may want to take action will set errno to EAGAIN.
ok deraadt@ and henning@
|
|
Minor bump for libutil.
Previous versions of this diff and man page looked at by various people.
"you should just commit" deraadt
|