]> git.sur5r.net Git - openldap/shortlog
openldap
2006-06-07 Pierangelo... more about previous commit
2006-06-07 Pierangelo... rework quarantine locking and so
2006-06-07 Pierangelo... more concurrency cleanup
2006-06-07 Pierangelo... cleanup
2006-06-07 Kurt ZeilengaAdd a general comment regarding deprecated interfaces
2006-06-05 Howard ChuFix db_init
2006-06-05 Howard ChuFix prev commit
2006-06-05 Howard ChuFix ITS#4576 reset restrict after successful pw mod
2006-06-05 Luca Scamonimonitor can be a module
2006-06-02 Pierangelo... refine (and fix) back-meta handling of search initializ...
2006-06-02 Pierangelo... cleanup
2006-06-02 Pierangelo... cleanup
2006-06-01 Ralf Haferkamp- removed deprecated acconfig.h.
2006-06-01 Howard ChuITS#4572 don't unlock non-existent locks
2006-05-31 Pierangelo... trap an issue that occurred in odd conditions
2006-05-31 Pierangelo... misc cleanup
2006-05-31 Howard ChuCleanup prev commit
2006-05-31 Howard ChuOnly log realdn if it's non-empty
2006-05-30 Howard ChuCleanup config cruft
2006-05-30 Howard ChuAdd dynamic config support for auditlog and ppolicy
2006-05-30 Howard ChuFix ARG_OFFSET to work with overlays
2006-05-30 Pierangelo... rearrange quarantine handling during proxyAuthz bind...
2006-05-30 Pierangelo... further cleanop of previous commits
2006-05-30 Pierangelo... cleanup previous commit
2006-05-29 Pierangelo... allow pretty time form in quarantine string
2006-05-29 Pierangelo... make room for plugins that deal with quarantine end
2006-05-29 Howard ChuFix suffix in prev commit
2006-05-29 Pierangelo... clarify the behavior of slapo-refint(5) in case of...
2006-05-29 Howard ChuTest syncrepl with multiple back-ldap consumers in...
2006-05-29 Howard ChuFix modrdn with back-ldap
2006-05-29 Howard ChuAdd "hidden" database config, allow hidden DBs with...
2006-05-29 Howard ChuITS#4555 add -j option
2006-05-29 Howard ChuITS#4555 add "-j" option to jump to line of LDIF file...
2006-05-27 Pierangelo... implement proxy quarantine (ITS#4569)
2006-05-27 Pierangelo... fix DN-valued (and likely others not handled in the...
2006-05-27 Howard ChuITS#4567 use unique timestamps for ops for cascading...
2006-05-27 Pierangelo... count requests and responses in logs
2006-05-26 Howard ChuITS#4562 - don't assume syncprov_op_response only runs...
2006-05-26 Pierangelo... (almost blind) fix potential strchr() read-past-end...
2006-05-25 Pierangelo... enable NOOP (ITS#4563; seems to work now)
2006-05-25 Pierangelo... fix NOOP return code (ITS#4563; I'll check and confirm...
2006-05-25 Hallvard FurusethConstify slapd_slp_attrs (assigned a const char* in...
2006-05-25 Hallvard Furusethwarning cleanup
2006-05-25 Hallvard FurusethFormat fixes: %p takes void*, not struct* whose represe...
2006-05-25 Hallvard FurusethFormat fixes: Debug() arg#2 must be format.
2006-05-25 Hallvard Furuseth(no commit message)
2006-05-25 Howard ChuFix concurrency issues
2006-05-25 Howard ChuFix tavl_delete for two-node trees
2006-05-25 Howard ChuFix uninit'd var
2006-05-24 Pierangelo... re-sort options in lexicographical order (forced commit)
2006-05-24 Pierangelo... allow tools to syslog
2006-05-24 Pierangelo... document "cancel" feature
2006-05-24 Pierangelo... cleanup test
2006-05-24 Pierangelo... sigh, the test was renamed ages ago
2006-05-23 Howard ChuFix prev commit, LE/GE searches advanced in wrong direc...
2006-05-20 Pierangelo... fix test045 (after ITS#4552)
2006-05-20 Pierangelo... cleanup
2006-05-20 Pierangelo... add cancel strategies (ITS#4560)
2006-05-20 Pierangelo... clarify the required access to add the suffix of a...
2006-05-20 Howard ChuMore cleanup
2006-05-20 Howard Chucleanup debug msg
2006-05-19 Pierangelo... fix previous commit
2006-05-19 Howard ChuFix idletimeout deadlock
2006-05-19 Pierangelo... silence warnings
2006-05-19 Pierangelo... fix limits unparse
2006-05-19 Howard ChuCleanup (revert ITS#4472, etc.)
2006-05-19 Howard ChuITS#4549, rewritten query_containment etc...
2006-05-19 Howard ChuITS#4549 kludge, get tavl_ routines referenced
2006-05-19 Howard ChuITS#4549 add tavl_find3() to return closest match
2006-05-19 Howard ChuCleanup query attrs
2006-05-19 Howard ChuCleanup template searching
2006-05-18 Pierangelo... fix referrals return for ops other than search (ITS...
2006-05-18 Howard ChuITS#4552 just rely on ACLs when adding entries under...
2006-05-18 Pierangelo... s/fprintf/Debug/ (ITS#4553); lock ld_conn_mutex before...
2006-05-18 Pierangelo... cleanup
2006-05-17 Pierangelo... fix rev 1.125 commit
2006-05-17 Pierangelo... fix cleanup concurrency
2006-05-16 Howard Chucoverity cleanup
2006-05-16 Howard ChuITS#4466 fix typo, uninit'd var
2006-05-16 Howard ChuITS#4550 don't overwrite remote server's err msg
2006-05-16 Howard ChuFix ITS#4450, don't overwrite remote server's rs->sr_text
2006-05-16 Kurt ZeilengaFurther clarifications
2006-05-16 Kurt ZeilengaClarify that "disable bind_anon" does not disable anony...
2006-05-16 Kurt ZeilengaClarify that "disallow bind_anon" doesn't prohibit...
2006-05-16 Pierangelo... lc_bound_ndn is occasionally saved to keep track of...
2006-05-16 Howard ChuCleanup - no more SLAP_MULTI_CONN_ARRAY
2006-05-16 Pierangelo... idassert: setup rebind stuff when binding for proxyAuth...
2006-05-16 Pierangelo... fix referral rewriting (ITS#4548)
2006-05-15 Kurt ZeilengaUpdate
2006-05-15 Pierangelo... reset the conn field in the cached connection if the...
2006-05-14 Howard ChuITS#4544 skip test if syncprov overlay unavailable
2006-05-14 Pierangelo... document ITS#4546 "single-conn" feature
2006-05-14 Pierangelo... line up back-meta to ITS#4546
2006-05-14 Pierangelo... more cleanup of previous commits
2006-05-14 Pierangelo... improve previous commit
2006-05-14 Pierangelo... typo in previous commit
2006-05-14 Pierangelo... "single-conn" forces flushing of existing conns during...
2006-05-14 Pierangelo... allow to select credentials; allow subtree search
2006-05-14 Pierangelo... more checks
2006-05-14 Pierangelo... cleanup resource release
next