]> git.sur5r.net Git - openldap/history - servers
Plug more memleaks
[openldap] / servers /
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
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 Masaraticleanup
2005-07-21 Pierangelo Masaratiglue's enum conflicts with slap_operation_t
2005-07-21 Pierangelo Masaraticondition SLAP_OVERLAY_ACCESS
2005-07-21 Pierangelo Masaratimake 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 Masaratiimprove messages
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 Masaratimostly revert previous commit
2005-07-20 Pierangelo Masaratiallow to unregister (and free) memory handling functions
2005-07-20 Pierangelo Masaratidestroy cache on exit
2005-07-20 Pierangelo Masaratifix uninitialized value use
2005-07-20 Pierangelo MasaratiUnder some circumstances, port 9010 is already in use...
2005-07-20 Pierangelo Masaratidrop 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 Masaratimore on deadlock/dangling pointers
2005-07-20 Pierangelo Masaraticonnection_client leave c_peer_* fields NULL
2005-07-19 Pierangelo Masaratifix arbitrary precision number display when no big...
2005-07-19 Pierangelo Masaratiuse appropriate format when no arbitrary precision...
2005-07-19 Pierangelo Masaratiimprove previous commit
2005-07-19 Pierangelo MasaratiSolaris doesn't like being passed NULL pointers to...
2005-07-19 Pierangelo Masaratifix 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 Pierangelo Masaratimore cleanup
2005-07-19 Pierangelo MasaratiMemory cleanup
2005-07-19 Pierangelo MasaratiObjectClass cleanup
2005-07-19 Pierangelo Masaraticleanup
2005-07-19 Pierangelo MasaratiAttributeType cleanup
2005-07-19 Pierangelo Masaratifix previous commit (ITS#3871)
2005-07-19 Pierangelo Masaratimore about rewrite leaks
2005-07-19 Pierangelo Masaratifix 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 Masaratiimplement per-target, per-operation timeouts
2005-07-19 Pierangelo Masaratitrim unused (wrong) code
2005-07-18 Pierangelo Masaratifix ITS#3862
2005-07-18 Luke HowardFix for previous commit
2005-07-18 Luke HowardFix pointer error
2005-07-18 Hallvard FurusethFix format arg to "overlay...configuration failed"...
2005-07-18 Hallvard FurusethRemove spurious snprintf(..., "<%s> cannot be deleted...
2005-07-18 Hallvard FurusethDelete unused variable.
2005-07-18 Hallvard Furusethsend_ldap_controls() returns int, so fix return LBER_ER...
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-18 Hallvard FurusethFix cast in BDB_ID2DISK(): unsigned char *_p ... =...
2005-07-18 Hallvard FurusethMake ConfigArgs.lineno int like elsewhere instead of...
2005-07-18 Hallvard FurusethDelete unused variables
2005-07-18 Hallvard FurusethAdd missing "static" for functions declared static...
2005-07-18 Hallvard Furusethstrip_cav_tag() should return ber_tag_t, not int
2005-07-18 Hallvard Furuseth#include <ldif.h> for ldif_must_b64_encode_*()
2005-07-17 Pierangelo Masaratifix some unclean unlock issues; fix potential leaks
2005-07-17 Pierangelo Masaratifix generated connection entries
2005-07-17 Hallvard FurusethRemove spurious printf argument
2005-07-17 Hallvard Furusethrc in glue_tool_entry_put() is an int, not NOID (unsign...
2005-07-17 Hallvard Furusethbvlist *list was updated through the wrong type.
2005-07-17 Hallvard FurusethDeclare ldap_back_init_cf().
2005-07-17 Hallvard FurusethRemove spurious fprintf arguments
2005-07-16 Pierangelo Masaratitrim (long ago) unused files
2005-07-16 Pierangelo Masaratimark leak
2005-07-16 Pierangelo Masaratifix leak
2005-07-15 Pierangelo Masaratiimprove diagnostics when configuring suffix for special...
2005-07-15 Howard ChuITS#3841 fix test in rev 1.220
2005-07-15 Pierangelo Masaratifix memory leak (ITS#3862)
2005-07-14 Hallvard Furusethstruct slab_heap *sh was accessed through the wrong...
2005-07-14 Hallvard FurusethMake ebuf/ecur char* instead of unsigned char* (which...
2005-07-14 Hallvard FurusethSilence "unused <something>" warnings
2005-07-14 Hallvard FurusethSilence "unused variable" warning
next