]> git.sur5r.net Git - openldap/history - libraries
don't leak if realloc fails (ITS#4477)
[openldap] / libraries /
2005-11-03 Pierangelo Masaratiplug (one time?) leaks
2005-11-03 Kurt ZeilengaUpdate result code to IANA-assigned values
2005-11-02 Howard ChuITS#4137 was returning with tls_def_ctx_mutex locked.
2005-11-01 Kurt Zeilengacleanup
2005-10-31 Pierangelo Masaraticonsistently use HSTRERROR (ITS#4124)
2005-10-28 Howard ChuFix prev commit, spawns unnecessary threads.
2005-10-28 Howard ChuITS#4017, additional revisions for DH parameters
2005-10-27 Howard ChuFix pool_submit, create threads as long as we're under...
2005-10-20 Kurt ZeilengaAdditional serverSaslCred trace messages.
2005-10-17 Howard ChuFix ldapi DN ordering
2005-10-16 Pierangelo Masaratisilence SLAP_SEM_LOAD_CONTROL related warnings...
2005-10-16 Kurt Zeilengadisable SLAP_SEM_LOAD_CONTROL by default, needs additio...
2005-10-14 Kurt ZeilengaITS#3440: (blind) fix for VxWorks inet_ntoa(3) leak,
2005-10-13 Kurt Zeilengamissed \
2005-10-13 Kurt ZeilengaAdd ldap_bv2escaped_filter_value (ITS#2535)
2005-10-12 Kurt ZeilengaAlign Operation buffers using LBER_ALIGNED_BUFFER
2005-10-12 Kurt ZeilengaAssume TLS is properly configured if any one of
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-09 Howard ChuITS#4072 ldap_pvt_tls_init_def_ctx() returns LDAP_NO_SU...
2005-10-09 Howard ChuITS#2942 skip referrals that we've already chased
2005-10-08 Howard ChuSimplify lm_chain_tail handling, support LDAP_MSG_RECEIVED
2005-10-08 Howard ChuDon't set ndelay on socket connect if no timeout was...
2005-10-05 Howard ChuITS#4017 support Diffie-Hellman parameters for multiple...
2005-10-05 Howard ChuMake time counter zero based
2005-10-04 Pierangelo Masaratiplug potential ld_error leak (ITS#4064)
2005-09-30 Howard ChuITS#4048 plug leak
2005-09-30 Howard ChuITS#4053 free cldap peer address
2005-09-29 Kurt ZeilengaITS#4021: add new {CLEARTEXT} kludge as bv_len=0 kludge no
2005-09-28 Howard ChuITS#4046 fix recvfrom len
2005-09-26 Howard Chuavl_delete...
2005-09-26 Howard ChuTweak branches in avl_find
2005-09-26 Howard ChuReplace avl_insert/delete with iterative version
2005-09-26 Howard ChuFix tavl_delete
2005-09-26 Hallvard FurusethRemove unused variable
2005-09-23 Howard ChuRevert prev commit
2005-09-23 Howard ChuFix end conditions for tavl_end and tavl_next
2005-09-22 Howard Chutavl_delete: copy balance factor
2005-09-21 Howard Chutavl_delete - swap whole structures, not the data pointers.
2005-09-21 Howard ChuFix tavl_delete threading
2005-09-21 Howard ChuAdd testtavl, add tavl_end and tavl_next. tavl_delete...
2005-09-21 Howard ChuAdd threaded AVL functions
2005-09-17 Hallvard FurusethAdd thread debugging wrapper thr_debug.c and ldap_thr_d...
2005-09-16 Pierangelo Masaratiaddress ITS#4023
2005-09-13 Howard ChuSimplify array operations
2005-09-13 Hallvard FurusethFormat fixes. #include <ac/ctype.h>. Cast isspace...
2005-09-10 Pierangelo Masaraticleanup
2005-09-10 Pierangelo Masaratisilence warnings
2005-09-06 Howard ChuITS#4006 add stub for ldap_pvt_thread_pool_context_reset()
2005-09-04 Howard ChuFix XXHEADERS dependency
2005-09-04 Kurt ZeilengaFix multicast bit
2005-09-01 Pierangelo Masaratiaddress ITS#3925; please test
2005-09-01 Pierangelo Masaratiwait also if PAUSING; silence warnings and improve...
2005-08-31 Hallvard FurusethHandle LDAP_INT_GLOBAL_OPT() failure in ldap_int_destro...
2005-08-26 Howard ChuRevert ITS#3577 patch, breaks Windows build and not...
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-24 Howard ChuImprove check for schemes vs cleartext passwords
2005-08-23 Howard ChuITS#3961 better fix - provide a context for the main...
2005-08-23 Howard ChuITS#3961 provide ldap_pvt_thread_pool_fake_context_init...
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-20 Pierangelo Masaratifix SASL numeric secprops parsing (ITS#3955)
2005-08-19 Pierangelo Masaratidon't try to print NULLs on Solaris...
2005-08-19 Pierangelo Masaratiplug yet another one-time leak
2005-08-18 Pierangelo Masaratiallow oidmacros in syntax (e.g. AD)
2005-08-18 Pierangelo Masaraticlear code before calling functions that may modify it
2005-08-18 Pierangelo Masaratilittle bit easier to track from inside gdb...
2005-08-17 Pierangelo Masaratiback out fix to ITS#3932
2005-08-17 Pierangelo Masaratirework internal functions - need the parsed list of...
2005-08-13 Pierangelo Masaratifix ITS#3932 - regex/rewrite concurrency issue
2005-08-13 Kurt Zeilengareplace struct msghdr macros
2005-08-12 Kurt ZeilengaReplace PW_GECOS/PASSWD macros
2005-08-11 Pierangelo Masaratisolve a deadlock during unbind: ldap_send_unbind()...
2005-08-11 Pierangelo Masaratiessentially address 3791 with a reworked patch
2005-08-11 Pierangelo Masaratiexpose ldap_tls_inplace()
2005-08-11 Pierangelo Masaraticleanup
2005-08-10 Hallvard FurusethRead LDAPResult.resultCode & ModifyRequest.modification...
2005-08-03 Pierangelo Masaratilittle more about potential concurrency issues
2005-08-02 Hallvard FurusethFix printf formats for LDAP_MEMORY_TRACE
2005-08-02 Howard ChuITS#3578 increment parent's referral count
2005-08-02 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-08-01 Pierangelo Masaratiplug leaks; cleanup
2005-08-01 Hallvard FurusethPlug memory leaks - free() controls in LDAP*
2005-08-01 Hallvard FurusethHandle LBER_SB_OPT_[GS]ET_FD arg as ber_socket_t like...
2005-07-31 Hallvard FurusethCleanup
2005-07-30 Pierangelo Masaraticleanup
2005-07-26 Hallvard FurusethAlso declare copy_hostent() if LDAP_R_COMPILE && HAVE_G...
2005-07-25 Hallvard FurusethlmPasswd_to_key() arg1 was passed char*. Change it...
2005-07-23 Pierangelo Masarati(yet) another potential concurrency issue
2005-07-22 Hallvard FurusethCast LDAP_BOOL value to LDAP_BOOLEANS; it could only...
2005-07-21 Pierangelo Masaratidon't malloc when not required?
2005-07-20 Pierangelo Masaratimostly revert previous commit
2005-07-20 Pierangelo Masaratiallow to unregister (and free) memory handling functions
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-18 Hallvard FurusethAdd missing "static" for functions declared static...
2005-07-18 Hallvard Furusethsize_t peercredlen -> socklen_t peercredlen in #if...
2005-07-17 Hallvard FurusethRemove unused type: struct token
2005-07-16 Pierangelo Masaratisome (stupid) editors complain because 'new' is a reser...
2005-07-16 Pierangelo Masaratiparanoid check
next