summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/schema_fsmo.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-17s4:ldb: make it possible to return per entry controlsAndrew Bartlett1-2/+2
2008-11-16s4:dsdb/schema_fsmo: provide "extendedAttributeInfo" and "extendedClassInfo"Stefan Metzmacher1-0/+56
2008-10-13Cosmetic corrections for the DSDB moduleMatthias Dieter Wallnöfer1-1/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-09-29LDB ASYNC: samba4 modulesSimo Sorce1-44/+56
2008-09-29s4:dsdb: passdown DSDB_CONTROL_REPLICATED_UPDATE_OID for replicated updatesStefan Metzmacher1-0/+10
2008-09-25Revert LDB return code patches from Matthias.Jelmer Vernooij1-1/+1
2008-09-24Cosmetic corrections for the DSDB moduleMatthias Dieter Wallnöfer1-1/+1
2008-08-18Ensure we fail to proceed if the schema won't load.Andrew Bartlett1-0/+1
2008-08-15Generate the subSchema in cn=AggregateAndrew Bartlett1-5/+201
2008-07-28Remove unused variableAndrew Bartlett1-1/+0
2008-07-24Handle schema reloading request.Anatoliy Atanasov1-1/+63
2008-07-10Make ad2oLschema even simpler, by moving the heavy work into dsdb.Andrew Bartlett1-72/+5
2008-07-02Move ad2oLschema and oLschema2ldif into Samba4, out of LDBAndrew Bartlett1-94/+11
2008-07-01schema_fsmo: prepare auto allocation of schema oid prefixesStefan Metzmacher1-1/+59
2008-07-01schema_fsmo: move fsmo info into struct dsdb_schemaStefan Metzmacher1-24/+8
2008-06-30schema_fsmo: only set module->private_data in case we keep the struct for a l...Stefan Metzmacher1-2/+3
2008-03-06Make Samba4 pass the NET-API-BECOMEDC test against Win2k3 (again).Andrew Bartlett1-1/+2
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij1-1/+1
2008-02-20Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij1-6/+1
2008-02-08Reset error stringsAndrew Bartlett1-0/+2
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-21r26521: Fix newlines.Jelmer Vernooij1-4/+4
2007-12-21r26284: Rather than just debug, push the error back up the stack as the errorAndrew Bartlett1-10/+10
2007-12-21r25942: Make various ldb modules handle an LDB backend that enforces validityAndrew Bartlett1-1/+6
2007-10-10r24247: Remove extra newlines from ldb_debug() calls - it already adds one.Andrew Bartlett1-12/+12
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23560: - Activate metze's schema modules (from metze's schema-loading-13 pat...Andrew Bartlett1-0/+4
2007-10-10r21839: add my email addressStefan Metzmacher1-1/+1
2007-10-10r20957: a value of FF0000000000000000000000000000000000000000 isn't stored as...Stefan Metzmacher1-4/+8
2007-10-10r20871: implement the validFSMOs constructed attribute on the rootdseStefan Metzmacher1-7/+9
2007-10-10r20866: - fix debug messages missing new linesStefan Metzmacher1-14/+18
2007-10-10r20780: keep a dsdb_schema_fsmo struct as private dataStefan Metzmacher1-0/+21
2007-10-10r20778: we don't need a talloc_steal hereStefan Metzmacher1-1/+1
2007-10-10r20771: add an ldb module which will force the Schema FSMO Role OwnerStefan Metzmacher1-0/+225