]> git.sur5r.net Git - openldap/history - servers
Fix uninit'd var
[openldap] / servers /
2011-02-25 Howard ChuFix uninit'd var
2011-02-25 Howard ChuFix dnIsSuffix to use berval len
2011-02-24 Ralf HaferkampITS#6843 Fix cn=config slapadd for global overlays...
2011-02-24 Howard ChuFix prev commit
2011-02-23 Ralf Haferkampfix bdb_cache_deref() definition to match prototype
2011-02-23 Howard ChuUse refcnt instead of keeping entry locked in Add response
2011-02-23 Howard ChuTweak error message
2011-02-23 Howard ChuMore for cn=config support
2011-02-23 Howard ChuITS#6815 delimited verbstring parsing
2011-02-23 Howard ChuITS#6815 add logbase option, to only log requests match...
2011-02-19 Howard ChuITS#6837 olcChainDatabase inherits from olcLDAPConfig
2011-02-19 Howard ChuITS#6837 make sure objectclasses are processed in correct
2011-02-17 Howard ChuITS#3272 link against libslapi.la
2011-02-11 Hallvard FurusethUnlock new_cached_query->rwlock before destroying it.
2011-02-11 Howard ChuAdd substring matching rules for some of the olc-schema...
2011-02-08 Ralf Haferkampremoved some used vars
2011-02-05 Howard ChuCleanup ASPERL ifdefs
2011-02-05 Howard ChuCleanup PERL_5_6 ifdefs
2011-02-04 Hallvard FurusethSilence gcc -Wformat: Cast printf %p arg to void*
2011-02-04 Hallvard FurusethFix ITS#6814: Restore filter2bv_x() prototype.
2011-02-04 Howard ChuOverlay result is in rs->sr_err
2011-02-04 Howard Chuconfig OID for back-perl
2011-02-04 Howard ChuBackward compatibility - treat unknown directives as...
2011-02-04 Howard ChuFixup config init
2011-02-04 Howard ChuFix typo from rev 1.15. Apparently nobody has used...
2011-02-04 Ralf HaferkampFixed the overlay delete code to allow removing
2011-02-04 Howard ChuCleanup config items on destroy
2011-02-04 Howard ChuMore cleanup / old perl compat
2011-02-04 Howard ChuDynamic config support - not fully backward compatible
2011-02-04 Howard ChuDynamic config for back-shell
2011-02-04 Howard ChuFix typo
2011-02-04 Howard ChuDynamic config for back-passwd
2011-02-04 Howard ChuAdd overlay config stuff, handle overlay responses
2011-02-03 Pierangelo Masaratiuse (noncritical) whoami extop during SASL bind (ITS...
2011-02-03 Pierangelo Masaratiuse (noncritical) authzid control during SASL bind...
2011-02-03 Howard ChuJust use back-sock OID arc for overlay
2011-02-03 Howard ChuAs an overlay, always return SLAP_CB_CONTINUE
2011-02-03 Howard ChuAdd response message for overlays
2011-02-03 Howard ChuMore for overlay use, add connid extension
2011-02-03 Howard ChuAdd overlay wrapper, use for triggers etc.
2011-02-03 Pierangelo Masaratido not set c_authz_backend unless needed (ITS#6824...
2011-02-03 Howard ChuITS#6821 make sure objectclass is processed before...
2011-02-02 Hallvard FurusethRevert last ITS#6532 commit, it is incomplete.
2011-02-02 Hallvard FurusethMore ITS#6532: Support (:UUIDOrderingMatch:=foo)
2011-02-02 Hallvard FurusethMore ITS#6532: Support (:csnOrderingMatch:=foo)
2011-02-02 Pierangelo Masaratiprefix undef attrs with undef: (ITS#6823)
2011-02-02 Howard ChuITS#6711 minimal tweaks for aclbind/idassertbind for...
2011-02-02 Howard ChuCleanup priv/idassert choice: check for configured...
2011-02-02 Howard ChuITS#6711 use idassert TLS conf for priv connection...
2011-02-02 Ralf HaferkampITS#6822 fix back-config's default ACL when overlays...
2011-02-01 Pierangelo Masaratiignore attrs in search request that do not conform...
2011-02-01 Pierangelo Masaratimake sure data is reset
2011-02-01 Howard ChuUse larger key buffer
2011-02-01 Howard ChuITS#6806 fix uninit'd NA.txn
2011-02-01 Pierangelo Masaratido not return void (ITS#6820)
2011-02-01 Pierangelo Masaratiignore empty attrs in search requests (ITS#6819; see...
2011-01-31 Pierangelo Masaratifirst cut at SASL bind issues in idassert (related...
2011-01-31 Pierangelo Masaratigive the caller a chance to use undefined filters ...
2011-01-31 Pierangelo Masaratido not cause f_result to override undefined ava
2011-01-31 Pierangelo Masaratido not denormalize attrs without equality rule (ITS...
2011-01-31 Hallvard FurusethRe-fix ITS#6793 (back-ldap bad free of matchedDN).
2011-01-29 Pierangelo Masaratialso handle RFC 4526 t-f filters in back-ldap (more...
2011-01-29 Pierangelo Masaratialso handle RFC 4526 t-f filters in back-ldap (more...
2011-01-29 Pierangelo Masaratihandle undefined filters in back-ldap (more about ITS...
2011-01-29 Pierangelo Masaratihandle undefined objectClass values in search filters...
2011-01-29 Howard ChuITS#6812 cleanup error codes
2011-01-28 Howard ChuMore for ITS#6807, make sure to check_syncprov() after...
2011-01-28 Hallvard Furusethcleanup: Rename rs_ensure_entry_modifiable().
2011-01-28 Howard ChuFix a couple FIXMEs: use ldif_put to allow for binary...
2011-01-28 Howard ChuITS#6809 add missing newline
2011-01-27 Pierangelo Masaraticleanup monitor unregister (ITS#6808)
2011-01-27 Howard ChuITS#6807 always use complete cookie on refresh requests
2011-01-27 Howard ChuITS#6804 fix ACL_RECORD_VALUE_STATE macro, was skipping...
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
next