]> git.sur5r.net Git - openldap/history - servers/slapd/daemon.c
Streamlined Winsock connection management
[openldap] / servers / slapd / daemon.c
2007-11-27 Quanah Gibson-MountStreamlined Winsock connection management
2007-11-07 Quanah Gibson-MountUse per-thread slap_counters to eliminate lock contention
2007-09-01 Quanah Gibson-MountSync with HEAD for OL 2.4.5
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-13 Kurt ZeilengaQuick merge: everything from HEAD
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-19 Kurt ZeilengaSync with HEAD
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-20 Kurt Zeilengasync with HEAD
2006-08-19 Howard ChuFix prev commit
2006-08-18 Howard ChuMove ber_sockbuf_free() to slapd_remove() to avoid...
2006-08-18 Kurt ZeilengaSync with HEAD
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-15 Kurt ZeilengaSync with HEAD
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
2005-06-09 Howard ChuITS#3760 don't select on uninit'd writefds
2005-05-05 Kurt ZeilengaWrap w in WAKE_LISTENER
2005-05-05 Kurt ZeilengaIncrease listen() backlog to 1024, allow compile time...
2005-04-23 Howard ChuITS#3677 use LDAP_DEBUG_ANY when logging the shutdown...
2005-03-17 Howard ChuITS#3542 - ignore timevals from deferred tasks
2005-03-17 Howard ChuRevert prev commit, wrong fix
2005-03-17 Howard ChuITS#3542 if slapd processes too slowly, time diff can...
2005-03-15 Kurt Zeilengacleanup
2005-02-03 Luke HowardITS#3439 (NetBSD support for getpeereid())
2005-01-21 Howard ChuITS#3471 don't yield unnecessarily
2005-01-12 Howard ChuClear write events after they're processed
next