]> git.sur5r.net Git - openldap/history - libraries/libldap/utf-8.c
import fix to ITS#4669
[openldap] / libraries / libldap / utf-8.c
2006-01-03 Kurt ZeilengaHappy new year!
2005-01-20 Kurt ZeilengaSync with HEAD
2004-10-30 Kurt Zeilengafair use
2004-01-01 Kurt ZeilengaHappy new year
2003-11-26 Kurt ZeilengaUpdated notices and acknowledgements
2003-07-07 Kurt ZeilengaAdd Internet Society copyright notices
2003-05-02 Hallvard FurusethFix assignment of <char/int>* to unsigned <char/int...
2003-01-03 Kurt ZeilengaHappy new year
2002-04-30 Howard ChuAdded ldap_ucs_to_utf8s to convert ASN.1 T61STRING...
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-01-16 Kurt ZeilengaMove most of the new ber_*cmp routines to lber_pvt...
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-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Kurt ZeilengaRework filter code
2001-12-29 Howard ChuMade LDAP_UTF8_CHARLEN/ldap_utf8_charlen table-driven.
2001-12-19 Kurt Zeilengamisc cleanup
2001-07-21 Kurt ZeilengaMake some additional UTF8 public
2000-10-27 Kurt ZeilengaFix UTF-8 5-octet sequences
2000-10-23 Kurt ZeilengaFix IS ASCII checks. Should be < 0x80 (0100), not...
2000-09-03 Kurt ZeilengaBring UCdata infrastructure.
2000-09-03 Kurt ZeilengaFix typo
2000-06-09 Mark ValenceFix operator precedence bug.
2000-01-27 Kurt Zeilengatypedef ber_int_t ldap_ucs4_t
2000-01-25 Kurt ZeilengaAdd utf-8 to MSVC projects and remove lint.
2000-01-23 Kurt ZeilengaMake ldap_utf8_bytes() act like strlen() not sizeof()
2000-01-23 Kurt ZeilengaFix bugs in UTF-8 code. Apply to getdn and charray.
2000-01-23 Kurt ZeilengaAdd some robustness to UTF-8 routines.
2000-01-23 Kurt ZeilengaAdd comments to UTF-8 declarations.
2000-01-23 Kurt ZeilengaAdd comments.
2000-01-22 Kurt ZeilengaWe'll need ldap_utf8_strpbrk() as well.
2000-01-22 Kurt ZeilengaAdd initial (untested) implementations of ldap_utf8_strtok,
2000-01-22 Kurt ZeilengaAdd additional UTF-8 routines
2000-01-22 Kurt ZeilengaFix charlen and add getc
2000-01-22 Kurt ZeilengaInitial UTF-8 routines.