summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r21042: Fix typoVolker Lendecke1-1/+1
2007-10-10r21041: Change some "private" to "private_data", and change one (void **) fun...Volker Lendecke3-20/+27
2007-10-10r21040: Remove subunit runner (now written in perl in my perlselftest branch)Jelmer Vernooij7-313/+1
2007-10-10r21039: Test some more failure paths (trying to increase the lcov score).Andrew Bartlett2-5/+7
2007-10-10r21038: Move commands to distclean targetJelmer Vernooij2-7/+8
2007-10-10r21032: Skip two more testsJelmer Vernooij1-1/+1
2007-10-10r21031: Skip some tests that were not listed previously.Jelmer Vernooij1-1/+4
2007-10-10r21030: whoops, fix incorrect regexJelmer Vernooij2-2/+4
2007-10-10r21029: - Remove now unused failure checking codeJelmer Vernooij19-52/+40
2007-10-10r21028: Generate list of tests rather than maintaining it manually.Jelmer Vernooij2-27/+26
2007-10-10r21027: Print the name we fail on. I need to fix Samba4 to pass this.Andrew Bartlett1-1/+2
2007-10-10r21026: Add a helpful script to do the things we need to do to make a releaseAndrew Bartlett1-0/+13
2007-10-10r21017: Actually run tests during test phase rather than when generating the ...Jelmer Vernooij3-56/+4
2007-10-10r20997: Add in more certificate and key blobs, to enable PKINIT.Andrew Bartlett1-29/+121
2007-10-10r20991: use relative includes for ctdb headers. This works with bothAndrew Tridgell9-17/+9
2007-10-10r20990: check for errors from event_loop_once()Andrew Tridgell1-2/+8
2007-10-10r20989: don't mark epoll as set until after the io_submit() succeedsAndrew Tridgell1-1/+1
2007-10-10r20988: Call out to Heimdal's krb5.conf processing to configure many aspectsAndrew Bartlett6-27/+754
2007-10-10r20984: Try to ensure we can't have sig_state dissapear before se.Andrew Bartlett1-0/+5
2007-10-10r20983: Two no-mem error returnsVolker Lendecke1-0/+5
2007-10-10r20981: Fix cut'n'paste error.James Peach1-1/+1
2007-10-10r20978: 300 seconds as interval is ok, when we do nothingStefan Metzmacher1-1/+1
2007-10-10r20977: start the 'drepl' service, which currently does nothing by default,Stefan Metzmacher2-2/+2
2007-10-10r20975: - implement handling of meta data an on originating addStefan Metzmacher1-37/+240
2007-10-10r20974: add basic infrastructure for a DSDB replication serviceStefan Metzmacher3-0/+267
2007-10-10r20973: add functions to create the autocreated subSchema Attributes:Stefan Metzmacher2-0/+192
2007-10-10r20972: "private" -> "private_data"Volker Lendecke2-19/+19
2007-10-10r20971: we don't need this check twice:-)Stefan Metzmacher1-7/+0
2007-10-10r20969: remove unused function, found my lcovStefan Metzmacher1-49/+0
2007-10-10r20968: - add functions to sort the meta data and attribute arraysStefan Metzmacher1-25/+90
2007-10-10r20967: Allow pidl tests to work with gcovJelmer Vernooij6-28/+46
2007-10-10r20964: Show the domain name we figured out, rather than a null pointer (inAndrew Bartlett1-1/+1
2007-10-10r20963: remove unused functions, run LOCAL-TDR by defaultJelmer Vernooij3-18/+4
2007-10-10r20962: Fix lcovJelmer Vernooij3-0/+64
2007-10-10r20961: Fix lcovJelmer Vernooij1-7/+5
2007-10-10r20960: attempt to fix a valgrind error in the signals backend.Andrew Tridgell1-38/+48
2007-10-10r20957: a value of FF0000000000000000000000000000000000000000 isn't stored as...Stefan Metzmacher1-4/+8
2007-10-10r20956: cn and instanceType are autogenerated values, later we need to remove...Stefan Metzmacher1-16/+0
2007-10-10r20955: Add testsJelmer Vernooij1-0/+131
2007-10-10r20954: Add lcov target, fix gcov.Jelmer Vernooij1-2/+11
2007-10-10r20953: add templates in provision_become_dc()Stefan Metzmacher1-0/+3
2007-10-10r20952: when a component is changed we need to rebuild the linearized stringStefan Metzmacher1-0/+1
2007-10-10r20949: Looking over some lcov output, try and walk some error paths.Andrew Bartlett2-3/+20
2007-10-10r20948: a very simple example on how to setup and test ctdbAndrew Tridgell7-0/+73
2007-10-10r20947: fixed a bug in the unlock logic in the brlock tdb backendAndrew Tridgell1-28/+44
2007-10-10r20946: fixed another couple of bugs in the brlock ctdb backend. It nowAndrew Tridgell1-28/+60
2007-10-10r20945: fixed the bug causing locktest to fail with the ctdb backend after aAndrew Tridgell5-93/+10
2007-10-10r20944: if a call has been destroyed before a reply comes in then discard theAndrew Tridgell1-0/+4
2007-10-10r20943: use offsetof() instead of sizeof() - 1 for the packet lengthAndrew Tridgell1-14/+18
2007-10-10r20942: Simplify handling of systems that don't support negative enum values ...Jelmer Vernooij7-35/+12