]> git.sur5r.net Git - openldap/history - libraries/libldap
ITS#2153, make sure sockbuf buffer is empty before returning (-2) from
[openldap] / libraries / libldap /
2002-03-30 Kurt Zeilengamove ldap_int_put_filter to ldap_pvt_put_filter
2002-03-29 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-11 Kurt ZeilengaCopyright 2001, Adrian Thurston, All rights reserved.
2002-02-23 Kurt ZeilengaC translator portability changes (ITS#1609)
2002-02-21 Kurt ZeilengaIf port is zero, use default.
2002-02-14 Pierangelo Masaratinot-so-easy-to-spot bug in filter writing
2002-02-13 Pierangelo Masaratidisallow unescaped NULs in UTF-8 string values
2002-02-13 Kurt ZeilengaUse memchr, not strlen, to look for embedded NULs.
2002-02-13 Kurt ZeilengaAdd embedded NUL check. This is one case where we...
2002-02-13 Kurt ZeilengaCheck for NULs in DNs.
2002-02-13 Pierangelo Masaratiminor cleanup
2002-02-13 Pierangelo Masaratihonor the ber_len field to allow to exploit ldap_bv2...
2002-02-13 Pierangelo Masaratiuse ldap_bv2[r]dn and turn ldap_str2[r]dn into wrappers
2002-02-13 Pierangelo Masaratiprepare for ldap_bv2dn()
2002-02-13 Kurt Zeilenga#if 0 RDN debugging
2002-02-13 Kurt ZeilengaMisc. DN fixes and cleanups, namely don't muck with...
2002-02-11 Kurt ZeilengaFix typo
2002-02-11 Howard ChuFix #include of sasl.h
2002-02-11 Kurt ZeilengaDon't use 'shtool mkln' as ln(1) replacement.
2002-02-10 Kurt ZeilengaUpdate libtool usage
2002-02-10 Kurt ZeilengaUpdate Cyrus SASL detection to always look for <sasl...
2002-02-10 Howard ChuSupport for Cyrus SASLv2. Untested.
2002-02-09 Howard ChuSlightly better fix for library cleanup. Requires GCC.
2002-02-08 Howard ChuFix flag initialization
2002-02-01 Howard ChuAdded conversion from UTF-8 to T.61.
2002-01-31 Howard ChuFirst pass at T.61 <-> UTF-8 translation. Only does...
2002-01-27 Howard ChuSend a warning to the client if we try to use a bad...
2002-01-27 Howard ChuExtended TLS_REQCERT/TLSVerifyClient syntax to 4 states...
2002-01-26 Howard ChuFix, errno was incorrect after SSL_read returned 0...
2002-01-17 Howard ChuUse ber_scanf 'm' format for ignored UDP string
2002-01-16 Kurt ZeilengaMove most of the new ber_*cmp routines to lber_pvt...
2002-01-16 Pierangelo Masaratifix assertion
2002-01-16 Pierangelo Masaratidon't auto-detect DCE form; assert the UTF-8 charlen...
2002-01-15 Howard ChuAdded some reference comments for ldap_utf8_charlen2
2002-01-15 Howard ChuAdded LDAP_UTF8_CHARLEN2() to validate shortest possibl...
2002-01-15 Howard ChuFix ldap_utf8_lentab to detect illegal two-byte sequences.
2002-01-14 Pierangelo Masaratifix format
2002-01-14 Pierangelo Masaratimake temporary RDN and AVA arrays rescalable if needed
2002-01-14 Pierangelo Masaratifix typo
2002-01-14 Pierangelo Masaratiquick fix that in pretty mode escapes with hexpair...
2002-01-14 Pierangelo Masaratirevert previous commit: do accept '\00'
2002-01-14 Pierangelo Masaratiaccept '\<special>' anywhere in the string
2002-01-14 Pierangelo Masaratifix behavior on improperly escaped illegal hexpair...
2002-01-12 Howard ChuMore cleanup in ldap_pvt_tls_destroy()
2002-01-12 Howard ChuFix ldap_start_tls_s, don't check for TLS present on...
2002-01-10 Kurt ZeilengaRemove lint
2002-01-10 Howard ChuFor Windows, use getsockopt() to retrieve error if...
2002-01-08 Kurt ZeilengaMinor const'ification cleanup
2002-01-07 Kurt ZeilengaMinor cleanup
2002-01-07 Kurt ZeilengaDon't unlock if we've never locked.
2002-01-07 Pierangelo MasaratiPasses last test (empty value); also passes many of...
2002-01-07 Pierangelo Masaratifix non-printable flag detection; improve dn test ...
2002-01-07 Pierangelo Masaratifix domain generation for UFN
2002-01-06 Kurt ZeilengaSome memory allocation cleanup.
2002-01-05 Kurt ZeilengaMisc allocator cleanup
2002-01-04 Howard ChuFix for Windows, don't call gethostbyname until WSAStar...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-04 Kurt ZeilengaAnother minor filter fix (unescaped *)
2002-01-04 Kurt ZeilengaFix ) in value handling
2002-01-04 Kurt ZeilengaUse LDAP_FREE not free
2002-01-04 Kurt ZeilengaSome misc cleanup
2002-01-04 Kurt ZeilengaFix attribute description checks
2002-01-03 Howard ChuUse LDAP_FREE instead of free
2002-01-03 Kurt ZeilengaAdd LBER DN format flag (no code yet).
2002-01-03 Kurt ZeilengaMisc cleanup
2002-01-03 Kurt ZeilengaEven larger TMP_SLOTS
2002-01-03 Kurt ZeilengaWe'll need queue macros in -llber...
2002-01-03 Kurt ZeilengaFix queue.h include
2002-01-02 Kurt Zeilengafix empty substrings any bug
2002-01-02 Howard ChuHide (make static) sb_bio_method and tls_sbio structure...
2002-01-02 Howard ChuRenamed parse_numericoid to ldap_int_parse_numericoid...
2002-01-02 Kurt ZeilengaFix extensible filters
2002-01-02 Kurt ZeilengaFix escape bug
2002-01-02 Kurt ZeilengaFix stupid bug in last commit
2002-01-02 Pierangelo Masaratifix missing trailing ')'
2002-01-02 Kurt ZeilengaNew filter code
2002-01-02 Kurt ZeilengaAdd filter.c
2002-01-02 Kurt ZeilengaRework filter code
2002-01-02 Howard ChuFix ldap_str2rdn, make sure to update progress pointer...
2001-12-31 Howard ChuMinor cleanup
2001-12-30 Howard ChuMinor fix for LDAP_DN_IS_RDN_DC macro
2001-12-30 Howard ChuMore str2rdn tweaks
2001-12-30 Howard ChuReorganize LDAPAVA allocation layout
2001-12-29 Pierangelo Masaratiremove useless function
2001-12-29 Howard ChuChanged LDAP_AVA struct berval * to struct berval.
2001-12-29 Howard ChuFix memory leak in ldap_explode_dn
2001-12-29 Howard ChuMade LDAP_UTF8_CHARLEN/ldap_utf8_charlen table-driven.
next