]> git.sur5r.net Git - openldap/history - servers
add support for subtree-include (ITS#6801); improve support for subtree-exclude
[openldap] / servers /
2011-01-22 Pierangelo Masaratiadd support for subtree-include (ITS#6801); improve...
2011-01-21 Ralf HaferkampITS#6794 Fixed slapadd -q for glued databases
2011-01-21 Hallvard FurusethITS#6758 whitespace fix for rev 1.350
2011-01-21 Hallvard FurusethITS#6758 Remove comment; broken rs.sr_type idea
2011-01-21 Hallvard FurusethSupport $NO_RS_ASSERT. Add comments.
2011-01-21 Hallvard FurusethITS#6758 Support rs_reinit(rs, rs->sr_type).
2011-01-19 Howard ChuITS#5421 drop ldap-int.h
2011-01-19 Pierangelo Masaratifix and improve candidate selection (ITS#6799)
2011-01-18 Pierangelo Masaratiempty query UUID means negative caching (ITS#6796)
2011-01-18 Pierangelo Masaraticount attr values; don't free dangling pointers (ITS...
2011-01-18 Howard ChuITS#6795 plug sr_ctrls memleak
2011-01-17 Pierangelo Masaratifix previous commit
2011-01-17 Pierangelo Masaratimake sure rwm_response returns SLAP_CB_CONTINUE (ITS...
2011-01-17 Hallvard FurusethITS#6793 Fix back-ldap bad free on matchedDN change
2011-01-13 Howard ChuITS#6717 refine mincsn check for MMR
2011-01-13 Howard ChuITS#6716 partial revert, initialize sl_mincsn at db_open
2011-01-13 Howard ChuMore cleanup
2011-01-13 Howard ChuITS#6787 release entry locks before sending entries
2011-01-12 Howard ChuFix typo
2011-01-12 Howard ChuMinor cleanup
2011-01-12 Howard ChuMore for prev commit
2011-01-12 Howard ChuITS#6783 fix abandon processing, cleanup
2011-01-12 Hallvard Furusethnoop change: Silence signed vs unsigned warnings
2011-01-12 Hallvard FurusethCatch ber_scanf errors properly
2011-01-06 Howard ChuMore for #6503
2011-01-06 Howard ChuITS#6503 - record Adds in sessionlog too, to avoid...
2011-01-05 Kurt ZeilengaHappy New Year
2011-01-04 Pierangelo Masaratimake sure matched is NULL when err=SUCCESS (ITS#6774)
2011-01-04 Pierangelo Masaratino need for next control
2011-01-04 Pierangelo Masaratitypo in error message
2011-01-04 Hallvard FurusethSet sr_type=REP_SEARCH before be_operational
2011-01-04 Hallvard FurusethITS#6758 config_back_add: Don't set sr_text if compareTrue
2011-01-04 Quanah Gibson-Mounts/producer/provider
2011-01-04 Pierangelo Masaratiquick fix for vc: allow custom controls tag
2011-01-03 Pierangelo Masaratiuse Paged Results when talking to targets (in response...
2011-01-03 Pierangelo Masaratiforce the generation of a new CSN (ITS#6766)
2011-01-02 Pierangelo Masaratiskip operations when internal
2011-01-02 Pierangelo Masaratimemberof handling of rename (ITS#6700)
2011-01-02 Pierangelo Masaratifix control value generation (ITS#6652)
2011-01-02 Pierangelo Masaratihex digits need to be in pairs (ITS#6652)
2011-01-02 Pierangelo Masaratifix reqControls validator (partially addresses ITS...
2011-01-02 Pierangelo Masaratimake sure initialization is only tried once; improve...
2011-01-02 Pierangelo Masaratiadd some logging (under TRACE)
2011-01-02 Pierangelo Masaratiquick fix for null DN
2010-12-31 Hallvard FurusethITS#6758 Reset dangerous REP_ENTRY_* flags.
2010-12-31 Hallvard FurusethITS#6758 slap.h: Cast REP_* #defines to slap_mask_t
2010-12-31 Hallvard FurusethITS#6758 fix/add slap_send_search_entry() comments
2010-12-31 Hallvard FurusethITS#6758 result.c:Use rs_*(). Frees entries earlier.
2010-12-31 Hallvard FurusethITS#6758 Use rs_*() to manage SlapReply entries.
2010-12-31 Hallvard Furusethnoop commit: cleanup 0 -> REP_RESULT in SlapReply
2010-12-31 Hallvard FurusethITS#6758, pcache.c: Avoid SlapReply reuse.
2010-12-31 Hallvard FurusethITS#6758 Avoid SlapReply reuse.
2010-12-31 Hallvard FurusethITS#6760: Fix rwm entry handling
2010-12-31 Hallvard FurusethITS#6758 Avoid SlapReply reuse, simple cases.
2010-12-31 Hallvard FurusethITS#6758 rs_reinit() += slap_reply_t parameter
2010-12-31 Hallvard FurusethITS#6758 config_build_entry, avoid SlapReply reuse
2010-12-31 Hallvard FurusethITS#6758 bconfig.c: ensure sr_text==NULL if sr_err...
2010-12-31 Howard ChuITS#6670 partial fix - ignore member/memberof pointing...
2010-12-31 Hallvard FurusethITS#6758 back-bdb: Delay setting sr->sr_entry until...
2010-12-30 Hallvard FurusethITS#6758 Do not set sr_err=error before be_search.
2010-12-30 Hallvard FurusethITS#6758 Reset some SlapReply flags & data.
2010-12-30 Hallvard Furusethnoop commit for ITS#6758: simplify future commits
2010-12-30 Hallvard Furusethnoop commit for ITS#6758: Remove no-effect code.
2010-12-30 Hallvard FurusethRemove lint (unused vars/labels/funcs/default:s)
2010-12-30 Hallvard FurusethITS#6758 Add rs_reinit(), rs_flush_entry()
2010-12-30 Hallvard FurusethITS#6758 Add rs_assert*, RS_ASSERT, USE_RS_ASSERT
2010-12-30 Hallvard FurusethITS#6759: assert;Debug -> Debug;assert
2010-12-30 Pierangelo Masaratiop->o_conn->c_sb may be 0 for internal operations
2010-12-30 Rein TollevikITS#6754: Fail if there are unrecognized command-line...
2010-12-30 Howard ChuITS#5862 Assert control for rootDSE/subschema
2010-12-28 Hallvard FurusethITS#6686 Fix last commit (declaration after code)
2010-12-23 Howard ChuITS#6686 add multiple sorts per connection, from Raphae...
2010-12-23 Howard ChuMove assertion checking to slap_compare_entry()
2010-12-23 Howard ChuITS#6753 use slap_compare_entry()
2010-12-23 Howard ChuITS#6573 export compare_entry as slap_compare_entry()
2010-12-23 Howard ChuCleanup for #6660
2010-12-23 Howard ChuITS#6660 preliminary fix. debug additions need to be...
2010-12-20 Hallvard FurusethPlug mutex/rwlock leaks (destroy them)
2010-12-20 Hallvard FurusethPlug memory leaks
2010-12-20 Hallvard FurusethITS#6752 Remove OpenLDAP 2.[23] dynlist code
2010-12-20 Hallvard FurusethITS#6752 Handle REP_ENTRY_* flags correctly
2010-12-20 Hallvard FurusethITS#6752 Fix dynlist Compare callback
2010-12-20 Hallvard FurusethITS#6752 dynlist: Do less work, simplify a bit.
2010-12-14 Hallvard FurusethITS#6748 Drop possibly-broken memberof log message
2010-12-14 Hallvard FurusethITS#6747 Fix LDAP_CONNECTIONLESS Debug(), warnings
2010-12-14 Hallvard FurusethITS#6746: Preserve error code, plug entry leak
2010-12-12 Rein TollevikITS#6716: Keep sessionlog sorted by csn, compare mincsn...
2010-12-07 Pierangelo Masaratire-fix ITS#6645 commit
2010-12-07 Pierangelo Masaratifix ITS#6645 commit
2010-12-07 Pierangelo Masaratimove ctxcsn and schema check code in helpers; also...
2010-12-07 Pierangelo Masaratiallow to set LDIF max line width (ITS#6645)
2010-12-06 Hallvard FurusethFor ITS#6739: Fix last commit (private debuging)
2010-12-06 Hallvard FurusethFor ITS#6739: Move variables into do_syncrep2 loop
2010-12-06 Hallvard FurusethITS#6736: Delay destruction of slap_listeners[]
2010-12-03 Hallvard FurusethFix rev 1.132 (ITS#6632): Initialize all of roc in...
2010-12-02 Hallvard FurusethITS#6620: Don't delete absent pwdChangedTime.
2010-12-02 Hallvard FurusethITS#6731: Fix scrambled back-ldif error strings.
2010-12-01 Hallvard FurusethITS#6730: Only update modifiersName once per entry
2010-12-01 Hallvard FurusethITS#6730: Fix missing refint updates with subtrees...
2010-12-01 Hallvard FurusethITS#6663: Fix refint_nothing.
next