]> git.sur5r.net Git - openldap/history - libraries/libldap/result.c
ITS#5980 clear res_matched after successfully chasing referral
[openldap] / libraries / libldap / result.c
2009-03-03 Howard ChuITS#5980 clear res_matched after successfully chasing...
2009-02-15 Pierangelo Masaratifix misc warnings
2009-02-10 Howard ChuITS#5853 restructure wait4msg / try_read1msg again...
2009-01-24 Howard ChuITS#5896 don't return immediately on Intermediate responses
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-10-17 Hallvard FurusethWarning cleanup: signed meets unsigned, remove assert...
2008-09-19 Ralf HaferkampAvoid "label at end of compound statement" error of...
2008-07-02 Howard ChuProtect errno values from Debug
2008-05-28 Howard ChuITS#5318 drop invalid msgids, cleanup msgid logging
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-12-20 Howard ChuCleanup spaces
2007-10-10 Howard ChuQuiet request logging
2007-09-29 Pierangelo Masaratidispose of connection when server down (related to...
2007-09-29 Pierangelo Masaratifix format
2007-06-14 Pierangelo Masaratiadd sub-second result timeout accuracy (for which is...
2007-03-12 Pierangelo Masaratiapparently, time_t is unsigned in some systems
2007-02-05 Howard ChuTimeouts should not be malloc'd
2007-02-05 Howard ChuFairly sure this is what the TIMEOUT option should...
2007-01-05 Pierangelo Masaratiunsolicited responses shouldn't necessarily end the...
2007-01-04 Pierangelo Masaratifix previous commit
2007-01-04 Pierangelo Masaratifix \& improve previous commit
2007-01-04 Pierangelo Masaratiimplement client-side handling of RFC 4511 unsolicited...
2007-01-02 Kurt Zeilengahappy new year
2006-12-17 Pierangelo Masaratidon't leave dependencies on liblutil in libldap :)
2006-12-14 Howard ChuEliminate redundant checks in try_read1msg
2006-12-14 Howard ChuITS#4545 better fix. this code still needs cleaning up.
2006-12-13 Howard ChuITS#4545 when referral chasing is off, complete the...
2006-12-04 Pierangelo Masaratifix warnings after previous commit
2006-12-03 Pierangelo Masaratifix request/result abandon
2006-11-12 Pierangelo Masaratifix endless loop in canceling child requests; cleanup
2006-10-28 Pierangelo Masaratifix message (ITS#4717)
2006-10-27 Kurt ZeilengaMisc LDAPbis comment update
2006-10-22 Pierangelo Masaratiadd ldap_int_discard(); use it in proxies (ITS#4717)
2006-09-14 Howard ChuITS#4606 errno is not per-thread on WIN32, always use...
2006-09-01 Pierangelo Masaratibetter function name
2006-09-01 Pierangelo Masaratikeep count of requests in use
2006-08-18 Pierangelo Masaratire-fix ITS#4405 (really start from the first conn)
2006-06-15 Kurt Zeilengasome LDAP ASN.1 updates from 4511/4526
2006-06-13 Pierangelo Masaratidon't risk using dangling pointers when looping thru...
2006-05-18 Pierangelo Masaratis/fprintf/Debug/ (ITS#4553); lock ld_conn_mutex before...
2006-05-18 Pierangelo Masaraticleanup
2006-04-24 Pierangelo Masaraticleanup
2006-04-08 Pierangelo Masaratimore cleanup
2006-03-24 Pierangelo Masaratiseems to fix referral chasing (ITS#4448)
2006-02-14 Kurt Zeilengaunifdef -DLDAP_NULL_IS_NULL
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-13 Pierangelo Masaraticleanup
2005-11-14 Pierangelo Masaratisilence warnings...
2005-11-12 Pierangelo Masaratidon't malloc empty strings for matched, error
2005-10-12 Howard ChuFix typo
2005-10-12 Howard ChuAdd LDAP* to debug messages to aid tracking
2005-10-12 Howard ChuFix ITS#3832 must mutex protect ld->ld_conns
2005-10-08 Howard ChuSimplify lm_chain_tail handling, support LDAP_MSG_RECEIVED
2005-09-10 Pierangelo Masaratisilence warnings
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-22 Pierangelo Masaratitreat TRUE/FLASE like SUCCESS; don't chase "" referrals
2005-08-20 Pierangelo Masaraticosmetic changes (easier to inspect under gdb)
2005-08-10 Hallvard FurusethRead LDAPResult.resultCode & ModifyRequest.modification...
2005-08-03 Pierangelo Masaratilittle more about potential concurrency issues
2005-08-01 Pierangelo Masaratiplug leaks; cleanup
2005-07-30 Pierangelo Masaraticleanup
2005-07-23 Pierangelo Masarati(yet) another potential concurrency issue
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-16 Pierangelo Masaratisome (stupid) editors complain because 'new' is a reser...
2005-07-14 Hallvard FurusethSilence "unused variable" warnings
2005-07-07 Howard ChuLinux updates tv on select() so always use a second...
2005-05-21 Pierangelo Masaratifix inconsistent indentation
2005-05-03 Jong Hyuk ChoiFix for ITS#3612
2005-01-01 Kurt ZeilengaHappy New Year!
2004-11-28 Kurt Zeilengacleanup
2004-10-18 Jong Hyuk ChoiPatch for fast synchronous search result processing
2004-10-09 Kurt ZeilengaRevert last commit.
2004-10-09 Kurt ZeilengaITS#3359: fix crash on recursive rebind following referral
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-07-24 Howard ChuITS#3250 don't call select unnecessarily
2004-03-25 Howard ChuITS#2982 ok, we should NULL out lc after all...
2004-03-25 Howard ChuITS#2982 be sure to use nextlc when calling try_read1msg
2004-01-01 Kurt ZeilengaHappy new year
2003-11-26 Kurt ZeilengaUpdated notices and acknowledgements
2003-10-18 Luke HowardBack out previous commit - files apart from test.c
2003-10-18 Luke HowardITS#2777 - fix previous commit
2003-07-07 Kurt ZeilengaAdd Internet Society copyright notices
2003-05-31 Kurt Zeilengaintermediate response fix
2003-05-31 Kurt ZeilengaMerge partial and intermediate responses
2003-02-28 Howard ChuFix previous commit
2003-02-28 Howard ChuFix ITS#2335, properly parse multiple CLDAP responses...
2003-02-22 Howard ChuChange "goto leave" to "goto exit" to avoid DEC namespa...
2003-02-14 Howard ChuFix previous commit
2003-02-13 Howard ChuMore for re-entrant LDAP* handles. Works much better.
2003-02-13 Howard ChuAdded ld_req_mutex and ld_res_mutex to protect ld_reque...
2003-02-09 Kurt Zeilengaunifdef -DLDAP_NOCACHE
2003-02-08 Kurt ZeilengaRework #ifdef'ing of expermental controls to ease relea...
2003-02-03 Jong Hyuk ChoiIntermediate Response
2003-01-03 Kurt ZeilengaHappy new year
2002-10-24 Howard ChuPlug memleak in previous commit
2002-10-24 Howard ChuITS#2153, make sure sockbuf buffer is empty before...
2002-10-15 Kurt ZeilengaAdd copy of OPL 2.0.1 and note in files which specifica...
2002-08-29 Howard ChuFix ITS#1983, handle writing of large requests. Only...
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-06-05 Kurt ZeilengaConsistently don't check for NULL session handle and...
next