]> git.sur5r.net Git - openldap/history - servers/slapd/slapi/slapi_utils.c
Fix slapi_str2entry()/slapi_entry2str() allocation
[openldap] / servers / slapd / slapi / slapi_utils.c
2005-08-09 Luke HowardFix slapi_str2entry()/slapi_entry2str() allocation
2005-08-09 Luke HowardITS#3924
2005-08-08 Luke HowardRemove slapi_x_be_select()
2005-08-08 Luke HowardAdd Slapi_DN API
2005-08-08 Luke HowardAdd slapi_x_be_select() (to be replaced with slapi_be_s...
2005-08-08 Luke HowardDon't return frontend as SLAPI_BACKEND, return actual...
2005-08-06 Luke HowardPlug some leaks in SLAPI modifications handling
2005-08-02 Luke Howardslapi/slapi_utils.c rev 1.172 removed the 'dup' paramet...
2005-08-01 Luke HowardAdd slapi_dn_isbesuffix()
2005-08-01 Luke Howardslap_mods2entry() should not zero pointers into the...
2005-07-31 Luke HowardFix slapi_dn_beparent() behaviour (again)
2005-07-31 Luke HowardFix slapi_dn_beparent() logic
2005-07-31 Luke HowardCall slap_mods2entry() in do_add(), so that global...
2005-07-30 Hallvard FurusethInitialize i (#changes) if no mods. Simplify (*modp...
2005-07-28 Luke HowardAdd slapi_int_dn_pretty()/slapi_int_dn_normalize()...
2005-07-27 Luke HowardFix memory management regressions in pblock modificatio...
2005-07-27 Luke HowardPBlock SlapReply needs to be a pointer into that suppli...
2005-07-26 Luke Howardslapi_op_type_to_string/slapi_op_get_type implementation
2005-07-25 Luke HowardHarmonize Slapi_PBlock field nomenclature with rest...
2005-07-25 Luke HowardHeads up: fix for SLAPI compliance: when calling slapi_...
2005-07-25 Luke HowardEven more SLAPI cleanups
2005-07-25 Luke HowardMore SLAPI cleanups
2005-07-25 Luke HowardMake slapi_pblock directly overlaid on operation/connec...
2005-07-23 Luke Howardmore slapi cleanup
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 SLAPI pblock from operation structure
2005-07-22 Luke Howardmore cleanups
2005-07-22 Luke HowardUse accessor macros for SLAPI parameter blocks, should...
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 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 HowardAdd slapi_x_filter_set_attribute_type() API
2005-07-19 Luke HowardImplement more of SLAPI 5.x - all SLAPI internal operat...
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 ZeilengamanageDIT framework and obsolete objectclasses/DIT...
2005-04-08 Pierangelo Masaratiimplement add/delete granularity in write access (ITS...
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-01 Kurt ZeilengaHappy New Year!
2004-11-23 Howard ChuDynamic control management
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-01 Howard ChuITS#3353 consolidate slapd globals into a single struct
2004-09-26 Pierangelo Masaratimultiple precision with BIGNUM/gmp/ulong
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-07-18 Pierangelo Masaratirework op/rs structures to deal with opeartional attributes
2004-06-20 Luke HowardDo not crash if computed attribute has no values -...
2004-06-19 Pierangelo Masaratitypo?
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
2004-05-23 Luke HowardImplement slapi_entry_size()
2004-05-23 Luke HowardImplement slapi_entry_has_children()
2004-04-12 Kurt ZeilengaFix overaggressive s/bvalues/values/ changes of previou...
2004-04-09 Kurt Zeilengas/bvalues/values/
2004-04-08 Pierangelo Masaratiblind fix of mod_values cleanup
2004-04-08 Kurt Zeilengabvalue cleanup
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-04-06 Pierangelo Masaratirework be_isupdate accordingly to be_isroot
2004-04-06 Kurt Zeilengaswap be_isroot and be_isroot_dn symbols
2004-04-05 Pierangelo Masaratiexploit new isroot_dn helper
2004-03-17 Pierangelo Masaratireset SlapReply flags
2004-01-02 Luke HowardFix previous commit
2004-01-02 Luke HowardWrap slapi_entry_attr_get_charptr() around slapi_value_...
2004-01-02 Luke HowardCheck value is a C string in slapi_value_get_string()
2004-01-01 Kurt ZeilengaHappy new year
2003-12-28 Luke HowardCleanup SLAPI namespace
2003-12-27 Luke HowardInitialize terminating bv_len in slapi_int_ldapmods2mod...
2003-12-16 Luke HowardFirst round of SLAPI cleanups - use slapi_int_XXX for...
2003-11-29 Kurt ZeilengaCleanup rcsid comments
2003-11-26 Kurt ZeilengaUpdate notices and acknowledgements
2003-11-20 Kurt ZeilengaNormalize to IBM's OPL notice (with permission).
2003-11-20 Kurt ZeilengaUpdate to basic notice.
2003-10-08 Luke HowardAdd entry_dup(); make slapi_entry_dup() use it
2003-09-27 Luke HowardCleanup SLAPI logging
2003-09-27 Luke HowardAdd slapi_dn_beparent, slapi_dn_parent and slapi_dn_isp...
2003-09-26 Luke HowardImplementation of slapi_send_ldap_search_reference()
2003-09-24 Howard ChuITS#2735 - plug memory leaks
2003-09-15 Luke HowardModifications must be copied before calling slap_mods_c...
2003-09-01 Luke HowardSupport per-backend ACL plugins
2003-08-31 Luke HowardSupport for ACL plugins
2003-08-30 Luke HowardExpose SASL context to SLAPI plugins (SLAPI_X_CONN_SASL...
2003-07-15 Luke HowardSet AttributeDescription in slapi_acl_check_mods()
2003-07-03 Luke HowardAlways call modification postoperation plugins even...
2003-07-03 Luke HowardExpose SSF to plugin
2003-05-25 Luke Howards/forms/form in PADL copyright
2003-05-25 Luke Howards/forms/form in PADL copyright
2003-05-25 Kurt ZeilengaUpdate IBM copyrights
2003-05-20 Luke HowardBuild without HAVE_TLS
2003-05-05 Luke HowardDon't crash slapi_filter_get_subfilt() if no "any"...
2003-05-04 Luke HowardDon't crash if no attributes in slapi_attr_value_find()
next