]> git.sur5r.net Git - openldap/history - servers/slapd/slapi/slapi_utils.c
Happy New Year (belated)
[openldap] / servers / slapd / slapi / slapi_utils.c
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-11-23 Pierangelo Masaratisilence warnings
2007-10-02 Howard ChuFix uninit'd ld in prev commit (coverity)
2007-09-29 Pierangelo Masaratifirst round of s/sprintf/snprintf/; the rationale is...
2007-09-24 Howard ChuUse attr_valfind instead of value_find_ex to optimize...
2007-09-24 Howard ChuPreliminary sorted value support
2007-09-21 Howard ChuAttribute/Modification value counters
2007-07-13 Howard ChuFallout from ITS#4986 - remove unused param of select_b...
2007-01-02 Kurt Zeilengahappy new year
2006-12-24 Howard ChuPass op to slap_mods_check()
2006-11-27 Howard ChuAvoid unnecessary calls to oc_bvfind
2006-08-29 Howard ChuEntry/Attribute struct caching, to minimize malloc...
2006-06-11 Luke HowardFix broken referral handling in slapi_send_ldap_result()
2006-06-09 Luke HowardHandle unknown attributes in SLAPI_SEARCH_ATTRS
2006-06-09 Luke Howardfix previous commit
2006-06-09 Luke HowardIgnore unknown attributes in slapi_send_ldap_search_entry()
2006-03-01 Luke Howardslapi_ch_bvdup() should be implemented in terms of...
2006-02-27 Luke HowardFix slapi_valueset_count() for no value case
2006-02-27 Luke HowardFix memory smasher in slapi_valueset_free()
2006-01-23 Luke Howardslapi_filter_dup() can now use filter_dup()
2006-01-03 Kurt ZeilengaHappy new year!
2006-01-01 Luke HowardInitialize sml_type
2005-12-24 Luke HowardFix regression in SLAPI ACL plugins, call with frontend...
2005-08-09 Luke HowardITS#3924
2005-08-09 Pierangelo Masaratidon't leak in case of attribute not found
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
next