]> git.sur5r.net Git - openldap/history - servers/slapd/dn.c
Added dn_rdnlen. Fixed rdn leak in limits.c.
[openldap] / servers / slapd / dn.c
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...
1999-08-20 Kurt Zeilengaconst'fication
1999-08-12 Kurt ZeilengaAdd dn_subtree() (used for subtree index generation)
1999-08-11 Kurt ZeilengaImplement DN_PARENT_PREFIX and framework for DN_SUBTREE...
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-07-22 Kurt ZeilengaImplement better DN checking... make sure attribute...
1999-07-22 Kurt ZeilengaAdd limited LDAP_INVALID_DN_SYNTAX support. dn_normali...
1999-07-21 Kurt ZeilengaACL CHANGES:
1999-04-29 Kurt ZeilengaUpdate back-passwd based on patches from howard.chu...
1999-04-02 Hallvard FurusethUNDO LAST COMMIT.
1999-04-02 Hallvard FurusethFix wait4child change: Prefer wait3 over wait. Use...
1999-03-24 Juan GomezAdded support for newSuperior.
1999-03-24 Juan GomezAdded a new function: build_new_dn(), which builds...
1999-03-09 Hallvard FurusethSilence warnings: Remove unused variables. Enclose...
1999-03-04 Juan GomezAdded get_next_substring(), rdn_attr_type(), and rdn_at...
1999-02-22 Hallvard FurusethCast `char' arguments to ctype.h functions to `unsigned...
1999-01-28 Kurt ZeilengaAdd dn_rdn() function to return rdn part of dn.
1999-01-23 Kurt Zeilengadn_parent(" ") should be NULL.
1999-01-20 Kurt Zeilengandn & strcasecmp cleanup
1999-01-19 Kurt ZeilengaRecode suffixAlias to implement simple check to see...
1998-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-08-18 Kurt ZeilengaFixes from Allan Lynne
1998-08-09 Kurt ZeilengaInitial revision