]> git.sur5r.net Git - openldap/history - servers/slapd/daemon.c
Fix objectSubClassIndexer bug
[openldap] / servers / slapd / daemon.c
2002-08-24 Kurt Zeilengause ldap_charray_*() instead of charray_*()
2002-07-27 Howard ChuMoved slap_strcopy, slap_strncopy to lutil_strcopy...
2002-07-12 Stig VenaasUse AF_INET instead of AF_UNSPEC when IPv6 disabled
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-07-05 Stig VenaasSet peeraddr also for IPv6, fixes ITS#1918
2002-06-27 Stig VenaasUse IPV6_V6ONLY on IPv6 sockets if available. This...
2002-06-27 Stig VenaasIgnore error if listen on socket bound to 0.0.0.0 fails...
2002-06-15 Kurt ZeilengaAdd -4/-6 flags to slapd to force use of IPv4 or IPv6
2002-06-12 Kurt ZeilengaUpdate to the 'gentle SIGHUP' patch. (ITS#1679)
2002-06-06 Howard ChuFix Listeners: handles multiple addresses for a given...
2002-06-03 Kurt ZeilengaGentile HUP shutdown from Hallvard
2002-04-11 Howard ChuITS#1733 eliminate o_abandonmutex
2002-04-11 Howard ChuITS#1736 slapd_shutdown can be unsigned
2002-04-03 Pierangelo Masaratiadd a switch that enables/disables reverse lookups...
2002-03-23 Pierangelo Masaratiimprovement of permission handling of local sockets...
2002-03-07 Howard ChuFix ITS#1615
2002-01-28 Pierangelo Masaratiuses URL extensions to set socket permissions other...
2002-01-28 Pierangelo Masaratiprovisions for user-supplied permissions
2002-01-28 Pierangelo Masaratianother round at cleaning it up: better naming, more...
2002-01-11 Pierangelo Masaratilistener monitor
2002-01-11 Pierangelo Masaratineed this outside for back monitor ...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-26 Howard ChuReplace strcat with slap_strcopy
2001-12-17 Howard Chufix from jon@symas.com - inet_ntoa on uninitialized...
2001-12-15 Howard ChuMore thorough backend_destroy. Added config_destroy...
2001-12-07 Kurt ZeilengaITS#1413 suggested fix
2001-12-07 Howard ChuNT updates from jon@symas.com.
2001-12-04 Kurt ZeilengaClean up some misplaced 'extern' declarations (should...
2001-11-17 Pierangelo Masaratiminor cleanup
2001-11-13 Mark Adamsonoptimize number of calls to slap_get_time()
2001-11-03 Kurt ZeilengaFix uninitialized pointer bug.
2001-10-23 Kurt ZeilengaUpdated busy loop protection
2001-10-21 Kurt ZeilengaExperiment with busy loop protection...
2001-10-02 Howard ChuMore CLDAP tweaks, to differentiate between real LDAPv2...
2001-10-01 Kurt ZeilengaRework DB_THREAD support. CDB support needs reimplemen...
2001-09-29 Stig VenaasRemoved a superfluous line left after the ai_addr ...
2001-09-29 Kurt ZeilengaRework getaddrinfo() stuff for ai_addr == NULL
2001-09-28 Howard ChuResurrection/rewrite of CLDAP (RFC1798 Connectionless...
2001-08-29 Kurt ZeilengaFix NEW_LGGING typo
2001-08-26 Stig VenaasChanged get_listener_addresses() to not use getaddrinfo...
2001-06-28 Randy KunkeeRemove global_backendsyncfreq code (code has been pushe...
2001-06-22 Randy KunkeeAdd sync_daemon to daemon.c, enabled by global configur...
2001-05-10 Kurt ZeilengaMake sure we yield() on a failed accept()
2001-05-09 Kurt ZeilengaFix have inet_ntop bug
2001-05-04 Kurt ZeilengaFix typos
2001-05-03 Kurt Zeilengadetect and use fcntl (for BSD/OS)
2001-05-02 Kurt ZeilengaSLP updates
2001-02-02 Gary Williamsfix windows-specific logging line
2001-01-24 Kurt ZeilengaFix IP= port numbers
2001-01-17 Gary Williamsfix format
2001-01-16 Kurt ZeilengaSLP extension derived from patch provided by Caldera...
2001-01-15 Gary WilliamsMore new logging (Behind NEW_LOGGING)
2000-11-24 Kurt ZeilengaITS#895: gai_strerror fix
2000-10-19 Kurt ZeilengaThis patch replaces gai_strerror with AC_GAI_STRERROR...
2000-10-18 Kurt Zeilengaremove lint
2000-10-17 Kurt ZeilengaBump listeners to 10
2000-10-16 Kurt ZeilengaReplace last commit with Stig's improved version
2000-10-16 Kurt ZeilengaITS#839: getaddrinfo portability fix from Gabar Gombas
2000-10-16 Kurt ZeilengaRemove cpp lint
2000-10-12 Kurt ZeilengaImport Stig reorganized daemon.c + style changes
2000-10-09 Julio Sánchez Fern... Remove lint.
2000-10-02 Kurt ZeilengaFix typo
2000-09-30 Kurt ZeilengaCheck for shutdown after successful select()
2000-09-23 Kurt ZeilengaRemove unneeded getpeername call (use accept() from).
2000-09-23 Kurt ZeilengaRestrict keepalive/nodelay setsockopt to IP streams
2000-09-21 Kurt ZeilengaSet TCP_NODELAY and SO_KEEPALIVE after every accept...
2000-09-21 Mark AdamsonImplementation of SASL authorization.
2000-09-18 Kurt ZeilengaDon't check fd_sets until after we check fd < dtblsize
2000-09-06 Kurt ZeilengaMinor IPv6 changes (ITS#716) suggested by Stig Venass...
2000-08-26 Kurt ZeilengaMinor typedef and other clean ups
2000-08-24 Kurt ZeilengaITS#681: Fix for problems with IPv6 and ACLs
2000-08-17 Kurt ZeilengaCheck for IP using != AF_LOCAL instead of = AF_INET
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-07-25 Kurt ZeilengaClean up WSAENOTSOCK code (no functional change)
2000-07-22 Kurt ZeilengaUse sigaction to set SA_RESTART (if appropriate).
2000-07-21 Kurt ZeilengaShare function declarations between varients
2000-07-18 Kurt ZeilengaClarify message logged upon host_access() failure
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-07-09 Kurt Zeilengas/enable-unix/enable-local/
2000-06-26 Kurt ZeilengaAdd missing sockerr call
2000-06-25 Kurt ZeilengaModify ldapsearch(1) significantly. Now handles LDAPv3...
2000-06-13 Kurt ZeilengaReworked thread code to better support thread-library...
2000-06-10 Kurt ZeilengaThought I fixed these errors previously... oh well.
2000-06-10 Mark ValenceRemoved active_threads count and associated mutex/cond...
2000-06-09 Kurt ZeilengaUpdate PF_INET6 and PF_UNIX detection, both default...
2000-06-09 Kurt ZeilengaAdditional IPv6 changes from Stig Venaas
2000-06-08 Kurt ZeilengaInitialize peername with EOS.
2000-06-07 Mark ValenceUse thread pool for operation threads.
2000-06-07 Kurt ZeilengaUse ldap_pvt_url_scheme2tls() to test for ldaps://
2000-06-07 Mark Valenceldap_is_ldaps_url takes a char *. Is there a better...
2000-06-07 Kurt ZeilengaRework URI parser to provide true scheme not proto...
2000-06-06 Kurt ZeilengaBasic IPv6 support...
2000-05-22 Kurt ZeilengaConst'ification
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-11 Howard ChuMore fixes for NT support:
2000-01-11 Kurt ZeilengaPer ITS#419, don't require SLAPD_RLOOKUPS when HAVE_TCPD
2000-01-02 Luke HowardMerged in preliminary support for Cyrus SASL library;
1999-12-13 Kurt ZeilengaRemove lint
1999-12-12 Kurt ZeilengaAdd password check and generation check.
1999-12-09 Mark ValenceOn Windows, WSAENOTSOCK is treated the same as EBADF...
next