summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/schema/schema_init.c
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 use talloc_strndup() in GET_STRING_LDB() rather than walk off the endAndrew Bartlett2009-08-241-7/+17
* make sure we update the current schema->prefixes when we add a new prefixAndrew Tridgell2009-08-171-0/+9
* Fix for schemaUpdateNow commandAnatoliy Atanasov2009-07-081-1/+1
* we can't use the unique index code for samAccountNameAndrew Tridgell2009-07-021-1/+1
* fixed the pull of drs schema elementsAndrew Tridgell2009-07-021-33/+20
* mark samAccountName, objectGUID and objectSID as unique indexedAndrew Tridgell2009-06-011-0/+20
* major upgrade to the ldb attribute handlingAndrew Tridgell2009-04-021-3/+56
* 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
* 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-011-4/+3
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-1/+1
* s4:dsdb/schema: use pointers for rangeLower and rangeUpper.Stefan Metzmacher2008-11-161-4/+39
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-241-1/+1
* Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij2008-10-181-4/+2
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-17/+16
* Split schema_init.c into smaller bits.Andrew Bartlett2008-08-201-545/+0
* Fix segfaults when loading the schema fails.Andrew Bartlett2008-08-181-14/+13
* Generate the subSchema in cn=AggregateAndrew Bartlett2008-08-151-42/+55
* 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-111-2/+11
* Make ad2oLschema even simpler, by moving the heavy work into dsdb.Andrew Bartlett2008-07-101-3/+303
* 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-011-0/+6
* 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-191-7/+7
* r26697: Leak less memory into the ldb context.Andrew Bartlett2008-01-081-3/+15
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-3/+3
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-1/+1
* 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
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-1/+2
* r26412: Add comments and refactor to reuse common code.Andrew Bartlett2007-12-211-10/+29
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-211-1/+1
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-14/+18
* r25786: Add function required by linked_attributes module (We need a list ofAndrew Bartlett2007-12-211-0/+20