]> git.sur5r.net Git - openldap/history - servers/slapd/daemon.c
fix for persistent search termination (ITS#2724)
[openldap] / servers / slapd / daemon.c
2003-09-17 Jong Hyuk Choifix for persistent search termination (ITS#2724)
2003-08-27 Jong Hyuk Choiunifdef LDAP_SYNC and LDAP_SYNCREPL
2003-06-21 Kurt ZeilengaITS#2607: improve socket() error logging with AF info
2003-06-19 Kurt ZeilengaITS#2605: move #if 0 to fix compilation problem on...
2003-06-06 Howard ChuFix select/yield
2003-05-24 Kurt Zeilenga#if 0 debug statements in signal handlers
2003-05-20 Jong Hyuk Choiselect loop changes for persistent threads
2003-05-20 Jong Hyuk Choirunqueue update according to the idle timer change
2003-05-20 Hallvard FurusethFix debug statement (remove spurious '.' after '\n').
2003-05-15 Hallvard FurusethFix some Statslog()s: Add missing newlines. Print...
2003-05-15 Howard ChuStreamlined listener/select/accept handling:
2003-05-15 Pierangelo Masaratineed starttime before backend db_open() is invoked
2003-05-11 Howard ChuAnother idle time tweak
2003-05-07 Jong Hyuk Choirunqueue restructuring
2003-05-07 Jong Hyuk Choirunqueue update
2003-05-07 Kurt Zeilengaminor tweak
2003-05-07 Jong Hyuk Choia runqueue for periodic thread execution (for syncrepl)
2003-04-12 Howard ChuITS#2442, ITS#2438 same check for slapd_slp_reg()
2003-04-11 Kurt ZeilengaSLP fix (ITS#2438)
2003-04-03 Pierangelo Masaratisafer defaults ...
2003-04-02 Pierangelo Masaratipartially revert previous commit
2003-04-02 Pierangelo Masaratifix listener mod handling
2003-03-11 Pierangelo Masaratisilence warning
2003-03-09 Kurt Zeilenganeed to use ch_malloc/realloc
2003-03-06 Howard ChuTechnically, since the authid is expected to be a norma...
2003-03-05 Howard ChuUse ldap_pvt_get_hname instead of ldap_pvt_gethostbyaddr_a
2003-02-19 Kurt ZeilengaITS#2236. Add missing connections_shutdown() call.
2003-01-27 Pierangelo Masaratitrim unused var
2003-01-24 Luke HowardFix uninitialized sl_is_udp
2003-01-19 Hallvard FurusethFix printf format errors.
2003-01-03 Kurt ZeilengaHappy new year
2002-12-20 Kurt Zeilengacleanup
2002-12-17 Howard ChuFix Statslog messages
2002-12-16 Howard ChuFix previous commit, was freeing name from rev-lookup...
2002-12-11 Howard ChuMust use reentrant gethostbyaddr for reverse lookups...
2002-12-08 Kurt Zeilengaexpand authid buffer
2002-12-07 Kurt ZeilengaAvoid magic constant (32) in allocation. Use sizeof...
2002-12-04 Kurt ZeilengaUse getpeereid(3) where available else use *_PEERCRED...
2002-12-04 Luke HowardSupport SO_PEERCRED SASL EXTERNAL authorization.
2002-11-11 Kurt ZeilengaDelete some old (bad) statslog messages
2002-10-26 Pierangelo Masaratibeautify "unknown"
2002-10-26 Pierangelo Masaratiactually, get_perms is needed by ldapi:// rgeardless...
2002-10-25 Kurt ZeilengaAdd "allow update_anon"
2002-10-25 Pierangelo Masaratiadd restrictions related to listeners in form of file...
2002-10-24 Pierangelo Masaratilistener:
2002-10-23 Pierangelo Masaratichange socket permission syntax (to reuse function...
2002-10-09 Howard ChuRevert previous commit. More thought needed re: IPV4...
2002-10-09 Howard ChuITS#2132, give up at first bind failure
2002-10-09 Howard ChuFix ITS#2132, give up if listener fails to open
2002-09-21 Howard ChuFix ITS#1033 slapd hangs with GNU Pth - don't write...
2002-09-16 Kurt ZeilengaMisc cleanup
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
next