index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ldapd
/
search.c
Age
Commit message (
Expand
)
Author
2020-01-28
usr.sbin/ldapd: replace TAILQ concatenation loop with TAILQ_CONCAT
bket
2019-10-24
The ber_* namespace is used by liblber since time immemorial,
Theo Buehler
2018-12-05
key.data is a void *, on gcc archs doing a %s printf with such a pointer
Claudio Jeker
2018-07-31
Make ber type and encoding a unsigned int instead of unsigned long.
Claudio Jeker
2018-05-18
Add support for attribute filter rules on search/read operations.
Reyk Floeter
2018-05-16
Fix the client search request time and size limits.
Reyk Floeter
2018-05-15
Fix format string errors in log messages and update ldapd to use relayd's log.c
Reyk Floeter
2018-05-14
Add support to filter on attributes.
Reyk Floeter
2017-01-20
work on making log.c similar in all daemons:
Sebastian Benoit
2015-12-24
bzero -> memset. No binary change.
mmcc
2015-12-24
use strndup instead of malloc/strncpy/nul
mmcc
2015-06-03
Do not assume that asprintf() clears the pointer on failure, which
Todd C. Miller
2010-11-10
Make -dvv flags produce debug traces of decoded BER messages on stderr.
Martin Hedenfal
2010-11-05
If the base DN in a search request doesn't exist, return early.
Martin Hedenfal
2010-11-04
Publish matching rules in the cn=schema subentry as the matchingRules
Martin Hedenfal
2010-11-03
Evaluate filters according to the three-valued logic of X.511, as required
Martin Hedenfal
2010-07-02
Dump parsed schema to buffer and send in requests for the cn=schema
Martin Hedenfal
2010-07-01
Remove dead assignments. Found by clang static analyzer.
Martin Hedenfal
2010-06-29
Add support for referrals. Referrals are configured in the config file,
Martin Hedenfal
2010-06-29
Rewrite the schema parser, as it's not a context-free grammar.
Martin Hedenfal
2010-06-23
Set errno to appropriate values when returning failure in btree. Make btree
Martin Hedenfal
2010-06-15
Make modify and simple auth requests open their own transactions, as search
Martin Hedenfal
2010-06-11
Wrap searches in a read-only transaction so it is guaranteed to see a
Martin Hedenfal
2010-06-03
Fix compilation on gcc2. Check a return value from malloc while at it.
Martin Hedenfal
2010-05-31
Remove trailing whitespace and spaces before tabs.
Martin Hedenfal
2010-05-31
Initial import of ldapd, a small LDAP daemon. Work in progress.
Martin Hedenfal