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