summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapctl/ldapctl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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@