]> git.sur5r.net Git - openldap/history - servers/slapd/schemaparse.c
Be a bit more liberal
[openldap] / servers / slapd / schemaparse.c
2001-05-02 Kurt ZeilengaBe a bit more liberal
2001-01-22 Kurt ZeilengaAdd objectClass kind checking
2000-07-22 Kurt Zeilengaconform schema routines to ldap naming conventions
2000-06-20 Kurt ZeilengaUse ASCII_*() macros and friends. Should be combined...
2000-06-07 Kurt ZeilengaUse LDAP_VFREE and friends. Other misc code cleanup.
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-06-06 Kurt ZeilengaUse err2txt for unknown error
2000-05-28 Julio Sánchez Fern... Let the caller decide how liberal the schema parsing...
2000-05-27 Kurt ZeilengaWorking test001 and test002.
2000-05-13 Kurt ZeilengaY2k copyright update
2000-02-14 Kurt ZeilengaAnother round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT
2000-02-06 Kurt ZeilengaYet another round of SLAPD_SCHEMA_NOT_COMPAT changes...
2000-01-31 Kurt ZeilengaReplace -DSLAPD_SCHEMA_COMPAT with -USLAPD_SCHEMA_NOT_C...
2000-01-28 Kurt ZeilengaAdditional changes to migrate to new schema codes
2000-01-25 Kurt ZeilengaSecond round of schema changes
2000-01-25 Kurt ZeilengaStart putting old code behind the currently defined...
2000-01-23 Kurt ZeilengaAdd comment: old schema is OC less category (abstract...
1999-09-22 Julio Sánchez Fern... Much as we would like to, we have to live for the time...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-04 Hallvard FurusethSome constification & lint removal
1999-09-03 Hallvard FurusethIntroduce and use LDAP_GCCATTR() = __attributes__(...
1999-08-20 Kurt Zeilengaconst'fication
1999-08-19 Howard ChuFix warnings from previous OID parse commit
1999-08-19 Howard ChuAdd OIDmacros for attribute & objectclass numericOIDs...
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-06-15 Julio Sánchez Fern... More error codes.
1999-06-14 Julio Sánchez Fern... Matching rules and syntaxes, initial step.
1999-06-14 Julio Sánchez Fern... Some changes to be more inline with the constification...
1999-05-31 Julio Sánchez Fern... Fudge oc_kind on synthesized objectclasses so that...
1999-05-28 Julio Sánchez Fern... Provide (and use) #define shortcuts
1999-05-28 Julio Sánchez Fern... First step in new schema support.
1999-04-29 Kurt ZeilengaMake 'schemacheck on' the default.
1998-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
1998-11-23 Hallvard FurusethPlug memory leaks
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-09 Kurt ZeilengaInitial revision