summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Kill ber.c support for direct fd read/writesjca2018-02-084-40/+10
* 65535 is a valid port to listen on.florian2017-08-281-2/+2
* One negation is enough; pointed out by clang.florian2017-07-281-3/+3
* It does not make sense to use ioctl(FIONREAD) with TLS as libtlsbluhm2017-07-041-16/+1
* Fix checks for seconds and timezones in generalized times.jmatthew2017-05-281-3/+3
* Don't overflow uint16 when the filesystem block size is >32K.sthen2017-05-261-3/+5
* multi-statement CHECK_RANGE() macro isn't safe for all placements, andderaadt2017-04-131-7/+9
* use memset() instead of bzero()gsoares2017-04-061-4/+4
* From a syslog perspective it does not make sense to log fatal andbluhm2017-03-211-6/+6
* Internally libssl uses 16k buffer, the libevent TLS wrapper usesbluhm2017-03-031-2/+2
* add missing rcsidgsoares2017-03-012-0/+4
* move up getpid() and getpwnam(LDAP USER) checksgsoares2017-03-011-11/+10
* Implement fork+exec modelgsoares2017-02-243-28/+91
* print a formatted errx() string instead of segfault,gsoares2017-02-221-2/+2
* Correct handling of requests to delete individual attribute values.guenther2017-02-114-15/+44
* unbreak treebenno2017-01-201-1/+2
* work on making log.c similar in all daemons:benno2017-01-2020-330/+397
* Correctly list all libraries required.deraadt2017-01-201-3/+3
* Nuke some whitespace that keeps poking me in the eye as I try tokrw2017-01-171-2/+2
* Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withkrw2017-01-091-4/+5
* Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with morekrw2017-01-051-3/+2
* Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQkrw2017-01-051-5/+7
* Fix leaks by freeing 'path' and 'lru_queue' in btree_close().jmatthew2016-12-021-1/+3
* Check return value of tls_config_set_protocols(3) and bail out in case ofmestre2016-11-301-2/+6
* Tweak /etc/ldap/certs/ FILES entry.jca2016-10-171-2/+2
* In FILES mention /etc/ldapd.conf first, then /etc/ldap/ entriesjca2016-10-171-3/+3
* Fix a few mistakes and add a FILES entry for /etc/ldap/certsjca2016-10-171-5/+7
* Pull in <sys/time.h> for gettimeofday()guenther2016-08-271-1/+2
* Adjust existing tls_config_set_cipher() callers for TLS cipher groupjsing2016-07-131-2/+2
* do not allow whitespace in macro names, i.e. "this is" = "a variable".benno2016-06-211-1/+9
* convert ldapd to use the libtls api, bringing in a copy of the evbuffer_tlsjmatthew2016-05-0110-792/+559
* Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])krw2016-03-201-2/+2
* Minor ldapd -r tweaksjca2016-02-042-5/+5
* use stat(2) instead of chdir(2) to check if given the directory is valid.gsoares2016-02-021-3/+7
* some -r fixes;jmc2016-02-011-6/+7
* Add -r argument to ldapd, to specify an alternative directory tolandry2016-02-013-9/+23
* Properly remove unix sockets (control & listening) upon exit of thelandry2016-01-172-3/+25
* SSL_CTX_free() and SSL_free() check for null so dont do it in ldapdbenno2015-12-301-5/+3
* bzero -> memset. No binary change.mmcc2015-12-2412-50/+50
* use strndup instead of malloc/strncpy/nulmmcc2015-12-241-4/+3
* commiting -> committingmmcc2015-12-221-3/+3
* Remove NULL-checks before free(). ok tb@mmcc2015-12-102-6/+4
* #include <string.h> not strings.hclaudio2015-12-051-2/+2
* use SOCK_NONBLOCK instead of fcntljmatthew2015-11-026-33/+12
* Both ldapd processes need "stdio" to talk to clients and each other.jmatthew2015-11-022-2/+9
* The <ctype.h> is*() interfaces expect EOF or an unsigned char; cast toguenther2015-10-111-2/+2
* Do not assume that asprintf() clears the pointer on failure, whichmillert2015-06-034-10/+22
* ber_printf_elements should return NULL if any of its parts fail.pelikan2015-02-121-14/+31
* initialize a variable in case "goto done" makes us compare itpelikan2015-02-111-2/+3
* Remove ssl_by_mem_ctrl() and x509_mem_lookup to unbreak the build. Itreyk2015-01-281-60/+1