]> git.sur5r.net Git - openldap/history - libraries/libldap/getdn.c
Minor cleanup in strval2str
[openldap] / libraries / libldap / getdn.c
2009-11-18 Quanah Gibson-MountMinor cleanup in strval2str
2009-01-22 Kurt ZeilengaUpdate copyright for next release
2008-02-12 Kurt ZeilengaHappy new year! (belated)
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-09-01 Quanah Gibson-MountSync with HEAD for OL 2.4.5
2007-07-13 Ralf HaferkampAllow utf-8 in AD-Canonical Names
2007-03-23 Howard ChuPreliminary GNUtls support. gnutls.c will merge back...
2007-02-13 Kurt ZeilengaQuick merge: everything from HEAD
2007-01-02 Kurt Zeilengahappy new year
2006-11-10 Howard ChuITS#3755 silence strict-aliasing warnings
2006-11-08 Howard ChuFix strval2strlen end-of-string check. Otherwise passin...
2006-10-28 Kurt ZeilengaMore ldapbis cleanup
2006-10-28 Kurt ZeilengaMore LDAPBIS cleanup
2006-10-27 Kurt ZeilengaMisc LDAPbis comment update
2006-01-12 Howard ChuTone down dn2bv/bv2dn logging
2006-01-03 Kurt ZeilengaHappy new year!
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-18 Hallvard FurusethAdd missing "static" for functions declared static...
2005-01-09 Pierangelo Masaratifix ITS#3474
2005-01-01 Kurt ZeilengaHappy New Year!
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-09-03 Kurt ZeilengaCleanup
2004-07-10 Pierangelo Masaratiallow unescaped equals, according to draft-ietf-ldapbis...
2004-06-30 Pierangelo Masaratilog error string
2004-05-07 Pierangelo Masaratialways hexpair escape special chars (databases must...
2004-05-07 Pierangelo Masaratiallow LDAPv2 DN to be enclosed in <>
2004-04-07 Kurt ZeilengaUse BER_BVNULL
2004-03-09 Pierangelo Masarati'=' must be escaped (and escapable by '\') according...
2004-03-05 Pierangelo Masaratiimprove previous commit
2004-03-05 Pierangelo Masaratiappend trailing slash to AD canonical if DN is exactly...
2004-01-01 Kurt ZeilengaHappy new year
2003-11-26 Kurt ZeilengaUpdated notices and acknowledgements
2003-05-02 Hallvard FurusethFix assignment of <char/int>* to unsigned <char/int...
2003-04-24 Luke HowardMore careful checking of AVA flags
2003-04-24 Luke HowardFix Active Directory canonical name breakage
2003-04-11 Howard ChuMore memory context tweaks
2003-01-03 Kurt ZeilengaHappy new year
2002-09-05 Howard ChuAdded new ldap_get_{dn,attribute,values}_ber functions...
2002-09-02 Howard ChuFix ldap_X509dn2bv, OpenSSL gives us DN attributeTypes...
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-06-21 Kurt ZeilengaCut back on the logging...
2002-06-05 Kurt ZeilengaAdd error handling cleanup
2002-06-05 Kurt ZeilengaConsistently don't check for NULL session handle and...
2002-05-04 Howard ChuITS#1797 silence uninit'd var warnings
2002-04-30 Howard ChuFix previous commit - must fully init newAVA
2002-04-30 Howard ChuAdded ldap_ucs_to_utf8s to convert ASN.1 T61STRING...
2002-04-18 Howard Chu Added ldap_X509dn2bv()
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-02-23 Kurt ZeilengaC translator portability changes (ITS#1609)
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-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 LDAP_UTF8_CHARLEN2() to validate shortest possibl...
2002-01-14 Pierangelo Masaratimake temporary RDN and AVA arrays rescalable if needed
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-08 Kurt ZeilengaMinor const'ification cleanup
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-04 Kurt ZeilengaUpdate copyright statements
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 ZeilengaEven larger TMP_SLOTS
2002-01-02 Howard ChuRenamed parse_numericoid to ldap_int_parse_numericoid...
2002-01-02 Kurt ZeilengaRework filter code
2002-01-02 Howard ChuFix ldap_str2rdn, make sure to update progress pointer...
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...
2001-12-28 Howard ChuAdded ldap_dn2bv and ldap_rdn2bv
2001-12-27 Pierangelo Masaraticleanup
2001-12-27 Kurt ZeilengaMore struct berval DN changes
2001-12-24 Pierangelo Masaratihex escape everything requires escape (uncomment #defin...
2001-12-24 Pierangelo Masaratibetter rdn exploding
2001-12-24 Pierangelo Masaratibug in explode dn (caused most test failures when reque...
2001-12-24 Kurt ZeilengaSome minor bugs for dntest ""
2001-12-24 Kurt Zeilengacannot assert la_private == NULL on free
2001-12-24 Kurt ZeilengaDelete USE_LDAP_DN_PARSING
2001-12-23 Kurt ZeilengaMinor cleanup, rename ldapava_free_*() routines and
2001-12-23 Pierangelo Masaratileast escaping in dnPretty (hope my wife doesn't catch...
2001-12-23 Pierangelo Masaratismall bug exploited by malformed DCE format
2001-12-17 Howard Chufrom jon@symas.com - misc Windows cleanup
next