summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r20730: this can be constStefan Metzmacher2007-10-101-1/+1
* r20729: add a version number to struct dsdb_extended_replicated_objectsStefan Metzmacher2007-10-104-2/+24
* r20728: the DSDB_CONTROL_REPLICATED_OBJECT_OID control isn't used anymoreStefan Metzmacher2007-10-104-61/+1
* r20727: implement basic merging of replicated objects when it already existStefan Metzmacher2007-10-101-4/+246
* r20726: - only add the rdn attribute and it's meta_data when the 'name' attri...Stefan Metzmacher2007-10-103-35/+47
* r20723: Web Application FrameworkDerrell Lipman2007-10-101-1/+1
* r20716: add a dsdb_cache ldb module which will load the dsdb_schema and other...Stefan Metzmacher2007-10-102-0/+59
* r20715: set the dsdb_schema on the ldb_contextStefan Metzmacher2007-10-101-0/+6
* r20714: we can use talloc_asprintf_append() again, because strupper_talloc()Stefan Metzmacher2007-10-101-6/+5
* r20713: sort the cursors in replUpToDateVector by source_dsa_invocation_id,Stefan Metzmacher2007-10-101-0/+13
* r20712: add a function to compare GUID'sStefan Metzmacher2007-10-101-0/+25
* r20710: update or create the "repsFrom" values after applying replicated objectsStefan Metzmacher2007-10-101-1/+93
* r20709: pass a repsFromTo1 struct down as it contains all needed info for the...Stefan Metzmacher2007-10-104-55/+91
* r20708: fix crash bug! we can't use stack memory for async requests...Stefan Metzmacher2007-10-101-4/+7
* r20706: the '@' chars should only be in front of each line,Stefan Metzmacher2007-10-101-6/+6
* r20705: store the "replUpToDateVector" attribute in DSDB_EXTENDED_REPLICATED_...Stefan Metzmacher2007-10-104-2/+364
* r20704: add functions to get and set the ntds objectGUID and invocationIdStefan Metzmacher2007-10-101-0/+186
* r20703: fix minor memory leakStefan Metzmacher2007-10-101-0/+1
* r20702: fix spellingStefan Metzmacher2007-10-101-1/+1
* r20698: added AIO writing supportAndrew Tridgell2007-10-103-2/+85
* r20697: A couple of minot cross-compile fixes.James Peach2007-10-102-2/+6
* r20696: Print mktestsetup errors to stderr rather than to either stderr or st...Jelmer Vernooij2007-10-102-11/+36
* r20693: Add reimplementation of selftest in perl. Once this has been testedJelmer Vernooij2007-10-101-0/+253
* r20689: "pdc" and "bdc" have been replaced by "domain controller"Simo Sorce2007-10-101-6/+2
* r20688: Use argv[0] equivalent of perl.Jelmer Vernooij2007-10-101-3/+3
* r20686: this is a generic uptodateness vectorStefan Metzmacher2007-10-101-7/+2
* r20685: apply records using dsdb_extended_replicated_objects_commit()Stefan Metzmacher2007-10-101-275/+91
* r20684: if we don't have any indexes, then we should not waste timeStefan Metzmacher2007-10-101-0/+5
* r20683: load indexes before applying replicated objects,Stefan Metzmacher2007-10-101-0/+3
* r20682: make the dsdb_extended_replicated_objects_commit() interface a bit mo...Stefan Metzmacher2007-10-102-37/+18
* r20681: implement the DSDB_EXTENDED_REPLICATED_OBJECTS operation.Stefan Metzmacher2007-10-102-3/+374
* r20680: prepare the helper functions for applying replicated objectsStefan Metzmacher2007-10-102-59/+20
* r20679: make the init_handle stuff a bit easier and get rid of really ugly ta...Stefan Metzmacher2007-10-101-26/+15
* r20678: add index for objectGUIDStefan Metzmacher2007-10-101-1/+1
* r20677: Condense compilations rules.James Peach2007-10-101-27/+63
* r20676: Add ref pointer to fix warning.Jelmer Vernooij2007-10-104-19/+21
* r20675: Fix installation.Jelmer Vernooij2007-10-102-2/+9
* r20670: Make the logic more clearSimo Sorce2007-10-101-16/+22
* r20669: Simplifing moreSimo Sorce2007-10-101-88/+56
* r20665: put in my version of aio.hAndrew Tridgell2007-10-101-4/+4
* r20661: the golden rule: "make things private if possible!"Stefan Metzmacher2007-10-101-1/+1
* r20659: add missing system/aio.hStefan Metzmacher2007-10-101-0/+29
* r20657: fix compiler warning and bug:-)Stefan Metzmacher2007-10-101-1/+1
* r20656: This way the process flow should be much more readable.Simo Sorce2007-10-101-104/+131
* r20653: If this is the wrong way to fix the build, I apologize. But these inc...Volker Lendecke2007-10-103-0/+3
* r20652: Attempt to fix the buildVolker Lendecke2007-10-102-0/+2
* r20650: revert a bunch of code I didn't mean to commit yetAndrew Tridgell2007-10-1013-887/+597
* r20649: fixed strlower_talloc() and strupper_talloc() to end with right size,Andrew Tridgell2007-10-101-0/+6
* r20648: Closer to a build... Add missing header file.Andrew Bartlett2007-10-101-0/+434
* r20647: add cluster codeAndrew Tridgell2007-10-1016-597/+971