]> git.sur5r.net Git - openldap/shortlog
openldap
2006-04-02 Hallvard FurusethInitialize and destroy lc_lai.lai_mutex
2006-04-02 Howard Chuplug leaks
2006-04-02 Howard Chuplug leak
2006-04-02 Hallvard FurusethWarning cleanup: destroy_actions() returns no value...
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... allow mutex ownership detection (thanks to Hallvard)
2006-04-01 Pierangelo... allow overlays to inject an abandon without returning...
2006-04-01 Pierangelo... seems to fix the equivalent of ITS#4429 in back-meta...
2006-04-01 Pierangelo... thread cleanup
2006-04-01 Hallvard FurusethExpand and clarify thr_debug documentation.
2006-04-01 Pierangelo... fix previous commit (ITS#4465)
2006-04-01 Pierangelo... fix bound check (ITS#4449)
2006-04-01 Pierangelo... add a cleanup handler for binds (ITS#4465)
2006-04-01 Pierangelo... ld_abandoned must be protected by ld_res_mutex
2006-03-31 Pierangelo... don't use uninitialized mutexes
2006-03-31 Pierangelo... initialize 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 Pierangelo... only loop for read/search/bind
2006-03-31 Howard Chucleanup
2006-03-31 Howard Chucleanup NULL string handling
2006-03-31 Howard Chucleanup NULL deref
2006-03-31 Howard ChuCleanup NULL derefs
2006-03-31 Howard Chucleanup dead code
2006-03-31 Kurt Zeilengadon't call cache_return_entry_rw with e of NULL
2006-03-31 Howard Chuplug leaks
2006-03-31 Howard Chuplug leaks
2006-03-31 Howard Chuplug leaks
2006-03-31 Ralf Haferkamp- use ldap_url_desc2str() to construct URL
2006-03-31 Kurt Zeilengacommit missing TXN piece
2006-03-31 Howard Chucleanup
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-31 Howard ChuPlug leaks
2006-03-30 Pierangelo... fix multiple response messages; add overall sleep time
2006-03-30 Kurt ZeilengaAdditional TXN changes (a work in progress)
2006-03-30 Kurt ZeilengaForced commit to correct prev. commit message
2006-03-30 Kurt ZeilengaAdd link to FAQ entry on BDB tuning
2006-03-30 Howard ChuSupport for obsolete proxy authorization control
2006-03-29 Pierangelo... fix test047
2006-03-29 Pierangelo... fix handling of expired connections (ITS#4429; need...
2006-03-28 Pierangelo... fix typos
2006-03-28 Pierangelo... glued back-ldap comprehensive test (should have been...
2006-03-28 Pierangelo... leave existing controls in place if proxyAuthz is not...
2006-03-28 Pierangelo... propagate pretty DN (ITS#4456)
2006-03-28 Pierangelo... fix "packets" debug value
2006-03-28 Pierangelo... fix previous commit: count to nreqs or maxkids, whateve...
2006-03-28 Pierangelo... allow attrsonly; allow "random" read
2006-03-27 Pierangelo... cleanup
2006-03-26 Pierangelo... streamline handling of simple bind by global overlays...
2006-03-25 Pierangelo... make referral chasing optional
2006-03-25 Pierangelo... use asynchronous API; note that an endless loop may...
2006-03-25 Pierangelo... don't chase referrals (essentially, because it may...
2006-03-25 Pierangelo... fix previous commit: actually free the connection in...
2006-03-25 Pierangelo... destroy bind connection after failed bind (ITS#4428)
2006-03-24 Pierangelo... fix operational attrs return with chain overlay (ITS...
2006-03-24 Pierangelo... check regression of ITS#4448
2006-03-24 Pierangelo... seems to fix referral chasing (ITS#4448)
2006-03-23 Pierangelo... cleanup previous commit
2006-03-23 Pierangelo... honor "chase-referrals no" (ITS#4447)
2006-03-23 Pierangelo... handle abnormal condition
2006-03-23 Pierangelo... improve referral handling
2006-03-20 Luca Scamonifixes link for ldap_rename.3
2006-03-20 Pierangelo... refuse illegal values for "threads" (ITS#4433)
2006-03-20 Pierangelo... duplicate string from environment, as it may be overrid...
2006-03-20 Pierangelo... destroy ld_conn_mutex (ITS#4441)
2006-03-19 Pierangelo... fix leak
2006-03-10 Pierangelo... improve previous commit
2006-03-10 Pierangelo... don't pass uninitialized pointers around
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 scope for syncrepl
2006-03-07 Howard ChuAdd "subord" alias for subordinate scope
2006-03-07 Kurt Zeilengacontrol/TXN cleanup
2006-03-07 Kurt ZeilengaFix encoding
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-06 Kurt ZeilengaAdd missing break, ugh.
2006-03-06 Kurt Zeilengafix prev commit
2006-03-06 Kurt ZeilengaCleanup
2006-03-06 Kurt ZeilengaDon't commit transactions if modify failed.
2006-03-06 Kurt ZeilengaNeed to clear controls before ldap_txn_end_s call.
2006-03-06 Kurt ZeilengaInitial and rough client-side implementation of the...
next