]> git.sur5r.net Git - openldap/history - servers
#include <ac/ctype.h>, needed by last commit
[openldap] / servers /
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 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 Pierangelo Masaratimore fixes to back-ldap runtime configuration (ITS...
2005-07-25 Pierangelo Masaratisilence warning
2005-07-25 Hallvard FurusethUpdate previous fix: utime() needs <sys/types.h> as...
2005-07-25 Pierangelo Masaratiuse operation slab for column binding
2005-07-25 Pierangelo Masaratifix 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 Pierangelo Masaratisilence warning(s)
2005-07-25 Pierangelo Masaratidestroy limits at exit
2005-07-25 Pierangelo Masaratiimprove verbstomask diagnostics
2005-07-25 Pierangelo Masaratiplug leaks
2005-07-25 Pierangelo Masaraticleanup
2005-07-25 Luke HowardFix ITS#3882
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 Pierangelo Masaratithere might definitely be concurrency issues, but it...
2005-07-23 Pierangelo Masarati(mostly) reverting previous commit (overconservative)
2005-07-23 Pierangelo Masaratistrengthen concurrency protection
2005-07-23 Pierangelo Masaratireverse logic (chasing a dangling pointer...)
2005-07-23 Pierangelo Masaraticleanup
2005-07-23 Pierangelo Masaratisame for overlays; fix typo ("Overlays" instead of...
2005-07-23 Pierangelo Masaratiadd 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 Masaratiadd infrastructure to register verbmasks; allow to...
2005-07-23 Pierangelo Masaratifix previous commit (see NOTE and FIXMEs)
2005-07-23 Luke HowardAdd fe_access_allowed(), should allow global ACL overla...
2005-07-22 Pierangelo Masaratibackout previous commit: frontendDB doesn't have the...
2005-07-22 Pierangelo Masaratirenamed slapi_int_init_connection => slapi_int_connecti...
2005-07-22 Pierangelo Masaratiexit 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 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 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 HowardEnsure backend is set before calling send_ldap_extended();
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 HowardCleaner version of previous patch (keep operational...
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 Pierangelo Masaratimore on leaks & small fixes to unparsing
2005-07-22 Pierangelo Masaratinote an issue
2005-07-22 Luke HowardSLAPI plugins are no longer global; global SLAPI plugin...
2005-07-22 Luke Howardadd over_acl_group/over_acl_attribute
2005-07-22 Luke Howardfunction rename
2005-07-22 Pierangelo Masaratifix back-ldap unparsing
2005-07-22 Pierangelo Masaratidon't crash if no underlying database was initialized
2005-07-22 Howard ChuFix prev commit
2005-07-22 Pierangelo Masaratithe swap was intended; please see ITS#3876
2005-07-21 Howard ChuPlug more memleaks
2005-07-21 Howard ChuPlug memleak in enum_tree
2005-07-21 Howard ChuAdd config_back_db_close, free some structures
2005-07-21 Pierangelo Masaratireally fix the invalid free issue (I totally overlooked...
2005-07-21 Pierangelo Masaratishould fix the invalid free issue
2005-07-21 Luke Howardcleanup
2005-07-21 Luke HowardFix typo
2005-07-21 Pierangelo Masaratiattempt to fix invalid free
2005-07-21 Luke Howardmore cleanups
next