]> git.sur5r.net Git - openldap/history - servers
more cleanup
[openldap] / servers /
2006-04-08 Kurt ZeilengaMove LDBM to the attic
2006-04-08 Kurt Zeilengas/LDBM/BDB/
2006-04-08 Kurt Zeilengas/ldbm/hdb/
2006-04-07 Pierangelo Masaratiline up network-timeout with back-meta
2006-04-07 Howard ChuMore for ITS#4323 fix
2006-04-07 Howard ChuFix typo
2006-04-07 Howard ChuUse TLS context stuff in syncrepl
2006-04-07 Howard ChuAdd TLS options to bindconf struct
2006-04-07 Pierangelo Masaratiactually, if a connection is already in the AVL tree...
2006-04-07 Howard ChuUse new TLS SSL_CTX support
2006-04-06 Pierangelo Masaratipedantic cleanup
2006-04-06 Pierangelo Masaratifix ITS#4479
2006-04-06 Kurt ZeilengaCode which doesn't hanlding allocation failure should use
2006-04-06 Kurt Zeilengacleanup
2006-04-06 Pierangelo Masaratidon't leak if realloc fails (ITS#4477) OPENLDAP_REL_ENG_2_4_BP
2006-04-06 Pierangelo Masaratidon't leak if realloc fails (ITS#4477); s/new/newptr/
2006-04-06 Hallvard FurusethAvoid sprintf buffer overrun if huge hostname
2006-04-06 Howard ChuITS#4476 revert connection_write processing back into...
2006-04-05 Hallvard FurusethFix for the previous ITS#4323 fix: for(expr;...) -...
2006-04-05 Howard ChuRevert cache-purge task, go back to purging inline
2006-04-05 Howard ChuAdditional fix for ITS#4323, must propagate search...
2006-04-05 Kurt ZeilengaReverse last commit. Wrong tree.
2006-04-05 Kurt ZeilengaNo LogTest in re23
2006-04-05 Howard ChuITS#4323 allow lower overlays to work on master database
2006-04-04 Hallvard FurusethITS#4472: Make t_rwlock a lock pointer instead of a...
2006-04-04 Howard ChuITS#4442 just log refint failures, client only cares...
2006-04-04 Pierangelo Masaratihonor stop on error
2006-04-04 Pierangelo Masaraticomplete previous commit (protect binds)
2006-04-04 Pierangelo Masaratimake sure only on bind at a time occurs; release resour...
2006-04-04 Pierangelo Masarationly wait if no entry was returned
2006-04-04 Howard Chuplug leaks
2006-04-04 Howard Chucleanup
2006-04-04 Howard Chuplug leak
2006-04-04 Howard Chuplug leaks
2006-04-04 Howard ChuPlug leak
2006-04-04 Howard ChuSame as ITS#4464, don't call cache_return_entry with...
2006-04-03 Pierangelo Masaratidon't add unnecessary message
2006-04-03 Pierangelo Masaratimake sure an invalid connection is always released...
2006-04-03 Pierangelo Masaratiimmediately return sizelimitExceeded if appropriate
2006-04-03 Pierangelo Masaratimake sure rs->sr_err is fine
2006-04-03 Pierangelo Masaratimore on recovery (ITS#4429)
2006-04-02 Hallvard FurusethInit & destroy so.s_mutex around syncprov_findbase...
2006-04-02 Hallvard FurusethInitialize and destroy lc_lai.lai_mutex
2006-04-02 Howard Chuplug leaks
2006-04-02 Hallvard FurusethWarnings: Unused vars. funcptr=0, not =NULL. if(b=...
2006-04-02 Hallvard FurusethReturn a value (0) from auditlog_db_close() and auditlo...
2006-04-02 Hallvard FurusethCast %ld format arg to long
2006-04-02 Hallvard FurusethAdd missing snprintf args in debug output
2006-04-01 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2006-04-01 Hallvard FurusethCast ctype.h char arguments to unsigned char
2006-04-01 Hallvard FurusethRemove suspicious whitespace from makefile
2006-04-01 Pierangelo Masaratiallow overlays to inject an abandon without returning...
2006-04-01 Pierangelo Masaratiseems to fix the equivalent of ITS#4429 in back-meta...
2006-04-01 Pierangelo Masaratifix previous commit (ITS#4465)
2006-04-01 Pierangelo Masaratifix bound check (ITS#4449)
2006-04-01 Pierangelo Masaratiadd a cleanup handler for binds (ITS#4465)
2006-03-31 Pierangelo Masaratidon't use uninitialized mutexes
2006-03-31 Pierangelo Masaratiinitialize the connection_pool in server mode only
2006-03-31 Howard Chucleanup
2006-03-31 Howard ChuCleanup NULL check
2006-03-31 Howard Chuplug leaks
2006-03-31 Kurt Zeilengadon't call cache_return_entry_rw with e of NULL
2006-03-31 Howard ChuCleanup
2006-03-31 Howard Chuplug leaks
2006-03-31 Howard Chuplug leaks
2006-03-31 Howard ChuCleanup
2006-03-31 Howard ChuPlug leaks, fix coverity errors
2006-03-30 Pierangelo Masaratifix multiple response messages; add overall sleep time
2006-03-30 Kurt ZeilengaAdd link to FAQ entry on BDB tuning
2006-03-29 Pierangelo Masaratifix handling of expired connections (ITS#4429; need...
2006-03-28 Pierangelo Masaratileave existing controls in place if proxyAuthz is not...
2006-03-28 Pierangelo Masaratipropagate pretty DN (ITS#4456)
2006-03-27 Pierangelo Masaraticleanup
2006-03-26 Pierangelo Masaratistreamline handling of simple bind by global overlays...
2006-03-25 Pierangelo Masaratifix previous commit: actually free the connection in...
2006-03-25 Pierangelo Masaratidestroy bind connection after failed bind (ITS#4428)
2006-03-24 Pierangelo Masaratifix operational attrs return with chain overlay (ITS...
2006-03-23 Pierangelo Masaraticleanup previous commit
2006-03-23 Pierangelo Masaratihonor "chase-referrals no" (ITS#4447)
2006-03-20 Pierangelo Masaratirefuse illegal values for "threads" (ITS#4433)
2006-03-19 Pierangelo Masaratifix leak
2006-03-10 Luke HowardFix build if LDAP_X_TXN is undefined
2006-03-08 Kurt ZeilengaUpdate certificate schema to use IANA assigned OIDs
2006-03-08 Kurt Zeilengamore txn infrastructure
2006-03-07 Howard ChuAdd "subord" alias for subordinate scope
2006-03-07 Kurt Zeilengacontrol/TXN cleanup
2006-03-07 Kurt ZeilengaRemove developer's assert
2006-03-07 Kurt ZeilengaDisallow pre/post reads in transactions (haven't yet...
2006-03-07 Howard ChuFix prev commit
2006-03-07 Howard ChuFIx olcMirrorMode keyword
2006-03-07 Kurt ZeilengaSome more txn infrastructure
2006-03-07 Kurt Zeilengacleanup
2006-03-07 Kurt ZeilengaAdditional TXN changes
2006-03-07 Kurt ZeilengaTXN protocol element parsers (without any backend support)
2006-03-03 Pierangelo Masaratiqueue implicit binds (ITS#4409)
2006-03-03 Kurt ZeilengaAdd support for GSER-encoded certificateExactAsssertion...
2006-03-02 Pierangelo Masaratimap result codes as required (ITS#4419)
2006-03-01 Luke Howardslapi_ch_bvdup() should be implemented in terms of...
2006-02-27 Howard ChuITS#4372 add auditlog to build
2006-02-27 Howard ChuITS#4417 backglue must pass intermediate responses...
next