]> git.sur5r.net Git - openldap/history - libraries
Changed Access.a_sockurl_pat, Connection.c_listener_url etc.
[openldap] / libraries /
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 ')'
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...
2002-01-02 Howard ChuAdded 'W' fmt char for BVarrays
2001-12-31 Howard ChuAdded ber_get_stringbv
2001-12-31 Howard ChuTweak previous commit
2001-12-31 Howard Chuin sb_debug_read/write save errno before logging a...
2001-12-31 Howard ChuFix typo
2001-12-31 Howard ChuMoved free list to avoid additional mutex
2001-12-31 Howard ChuMinor cleanup
2001-12-31 Howard ChuAdded ber_free_buf()
2001-12-31 Howard ChuFix previous commit
2001-12-31 Howard ChuUse queue-compat.h for queue management. Cache ctx...
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.
2001-12-28 Pierangelo Masaratildap_str2rdn() can parse without allocating a LDAPRDN...
next