summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/schema
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4:dsdb/schema: s/class/sclassStefan Metzmacher2009-02-022-31/+32
* Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce2009-01-301-3/+1
* Fix more compiler warnings in various places.Jelmer Vernooij2008-12-232-25/+25
* Treat DN+STring as a binary string for nowAndrew Bartlett2008-12-201-4/+4
* Now store the GUID and SID from a DN over DRSUAPI into ldb.Andrew Bartlett2008-12-203-42/+161
* Don't treat the DN+binary syntax as a DN.Andrew Bartlett2008-12-021-2/+2
* s4:dsdb/schema: add a function to generate the "extendedClassInfo" valuesStefan Metzmacher2008-11-161-4/+44
* s4:dsdb/schema: add a function to generate the "extendedAttributeInfo" valuesStefan Metzmacher2008-11-161-7/+83
* s4:dsdb/schema: use pointers for rangeLower and rangeUpper.Stefan Metzmacher2008-11-162-6/+41
* s4:dsdb/schema: we don't need to use find_syntax_map_by_ad_oid() as the synta...Stefan Metzmacher2008-11-161-3/+1
* s4: dsdb/schema: fix the equality and comment of DN+String syntaxStefan Metzmacher2008-11-081-3/+2
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-242-5/+6