]> git.sur5r.net Git - openldap/history - servers/slapd/dn.c
first round at replacing UTF8normalize with UTF8bvnormalize
[openldap] / servers / slapd / dn.c
2002-02-14 Pierangelo Masaratifirst round at replacing UTF8normalize with UTF8bvnormalize
2002-02-13 Pierangelo Masaratifix dnValidate (leak and return SUCCESS)
2002-02-13 Pierangelo MasaratiDNs may include NULs
2002-02-13 Kurt ZeilengaLimit the length of [R]DNs on input to 8192. A lower...
2002-02-13 Kurt ZeilengaCheck for NULs in DNs.
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 ZeilengaAdd embedded NUL checks, fix last commit
2002-02-13 Kurt ZeilengadnValidate needs to check for embedded NULs.
2002-02-13 Kurt ZeilengaMisc. DN fixes and cleanups, namely don't muck with...
2002-02-13 Kurt ZeilengaQuick (and expensive) fix to detect DNs with embedded...
2002-01-26 Howard ChuEliminated dn_normalize. No more migration.
2002-01-26 Howard ChuChanged dnParent to void instead of int. (It always...
2002-01-26 Kurt ZeilengaRemove deprecated routines and a little lint.
2002-01-26 Howard ChuFix previous commit
2002-01-26 Howard ChuChanged be_issuffix and dnParent to take struct bervals.
2002-01-22 Pierangelo Masaraticheck on escaped rdn separator not needed any more
2002-01-17 Pierangelo Masaratifix dnParent to return '' if the dn is a rdn
2002-01-17 Pierangelo Masaratifirst round at eliminating dn_parent ...
2002-01-16 Pierangelo Masaratiremark for future (questionable) optimization
2002-01-16 Pierangelo Masaraticompare attribute type, not value
2002-01-16 Kurt ZeilengaRemove last uses of dn_validate()
2002-01-16 Kurt ZeilengaRemove unused deprecated DN routines.
2002-01-15 Kurt ZeilengaMisc. cleanup, remove lint, remove unused deprecated...
2002-01-09 Kurt ZeilengaFix problems caused by lint removal
2002-01-09 Kurt ZeilengaRework control infrastructure a bit. Add subentries...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Kurt ZeilengaRework filter code
2002-01-01 Howard ChuFix dnParent to return "" for root
2002-01-01 Howard ChuFix dnValidate
2001-12-30 Howard ChuMore str2rdn tweaks
2001-12-30 Howard ChuReorganize LDAPAVA allocation layout
2001-12-30 Howard Chufix uninitialized vars
2001-12-29 Howard ChuChange struct berval * to struct berval in various...
2001-12-29 Howard ChuChanged LDAP_AVA struct berval * to struct berval.
2001-12-29 Howard ChuAdded dnPretty2/dnNormalize2 using preallocated destina...
2001-12-28 Pierangelo Masaratistrengthen previous commit
2001-12-28 Pierangelo Masaratifix realloc bug
2001-12-28 Pierangelo Masaratimore exploitation of efficient parsing
2001-12-28 Pierangelo Masaratildap_str2rdn() can parse without allocating a LDAPRDN...
2001-12-28 Howard ChuChanged dnExtractRdn to use a provided berval instead...
2001-12-28 Howard ChuChanged dn_rdn/dn_rdnlen to struct berval
2001-12-28 Howard ChuAdded dnPrettyNormal, do both Pretty and Normalize...
2001-12-27 Kurt ZeilengadnExtractRDN should take a struct berval DN.
2001-12-27 Pierangelo Masaratismall improvement and prototyping
2001-12-27 Kurt ZeilengaMore struct berval DN changes
2001-12-27 Howard ChuMore struct berval fixes for modrdn
2001-12-26 Howard ChuReplace strcat with slap_strcopy
2001-12-24 Kurt ZeilengaRemove unneeded cheats. hyc found/fixed my bug (in...
2001-12-24 Kurt Zeilengaupdate comment
2001-12-24 Kurt ZeilengaAdd some cheats to dnNormalize and dnMatch to workaround
2001-12-24 Pierangelo Masaratimore re-engineering; now rdn_attrs() and so are written...
2001-12-24 Kurt ZeilengaRequire the struct berval **out argument of dnPretty...
2001-12-24 Kurt ZeilengaEvery quick mod to use a struct berval for e_dn/e_ndn...
2001-12-24 Pierangelo Masaratire-engineered some dn related functions with ldap_dn...
2001-12-24 Kurt ZeilengaMisc DN cleanup, no functional changes
2001-12-24 Kurt ZeilengaMake note of deprecated DN routines. Need to write
2001-12-23 Kurt ZeilengaMinor cleanup, rename ldapava_free_*() routines and
2001-12-23 Kurt ZeilengaZap dn_match(), cleanup up prototype header
2001-12-23 Kurt ZeilengaMove dnValidate, dnNormalize, dnPretty to dn.c
2001-12-23 Kurt Zeilengause dnPretty instead of dn_pretty
2001-12-12 Pierangelo Masaratiallow empty suffix
2001-12-11 Pierangelo Masaratistrengthen dn_issuffix
2001-12-09 Howard ChuAdded dn_issuffixbv() like dn_issuffix, but with bervals.
2001-12-08 Howard ChuCleanup previous commit
2001-12-08 Howard ChuAdded dn_rdnlen. Fixed rdn leak in limits.c.
2001-12-08 Howard ChuConverted all use of dn_parent to the in-place version...
2001-12-08 Howard ChuTurned dn_parent into dn_parent1, returning in-place...
2001-12-08 Kurt ZeilengaPretty the entry DNs on add but not rename (yet).
2001-12-05 Pierangelo Masaratianother step towards schema aware normalization: ava...
2001-12-04 Pierangelo Masaratiof course we don't need debug stuff any more ... :)
2001-12-04 Pierangelo Masaratireimplement dn_validate/normalize/(match) using the...
2001-12-04 Kurt ZeilengaClean up some misplaced 'extern' declarations (should...
2001-11-17 Pierangelo Masaratiminor cleanup
2001-07-21 Kurt ZeilengaZap old DN code
2001-07-21 Kurt ZeilengaBack out DN changes, needs more work
2001-07-13 Pierangelo Masaratidn_validate/dn_normalize has been rewritten by
2001-07-10 Pierangelo Masaratireworked rdn_attrs to use ldap_explode_rdn; maybe we...
2001-07-06 Pierangelo Masaratiadded rdn_attrs: parses a rdn and returns types and...
2001-07-05 Pierangelo Masaratiadded a comment to rdn_validate: needs to be rewritten...
2001-07-05 Pierangelo Masaratirdn check to prevent illegal rdns in modrdn (copied...
2001-01-25 Stig VenaasMade dnNormalize() do Unicode normalization and case...
2001-01-17 Gary Williamsfix format
2001-01-15 Gary WilliamsMore new logging (Behind NEW_LOGGING)
2000-10-30 Kurt ZeilengaSet UTF8DN by default
2000-10-30 Stig VenaasUse the macro UTF8DN to set whether new UTF8 dn_normali...
2000-10-28 Stig VenaasShort term dn_normalize() fix. Uppercases all UTF8...
2000-10-21 Kurt ZeilengaAdd better space compression
2000-09-29 Kurt Zeilengamisc cleanup
2000-06-14 Kurt ZeilengaMinor cleanup
2000-06-14 Mark ValenceBug fix in dn_rdn when dn string begins with whitespace.
2000-06-05 Kurt ZeilengaRemove support for DNS DNs (not to be confused with...
2000-05-22 Kurt ZeilengaConst'ification
2000-05-13 Kurt ZeilengaY2k copyright update
2000-02-14 Kurt ZeilengaAnother round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT
2000-01-25 Kurt ZeilengaMove uppercase comment to be next to uppercasing code.
1999-12-18 Kurt ZeilengaRemove DNS_DN experimental code.
1999-09-24 Kurt ZeilengaIn preparation for adding dn_rewrite()...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-25 Kurt ZeilengaImplement ldap_dn_normalize and friends. Should be...
next