]> git.sur5r.net Git - openldap/history - libraries
logging cleanup
[openldap] / libraries /
2007-01-11 Hallvard Furusethavoid nonconst* = const* assignment in ldif_open_url().
2007-01-11 Hallvard FurusethDelete unused variables.
2007-01-10 Howard ChuITS#4648, alternate fix
2007-01-10 Pierangelo Masaratimore on ITS#4799
2007-01-10 Howard ChuITS#4799 remove kerberos / kbind references
2007-01-09 Howard ChuITS#4799 remove all references to kbind
2007-01-07 Pierangelo Masaratihonor network timeout even when doing full async
2007-01-07 Pierangelo MasaratiFirst cut to truly async connect:
2007-01-06 Pierangelo Masaratiimport of LDAP Sync client API
2007-01-06 Pierangelo Masaratiminor cleanup
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-30 Howard ChuITS#4723 add CRYPTO_set_id_callback
2006-11-27 Howard ChuURL with authority spec must use absolute path
2006-11-27 Howard Chuallow file: URLs without authority spec.
2006-11-27 Howard Chudefine LDIF_MAXLINE instead of using BUFSIZ
2006-11-13 Pierangelo Masaratirevert previous commit; disable RESTART from ldap.conf
2006-11-12 Pierangelo Masaratifix endless loop in canceling child requests; cleanup
2006-11-10 Howard ChuSilence warning in prev commit
2006-11-10 Howard ChuITS#3755 silence strict-aliasing warnings
2006-11-09 Howard ChuITS#4726 call ldap_pvt_tls_init() in init_ctx() to...
2006-11-08 Howard ChuFix strval2strlen end-of-string check. Otherwise passin...
2006-11-05 Pierangelo Masaratifix build with thread debugging
2006-11-02 Pierangelo Masaraticleanup prvious commit; log number of abandoned request...
2006-10-30 Howard ChuITS#4724 revert prev commit, better fix.
2006-10-30 Howard ChuITS#4724 fix _uccase_map parameters
2006-10-28 Pierangelo Masaratis/ldap_int_discard/ldap_pvt_discard/
2006-10-28 Pierangelo Masaratifix message (ITS#4717)
2006-10-28 Kurt ZeilengaMore ldapbis cleanup
2006-10-28 Kurt ZeilengaMore LDAPBIS cleanup
2006-10-27 Kurt ZeilengaMisc LDAPbis comment update
2006-10-26 Pierangelo Masaratifix build without threads (ITS#4721)
2006-10-22 Pierangelo Masaratiadd ldap_int_discard(); use it in proxies (ITS#4717)
2006-10-20 Kurt ZeilengaParse txn failed msgid
2006-10-14 Pierangelo Masaratiadd LDAP_OPT_DIAGNOSTIC_MESSAGE; replace deprecated...
2006-10-14 Pierangelo Masaratiapply slightly revised patch for SO_KEEPALIVE (ITS...
2006-10-09 Pierangelo Masaratiminor cleanup
2006-10-08 Pierangelo MasaratiI hate code duplication, but don't require functions...
2006-10-07 Howard ChuTS#4635 CR LF is also a valid line separator
2006-09-26 Pierangelo Masaratiadd support for VERSION, TIMEOUT and NETWORK_TIMEOUT...
2006-09-26 Pierangelo Masaratiuse AC_LINE_MAX
2006-09-24 Pierangelo Masaratidocument the LDAP builtin map in librewrite (ITS#4602)
2006-09-24 Pierangelo Masaratifurther cleanup
2006-09-23 Pierangelo Masaratifix previous commit
2006-09-23 Pierangelo Masaratifix potential double free in case of error
2006-09-23 Pierangelo Masaratiimprove functionality of LDAP map: allow protocol version
2006-09-23 Pierangelo Masaratifix way long standing bug in args parsing
2006-09-23 Pierangelo Masaratiadd URL parsing test tool
2006-09-21 Kurt ZeilengaITS#4679 cleanup
2006-09-14 Pierangelo Masaratimonitor __ALL__ thread parameters
2006-09-14 Howard ChuMSVC compatibility
2006-09-14 Howard Chudirent emulation for MSVC
2006-09-14 Howard ChuITS#4606 errno is not per-thread on WIN32, always use...
2006-09-12 Pierangelo Masaratiuse a more reasonable max line length (ITS#4669)
2006-09-06 Pierangelo Masaratifix outdated comments
2006-09-06 Pierangelo Masaratiadd scope helpers
2006-09-01 Pierangelo Masaratibetter function name
2006-09-01 Pierangelo Masaratikeep count of requests in use
2006-09-01 Pierangelo Masaratidon't risk dangling pointers
2006-09-01 Pierangelo Masaratidon't use deprecated functions
2006-09-01 Pierangelo Masaraticleanup
2006-08-18 Pierangelo Masaratire-fix ITS#4405 (really start from the first conn)
2006-08-05 Pierangelo Masaratiskip host="" and port=0 (ITS#4610)
2006-07-02 Howard ChuFix TLS CTX ref counting
2006-06-15 Kurt Zeilengasome LDAP ASN.1 updates from 4511/4526
2006-06-15 Pierangelo Masaratiimprove previous commit
2006-06-15 Pierangelo Masaratifix ber_bvreplace() in case dst is NULL and src is...
2006-06-13 Pierangelo Masaratidon't search past end of berval
2006-06-13 Pierangelo Masaratidon't risk using dangling pointers when looping thru...
2006-06-08 Howard ChuITS#4583 use mutex around SSL_accept()
2006-05-27 Pierangelo Masaraticount requests and responses in logs
2006-05-25 Howard ChuFix tavl_delete for two-node trees
2006-05-19 Howard ChuITS#4549 add tavl_find3() to return closest match
2006-05-18 Pierangelo Masaratis/fprintf/Debug/ (ITS#4553); lock ld_conn_mutex before...
2006-05-18 Pierangelo Masaraticleanup
2006-05-17 Pierangelo Masaratifix rev 1.125 commit
2006-05-14 Pierangelo Masaratitypo in comment
2006-05-13 Howard ChuAdd SSL failure reason to TLS: can't connect message.
2006-05-12 Howard ChuITS#4541 better fix
2006-05-12 Howard ChuITS#4541 refine commit for #4524
2006-05-11 Howard ChuITS#4536 set chain_tail after sorting messages
2006-05-10 Howard ChuFix ITS#4533 don't destroy input request
2006-05-06 Pierangelo Masaratiadd URI list resorting feature (ITS#4524)
2006-05-02 Pierangelo Masaratildap_pvt_runqueue_next_sched() may return a pointer...
2006-05-02 Howard ChuAdd ldap_pvt_thread_pool_tid()
2006-05-01 Hallvard FurusethAdd missing "static" to last commit
2006-04-30 Hallvard FurusethIntroduce ldap_debug_thread_wrapper() to notice threads...
2006-04-29 Howard ChuFix tpool_shutdown, don't remove pool from list since...
2006-04-29 Howard ChuFix adjust_count, missing break
2006-04-28 Howard Churmutex_lock etc.: caller supplies thread id
2006-04-28 Howard ChuAdded recursive mutex implementation
next