r20221: - move the dsdb_schema, dsdb_attribute, dsdb_class structs into
authorStefan Metzmacher <metze@samba.org>
Sun, 17 Dec 2006 02:19:56 +0000 (02:19 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:29:23 +0000 (14:29 -0500)
commit58ba6ec195ce3a5e2352866809f6cb57f8d8260a
treeec2fc55b8237d3189a0d7dce8f486d5160a516b9
parent23f8dd44cbf85e05e4b3d38de9ed7798dd21defb
r20221: - move the dsdb_schema, dsdb_attribute, dsdb_class structs into
  a generic location
- this struct should be also used by the dsdb/samdb/ldb_modules/schema.c
  module later
- add functions to map from LDAP OID values to uint32_t values
- add torture test for the OID => uint32 mapping code

metze
source/dsdb/config.mk
source/dsdb/samdb/samdb.h
source/dsdb/schema/schema.h [new file with mode: 0644]
source/dsdb/schema/schema_init.c [new file with mode: 0644]
source/torture/ldap/schema.c