]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
2003-05-17  Pierangelo... use back-monitor without including core.schema; commit...
2003-05-17  Pierangelo... clarify DN regex match quirks
2003-05-17  Kurt Zeilengacleanup
2003-05-17  Kurt ZeilengaWarn folks that setting TLS option may break some appli...
2003-05-16  Kurt ZeilengaClean up SLAP_NVALUES comment
2003-05-16  Kurt ZeilengaNVALUES updates to approximate matching...
2003-05-15  Hallvard FurusethFix some Statslog()s: Add missing newlines. Print...
2003-05-15  Howard ChuStreamlined listener/select/accept handling:
2003-05-15  Pierangelo... remove unused arg from fprintf (ITS#2516)
2003-05-15  Hallvard Furuseth#include "lutil.h" to get lutil_strcopy().
2003-05-15  Hallvard FurusethRemove excess `0' arguments to fprintf.
2003-05-15  Hallvard Furuseth#include <ac/unistd.h> to get write()
2003-05-15  Hallvard Furuseth#include <ac/string.h> to get strcasecmp().
2003-05-15  Pierangelo... add create/modify timestamp to all entries; use monitor...
2003-05-15  Pierangelo... cleanup previous commit; update header
2003-05-15  Pierangelo... need starttime before backend db_open() is invoked
2003-05-15  Pierangelo... add local generalized time generator
2003-05-14  Hallvard Furuseth#include <ac/string.h>, to get strlen(), strncmp()...
2003-05-14  Jong Hyuk Choiremove ch_malloc/ch_free
2003-05-14  Kurt Zeilengaupdated certificateExactMatch support,
2003-05-14  Howard ChuITS#2514 fix NULL deref
2003-05-14  Howard ChuITS#2509 add missing arg for dnNormalize
2003-05-14  Howard ChuITS#2511 use %p to log pointer values
2003-05-14  Howard ChuFix ldap_get_attribute_ber to get values in-place.
2003-05-14  Luke HowardDon't crash if attr_find() fails (Howard, you might...
2003-05-14  Luke HowardFix content rule validation code -- don't use validatio...
2003-05-13  Howard ChuITS#2507, fix *_candidates error return values
2003-05-13  Howard ChuOptimize modify_internal, only reindex the actual modif...
2003-05-13  Howard ChuFix prev commit, must passthru precomputed scopes
2003-05-13  Howard ChuITS#2506 - fix prev patch, don't ignore undefined filte...
2003-05-12  Howard ChuITS#2505 - make sr_strings per-op instead of static
2003-05-12  Howard Chuplug memleak in alternate print_entry()
2003-05-11  Howard ChuRevert prev commit
2003-05-11  Howard ChuPlug leak in hdb
2003-05-11  Howard ChuAdded SLAP_TOOL_READMAIN and SLAP_TOOL_READONLY slapMod...
2003-05-11  Howard ChuAnother idle time tweak
2003-05-10  Howard ChuPlug mem leak in slapindex
2003-05-09  Howard ChuFor ITS#2502 - force release of locks on exiting threads
2003-05-09  Kurt Zeilengarm cruft
2003-05-09  Jong Hyuk Choi-Test only valid for bdb
2003-05-09  Jong Hyuk Choi-reenabling LDAP_CACHING
2003-05-09  Jong Hyuk Choi-syncUUID search in syncrepl
2003-05-09  Kurt ZeilengaAdd a few more "nice to haves"
2003-05-09  Pierangelo... now LDAP_CACHING can be enabled again; not sure it...
2003-05-07  Jong Hyuk Choirunqueue restructuring
2003-05-07  Jong Hyuk Choirunqueue update
2003-05-07  Kurt Zeilengaminor tweak
2003-05-07  Jong Hyuk Choia runqueue for periodic thread execution (for syncrepl)
2003-05-06  Kurt ZeilengaFix typo in last commit
2003-05-05  Kurt ZeilengaITS#2486: plug leak
2003-05-05  Kurt ZeilengaBlind fix for NGROUPS Tru64 5.1 bug (ITS#2485)
2003-05-05  Jong Hyuk Choitemporarily disable LDAP_CACHING (till API update)
2003-05-05  Luke HowardDon't crash slapi_filter_get_subfilt() if no "any"...
2003-05-05  Luke HowardContent rule logic fix
2003-05-04  Luke HowardDon't crash if no attributes in slapi_attr_value_find()
2003-05-03  Pierangelo... add network timeout (ITS#2413 reworked)
2003-05-03  Luke HowardAdd slapi_x_filter_append(), as a replacement for slapi...
2003-05-03  Luke HowardFix slapi_filter_join() behavioural bug.
2003-05-02  Kurt ZeilengaJunk
2003-05-02  Kurt ZeilengaRemove junk
2003-05-02  Jong Hyuk Choistrdup cleanup
2003-05-02  Howard ChuITS#2480 uninit'd vars
2003-05-02  Hallvard FurusethFix assignment of <char/int>* to unsigned <char/int...
2003-05-02  Hallvard Furusethctrls[] was initialized with which non-constants.
2003-05-02  Hallvard FurusethEntry *e could be freed uninitialized after goto return...
2003-05-02  Hallvard FurusethInsert missing %s in printf format to print ldap_err2st...
2003-05-02  Hallvard FurusethFix printf/Debug format arguments.
2003-05-02  Howard ChuUse pthread_equal to compare thread IDs
2003-05-01  Jong Hyuk Choi- LDAP_SYNCREPL defined in include/ldap.h
2003-05-01  Howard ChuFix HDB search_aliases crash, cleanup search scope...
2003-05-01  Luke HowardFix build breakage
2003-05-01  Howard ChuFix prev commit
2003-05-01  Howard ChuITS#2424 use two SASL contexts per session to conform...
2003-05-01  Jong Hyuk Choisyncrepl REFRESH : a master entry modify case fix
2003-04-30  Jong Hyuk Choicleanup
2003-04-30  Jong Hyuk Choicomment cleanup
2003-04-30  Jong Hyuk Choilist of nonpresent entries in syncinfo_t
2003-04-30  Jong Hyuk Choisyncrepl refresh mode : both scope-in & scope-out worki...
2003-04-30  Howard ChuFix prev commit
2003-04-30  Howard ChuITS#2424 reset SASL on an existing connection
2003-04-30  Howard ChuFor ITS#2424, move all SASL session management to ldap_...
2003-04-30  Luke HowardA pre-operation plugin is not required to set SLAPI_RES...
2003-04-30  Howard ChuITS#2475 delete bogus SASL2 call
2003-04-30  Howard ChuAdded errmsg arg to lutil_passwd_{check,hash} functions
2003-04-30  Howard ChuLog errors from dn2id failures
2003-04-30  Howard ChuUse DB_RMW when deleting dn2id elements
2003-04-30  Howard ChuUse computed filters to pass in search scope.
2003-04-30  Jong Hyuk Choi- mods memory allocation fix
2003-04-30  Howard ChuITS#2401 support tests for dynamically loaded backends
2003-04-30  Jong Hyuk Choi- manageDSAit is implicitly assumed for LCUP / SYNC
2003-04-30  Jong Hyuk ChoiLCUP / SYNC overrides manageDSAit upon calling select_b...
2003-04-29  Jong Hyuk Choicleanup
2003-04-29  Howard ChuRevert prev commit. It's a symptom that BDB was built...
2003-04-29  Howard ChuBetter handling of computed filters
2003-04-29  Kurt Zeilengacleanup
2003-04-29  Howard ChuFree ber mem arrays in reverse order. (better for sl_free)
2003-04-29  Hallvard FurusethImplement slapcat -s <dn>: Only dump a subtree of the...
2003-04-29  Howard ChuFix computed filter inversion
2003-04-29  Howard ChuCheck HAVE_CYRUS_SASL for sasl_done().
2003-04-29  Hallvard FurusethMust have ';' between default: and '}'
next