summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/schema
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove uses of global_loadparm.Jelmer Vernooij2008-02-193-15/+18
* Fix segfaults in codepaths only tested by the NET-API-BECOME-DC test.Andrew Bartlett2008-01-231-2/+2
* r26697: Leak less memory into the ldb context.Andrew Bartlett2008-01-081-3/+15
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij2008-01-031-3/+2
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-012-5/+6
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-012-4/+3
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-211-1/+1
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-211-1/+1
* r26528: dsdb: Fix a warning.Kai Blin2007-12-211-4/+3
* r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij2007-12-211-0/+2
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-212-5/+7
* r26412: Add comments and refactor to reuse common code.Andrew Bartlett2007-12-211-10/+29
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-212-5/+5
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-212-32/+40
* r25786: Add function required by linked_attributes module (We need a list ofAndrew Bartlett2007-12-211-0/+20
* r25749: Add function required by linked_attributes module.Andrew Bartlett2007-12-211-0/+15
* r25553: Convert to standard bool type.Jelmer Vernooij2007-10-101-65/+65
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-4/+0
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-11/+11
* r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation.Andrew Bartlett2007-10-102-4/+4
* r24060: Fix bug #4806 by Matthias Wallnöfer <mwallnoefer@yahoo.de>: We need toAndrew Bartlett2007-10-102-2/+7
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-104-12/+8
* r23699: when we create the global schema, remember to set the ldb opaque so weAndrew Tridgell2007-10-101-1/+3