summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapd
AgeCommit message (Expand)Author
2018-07-04Relocate the update of br_offs from ber_read() to ber_readbuf() so ber_getc()rob
2018-07-04Avoid possible vfprintf NULL errors in ldap_unbind().rob
2018-07-03Synchronize ber changes from the snmpd instance to ldap, ldapd, and ypldap.rob
2018-07-01s/constructive/constructed in DPRINTF output.rob
2018-06-29Consistent use of copyright notices.rob
2018-06-29Synchronize ber.c and ber.h across ldap, ldapd, and ypldap, and reduce diffrob
2018-06-28avoid passing NULL to asprintf(3) when there's no parent dn entryGleydson Soares
2018-06-27Synchronize correct processing of BER_TYPE_EOC. Fixes support for empty LDAProb
2018-06-11Fix an off-by-one line count when using include statements.denis
2018-05-18Add support for attribute filter rules on search/read operations.Reyk Floeter
2018-05-16Fix the client search request time and size limits.Reyk Floeter
2018-05-15Fix format string errors in log messages and update ldapd to use relayd's log.cReyk Floeter
2018-05-14Remove duplicated word ("scope scope").Reyk Floeter
2018-05-14Add support to filter on attributes.Reyk Floeter
2018-04-26Plug leak in error case of the common 'varset' implementations.Kenneth R Westerback
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther
2018-02-08Kill ber.c support for direct fd read/writesJeremie Courreges-Anglas
2017-08-2865535 is a valid port to listen on.Florian Obser
2017-07-28One negation is enough; pointed out by clang.Florian Obser
2017-07-04It does not make sense to use ioctl(FIONREAD) with TLS as libtlsAlexander Bluhm
2017-05-28Fix checks for seconds and timezones in generalized times.Jonathan Matthew
2017-05-26Don't overflow uint16 when the filesystem block size is >32K.Stuart Henderson
2017-04-13multi-statement CHECK_RANGE() macro isn't safe for all placements, andTheo de Raadt
2017-04-06use memset() instead of bzero()Gleydson Soares
2017-03-21From a syslog perspective it does not make sense to log fatal andAlexander Bluhm
2017-03-03Internally libssl uses 16k buffer, the libevent TLS wrapper usesAlexander Bluhm
2017-03-01add missing rcsidGleydson Soares
2017-03-01move up getpid() and getpwnam(LDAP USER) checksGleydson Soares
2017-02-24Implement fork+exec modelGleydson Soares
2017-02-22print a formatted errx() string instead of segfault,Gleydson Soares
2017-02-11Correct handling of requests to delete individual attribute values.Philip Guenther
2017-01-20unbreak treeSebastian Benoit
2017-01-20work on making log.c similar in all daemons:Sebastian Benoit
2017-01-20Correctly list all libraries required.Theo de Raadt
2017-01-17Nuke some whitespace that keeps poking me in the eye as I try toKenneth R Westerback
2017-01-09Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withKenneth R Westerback
2017-01-05Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with moreKenneth R Westerback
2017-01-05Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQKenneth R Westerback
2016-12-02Fix leaks by freeing 'path' and 'lru_queue' in btree_close().Jonathan Matthew
2016-11-30Check return value of tls_config_set_protocols(3) and bail out in case ofRicardo Mestre
2016-10-17Tweak /etc/ldap/certs/ FILES entry.Jeremie Courreges-Anglas
2016-10-17In FILES mention /etc/ldapd.conf first, then /etc/ldap/ entriesJeremie Courreges-Anglas
2016-10-17Fix a few mistakes and add a FILES entry for /etc/ldap/certsJeremie Courreges-Anglas
2016-08-27Pull in <sys/time.h> for gettimeofday()Philip Guenther
2016-07-13Adjust existing tls_config_set_cipher() callers for TLS cipher groupJoel Sing
2016-06-21do not allow whitespace in macro names, i.e. "this is" = "a variable".Sebastian Benoit
2016-05-01convert ldapd to use the libtls api, bringing in a copy of the evbuffer_tlsJonathan Matthew
2016-03-20Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])Kenneth R Westerback
2016-02-04Minor ldapd -r tweaksJeremie Courreges-Anglas
2016-02-02use stat(2) instead of chdir(2) to check if given the directory is valid.Gleydson Soares