]> git.sur5r.net Git - openldap/history - servers/slapd/slapi
allow to programmatically register new response code names
[openldap] / servers / slapd / slapi /
2005-07-27 Luke Howards/op_compare/op_delete for LDAP_REQ_DELETE
2005-07-26 Luke HowardSupport object extensions on internal SLAPI operations
2005-07-26 Luke Howardslapi_op_type_to_string/slapi_op_get_type implementation
2005-07-25 Luke Howardmore cleanups
2005-07-25 Luke HowardHarmonize Slapi_PBlock field nomenclature with rest...
2005-07-25 Luke HowardHowever, SLAPI_PLUGIN_VERSION is treated as an opaque...
2005-07-25 Luke HowardHeads up: fix for SLAPI compliance: when calling slapi_...
2005-07-25 Luke HowardUse SLAPI_LOG_OPERATION instead of private flag
2005-07-25 Luke HowardEven more SLAPI cleanups
2005-07-25 Luke Howardmore SLAPI cleanups
2005-07-25 Luke HowardMore SLAPI cleanups
2005-07-25 Luke HowardFix pblock_delete_param(), this function never worked
2005-07-25 Luke Howarduse slapi_pblock_delete_param()
2005-07-25 Luke HowardCareful not to disturb result codes
2005-07-25 Luke Howardplug leak
2005-07-25 Luke HowardDon't discard plugin status code
2005-07-25 Luke HowardMake slapi_pblock directly overlaid on operation/connec...
2005-07-23 Luke Howardmore slapi cleanup
2005-07-23 Luke Howardupdate for new backend types
2005-07-23 Luke HowardCleanup of SLAPI internal operation code; use frontendD...
2005-07-22 Pierangelo Masaratirenamed slapi_int_init_connection => slapi_int_connecti...
2005-07-22 Luke Howardremove redundant variable
2005-07-22 Luke HowardRemove redundant ACL check in operational attributes...
2005-07-22 Luke HowardCleanup SLAPI headers
2005-07-22 Luke HowardDo not cache group evaluation if result is SLAP_CB_CONTINUE
2005-07-22 Luke HowardFix bug in control merging (this probably still isn...
2005-07-22 Luke HowardAdd caching to slapi_over_acl_group(); performance...
2005-07-22 Luke HowardDon't fail if no group plugins
2005-07-22 Luke HowardRemove SLAPI pblock from operation structure
2005-07-22 Luke Howardmore cleanups
2005-07-22 Luke Howardcleanup SLAPI overlay
2005-07-22 Luke HowardFix dangling mutex in SLAPI bind preop handler
2005-07-22 Luke Howardfix error in previous commit
2005-07-22 Luke HowardMore use of SLAPI accessor macros
2005-07-22 Luke HowardUse accessor macros for SLAPI parameter blocks, should...
2005-07-22 Luke HowardSet SLAPI_REQUESTOR_ISROOT for internal operations
2005-07-22 Luke HowardSupport for global ACL overlays, corresponding SLAPI...
2005-07-22 Luke HowardMove backend_operational() implementation into frontend...
2005-07-22 Luke Howardterminate function array in slapi_int_get_plugins()
2005-07-22 Luke HowardSLAPI plugins are no longer global; global SLAPI plugin...
2005-07-22 Luke Howardfunction rename
2005-07-21 Luke Howardcleanup
2005-07-21 Luke HowardFix typo
2005-07-21 Luke Howardmore cleanups
2005-07-21 Luke Howardmore cleanups
2005-07-21 Luke Howardremove SLAPI cruft
2005-07-21 Luke HowardFix some SLAPI bugs
2005-07-21 Luke HowardAdd support for post-result SLAPI plugins
2005-07-21 Luke HowardMove most of SLAPI frontend into overlay
2005-07-21 Luke HowardFactor out common code in SLAPI internal ops
2005-07-20 Luke HowardFix order of statements in SLAPI internal modrdn implem...
2005-07-20 Luke HowardFix regression in SLAPI ACL plugins owing to accidental...
2005-07-20 Luke HowardUnset intop callback parameters before they go out...
2005-07-19 Luke HowardAlways set sml_desc when converting from LDAPMods
2005-07-19 Luke HowardFix callback API for cast safety
2005-07-19 Luke HowardAdd slapi_x_filter_set_attribute_type() API
2005-07-19 Luke HowardImplement more of SLAPI 5.x - all SLAPI internal operat...
2005-07-19 Luke HowardAssociate global plugins with frontendDB
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-14 Hallvard FurusethSilence "unused variable" warnings
2005-07-06 Hallvard FurusethFormat fixes (%d<->%lu etc)
2005-06-04 Howard ChuAdd SLAP_MOD_INTERNAL flag to Modifications, allow...
2005-05-13 Kurt ZeilengaAdd manage obsolete attributes capability.
2005-05-13 Kurt ZeilengamanageDIT framework and obsolete objectclasses/DIT...
2005-04-08 Pierangelo Masaratiimplement add/delete granularity in write access (ITS...
2005-03-01 Howard ChuFix prev commit
2005-03-01 Howard ChuAdded authz-regexp, slapi plugin retrieval
2005-02-20 Luke HowardITS#3556 (SLAPI does not work on 64-bit platforms)
2005-01-28 Luke HowardAdd slapi_x_backend_get_flags() API
2005-01-27 Kurt ZeilengaLess kludgy willing-to-perform check for recognized...
2005-01-27 Luke HowardSupport LDAP_MOD_INCREMENT in slapi_modify_internal()
2005-01-09 Pierangelo Masaratiminor cleanup
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-11 Pierangelo Masaratiimprove usability of global ovrlays for write operation...
2004-12-04 Howard ChuAlways exclude subordinates from top-level ops so glue...
2004-11-23 Howard ChuUse SLAP_CONTROL_* constants
2004-11-23 Howard ChuDynamic control management
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-04 Pierangelo Masaratifix global configuration patch (ITS#3353)
2004-10-01 Howard ChuITS#3353 consolidate slapd globals into a single struct
2004-09-26 Pierangelo Masaratimultiple precision with BIGNUM/gmp/ulong
2004-09-11 Jong Hyuk Choimemory leak fixes
2004-08-27 Luke HowardAllow mods to be NULL in slapi_int_ldapmods2modifications()
2004-08-26 Luke HowardFix "FIXME" in slapi_attr_add_value() - store normalize...
2004-08-26 Luke HowardAdd SLAPI_X_GROUP_TARGET_ENTRY so that group plugin...
2004-08-25 Luke HowardSupport pre-operation and post-operations for backend_g...
2004-08-25 Luke HowardThis patch fixes some subtle interactions between SLAPI...
2004-08-23 Luke HowardHarmonize bvptr2obj_copy() with values2obj_copy() ...
2004-07-18 Pierangelo Masaratirework op/rs structures to deal with opeartional attributes
2004-06-30 Pierangelo Masaraticleanup
2004-06-20 Luke HowardDo not crash if computed attribute has no values -...
2004-06-19 Pierangelo Masaratitypo?
2004-06-12 Pierangelo Masaraticlarify no limits in (internal) searches
2004-06-01 Kurt ZeilengaITS#3166: correct slapi_entry_attr_get_* return types
2004-05-24 Luke Howardslapi_ldap_init() / slapi_ldap_unbind()
2004-05-24 Luke Howardslight optimization - use ldap_bv2dn()
2004-05-23 Luke HowardImplement slapi_entry_{get,set}_uniqueid
2004-05-23 Luke HowardFix breakage
2004-05-23 Luke HowardAdd slapi_entry_add_rdn_values(), slapi_entry_rdn_value...
2004-05-23 Luke HowardImplement slapi_rdn2typeval and slapi_dn_plus_rdn
next