]> git.sur5r.net Git - openldap/history - libraries
Plug memory leak
[openldap] / libraries /
2002-12-18 Howard ChuAdded subjectAltName:IPADDR tests to ldap_pvt_tls_check...
2002-12-18 Howard ChuUse ber_flatten2 to avoid excess mallocs
2002-12-18 Howard ChuAdded ber_flatten2 - uses passed in struct berval,...
2002-12-18 Howard ChuRemove unneeded sasl_ssf param from ldap_int_sasl_open(),
2002-12-16 Howard ChuFix typo in UDP logmsg
2002-12-16 Hallvard FurusethRemove a useless function pointer cast.
2002-12-16 Hallvard FurusethRemove a bad function pointer cast.
2002-12-14 Hallvard FurusethRemove casts of AVL function pointers.
2002-12-11 Howard ChuFix previous commit, fstat arg was wrong.
2002-12-11 Hallvard FurusethFix const errors.
2002-12-08 Kurt Zeilengaexpand authid buffer
2002-12-07 Kurt ZeilengaInclude <ac/unistd.h> not <sys/types.h> and <unistd.h>
2002-12-07 Pierangelo Masaration my system need headers to define geteuid() and so
2002-12-07 Howard ChuFor LDAP_PROTO_IPC set the SASL EXTERNAL authid to...
2002-12-04 Howard ChuFix prev commit - require passed descriptor to be a...
2002-12-04 Howard ChuAdded check for sendmsg(). Added hack to use BSD sendms...
2002-12-04 Kurt ZeilengaUse getpeereid(3) where available else use *_PEERCRED...
2002-12-04 Kurt Zeilengacleanup
2002-12-04 Kurt ZeilengaRework libldap to not attempt to set LDAP_API_FEATURE_X...
2002-12-03 Kurt ZeilengaFirst-cut proxy authorization support.
2002-12-03 Kurt ZeilengaITS#2221: getaddrinfo(3) not thread-safe on some platfo...
2002-12-02 Hallvard FurusethNever let ldif_parse_line() return a NULL value with...
2002-12-02 Hallvard FurusethOutput from ldif_fetch_url() is expected to be \0-termi...
2002-12-02 Hallvard Furusethldif_fetch_url() would return NULL value or pointless...
2002-12-02 Kurt ZeilengaRemove extraneous empty check
2002-12-02 Hallvard FurusethPlug memory leak in ldif_parse_line() if ber_strdup...
2002-12-02 Kurt ZeilengaITS#2218: fix empty values w/ spaces
2002-11-28 Howard ChuFix ITS#2200, must send non-NULL cred even if it's...
2002-11-28 Kurt ZeilengaFix error handling
2002-11-28 Kurt ZeilengaAdd whoami.c and passwd.c and other minor tweaks to...
2002-11-28 Kurt Zeilengaproxy authz control (client only)
2002-11-27 Howard ChuITS#2128, setvbuf is unreliable
2002-11-27 Howard ChuFix ITS#2187, recursively free all requests
2002-11-27 Howard ChuITS#2184 maxbuf tweaks from Larry Greenfield @ CMU
2002-11-26 Kurt ZeilengaReorder build order to ensure -llutil is available...
2002-11-10 Pierangelo Masaratisilence warnings
2002-10-30 Howard ChuDefine DB_VERSION_X to make life easier when checking...
2002-10-24 Howard ChuPlug memleak in previous commit
2002-10-24 Howard ChuForced commit, undo previous accidental checkin.
2002-10-24 Howard ChuITS#2153, make sure sockbuf buffer is empty before...
2002-10-23 Howard ChuFix comment garbled in 2.1.6. (Very weird, how did...
2002-10-17 Kurt ZeilengaFix ITS#2142
2002-10-15 Kurt ZeilengaAdd copy of OPL 2.0.1 and note in files which specifica...
2002-10-13 Kurt Zeilengafirst cut at ditStructureRule and nameForm routines
2002-10-12 Howard ChuPrefer thr_yield over sched_yield for Solaris
2002-10-11 Howard ChuIn sb_tls_bio_read/write, check for EAGAIN in addition...
2002-10-11 Kurt Zeilengabetter check of snprintf result
2002-10-10 Luke HowardFix crasher in ldap_domain2dn()
2002-10-09 Kurt ZeilengaAdd ditContentRule routines
2002-10-08 Kurt ZeilengaBump EXBUFSIZ up a bit
2002-10-08 Kurt ZeilengaFix realloc() bugs
2002-10-08 Kurt ZeilengaPlug memory leak (ITS#2126)
2002-10-07 Howard ChuFix ldap_int_get_controls for optional values
2002-10-02 Kurt ZeilengaInclude <ac/bytes.h> after <ac/stdlib.h> to avoid problems
2002-10-02 Kurt ZeilengaMacOS 10.1 pthread_kill() workaround
2002-10-02 Kurt ZeilengaITS #2121 submitted by Dave Steck <dsteck@novell.com...
2002-09-24 Kurt ZeilengaITS#1502: fix NS-MTA-MD5 typo
2002-09-24 Kurt ZeilengaFix handling of non-critical controls for backends...
2002-09-21 Howard ChuFix return values, set stack size. (Default is only...
2002-09-12 Howard ChuPOSIX threads tweaks for Draft 4 vs Draft 5
2002-09-11 Howard ChuFine-tuning pthreads revision dependencies
2002-09-10 Howard ChuMoved stdio replacements from liblutil lutil_* to liblb...
2002-09-07 Kurt ZeilengaShould resolve ITS#2071
2002-09-07 Howard ChuNew POSIX threads version support. Detects Draft 4...
2002-09-07 Kurt ZeilengaAdd NT-MTA-MD5 Support.
2002-09-06 Howard ChuRemove dependencies on HAVE_VSNPRINTF, use replacement...
2002-09-06 Howard ChuMerged ldap_get_values_ber into ldap_get_attribute_ber.
2002-09-05 Howard ChuAdded new ldap_get_{dn,attribute,values}_ber functions...
2002-09-04 Howard ChuSet SSL session cache context ID
2002-09-04 Howard ChuFix previous commit - still need X509_free for peer...
2002-09-04 Kurt ZeilengaMove ldap_control_dup() to ldap_pvt.h
2002-09-04 Howard ChuDon't call X509_free after SSL_get_certificate, it...
2002-09-02 Howard ChuDon't use sasl_set_alloc on Cyrus 2, it manages all...
2002-09-02 Howard ChuFix ldap_X509dn2bv, OpenSSL gives us DN attributeTypes...
2002-08-31 Pierangelo Masaratisilence warnings
2002-08-31 Pierangelo Masaratidefine macros for appropriate sizing of lutil buffers
2002-08-31 Pierangelo Masaraticleanup comments
2002-08-31 Pierangelo Masaratisilence debug check
2002-08-31 Howard ChuFix previous commit
2002-08-31 Howard ChuOS/390 EBCDIC support
2002-08-30 Howard ChuFix large SASL reads. Use EAGAIN instead of EWOULDBLOCK...
2002-08-29 Kurt ZeilengaAdd manageDsaIt/NOOP control support to every tool.
2002-08-29 Pierangelo Masaratireworking of threads in session handling
2002-08-29 Pierangelo Masaratiallow different solutions to debug sasl shutdown
2002-08-29 Pierangelo Masaratiwhen shutting down a server with open connections ...
2002-08-29 Howard ChuFix previous commit - use EWOULDBLOCK instead of EAGAIN
2002-08-29 Howard ChuFix ITS#1983, handle writing of large requests. Only...
2002-08-29 Pierangelo Masaraticleanup logging
2002-08-29 Howard ChuFix ITS#1983, in sb_sasl_write, set errno = EAGAIN...
2002-08-29 Howard ChuFor ITS#1983, in ber_pvt_sb_do_write, partial writes...
2002-08-28 Howard ChuAdded no-op for SASL_VERSION_MAJOR < 2
2002-08-28 Howard ChuAdded check for Cyrus SASL sasl_version()
2002-08-26 Julius EnarusaiFix compile error when --without-threads configure...
2002-08-24 Kurt ZeilengaIncrease res_query buffers to 64k
2002-08-24 Kurt ZeilengaPatch: 'ldapmodify -y file' reads password from file...
2002-08-24 Howard ChuAdded thread-pool getkey/setkey functions
2002-08-24 Kurt ZeilengaNT port fixes
2002-08-23 Pierangelo Masaratiadd upper/lower funcs that also compute the length...
2002-08-22 Howard ChuAdded support for BDB 4.1.17
2002-08-21 Jong Hyuk ChoiSlapadd is changed to include Operational Attributes...
next