]> git.sur5r.net Git - openldap/history - libraries
Use memchr, not strlen, to look for embedded NULs.
[openldap] / libraries /
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 Howard ChuFix previous commit, need to detect very short packets.
2002-02-13 Pierangelo Masaratiprepare for ldap_bv2dn()
2002-02-13 Howard Chuber_get_next: return error if decoded ber_len is smalle...
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 ZeilengaAdd uuid_to_str() detection.
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 ChuUse LDAP_UTF8_CHARLEN2 to check shortest possible encoding
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-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-13 Kurt ZeilengaMisc cleanup, lint removal, and minor optimizations
2002-01-13 Howard ChuRewrote ber_get_next, fixed byte-order dependency on...
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-12 Howard ChuFix struct initialization in ber_scanf() for ANSI C...
2002-01-11 Howard ChuCleanup lint
2002-01-10 Kurt ZeilengaRemove lint
2002-01-10 Howard ChuFor Windows, use getsockopt() to retrieve error if...
2002-01-10 Kurt ZeilengaStart of new operational attribute framework
2002-01-08 Kurt ZeilengaMinor const'ification cleanup
2002-01-07 Kurt ZeilengaRemove lint.
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 Howard ChuChanged 'w' format character to 'M': 'm' and 'M' for...
2002-01-06 Howard ChuAdded doalloc flag to ber_get_stringbv. Added 'm' type...
2002-01-06 Howard ChuCleanup lint in previous commit
2002-01-06 Howard ChuPrep for in-place parsing. Cache a ber_tag byte.
2002-01-06 Kurt ZeilengaSome memory allocation cleanup.
2002-01-05 Kurt ZeilengaMisc allocator cleanup
2002-01-05 Kurt Zeilengastruct * are not to be const'ified
2002-01-05 Pierangelo Masaratileftover ber_bvdup eliminated; rewritten ber_bvdup...
2002-01-05 Pierangelo Masaratimeaningful message in case max_incomingis hit
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 Howard ChuUse ber_memfree instead of free
2002-01-03 Kurt ZeilengaQuick fix for NULL sos
2002-01-03 Kurt ZeilengaAdd LBER DN format flag (no code yet).
2002-01-03 Kurt ZeilengaMisc cleanup
2002-01-03 Kurt ZeilengaRemove lint.
2002-01-03 Kurt ZeilengaEven larger TMP_SLOTS
2002-01-03 Kurt ZeilengaAdd copyright notices
2002-01-03 Howard ChuUse <lber.h> ber_memalloc, not malloc. Shortcuts for...
2002-01-03 Howard ChuOne more hack to ber_get_stringbvr for do_search
2002-01-03 Howard ChuFix previous commit
2002-01-03 Howard ChuCleanup, added some explanation/comments
2002-01-03 Howard ChuSafety checks for bvec's in previous patch
2002-01-03 Howard ChuNew ber_get_stringbvr recursively decodes a vector...
2002-01-03 Kurt ZeilengaWe'll need queue macros in -llber...
2002-01-03 Kurt ZeilengaFix queue.h include
2002-01-03 Howard ChuUse ldap_queue.h instead of <ac/queue.h>
2002-01-02 Howard ChuFix some externs
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 Howard ChuMake .links depend on Makefile so it gets automatically...
2002-01-02 Howard ChuFix externs, moved to lber-int.h
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 ')'
next