summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapd/log.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix format string errors in log messages and update ldapd to use relayd's log.creyk2018-05-151-11/+21
| | | | OK benno@ jmatthew@
* work on making log.c similar in all daemons:benno2017-01-201-0/+31
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@