| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
so move our BER API to the unused ober_* prefix to avoid some
breakage in ports.
Problem diagnosed by jmatthew with ber_free() in samba, but
there are many others as pointed out by sthen.
tests & ok rob
ok sthen (who had an almost identical diff for libutil)
"go head hit it" deraadt
|
|
|
|
|
| |
This way the size is the same on all archs and 32bit should be good enough.
OK rob@
|
|
|
|
| |
OK benno@ jmatthew@
|
|
|
|
|
| |
This mechanism is already unused and annotated with lots of XXX's, no
need to keep it around. ok claudio@
|
|
|
|
|
|
|
| |
move daemon-local functions into new logmsg.c, and reduce
the (mostly whitespace) differences so that log.c's can be diffed easily.
ok krw@ jmatthew@
|
|
|
|
|
|
| |
code from syslogd.
ok beck@ benno@
|
|
|
|
| |
ok dlg@
|
|
|
|
|
| |
a few long long's
ok jmatthew
|
|
|
|
|
|
|
|
| |
client or control connections when there are at least 8 fds available,
and close a connection before calling imsg_read if it would be unable to
accept an fd from the parent process.
ok gilles@
|
|
|
|
|
| |
maybe still be a corner case where it needs one more file descriptor
beyond the limit..
|
|
|
|
|
| |
Also shows a hexdump of the input buffer if BER decoding fails.
Useful when debugging protocol issues.
|
|
|
|
|
| |
additional incomplete request would be truncated. This fixes the number of
bytes consumed from the input buffer.
|
|
|
|
| |
work for SASL and BSDAUTH binds as it does for simple binds.
|
| |
|
|
|
|
|
| |
if trying to use starttls without a configured certificate, instead of just
blocking the client.
|
| |
|
|
|
|
| |
ok gilles@
|
|
ok deraadt@ jacekm@ gilles@ back@ henning@ blambert@
|