| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | The ber_* namespace is used by liblber since time immemorial, | 2019-10-24 | 1 | -3/+3 | |
| | | | | | | | | | | | | | 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 | ||||
| * | avoid passing NULL to asprintf(3) when there's no parent dn entry | 2018-06-28 | 1 | -1/+2 | |
| | | | | | OK jca@ | ||||
| * | work on making log.c similar in all daemons: | 2017-01-20 | 1 | -1/+2 | |
| | | | | | | | | 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@ | ||||
| * | bzero -> memset. No binary change. | 2015-12-24 | 1 | -6/+6 | |
| | | |||||
| * | Do not assume that asprintf() clears the pointer on failure, which | 2015-06-03 | 1 | -2/+6 | |
| | | | | | | is non-portable. Also add missing asprintf() return value checks. OK deraadt@ guenther@ doug@ | ||||
| * | Unbreak re-indexing by checking if an index entry already exists. | 2010-11-26 | 1 | -3/+3 | |
| | | |||||
| * | Unbreak removal of one-level search index. | 2010-06-26 | 1 | -31/+36 | |
| | | |||||
| * | Set errno to appropriate values when returning failure in btree. Make btree | 2010-06-23 | 1 | -3/+4 | |
| | | | | | | functions only return success or failure (-1 or NULL). Update callers to check errno. | ||||
| * | Remove compaction and indexing from ldapd. It is better done by a separate | 2010-06-23 | 1 | -145/+3 | |
| | | | | | process now that the btree can pick up the changes automatically. | ||||
| * | Track changes in btree_txn_* API, pass a NULL btree when also passing a | 2010-06-11 | 1 | -5/+6 | |
| | | | | | transaction. | ||||
| * | Fix compilation on gcc2. Check a return value from malloc while at it. | 2010-06-03 | 1 | -2/+2 | |
| | | | | | "that compiles!" deraadt@ | ||||
| * | Remove trailing whitespace and spaces before tabs. | 2010-05-31 | 1 | -2/+2 | |
| | | | | | ok gilles@ | ||||
| * | Initial import of ldapd, a small LDAP daemon. Work in progress. | 2010-05-31 | 1 | -0/+491 | |
| ok deraadt@ jacekm@ gilles@ back@ henning@ blambert@ | |||||
