summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapctl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* unbreak the tree:tb2016-05-011-3/+3
| | | | | | | after moving ldapd to the libtls api, ldapctl needs to link against libtls instead of libcrypto 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@
* tweak previous;jmc2016-02-021-4/+4
|
* Implement ldapctl -r datadir; ok sthen@ landry@jca2016-02-022-22/+39
|
* 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
* Validate matching rules against attribute syntaxes. All matching rules frommartinh2010-11-031-2/+2
| | | | | | RFC 4517 are recognized, except the optional wordMatch and keywordMatch. Requires a current core.schema file.
* Need syntax.c to build the schema parser. Sorry for that.martinh2010-09-031-2/+2
|
* Add a history section saying that ldapd/ldapctl first appeared in 4.8.martinh2010-07-211-2/+7
|
* Don't compact and reindex referral namespaces.martinh2010-06-301-3/+3
|
* Add the new schema parser.martinh2010-06-291-2/+2
| | | | noticed by deraadt, sorry!
* sort the options list, and add some new options to usage();jmc2010-06-232-8/+9
|
* Re-implement compaction and (re-)indexing outside ldapd.martinh2010-06-233-61/+222
|
* Initial import of ldapd, a small LDAP daemon. Work in progress.martinh2010-05-313-0/+367
ok deraadt@ jacekm@ gilles@ back@ henning@ blambert@