summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/schema
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set both attributes and indexes into the database on schema load.Andrew Bartlett2008-08-211-18/+142
* Apply attributes (and their syntax) from the schema into ldbAndrew Bartlett2008-08-201-0/+49
* Split schema_init.c into smaller bits.Andrew Bartlett2008-08-203-545/+598
* Note the ldb syntax for attribute syntaxes in the table.Andrew Bartlett2008-08-182-20/+28
* Fix segfaults when loading the schema fails.Andrew Bartlett2008-08-181-14/+13
* Merge the two attribute syntax tables.Andrew Bartlett2008-08-185-181/+74
* Generate the subSchema in cn=AggregateAndrew Bartlett2008-08-156-228/+555
* Fix warnings in new prefixMap codeAndrew Bartlett2008-07-281-2/+3
* dsdb/schema: make more clear where we create the value for the new prefix map...Stefan Metzmacher2008-07-261-0/+6
* dsdb/schema: dsdb_write_prefixes_to_ldb() should do the reverse of dsdb_read_...Stefan Metzmacher2008-07-261-52/+44
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-07-251-36/+257
|\
| * dsdb_create_prefix_mapping() implementation checks for existing prefix maping...Anatoliy Atanasov2008-07-241-36/+257
* | Try to avoid a memory leak if we re-set the global schemaAndrew Bartlett2008-07-251-0/+9
|/
* Use common code to fill in allowedAttributes in kludge_acl.Andrew Bartlett2008-07-112-3/+13
* Make ad2oLschema even simpler, by moving the heavy work into dsdb.Andrew Bartlett2008-07-102-3/+312
* Move ad2oLschema and oLschema2ldif into Samba4, out of LDBAndrew Bartlett2008-07-021-0/+108
* Fill in the auxiliary classes into the dsdb_schema.Andrew Bartlett2008-07-021-3/+2
* schema_fsmo: prepare auto allocation of schema oid prefixesStefan Metzmacher2008-07-011-0/+23
* schema_fsmo: move fsmo info into struct dsdb_schemaStefan Metzmacher2008-07-012-0/+11
* Make Samba4 pass the NET-API-BECOMEDC test against Win2k3 (again).Andrew Bartlett2008-03-061-6/+13
* Fix accidently introduced bug - thanks metze.Jelmer Vernooij2008-02-191-1/+1