]> git.sur5r.net Git - openldap/shortlog
openldap
2005-08-07 Pierangelo... plug selected leaks at shutdown
2005-08-07 Pierangelo... more about freeing replica resources
2005-08-07 Pierangelo... free replica info as appropriate
2005-08-07 Pierangelo... cleanup resources
2005-08-07 Pierangelo... plug more leaks
2005-08-07 Pierangelo... improve previous commit
2005-08-07 Pierangelo... improve previous commit
2005-08-07 Pierangelo... ACL logging was incomplete (and misleading)
2005-08-07 Pierangelo... fix use of uninitialized value; beautify logs
2005-08-07 Pierangelo... remove cruft
2005-08-07 Pierangelo... add indices for all backends that support them; clenup
2005-08-07 Pierangelo... detect if control is available (ITS#3898)
2005-08-07 Luke HowardAlways restore op->o_callback in SLAPI overlay - was...
2005-08-07 Pierangelo... use trylock only where necessary
2005-08-07 Pierangelo... disallow this test for backends that do not honor ACLs
2005-08-06 Pierangelo... fix ITS#3811
2005-08-06 Pierangelo... cleanup
2005-08-06 Pierangelo... fix potential leak (if URL form is broken); cleanup
2005-08-06 Luke HowardPlug some leaks in SLAPI modifications handling
2005-08-06 Pierangelo... use macros instead of literals
2005-08-05 Pierangelo... fix ordered indexing check
2005-08-03 Pierangelo... little more about potential concurrency issues
2005-08-03 Pierangelo... don't need compare if entry_get is available
2005-08-02 Pierangelo... address ITS#3914
2005-08-02 Pierangelo... remove unrequired member; address ITS#3913
2005-08-02 Pierangelo... more fixes to parsing of (deprecated) config directives...
2005-08-02 Luke Howardslapi/slapi_utils.c rev 1.172 removed the 'dup' paramet...
2005-08-02 Hallvard FurusethFix printf formats for LDAP_MEMORY_TRACE
2005-08-02 Howard ChuITS#3578 increment parent's referral count
2005-08-02 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-08-02 Hallvard FurusethCleanup (unused variable ad_oldest)
2005-08-02 Howard ChuITS#3912 missed an invocation of entry_schema_check...
2005-08-02 Hallvard FurusethRemove unused variable.
2005-08-02 Hallvard FurusethFix off-by-one pointer error. Garbage byte between...
2005-08-02 Pierangelo... save 1 function call...
2005-08-01 Pierangelo... fix typo in previous commit
2005-08-01 Pierangelo... plug leaks; cleanup
2005-08-01 Pierangelo... fix various leaks
2005-08-01 Pierangelo... plug leaks; fix map initialization
2005-08-01 Howard ChuAdd static build for accesslog
2005-08-01 Luke HowardAdd o_no_schema_check to operation structure
2005-08-01 Luke HowardSLAPI no longer needs to be initialized here
2005-08-01 Luke HowardAdd slapi_dn_isbesuffix()
2005-08-01 Luke HowardFix crasher in SLAPI_SEARCH_ATTRS handler
2005-08-01 Luke HowardPlug leaks
2005-08-01 Luke HowardCentralize SLAPI initialization into slapi_over_config()
2005-08-01 Luke HowardAdd SLAPI_X_MANAGEDIT, SLAPI_X_OPERATION_NO_SCHEMA_CHECK
2005-08-01 Hallvard FurusethPlug memory leak
2005-08-01 Hallvard Furusethslap_mods2entry(,,,dup=1,,,) realloced insufficient...
2005-08-01 Hallvard FurusethPlug memory leaks - free() controls in LDAP*
2005-08-01 Hallvard FurusethHandle LBER_SB_OPT_[GS]ET_FD arg as ber_socket_t like...
2005-08-01 Hallvard FurusethPlug memory leaks
2005-08-01 Luke Howardslap_mods2entry() should not zero pointers into the...
2005-07-31 Pierangelo... fix previous commit (ITS#3905)
2005-07-31 Hallvard FurusethCleanup
2005-07-31 Hallvard FurusethCleanup
2005-07-31 Luke HowardFix slapi_dn_beparent() behaviour (again)
2005-07-31 Luke HowardFix slapi_dn_beparent() logic
2005-07-31 Luke HowardSupport SLAPI_X_OPERATION_DELETE_GLUE_PARENT
2005-07-31 Luke HowardAdd SLAPI_X_OPERATION_DELETE_GLUE_PARENT
2005-07-31 Luke HowardRestore 2.2 SLAPI behaviour: target DN is not normalized
2005-07-31 Luke HowardAllow overlays to override operational attributes on...
2005-07-31 Luke HowardFix logic error in slap_mods2entry()
2005-07-31 Luke HowardFix logic error in slap_mods_no_repl_user_mod_check()
2005-07-31 Luke HowardCall slap_mods2entry() in do_add(), so that global...
2005-07-30 Hallvard FurusethInitialize a_flags of new Attribute in str2entry2().
2005-07-30 Hallvard FurusethInitialize i (#changes) if no mods. Simplify (*modp...
2005-07-30 Hallvard FurusethRemove warning that HDB code is experimental and unsupp...
2005-07-30 Hallvard FurusethChange diskNode.(n)rdn from unsigned char to char,...
2005-07-30 Hallvard FurusethRemove ";" after do{...}while(0) macros
2005-07-30 Hallvard FurusethserialNumberAndIssuerPretty() and serialNumberAndIssuer...
2005-07-30 Pierangelo... cleanup
2005-07-30 Pierangelo... fix referrals handling (needs work)
2005-07-30 Pierangelo... support increment; don't bother too much about return...
2005-07-30 Pierangelo... fix conditional compilation of config schema
2005-07-30 Pierangelo... ...otherwise it doesn't work with overlays
2005-07-30 Luke HowardBack out previous commit, appears not to match frontend...
2005-07-30 Luke Howardslapi_add_internal_pb() should not set op->ora_e, this...
2005-07-29 Luke HowardDon't instantiate SLAPI overlay in tool mode
2005-07-29 Howard ChuAdd note about core.ldif and openldap.ldif
2005-07-29 Howard ChuInstall LDIF schema files too
2005-07-29 Howard ChuFix install-schema - move old schema dir out of the...
2005-07-29 Pierangelo... treat extra args as errors
2005-07-29 Luke Howardadd LDAP_CONTROL_X_EXTENDED_DN
2005-07-29 Howard ChuITS#3875 change saslauthz* to authz*, etc.
2005-07-29 Howard ChuITS#3823 minor cleanups / clarifications
2005-07-29 Howard ChuITS#3837 mention back-hdb
2005-07-29 Howard ChuTS#3816 fix -F typo, fix -T args
2005-07-29 Howard ChuMention the config database type
2005-07-29 Howard ChuITS#3900 move olcDefaultSearchBase to frontend DB
2005-07-29 Pierangelo... more table-driven config cleanup
2005-07-28 Pierangelo... don't complain during EMIT
2005-07-28 Pierangelo... suffix must be present (ITS#3901)
2005-07-28 Luke HowardRemember to NULL terminate control arrays - not sure...
2005-07-28 Luke Howardpblock_add_control() needs to call slapi_dup_control()
2005-07-28 Luke HowardAdd slapi_int_dn_pretty()/slapi_int_dn_normalize()...
2005-07-28 Luke HowardAdd slapi_over_call_plugins() to ensure that global...
2005-07-28 Luke HowardAdd some debugging for failed plugin loads
2005-07-28 Pierangelo... check return value from add (ITS#3891)
2005-07-27 Pierangelo... fix headers (ITS#3896)
next