History log of /openbsd/usr.sbin/ldapd/log.c (Results 1 – 9 of 9)
Revision Date Author Comments
# c0785a05 15-May-2018 reyk <reyk@openbsd.org>

Fix format string errors in log messages and update ldapd to use relayd's log.c

OK benno@ jmatthew@


# 9b2c1562 21-Mar-2017 bluhm <bluhm@openbsd.org>

From a syslog perspective it does not make sense to log fatal and
warn with the same severity. Switch log_warn() to LOG_ERR and keep
fatal() at LOG_CRIT.
OK reyk@ florian@


# ad174c0e 20-Jan-2017 benno <benno@openbsd.org>

unbreak tree


# fdd30f56 20-Jan-2017 benno <benno@openbsd.org>

work on making log.c similar in all daemons:

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@


# 7df7ca81 17-Jan-2017 krw <krw@openbsd.org>

Nuke some whitespace that keeps poking me in the eye as I try to
steal code.


# 48318e0b 02-Nov-2013 deraadt <deraadt@openbsd.org>

bunch of format string cleanups, removing %i, signed vs unsigned, and even
a few long long's
ok jmatthew


# b7a178a5 10-Nov-2010 martinh <martinh@openbsd.org>

Make -dvv flags produce debug traces of decoded BER messages on stderr.
Also shows a hexdump of the input buffer if BER decoding fails.
Useful when debugging protocol issues.


# 232ec77a 10-Nov-2010 martinh <martinh@openbsd.org>

Prefix debug logging on stderr with time and pid, like syslog.


# 5d465952 31-May-2010 martinh <martinh@openbsd.org>

Initial import of ldapd, a small LDAP daemon. Work in progress.

ok deraadt@ jacekm@ gilles@ back@ henning@ blambert@