]> git.sur5r.net Git - openldap/shortlog
openldap
2009-08-21 Pierangelo... fix uninitialized and off-by-one (thanks to valgrind)
2009-08-21 Howard ChuITS#6152 test pwdModify
2009-08-21 Howard ChuITS#6152 add tests for cache refresh and Bind caching
2009-08-20 Howard ChuITS#6152 pwdModify support
2009-08-20 Howard ChuFix prev commit
2009-08-20 Howard ChuITS#6265 must set orm_no_opattrs
2009-08-19 Howard Chuchild DB should have ordering prefix
2009-08-19 Pierangelo... more cleanup of attr renaming
2009-08-19 Pierangelo... more cache monitoring (ITS#5178)
2009-08-19 Pierangelo... more about previous commit
2009-08-19 Pierangelo... more clarifications
2009-08-19 Howard Chuqueryid renamed to pcacheQueryid
2009-08-19 Pierangelo... copy username, much like other string-valued options...
2009-08-19 Pierangelo... first round of fixes; add TCP keepalive stuff.
2009-08-19 Pierangelo... another 'round
2009-08-19 Pierangelo... complete SASL options
2009-08-19 Howard ChuITS#6264 fix broken link
2009-08-19 Pierangelo... document all options, including TLS and (not yet comple...
2009-08-19 Hallvard FurusethSilence warning (bv_len >= 0 is always true)
2009-08-19 Hallvard FurusethSilence warning (missing braces ininitializer)
2009-08-19 Hallvard FurusethFix Debug() format (%x -> %lx) since rev 1.385
2009-08-19 Pierangelo... refactor connection handling
2009-08-19 Pierangelo... better logging of privileged connections (more to come...
2009-08-19 Pierangelo... silence warnings
2009-08-19 Pierangelo... cleanup previous commit
2009-08-19 Pierangelo... silence warning
2009-08-19 Pierangelo... silence warnings
2009-08-19 Pierangelo... silence warning; cleanup code
2009-08-19 Pierangelo... silence warnings
2009-08-19 Pierangelo... address signedness issue
2009-08-19 Howard ChuOnly free the req_dn / ndn we created. Someone may...
2009-08-19 Hallvard FurusethMore ITS#6262: Also define ldap_pvt_gmtime_[un]lock...
2009-08-19 Hallvard FurusethFix previous commit: move struct lutil_tm declaration...
2009-08-19 Hallvard FurusethMore ITS#6234: // comment from rev 1.384 -> /**/
2009-08-19 Howard Chus/new/anew/ avoid C++ keyword
2009-08-19 Howard ChuRegenerate
2009-08-19 Howard ChupcacheBind refresh s/will/may/
2009-08-19 Howard ChuITS#6152 bind caching
2009-08-19 Howard ChuBind caching works
2009-08-19 Howard ChuLook for our callback to pop, don't just do it blindly
2009-08-19 Howard ChuBind caching, work in progress
2009-08-19 Pierangelo... fix previous commit
2009-08-18 Pierangelo... wrap gmtime for reentrancy (ITS#6262)
2009-08-18 Pierangelo... document URI (ITS#6261)
2009-08-18 Howard ChuFix prev commit, attr_find args
2009-08-18 Pierangelo... fix previous commit
2009-08-18 Pierangelo... expose SASL_USERNAME when it makes sense (EXTERN needs...
2009-08-18 Pierangelo... only add attrs if values are present...
2009-08-18 Pierangelo... s/aa/allowed/; we already ran into the issue of having...
2009-08-18 Pierangelo... add a readme
2009-08-18 Howard ChuRevert prev commit, use ldap_pvt_ funcs
2009-08-18 Pierangelo... update cachedQueryURL only when requested
2009-08-18 Howard ChuFor ITS#6152 add slapd_str2scope(), slapd_scope2bv()
2009-08-18 Kurt ZeilengaCleanup
2009-08-18 Pierangelo... add on demand allowedAttributes/allowedAttributesEffect...
2009-08-17 Pierangelo... expose cachedQueryURL in overlay's monitor entry (parti...
2009-08-17 Pierangelo... allow to register overlay-specific stuff
2009-08-17 Pierangelo... more about ITS#6243
2009-08-17 Pierangelo... silence warning
2009-08-17 Pierangelo... add support for TCP buffer configuration (ITS#6234)
2009-08-17 Pierangelo... use UINT where appropriate (silence warnings)
2009-08-17 Howard ChuFor refresh_purge, only delete entry if ours is the...
2009-08-17 Howard ChuPlug leaks in prev commit
2009-08-17 Howard ChuITS#6152 restart consistency checker when going back...
2009-08-17 Howard ChuFix refresh_merge, using mods from wrong entry
2009-08-17 Howard ChuCleanup prev commit
2009-08-17 Howard ChuITS#6152 preliminary refresh support, untested
2009-08-17 Howard ChuITS#6152 add syncrepl_diff_entry()
2009-08-17 Howard ChuMore for #6220, don't timeout idle connections when...
2009-08-17 Howard ChuITS#6251 framework for TTR. refresh not yet implemented.
2009-08-17 Howard ChuFix typo in prev commit
2009-08-17 Howard ChuFix typo
2009-08-17 Howard ChuCleanup prev commit
2009-08-17 Howard ChuUse new keywords, deprecate old keywords, add ttr and...
2009-08-16 Howard ChuDeprecate previous config keywords. Add ttr parsing...
2009-08-16 Howard ChuFix typos
2009-08-16 Kurt ZeilengaUpdate contrib notices to reflect that they are distrib...
2009-08-15 Howard ChuSkip if monitor backend not enabled
2009-08-15 Howard ChuITS#6256 from Jonathan Clarke
2009-08-14 Howard ChuMore for prev commit
2009-08-14 Pierangelo... allow to look-ahead entry DN without decoding the whole...
2009-08-14 Pierangelo... harmonize API: source to dest right to left
2009-08-14 Pierangelo... honor requested attrs (ITS#6254), including operational
2009-08-14 Pierangelo... improve previous commit; make sure returned entries...
2009-08-14 Pierangelo... make sure filter is applied to final entry (ITS#6255)
2009-08-14 Pierangelo... honor sizelimit when filter needs to be split between...
2009-08-13 Howard ChuFix prev commit again, IPPROTO_TCP is the documented...
2009-08-13 Pierangelo... eliminate code duplication
2009-08-13 Pierangelo... ITS#6243 (forced commit, missing ITS number)
2009-08-13 Pierangelo... remove misleading comment
2009-08-13 Pierangelo... expose subordinate databases; add a link to the superior DN
2009-08-13 Howard ChuFix prev commit, it was not Linux-only as it claimed...
2009-08-13 Pierangelo... honor per-target tls/chase referrals/rebind as user...
2009-08-13 Pierangelo... advertise known exops
2009-08-12 Hallvard FurusethFor ITS#6215: Export ber_skip_element() and ber_peek_el...
2009-08-12 Hallvard FurusethITS#6215 cleanup: Export ber_skip_element() to compleme...
2009-08-12 Hallvard FurusethTrying again: No need to maintain ber->ber_usertag...
2009-08-12 Howard ChuAdd pwGraceExpiry to gracecheck
2009-08-10 Howard ChuRevision 02
2009-08-10 Howard ChuRevision 01 (expired)
next