summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r21029: - Remove now unused failure checking codeJelmer Vernooij2007-10-1019-52/+40
* r21028: Generate list of tests rather than maintaining it manually.Jelmer Vernooij2007-10-102-27/+26
* r21027: Print the name we fail on. I need to fix Samba4 to pass this.Andrew Bartlett2007-10-101-1/+2
* r21026: Add a helpful script to do the things we need to do to make a releaseAndrew Bartlett2007-10-101-0/+13
* r21017: Actually run tests during test phase rather than when generating the ...Jelmer Vernooij2007-10-103-56/+4
* r20997: Add in more certificate and key blobs, to enable PKINIT.Andrew Bartlett2007-10-101-29/+121
* r20991: use relative includes for ctdb headers. This works with bothAndrew Tridgell2007-10-109-17/+9
* r20990: check for errors from event_loop_once()Andrew Tridgell2007-10-101-2/+8
* r20989: don't mark epoll as set until after the io_submit() succeedsAndrew Tridgell2007-10-101-1/+1
* r20988: Call out to Heimdal's krb5.conf processing to configure many aspectsAndrew Bartlett2007-10-106-27/+754
* r20984: Try to ensure we can't have sig_state dissapear before se.Andrew Bartlett2007-10-101-0/+5
* r20983: Two no-mem error returnsVolker Lendecke2007-10-101-0/+5
* r20981: Fix cut'n'paste error.James Peach2007-10-101-1/+1
* r20978: 300 seconds as interval is ok, when we do nothingStefan Metzmacher2007-10-101-1/+1
* r20977: start the 'drepl' service, which currently does nothing by default,Stefan Metzmacher2007-10-102-2/+2
* r20975: - implement handling of meta data an on originating addStefan Metzmacher2007-10-101-37/+240
* r20974: add basic infrastructure for a DSDB replication serviceStefan Metzmacher2007-10-103-0/+267
* r20973: add functions to create the autocreated subSchema Attributes:Stefan Metzmacher2007-10-102-0/+192
* r20972: "private" -> "private_data"Volker Lendecke2007-10-102-19/+19
* r20971: we don't need this check twice:-)Stefan Metzmacher2007-10-101-7/+0
* r20969: remove unused function, found my lcovStefan Metzmacher2007-10-101-49/+0
* r20968: - add functions to sort the meta data and attribute arraysStefan Metzmacher2007-10-101-25/+90
* r20967: Allow pidl tests to work with gcovJelmer Vernooij2007-10-106-28/+46
* r20964: Show the domain name we figured out, rather than a null pointer (inAndrew Bartlett2007-10-101-1/+1
* r20963: remove unused functions, run LOCAL-TDR by defaultJelmer Vernooij2007-10-103-18/+4
* r20962: Fix lcovJelmer Vernooij2007-10-103-0/+64
* r20961: Fix lcovJelmer Vernooij2007-10-101-7/+5
* r20960: attempt to fix a valgrind error in the signals backend.Andrew Tridgell2007-10-101-38/+48
* r20957: a value of FF0000000000000000000000000000000000000000 isn't stored as...Stefan Metzmacher2007-10-101-4/+8
* r20956: cn and instanceType are autogenerated values, later we need to remove...Stefan Metzmacher2007-10-101-16/+0
* r20955: Add testsJelmer Vernooij2007-10-101-0/+131
* r20954: Add lcov target, fix gcov.Jelmer Vernooij2007-10-101-2/+11
* r20953: add templates in provision_become_dc()Stefan Metzmacher2007-10-101-0/+3
* r20952: when a component is changed we need to rebuild the linearized stringStefan Metzmacher2007-10-101-0/+1
* r20949: Looking over some lcov output, try and walk some error paths.Andrew Bartlett2007-10-102-3/+20
* r20948: a very simple example on how to setup and test ctdbAndrew Tridgell2007-10-107-0/+73
* r20947: fixed a bug in the unlock logic in the brlock tdb backendAndrew Tridgell2007-10-101-28/+44
* r20946: fixed another couple of bugs in the brlock ctdb backend. It nowAndrew Tridgell2007-10-101-28/+60
* r20945: fixed the bug causing locktest to fail with the ctdb backend after aAndrew Tridgell2007-10-105-93/+10
* r20944: if a call has been destroyed before a reply comes in then discard theAndrew Tridgell2007-10-101-0/+4
* r20943: use offsetof() instead of sizeof() - 1 for the packet lengthAndrew Tridgell2007-10-101-14/+18
* r20942: Simplify handling of systems that don't support negative enum values ...Jelmer Vernooij2007-10-107-35/+12
* r20941: avoid races in the block/unblock codeAndrew Tridgell2007-10-101-3/+11
* r20940: allow SA_SIGINFO signals to be oneshot. Why you would ever want thisAndrew Tridgell2007-10-101-0/+3
* r20939: reduce the amount of static state for signal handlers from 96k to 1.2kAndrew Tridgell2007-10-101-4/+23
* r20938: use a double counter trick to avoid the need for atomic incrementAndrew Tridgell2007-10-101-10/+31
* r20934: I *hate* deep indents :-)Volker Lendecke2007-10-101-26/+28
* r20930: use sigaction() instead of signal()Andrew Tridgell2007-10-106-66/+155
* r20929: fixed typoAndrew Tridgell2007-10-101-4/+4
* r20928: added signal events to lib/eventsAndrew Tridgell2007-10-1010-2/+261