summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/schema
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move charset library to top level.Jelmer Vernooij2008-10-241-1/+1
* Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij2008-10-182-6/+3
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-112-2/+2
* Remove DESCRIPTION from generated schema lines.Andrew Bartlett2008-10-061-20/+1
* Fix Domain Trust creation with Windows 2008 (and many other tools)Andrew Bartlett2008-10-061-1/+5
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-232-19/+18
* Fix failure to load the schema on read-only DB.Andrew Bartlett2008-09-121-23/+13
* Remove the complexity of transactions from the attributes-setting code.Andrew Bartlett2008-09-111-16/+1
* Make cn=aggregate output less pretty, by more like Win2008.Andrew Bartlett2008-09-111-2/+2
* Fix reversed test trying to fix bug #5713Andrew Bartlett2008-09-091-1/+1
* Fix bug #5713 by correcting the generated schema.Andrew Bartlett2008-09-091-1/+1
* Stop every ldb startup doing a write to the database.Andrew Bartlett2008-08-211-0/+7