]> git.sur5r.net Git - openldap/shortlog
openldap
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... more on leaks & small fixes to unparsing
2005-07-22 Pierangelo... note 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... fix back-ldap unparsing
2005-07-22 Pierangelo... don't crash if no underlying database was initialized
2005-07-22 Howard ChuFix prev commit
2005-07-22 Pierangelo... the 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... really fix the invalid free issue (I totally overlooked...
2005-07-21 Pierangelo... should fix the invalid free issue
2005-07-21 Pierangelo... don't malloc when not required?
2005-07-21 Luke Howardcleanup
2005-07-21 Luke HowardFix typo
2005-07-21 Pierangelo... attempt to fix invalid free
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 Pierangelo... cleanup
2005-07-21 Pierangelo... glue's enum conflicts with slap_operation_t
2005-07-21 Pierangelo... condition SLAP_OVERLAY_ACCESS
2005-07-21 Pierangelo... make sure we notice if this gets out of sync with slap_...
2005-07-21 Luke Howardadd prototype for overlay_op_walk()
2005-07-21 Luke HowardAdd overlay_op_walk()
2005-07-21 Luke HowardAdd slap_operation_t
2005-07-21 Pierangelo... improve messages
2005-07-21 Pierangelo... keep trying...
2005-07-21 Luke HowardSLAPI cleanups
2005-07-21 Luke HowardFactor out common code in SLAPI internal ops
2005-07-21 Luke HowardEnable SLAPI pre-entry plugins (we really need to move...
2005-07-20 Pierangelo... mostly revert previous commit
2005-07-20 Pierangelo... allow to unregister (and free) memory handling functions
2005-07-20 Pierangelo... destroy cache on exit
2005-07-20 Pierangelo... fix uninitialized value use
2005-07-20 Pierangelo... Under some circumstances, port 9010 is already in use...
2005-07-20 Pierangelo... drop stored procedures
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-20 Pierangelo... more on deadlock/dangling pointers
2005-07-20 Pierangelo... connection_client leave c_peer_* fields NULL
2005-07-19 Pierangelo... fix arbitrary precision number display when no big...
2005-07-19 Pierangelo... use appropriate format when no arbitrary precision...
2005-07-19 Pierangelo... improve previous commit
2005-07-19 Pierangelo... Solaris doesn't like being passed NULL pointers to...
2005-07-19 Pierangelo... fix previous commit
2005-07-19 Luke HowardReenable pre-result plugins, these were supported in...
2005-07-19 Luke Howardback out previous commit, fat fingers
2005-07-19 Luke Howardresult.c
2005-07-19 Luke Howardsync with slapd
2005-07-19 Pierangelo... more cleanup
2005-07-19 Pierangelo... Memory cleanup
2005-07-19 Pierangelo... ObjectClass cleanup
2005-07-19 Pierangelo... cleanup
2005-07-19 Pierangelo... AttributeType cleanup
2005-07-19 Pierangelo... fix previous commit (ITS#3871)
2005-07-19 Pierangelo... more about rewrite leaks
2005-07-19 Pierangelo... fix yet another leak
2005-07-19 Luke HowardAlways set sml_desc when converting from LDAPMods
2005-07-19 Luke HowardCheck op->o_bd != NULL
2005-07-19 Luke HowardFix callback API for cast safety
2005-07-19 Luke HowardFix pointer error in readback control
2005-07-19 Luke HowardAdd slap_parse_ctrl() API for parsing already decoded...
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-19 Luke HowardSupport for pre-entry, pre-result, pre-referral SLAPI...
2005-07-19 Luke HowardGlobal plugins are now associated with frontendDB
2005-07-19 Luke HowardThe order of uidNumber and gidNumber was swapped in...
2005-07-19 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-19 Howard ChuFix bdb_tool_dn2id_get() - nobody should be calling...
2005-07-19 Luke HowardFix another crasher if parent is NULL
2005-07-19 Luke HowardFix crasher in hdb_dn2id() when parent is NULL
2005-07-19 Pierangelo... implement per-target, per-operation timeouts
2005-07-19 Pierangelo... document new timeout feature; improve existing stuff
2005-07-19 Pierangelo... trim unused (wrong) code
2005-07-19 Pierangelo... reword the description of listener permissions
2005-07-18 Pierangelo... fix ITS#3862
2005-07-18 Pierangelo... provide a useful example
2005-07-18 Luke HowardFix for previous commit
2005-07-18 Luke HowardFix pointer error
2005-07-18 Hallvard FurusethAdd userPassword protection to example.
2005-07-18 Hallvard FurusethAdd OVERLAYS section
2005-07-18 Hallvard FurusethNote that the overlay is experimental (copied from...
2005-07-18 Hallvard FurusethNote that relay backend is experimental (copied from...
2005-07-18 Hallvard FurusethAdd slapd-hdb
2005-07-18 Luke HowardAdd prototypes and pblock paramaters for more compat...
next