]> git.sur5r.net Git - openldap/history - servers/slapd/schema.c
Happy new year! (belated)
[openldap] / servers / slapd / schema.c
2008-02-12 Kurt ZeilengaHappy new year! (belated)
2007-01-02 Kurt Zeilengahappy new year
2006-01-03 Kurt ZeilengaHappy new year!
2005-11-14 Kurt ZeilengaSync with HEAD
2005-08-09 Kurt ZeilengaSync with HEAD
2005-06-08 Kurt ZeilengaSync with HEAD (ready for 2.3 "release"?)
2005-01-20 Kurt ZeilengaSync with HEAD
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-01 Howard ChuITS#3353 consolidate slapd globals into a single struct
2004-09-26 Pierangelo Masaratimultiple precision with BIGNUM/gmp/ulong
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-08-06 Pierangelo Masaratifix attr_merge() usage; cleanup
2004-07-26 Pierangelo Masaratifrontend stuff moved into a database structure, essenti...
2004-05-14 Kurt Zeilengacleanup
2004-01-01 Kurt ZeilengaHappy new year
2003-12-06 Luke HowardUse gmtime_r() if HAVE_GMTIME_R is defined (need to...
2003-11-27 Kurt ZeilengaUpdated notices
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-02-26 Pierangelo Masaratimore SLAP_NVALUES cleanup
2003-02-25 Kurt ZeilengaRound one of SLAP_NVALUES code
2003-01-03 Kurt ZeilengaHappy new year
2002-11-01 Julius EnarusaiConverted ch_malloc, ch_calloc and ch_realloc calls...
2002-10-09 Kurt ZeilengaBasic framework for DIT Content Rules (not yet enforced)
2002-09-29 Kurt Zeilenga#unifdef -DSCHEMA_DN
2002-08-31 Pierangelo Masaratiadd {create,modify}Timestamp to subschema subentry...
2002-08-29 Pierangelo Masaratioptimize subschema attribute merge
2002-08-10 Howard ChuITS#1893, use "schemadn" to configure subschemasubentry...
2002-03-11 Kurt ZeilengaAdd no-op mru_schema_info()...
2002-01-10 Kurt Zeilengaadd system schema checks
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-29 Howard ChuAdded dnPretty2/dnNormalize2 using preallocated destina...
2001-12-26 Kurt ZeilengaMisc cleanup and dn_normalize() zapping
2001-12-26 Howard ChuUse dnNormalize
2001-12-26 Howard ChuChanged search attrs to struct berval **.
2001-12-19 Kurt ZeilengaPatch slapadd(8) to provide a structuralObjectClass...
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-05-22 Kurt ZeilengaConst'ification
2000-05-16 Kurt ZeilengaFix -USLAPD_SCHEMA_NOT_COMPAT
2000-05-16 Kurt ZeilengaRemove Lint.
2000-05-16 Kurt ZeilengaRework root dse and other info entry codes to produce...
2000-05-15 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: working cn=schema
2000-05-13 Kurt ZeilengaY2k copyright update
2000-03-03 Kurt ZeilengaRework error handling. Add error descriptions.
2000-02-05 Kurt ZeilengaAnother round of SLAPD_SCHEMA_NOT_COMPAT changes including
2000-01-31 Kurt ZeilengaReplace -DSLAPD_SCHEMA_COMPAT with -USLAPD_SCHEMA_NOT_C...
2000-01-31 Kurt ZeilengaMove oc_check_allowed() next to oc_check_required(...
2000-01-31 Kurt ZeilengaPut type;option trimming codes behind SLAPD_SCHEMA_COMPAT.
2000-01-31 Kurt ZeilengaAdd SLAP_SYNTAX_BINARY flag to indicate binary storage...
2000-01-29 Kurt ZeilengaSplit out schema initialization of builtin syntax/match...
2000-01-28 Kurt ZeilengaPut more old schema code behind SLAPD_SCHEMA_COMPAT...
2000-01-27 Kurt ZeilengaAdd code to handle operational attributes via new schem...
2000-01-27 Kurt ZeilengaMove ldap_unicode_t to ldap_pvt.h, typedef to ldap_ucs2...
2000-01-27 Kurt ZeilengaLast commit was a bit premature. This fixes up compiler
2000-01-27 Kurt ZeilengaAdd IA5StringConvert (to UCS-2/4). May not be needed...
2000-01-26 Kurt ZeilengaAdd in hooks for mr conversion routines
2000-01-25 Kurt ZeilengaUse UTF8Normalize, not IA5Normalize for matching rules...
2000-01-25 Kurt ZeilengaSecond round of schema changes
2000-01-24 Kurt ZeilengaModify slapd syntax struct to have both a validation...
2000-01-23 Kurt Zeilengas/case_ignore_normalize/caseIgnoreIA5Normalize/
2000-01-01 Kurt ZeilengaAdd missing \n
1999-12-18 Kurt Zeilengadon't treat undefined oc as extensibleObject
1999-11-22 Mark ValenceAdd supportedACIMechanisms to operation attributes...
1999-09-24 Kurt ZeilengaIn preparation for adding dn_rewrite()...
1999-09-22 Julio Sánchez Fern... Add JPEG syntax to those known.
1999-09-17 Julio Sánchez Fern... Let oc_check_allowed grok things like userCertificate...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-06 Hallvard FurusethRemove lint
1999-09-04 Hallvard FurusethAccept unknown object classes
1999-09-03 Hallvard FurusethMove `#include "ldap_defaults.h"' into slap.h, which...
1999-09-02 Hallvard FurusethFix Debug printf format
1999-08-30 Gary Williamsvalidate object class before checking required and...
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-16 Hallvard FurusethAdd ldap_*2name() in <include,libldap>/schema, use...
1999-08-12 Kurt ZeilengaAdd "objectclass: LDAPsubentry" to provide structure...
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-07-24 Kurt ZeilengaAdd support for LDAP_ALL_OPERATIONAL_ATTRIBUTES ("...
1999-07-24 Kurt ZeilengaMove subschemasubentry from "no-user-mod operational...
1999-07-24 Kurt ZeilengaAdhere to "servers will not return operational attribut...
1999-07-24 Kurt ZeilengaReally fix subschemasubentry...
1999-07-22 Kurt ZeilengaAdd limited LDAP_INVALID_DN_SYNTAX support. dn_normali...
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-07 Kurt ZeilengaAdd support for unsolicited notifications.
1999-06-29 Kurt Zeilengaexpose oc_check_operational from schema.c
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-17 Julio Sánchez Fern... Have the normalize routines process white space in...
1999-06-17 Julio Sánchez Fern... Some sample routines for implementing matching rules.
1999-06-17 Julio Sánchez Fern... Defined 3 new matching rules taken from X.520 that...
1999-06-17 Kurt ZeilengaSeparate autoconf generated values from "defaults".
1999-06-16 Julio Sánchez Fern... Fixed bogus handling of objectclass in oc_schema_check.
1999-06-15 Julio Sánchez Fern... Activate checking of matching rules and syntaxes.
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 Kurt ZeilengaRemove lint.
1999-05-29 Kurt ZeilengaMinor adjustments to better handle NT vs UNIX.
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.
next