]> git.sur5r.net Git - openldap/history - libraries/libldap/getdn.c
Sync with HEAD
[openldap] / libraries / libldap / getdn.c
2003-12-01 Kurt ZeilengaSync with HEAD
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
2001-12-10 Pierangelo Masaratireworked internal stuff
2001-12-06 Pierangelo Masaratinow dnValidate loops thru each value; added private...
2001-12-06 Pierangelo Masaratiliberally accept many LDAPv2/LDAPv3 stuff in DN (quoted...
2001-12-04 Pierangelo Masaratireimplement dn_validate/normalize/(match) using the...
2001-12-03 Kurt ZeilengaMinor cleanup
2001-12-03 Pierangelo Masaratismall improvements and fixes; now honors ';' as rdn...
2001-11-12 Pierangelo Masaratifix bug in previous commit
2001-11-12 Pierangelo Masaratistruct berval * instead of char * in ldap_ava struct...
2001-10-30 Pierangelo Masaratimoved rdn parsing in a dedicated routine, ldap_str2rdn...
2001-10-29 Pierangelo MasaratiMore compliant version of str2dn/dn2str;
2001-10-26 Pierangelo Masaratienhanced dn parsing; see libraries/libldap/dntest for...
2001-10-22 Pierangelo Masaratihandle lead/trail escape chars in LDAPv2/LDAPv3; change...
2001-10-18 Pierangelo Masaratiskeleton of ldap_str2nd/dn2str; works with most of...
2001-07-11 Pierangelo Masaratihonors multiple type/value in rdn when generating ufn
2000-10-02 Kurt ZeilengaFix up some free'ing.
2000-09-16 Kurt Zeilengamodify ldap_dn2ufn() to return completely typeless...
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-06-09 Mark ValenceFix uninitialized var bug.
2000-06-05 Kurt ZeilengaRemove support for DNS DNs (not to be confused with...
2000-05-13 Kurt ZeilengaY2k copyright update
2000-04-12 Kurt Zeilengafix = vs == bug
2000-01-23 Kurt ZeilengaFix bugs in UTF-8 code. Apply to getdn and charray.
2000-01-02 Luke HowardMerged in preliminary support for Cyrus SASL library;
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-01 Kurt ZeilengaFix last commit. Should not have deleted assignment...
1999-08-25 Kurt ZeilengaImplement ldap_dn_normalize and friends. Should be...
1999-07-13 Hallvard FurusethFix LDAP_CONST->const in explode_name(), it failed...
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-06-02 Kurt ZeilengaAdd ber_strdup(), remove ldap_int_strdup(), add LDAP_ST...
1999-05-29 Kurt ZeilengaAdd LBER_ and LDAP_ memory allocators/deallocators...
next