summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix ldapd datadir location.martijn2020-03-052-6/+10
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-101-3/+5
* usr.sbin/ldapd: replace TAILQ concatenation loop with TAILQ_CONCATbket2020-01-281-10/+5
* The starttls command doesn't have a value with its extended request.martijn2019-10-261-4/+3
* The ber_* namespace is used by liblber since time immemorial,tb2019-10-2412-188/+188
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-2/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Some asprintf() calls were checked < 0, rather than the precise == -1.deraadt2019-06-271-3/+3
* Fix LDAP RFC reference in comment. Also noticed by martijn.rob2019-05-181-3/+3
* The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, androb2019-05-114-1484/+4
* Only apply sign extension when less than eight bytes have been consumed. Thisrob2019-04-271-3/+4
* Avoid calling dup2(oldd, newd) when oldd == newd. In that case theyasuoka2019-03-311-2/+5
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-132-5/+5
* key.data is a void *, on gcc archs doing a %s printf with such a pointerclaudio2018-12-051-4/+7
* Sync with ldap(1)martijn2018-11-272-2/+33
* Fix when ber_free_elements is called with a NULL-value.martijn2018-11-201-1/+3
* some tweaks from raf czlonka, plus one more from me;jmc2018-11-041-4/+4
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* replace malloc()+strlcpy() with strndup() in cmdline_symset().miko2018-09-071-9/+4
* Undefined plans can never match. Check for that before trying to use the plan.claudio2018-08-271-4/+10
* Wrap some overly long lines. No functional changeclaudio2018-08-271-4/+7
* Change ber_write_elements() to return ssize_t instead of int.rob2018-08-123-7/+7
* Place a limit on the number of elements in a ber sequence/set. This preventsrob2018-08-032-5/+15
* Relocate some public functions above the internal functions comment.rob2018-07-311-63/+63
* Fix some debugging output now that ber type and encoding are unsigned int.rob2018-07-311-2/+2
* Make ber type and encoding a unsigned int instead of unsigned long.claudio2018-07-318-50/+50
* Fix some comments referencing sockets which are not used by the ber api. Therob2018-07-131-5/+5
* Fix loop condition in ber.c. Discussed with claudio.rob2018-07-131-6/+5
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-2/+2
* No need to mention which memory allocation entry point failed (malloc,krw2018-07-091-5/+5
* Simplify ber_read()jca2018-07-091-36/+16
* Be consistent in warn() and log_warn() usage whenkrw2018-07-081-3/+3
* More whitespace.rob2018-07-041-4/+2
* Cleanup some whitespace.rob2018-07-041-2/+2
* Relocate the update of br_offs from ber_read() to ber_readbuf() so ber_getc()rob2018-07-041-8/+4
* Avoid possible vfprintf NULL errors in ldap_unbind().rob2018-07-041-2/+3
* Synchronize ber changes from the snmpd instance to ldap, ldapd, and ypldap.rob2018-07-032-4/+77
* s/constructive/constructed in DPRINTF output.rob2018-07-011-2/+2
* Consistent use of copyright notices.rob2018-06-292-4/+4
* Synchronize ber.c and ber.h across ldap, ldapd, and ypldap, and reduce diffrob2018-06-291-2/+2
* avoid passing NULL to asprintf(3) when there's no parent dn entrygsoares2018-06-281-1/+2
* Synchronize correct processing of BER_TYPE_EOC. Fixes support for empty LDAProb2018-06-271-2/+3
* Fix an off-by-one line count when using include statements.denis2018-06-111-47/+78
* Add support for attribute filter rules on search/read operations.reyk2018-05-183-13/+18
* Fix the client search request time and size limits.reyk2018-05-161-5/+5
* Fix format string errors in log messages and update ldapd to use relayd's log.creyk2018-05-1513-98/+169
* Remove duplicated word ("scope scope").reyk2018-05-141-2/+2
* Add support to filter on attributes.reyk2018-05-146-32/+97
* Plug leak in error case of the common 'varset' implementations.krw2018-04-261-1/+3
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-2/+1