summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapd/modify.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The ber_* namespace is used by liblber since time immemorial,tb2019-10-241-21/+21
* Fix LDAP RFC reference in comment. Also noticed by martijn.rob2019-05-181-3/+3
* Add support to filter on attributes.reyk2018-05-141-6/+34
* One negation is enough; pointed out by clang.florian2017-07-281-3/+3
* Correct handling of requests to delete individual attribute values.guenther2017-02-111-3/+12
* work on making log.c similar in all daemons:benno2017-01-201-1/+2
* bzero -> memset. No binary change.mmcc2015-12-241-2/+2
* initialize a variable in case "goto done" makes us compare itpelikan2015-02-111-2/+3
* eliminate the use of a gcc C extension (conditionals with omitteddaniel2014-09-211-3/+3
* Revert parts of previous change leading to assertion failure formartinh2010-07-281-6/+7
* Avoid double free in ldap modify requests. The values received in themartinh2010-07-131-12/+28
* Plug another memory leak. Forgot to reset key returned from cursor, havingmartinh2010-07-061-1/+3
* Check return code from commit. Incorrectly returned success when commitmartinh2010-07-061-14/+6
* Close cursor on delete. Fixes memory leak introduced by non-leaf deletemartinh2010-07-051-12/+16
* Don't validate modification of immutable attributes if the namespace ismartinh2010-07-021-20/+27
* Disallow deleting non-leaf nodes.martinh2010-07-021-7/+29
* Add checks that we're not adding immutable attributes, just as we'remartinh2010-07-011-20/+48
* Add support for referrals. Referrals are configured in the config file,martinh2010-06-291-7/+25
* don't overwrite the return code from validate_entrymartinh2010-06-291-2/+2
* Rewrite the schema parser, as it's not a context-free grammar.martinh2010-06-291-3/+3
* Set errno to appropriate values when returning failure in btree. Make btreemartinh2010-06-231-60/+48
* Make modify and simple auth requests open their own transactions, as searchmartinh2010-06-151-25/+62
* Initial import of ldapd, a small LDAP daemon. Work in progress.martinh2010-05-311-0/+237