]> git.sur5r.net Git - openldap/history - servers/slapd/dn.c
Minor cleanup
[openldap] / servers / slapd / dn.c
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