]> git.sur5r.net Git - openldap/history - servers/slapd/daemon.c
Fix ITS#3400, move ebadf declaration
[openldap] / servers / slapd / daemon.c
2004-11-24 Howard ChuFix ITS#3400, move ebadf declaration
2004-11-21 Howard ChuDon't bother including <sys/epoll.h> if we're not using...
2004-11-19 Howard ChuFix waking test
2004-11-18 Howard ChuFix prev commit
2004-11-18 Howard ChuCheck for sys/epoll.h
2004-11-18 Howard Chushutdown on failure in epoll_ctl when adding a socket...
2004-11-18 Howard ChuFix prev commit, didn't mean to have HAVE_EPOLL hardcoded
2004-11-18 Howard Chuepoll support works
2004-11-18 Howard ChuFix epoll compilation
2004-11-18 Howard ChuFirst pass at macro-izing event handling method. Still...
2004-11-18 Howard ChuAllow a small number of waking events to be outstanding...
2004-11-18 Howard ChuCount writers, don't pass w fd_set if there are none
2004-11-16 Howard ChuAvoid filling the wake_sds when massive numbers of...
2004-11-15 Howard ChuFix prev commit. I wonder if we should convert the...
2004-11-14 Howard ChuSlight tweak for select descriptor checking
2004-10-06 Howard ChuFix prev commit
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-01 Howard ChuITS#3353 consolidate slapd globals into a single struct
2004-09-26 Pierangelo Masaratimultiple precision with BIGNUM/gmp/ulong
2004-09-25 Kurt ZeilengaITS#3345: reorder includes to workaround Pth signal...
2004-09-10 Kurt ZeilengaAdd localSSF slapd.conf(5) directive to set SSF associated
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-07-30 Pierangelo Masaratimake sure sun_path is cleared out before accept()
2004-07-26 Pierangelo Masaratifrontend stuff moved into a database structure, essenti...
2004-06-21 Jong Hyuk Choisyncrepl retry code fix for correct timing
2004-05-24 Kurt Zeilengaadd command line option (-S) to enable SLP registration...
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-04-03 Pierangelo Masaratiapparently accept() doesn't fill the sun_path field...
2004-01-15 Howard ChuFix syncrepl slapd_shutdown detection, would not stop...
2004-01-01 Kurt ZeilengaHappy new year
2003-12-18 Kurt ZeilengaCompletely untested built-in EXTERNAL implementation
2003-11-27 Kurt ZeilengaUpdated notices
2003-10-25 Howard ChuFix prev commit, don't timeout outbound connections
2003-10-24 Howard ChuAdd support for outbound connections in main listener.
2003-10-15 Howard ChuITS#2769 - NT SIGBREAK handling
2003-10-13 Jong Hyuk Choirq_mutex placing fix
2003-10-12 Jong Hyuk Choirunqueue locking fix (ITS#2746)
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
next