summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/schema
Commit message (Expand)AuthorAgeFilesLines
* s4-dsdb: cope with windows sending extra pad bytesAndrew Tridgell2009-09-231-4/+4
* s4-ldb: added a bunch more debug for DC joinAndrew Tridgell2009-09-221-0/+4
* s4:ldb Add 'single-value' support to LDB.Andrew Bartlett2009-09-211-0/+4
* Merge branch 'master' of git://git.samba.org/sambaNadezhda Ivanova2009-09-211-12/+24
|\
| * s4-schema: don't trace the schema load (too verbose)Andrew Tridgell2009-09-211-12/+24
* | Initial Implementation of the DS objects access checks.Nadezhda Ivanova2009-09-211-0/+12
|/
* Handle dsdb_class_by_lDAPDisplayName returned values in schema_inferiors.cAnatoliy Atanasov2009-09-191-0/+8
* s4-dsdb: use DLIST_ADD() not DLIST_ADD_END()Andrew Tridgell2009-09-152-4/+4
* s4:schema Add code to provide an index into the subClass treeAndrew Bartlett2009-09-152-1/+27
* s4/schema: teach the schema_syntax code how to encode/decode more attributesAndrew Tridgell2009-09-101-0/+104
* s4/schema: don't crash if we don't have subClassOfAndrew Tridgell2009-09-101-2/+7
* s4:dsdb: correctly implement _dsdb_syntax_OID_oid_ldb_to_drsuapi()Stefan Metzmacher2009-09-071-1/+31
* Fix the dsdb_syntax_OID_ldb_to_drsuapi functionAnatoliy Atanasov2009-09-031-1/+51
* s4:schema Rework dsdb_write_prefixes_from_schema_to_ldb() to use tallocAndrew Bartlett2009-08-261-14/+20
* s4:scheam quiet a 'const' warningAndrew Bartlett2009-08-261-1/+1
* s4:dsdb Rework dsdb_write_prefixes_to_ldb() to take a schemaAndrew Bartlett2009-08-261-14/+13
* s4:dsdb Add constAndrew Bartlett2009-08-241-2/+2
* s4:dsdb use talloc_strndup() in GET_STRING_LDB() rather than walk off the endAndrew Bartlett2009-08-241-7/+17
* s4: int32 handling: previous fix was not fully correctMatthias Dieter Wallnöfer2009-08-171-1/+1
* s4: Make the int32 problem more clear - and fix another errorMatthias Dieter Wallnöfer2009-08-171-1/+3
* make sure we update the current schema->prefixes when we add a new prefixAndrew Tridgell2009-08-171-0/+9
* s4:schema Allow a schema load on an unconnected databaseAndrew Bartlett2009-08-171-5/+6
* s4:schema Provide a way to reference a loaded schema between ldbsAndrew Bartlett2009-08-171-11/+19
* use talloc with the global schema consistentlyAndrew Tridgell2009-08-071-1/+2
* s4:dsdb Don't cast an ldb_val into a const char * for schema lookupsAndrew Bartlett2009-08-052-33/+122
* Fix for schemaUpdateNow commandAnatoliy Atanasov2009-07-082-4/+4
* we can't use the unique index code for samAccountNameAndrew Tridgell2009-07-021-1/+1
* fixed the pull of drs schema elementsAndrew Tridgell2009-07-023-33/+108
* fixed the reference to the global_schemaAndrew Tridgell2009-07-011-2/+3
* Fixed some uninitialised variablesMatthias Dieter Wallnöfer2009-06-191-8/+5
* Correct handling of 32-bit integer attributes in SAMBA 4Matthias Dieter Wallnöfer2009-06-191-0/+2
* Fix build with system LDB.Jelmer Vernooij2009-06-181-1/+1
* mark samAccountName, objectGUID and objectSID as unique indexedAndrew Tridgell2009-06-011-0/+20
* enable one-level indexing in sam.ldbAndrew Tridgell2009-05-281-0/+5
* dsdb:schema Use str_list_make_empty() to create an empty listAndrew Bartlett2009-05-141-5/+5
* make the memory usage of possibleInferiors much more efficientAndrew Tridgell2009-04-091-20/+31
* fixed the possibleInferiors calculation so it now passes the testAndrew Tridgell2009-04-092-27/+28
* Make the schema_inferiors generation code to compileAndrew Bartlett2009-04-083-69/+99
* first cut at a C version of the possible inferiors codeAndrew Tridgell2009-04-071-0/+172
* s4:schema Don't free mem_ctx before it is initilisedAndrew Bartlett2009-04-031-1/+0
* major upgrade to the ldb attribute handlingAndrew Tridgell2009-04-025-115/+325
* possibleInferiors is a generated attribute - we can't pull it over DRSAndrew Tridgell2009-03-311-2/+0
* s4:schema Don't rely on objectCategory 'magic' when loading the schemaAndrew Bartlett2009-03-111-2/+2
* Load the schema with a more efficient single searchAndrew Bartlett2009-03-061-93/+15
* Sort output of schema for OpenLDAP during conversionAndrew Bartlett2009-03-061-98/+132
* Remove ad2oLschema, insted call it directly from provision-backendAndrew Bartlett2009-03-052-1/+317
* Pull in all the schema information during DRS schema fetchAndrew Bartlett2009-03-041-9/+38
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-012-19/+12
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-012-5/+5
* Fix headers, ldb_includes.h is a private header,Simo Sorce2009-02-231-0/+1