summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapctl/ldapctl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop the -v command line argument from overriding logging brevity.rob2021-01-151-4/+4
| | | | Tweaked and OK claudio@
* Fix ldapd datadir location.martijn2020-03-051-2/+2
| | | | | | Diff from roklein <at> roklein <dot> de OK claudio@
* The ber_* namespace is used by liblber since time immemorial,tb2019-10-241-2/+2
| | | | | | | | | | | | 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
* Some asprintf() calls were checked < 0, rather than the precise == -1.deraadt2019-06-271-5/+5
| | | | ok millert nicm tb, etc
* Fix format string errors in log messages and update ldapd to use relayd's log.creyk2018-05-151-3/+3
| | | | OK benno@ jmatthew@
* work on making log.c similar in all daemons:benno2017-01-201-1/+3
| | | | | | | 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@
* Try to be user-friendly and check early that the datadir is somewhat sane.jca2016-02-021-1/+8
| | | | Inspired by a diff by gsoares@, ok landry@ gsoares@
* Implement ldapctl -r datadir; ok sthen@ landry@jca2016-02-021-20/+31
|
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+2
|
* ldapctl has two modes of operation, one where it operates on the btree filesjmatthew2015-11-011-1/+8
| | | | | | | | directly, in which it pledges "stdio rpath wpath cpath flock", and one where it talks to ldapd over a unix socket, in which it pledges "stdio" after opening the socket. ok deraadt@
* cope with the EAGAIN API change for msgbuf_write()deraadt2013-11-141-2/+2
| | | | ok benno
* Don't compact and reindex referral namespaces.martinh2010-06-301-3/+3
|
* sort the options list, and add some new options to usage();jmc2010-06-231-2/+3
|
* Re-implement compaction and (re-)indexing outside ldapd.martinh2010-06-231-46/+187
|
* Initial import of ldapd, a small LDAP daemon. Work in progress.martinh2010-05-311-0/+277
ok deraadt@ jacekm@ gilles@ back@ henning@ blambert@