]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
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)
2005-07-27  Luke HowardAdd pblock_be_call() for calling against actual backend
2005-07-27  Luke HowardFix memory management regressions in pblock modificatio...
2005-07-27  Hallvard Furusethbdb_locker_id, bdb_locker_id_free: BerkeleyDB lock...
2005-07-27  Luke HowardPBlock SlapReply needs to be a pointer into that suppli...
2005-07-27  Hallvard FurusethSilence warning
2005-07-27  Luke HowardZero new superior before calling pblock_set_dn()
2005-07-27  Hallvard Furusethpb in slapi_op_func was freed uninitialized if preop_ty...
2005-07-27  Hallvard FurusethSilence unused variable warnings
2005-07-27  Hallvard FurusethSilence unused variable warnings with #ifdef LDAP_DYNAM...
2005-07-27  Hallvard FurusethSilence warnings (rearrange if(dryrun) vs. if(verbose)
2005-07-27  Hallvard FurusethSilence unused variable warnings with #ifdef LDAP_CONTR...
2005-07-27  Hallvard FurusethSilence warning
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-26  Hallvard FurusethAlso declare copy_hostent() if LDAP_R_COMPILE && HAVE_G...
2005-07-26  Hallvard FurusethRebuild for utime.h from configure.in 1.585
2005-07-26  Pierangelo... more fixes to back-ldap runtime configuration (ITS...
2005-07-25  Pierangelo... silence warning
2005-07-25  Hallvard FurusethUpdate previous fix: utime() needs <sys/types.h> as...
2005-07-25  Pierangelo... use operation slab for column binding
2005-07-25  Pierangelo... fix operational attributes collection (ITS#3882)
2005-07-25  Hallvard FurusethCast unsigned char*slotbuf passed as char*
2005-07-25  Hallvard FurusethFix debug format %d -> %lu
2005-07-25  Hallvard FurusethlmPasswd_to_key() arg1 was passed char*. Change it...
2005-07-25  Pierangelo... silence warning(s)
2005-07-25  Pierangelo... destroy limits at exit
2005-07-25  Pierangelo... improve verbstomask diagnostics
2005-07-25  Pierangelo... plug leaks
2005-07-25  Pierangelo... cleanup
2005-07-25  Pierangelo... silence warnings
2005-07-25  Pierangelo... fix translucent overlay test when back-monitor is compi...
2005-07-25  Luke HowardFix ITS#3882
2005-07-25  Luke Howardmore cleanups
2005-07-25  Luke HowardSync with slapd
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  Pierangelo... (yet) another potential concurrency issue
2005-07-23  Pierangelo... there might definitely be concurrency issues, but it...
2005-07-23  Pierangelo... (mostly) reverting previous commit (overconservative)
2005-07-23  Pierangelo... strengthen concurrency protection
2005-07-23  Pierangelo... reverse logic (chasing a dangling pointer...)
2005-07-23  Pierangelo... cleanup
2005-07-23  Pierangelo... same for overlays; fix typo ("Overlays" instead of...
2005-07-23  Pierangelo... add back-config suppor to back-monitor; advertize what...
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-23  Luke HowardAllow sml_desc to be set by caller in slap_mods_check()
2005-07-23  Luke Howardset o_callback to NULL for read entry callback, avoids...
2005-07-23  Pierangelo... add infrastructure to register verbmasks; allow to...
2005-07-23  Pierangelo... fix previous commit (see NOTE and FIXMEs)
2005-07-23  Pierangelo... note that not all backends and overlays support runtime...
2005-07-23  Luke HowardAdd fe_access_allowed(), should allow global ACL overla...
2005-07-22  Pierangelo... backout previous commit: frontendDB doesn't have the...
2005-07-22  Pierangelo... renamed slapi_int_init_connection => slapi_int_connecti...
2005-07-22  Pierangelo... exit the loop at some point (ITS#3878)
2005-07-22  Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-22  Hallvard Furusethrs->sr_flags should be saved in variables of type slap_...
2005-07-22  Hallvard FurusethCast LDAP_BOOL value to LDAP_BOOLEANS; it could only...
2005-07-22  Hallvard Furuseth'#if 0' out variables used only in #if 0. Fix '#if...
2005-07-22  Hallvard FurusethRemove unused variables.
2005-07-22  Luke Howardremove redundant variable
2005-07-22  Luke HowardRemove redundant ACL check in operational attributes...
2005-07-22  Luke HowardFix error in last commit
2005-07-22  Luke HowardCleanup SLAPI headers
2005-07-22  Luke HowardSLAPI cleanup
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
next