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)
commitc5571c7c3964975d5c1f1c347b8629577d2e86c6
tree82e9af9b07d55b8d09a9c520bbd90d045d121691
parentff8ef6c280a7107ce521eee57df9218b4cac0465
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
(This used to be commit 58ba6ec195ce3a5e2352866809f6cb57f8d8260a)
source4/dsdb/config.mk
source4/dsdb/samdb/samdb.h
source4/dsdb/schema/schema.h [new file with mode: 0644]
source4/dsdb/schema/schema_init.c [new file with mode: 0644]
source4/torture/ldap/schema.c