summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema_init.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-16s4:dsdb/schema: use pointers for rangeLower and rangeUpper.Stefan Metzmacher1-4/+39
2008-10-24Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij1-1/+1
2008-10-18Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij1-4/+2
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-09-23Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce1-17/+16
2008-08-20Split schema_init.c into smaller bits.Andrew Bartlett1-545/+0
2008-08-18Fix segfaults when loading the schema fails.Andrew Bartlett1-14/+13
2008-08-15Generate the subSchema in cn=AggregateAndrew Bartlett1-42/+55
2008-07-28Fix warnings in new prefixMap codeAndrew Bartlett1-2/+3
2008-07-26dsdb/schema: make more clear where we create the value for the new prefix map...Stefan Metzmacher1-0/+6
2008-07-26dsdb/schema: dsdb_write_prefixes_to_ldb() should do the reverse of dsdb_read_...Stefan Metzmacher1-52/+44
2008-07-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett1-36/+257
2008-07-25Try to avoid a memory leak if we re-set the global schemaAndrew Bartlett1-0/+9
2008-07-24dsdb_create_prefix_mapping() implementation checks for existing prefix maping...Anatoliy Atanasov1-36/+257
2008-07-11Use common code to fill in allowedAttributes in kludge_acl.Andrew Bartlett1-2/+11
2008-07-10Make ad2oLschema even simpler, by moving the heavy work into dsdb.Andrew Bartlett1-3/+303
2008-07-02Move ad2oLschema and oLschema2ldif into Samba4, out of LDBAndrew Bartlett1-0/+108
2008-07-02Fill in the auxiliary classes into the dsdb_schema.Andrew Bartlett1-3/+2
2008-07-01schema_fsmo: prepare auto allocation of schema oid prefixesStefan Metzmacher1-0/+23
2008-07-01schema_fsmo: move fsmo info into struct dsdb_schemaStefan Metzmacher1-0/+6
2008-03-06Make Samba4 pass the NET-API-BECOMEDC test against Win2k3 (again).Andrew Bartlett1-6/+13
2008-02-19Fix accidently introduced bug - thanks metze.Jelmer Vernooij1-1/+1
2008-02-19Remove uses of global_loadparm.Jelmer Vernooij1-7/+7
2008-01-08r26697: Leak less memory into the ldb context.Andrew Bartlett1-3/+15
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-3/+3
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-1/+1
2007-12-21r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij1-1/+1
2007-12-21r26539: Remove unnecessary statics.Jelmer Vernooij1-1/+1
2007-12-21r26528: dsdb: Fix a warning.Kai Blin1-4/+3
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-1/+2
2007-12-21r26412: Add comments and refactor to reuse common code.Andrew Bartlett1-10/+29
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-1/+1
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-14/+18
2007-12-21r25786: Add function required by linked_attributes module (We need a list ofAndrew Bartlett1-0/+20
2007-12-21r25749: Add function required by linked_attributes module.Andrew Bartlett1-0/+15
2007-10-10r25553: Convert to standard bool type.Jelmer Vernooij1-65/+65
2007-10-10r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation.Andrew Bartlett1-2/+2
2007-10-10r24060: Fix bug #4806 by Matthias Wallnöfer <mwallnoefer@yahoo.de>: We need toAndrew Bartlett1-2/+6
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23699: when we create the global schema, remember to set the ldb opaque so weAndrew Tridgell1-1/+3
2007-10-10r23695: By not using the NULL context for these large structures, we don'tAndrew Bartlett1-1/+1
2007-10-10r23560: - Activate metze's schema modules (from metze's schema-loading-13 pat...Andrew Bartlett1-4/+86
2007-10-10r23419: initialize variable...Stefan Metzmacher1-0/+1
2007-10-10r22992: add a function to attach the dsdb_schema to a ldb_contextStefan Metzmacher1-2/+124
2007-10-10r21839: add my email addressStefan Metzmacher1-1/+1
2007-10-10r20766: when creating dsdb_attribute or dsdb_class structs from ldb, try the ...Stefan Metzmacher1-8/+48
2007-10-10r20764: fix some little bugsStefan Metzmacher1-4/+5
2007-10-10r20763: add function to get the oid mappings in drsuapi or ldb formStefan Metzmacher1-0/+65
2007-10-10r20733: add a function to load the oid mappings from ldb_val'sStefan Metzmacher1-2/+47
2007-10-10r20576: add functions to get and set dsdb_schema on the ldb contextStefan Metzmacher1-0/+34