]> git.sur5r.net Git - openldap/history - servers/slapd/daemon.c
More for ITS#5860
[openldap] / servers / slapd / daemon.c
2009-03-10 Howard ChuITS#5836, add writetimeout keyword for timing out hung...
2009-02-12 Howard ChuFix typo in prev commit
2009-02-12 Howard ChuIgnore hangups on removed sockets
2009-01-29 Howard Churevert epoll edge-triggered listening, just use it...
2009-01-27 Howard ChuMostly revert prev commit
2009-01-27 Howard ChuUse epoll in edge-triggered mode
2009-01-22 Kurt ZeilengaUpdate copyright notices
2009-01-16 Howard ChuFix prev commit, was hanging up on write events
2009-01-14 Howard ChuITS#5886 fix epoll hangup handling
2009-01-05 Howard ChuITS#5855 fix Windows wake_sds close
2008-09-18 Hallvard FurusethMessage waiting for N threads to terminate -> for N...
2008-07-24 Quanah Gibson-MountFix missing space
2008-07-12 Pierangelo Masaratidon't close invalid sockets (blind fix to ITS#5606)
2008-05-23 Howard ChuITS#5489 move assert
2008-05-18 Howard ChuDo connections_init() sooner
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-12-15 Pierangelo Masaratifix declarations of buffers for numeric strings; other...
2007-11-26 Howard ChuStreamlined Winsock connection management
2007-10-25 Howard ChuUse per-thread slap_counters to eliminate lock contention
2007-08-24 Ralf Haferkamptcpd.h is already include in slap.h
2007-08-22 Pierangelo Masaratiadd support for session tracking (draft-wahl-ldap-sessi...
2007-07-01 Hallvard FurusethITS#5035 - return ber_socket_t instead of ptrdiff_t...
2007-06-10 Hallvard FurusethFor ITS#4943: Axe thread pool semaphore code
2007-06-09 Hallvard FurusethFix HP-UX crash: Replace socklen_t with ber_socklen_t...
2007-05-09 Hallvard FurusethRemove unused variables
2007-05-09 Hallvard FurusethITS#4948: '#if <undefined macro>' -> '#ifdef' warning...
2007-03-31 Howard ChuCleanup conditional arg in prev commit
2007-03-25 Howard ChuITS#4893 fix prev commit
2007-03-25 Howard ChuITS#4893 define LDAP_PF_LOCAL_SENDMSG in <ac/socket...
2007-03-17 Pierangelo Masaratimake sure unsigned time_t doesn't hurt (follow-on to...
2007-02-03 Howard ChuAlways initialize global_host
2007-01-02 Kurt Zeilengahappy new year
2006-12-27 Howard Chucleanup debug msg
2006-12-15 Pierangelo Masaratiimplement full IPv6 support in ACLs; use URL notation...
2006-12-01 Howard ChuITS#4765 init slap_daemon.sd_actives
2006-11-05 Pierangelo Masaratis/fprintf/Debug/; improve logging
2006-10-15 Pierangelo Masaratitemporarily change umask only if required
2006-10-15 Pierangelo Masaratifix previous commit
2006-10-14 Pierangelo Masaraticreate IPC sockets with wide-open permissions (0222...
2006-09-17 Pierangelo Masaratitypo in previous commit...
2006-09-17 Pierangelo Masaratisupport for Solaris' /dev/poll (need to manually define...
2006-09-17 Pierangelo Masaratireorganize select interface (ready for /dev/poll)
2006-08-31 Pierangelo Masaratidestroy socket set (man page for epoll_create(2) states...
2006-08-19 Howard ChuFix prev commit
2006-08-18 Howard ChuMove ber_sockbuf_free() to slapd_remove() to avoid...
2006-08-17 Howard ChuMove socket close into slapd_remove, don't close until...
2006-05-25 Hallvard FurusethConstify slapd_slp_attrs (assigned a const char* in...
2006-05-14 Howard ChuCleanup epoll read / error behavior
2006-05-11 Howard ChuITS#4537 placate braindead compiler
2006-05-02 Pierangelo Masaratildap_pvt_runqueue_next_sched() may return a pointer...
2006-04-27 Kurt ZeilengaITS#4414: SLP attributes support from Peter Marschall
2006-04-06 Howard ChuITS#4476 revert connection_write processing back into...
2006-03-31 Howard Chuplug leaks
2006-02-10 Howard ChuFix ITS#4395, check for non-read/write epoll events
2006-01-25 Howard ChuITS#4370 always init slap_daemon mutexes
2006-01-20 Howard ChuITS#4357 Solaris occasionally returns ENOSYS when selec...
2006-01-15 Howard ChuFix WAKE_LISTENER
2006-01-13 Howard ChuLog select() failure at DEBUG_ANY, since it triggers...
2006-01-13 Howard ChuITS#4338 delete extraneous slapd_close() calls. Descrip...
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-24 Luke HowardFix CLDAP regression
2005-12-24 Luke HowardFix compile error when LDAP_CONNECTIONLESS is defined
2005-11-25 Howard ChuFix ITS#3717 - set restriction on all backends
2005-11-12 Howard ChuFix Win32 typos
2005-11-12 Howard Chudeclare waking volatile. perhaps it should only be...
2005-11-03 Kurt Zeilengafix -USLAP_LIGHTWEIGHT_DISPACTHER sl_busy issue
2005-11-03 Howard ChuITS#4099, protect hosts_ctl with tcpd_mutex. From richt...
2005-10-30 Howard ChuFix epoll, just handle wake events in the order they...
2005-10-29 Howard ChuITS#4108 fix another accept/read race condition
2005-10-29 Howard ChuFix debug msg
2005-10-29 Howard ChuITS#4108 Cleanup accept/close race conditions.
2005-10-29 Howard ChuCleanup, fix ITS#4120
2005-10-17 Howard ChuFix epoll, slapd_remove gets called multiple times...
2005-10-16 Kurt ZeilengaAdd descr # to epoll_ctl failed error message
2005-10-15 Kurt ZeilengaRevised lightweight dispatcher -- writers moved into...
2005-10-14 Kurt ZeilengaMore cleanup
2005-10-14 Kurt Zeilengacleanup
2005-10-14 Kurt Zeilengacleanup
2005-10-14 Kurt ZeilengaMove connectionless connection init to startup (may...
2005-10-14 Kurt Zeilengacleanup
2005-10-14 Hallvard FurusethAdd missing ";" in SLAP_SOCK_SET_INIT
2005-10-13 Kurt Zeilengacleanup
2005-10-13 Kurt Zeilengacleanup
2005-10-12 Kurt ZeilengaAlign Operation buffers using LBER_ALIGNED_BUFFER
2005-10-12 Kurt ZeilengaTLS is configured after listener creation
2005-10-11 Howard ChuFix writefds init on Windows
2005-10-09 Howard ChuITS#4072 prevent ldaps listeners when TLS is not configured
2005-10-06 Howard ChuSilence valgrind complaint
2005-09-04 Howard ChuITS#3802, #3999 skip wake_sds in epoll event loop
2005-09-03 Hallvard FurusethSilence warnings
2005-09-01 Howard ChuRemove #undef HAVE_EPOLL accidentally committed in...
2005-08-08 Luke HowardDon't decrement descriptor count until we have checked...
2005-07-22 Pierangelo Masaratithe swap was intended; please see ITS#3876
2005-07-19 Luke HowardThe order of uidNumber and gidNumber was swapped in...
2005-07-19 Pierangelo Masaratitrim unused (wrong) code
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-18 Hallvard FurusethAdd missing "static" for functions declared static...
2005-07-12 Howard ChuFix SLAP_SOCK_IS_MUTE typo
2005-07-07 Howard ChuITS#3842 from jtownsend@opendarwin.org - don't free...
2005-06-29 Pierangelo Masaratihardcode normalized instead of funky DN form
next