summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r21072: fix compiler warningStefan Metzmacher1-1/+1
metze (This used to be commit e788709835fa13b512fbf38951c9d0ca9bc3df18)
2007-10-10r21071: Move some of the key path variables into the mk-keyblobs.sh script.Andrew Bartlett2-14/+3
Andrew Bartlett (This used to be commit 1c466c6d6f02bf76f7f68e7dcd3d9a4c2a63179a)
2007-10-10r21069: Try to split up the mktestsetup.sh script into parts to deal with eachAndrew Bartlett5-337/+356
LDAP implementation, and another to hold the key blobs. Also fix the OpenLDAP test. Andrew Bartlett (This used to be commit ec511c592bbb7df513fe6f62e06e1fa984431550)
2007-10-10r21068: Code to configure, start and stop Fedora DS.Andrew Bartlett2-10/+41
We can't actually use it, as we are stuck inside our socket_wrapper network, and can't talk to it. Andrew Bartlett (This used to be commit bd564da6b9b45c438ef81b42dc156116ed81cbe7)
2007-10-10r21066: Fix the build (uninitialised variable).Jelmer Vernooij2-0/+15
(This used to be commit 54b63787606f392e094fe28c2536999c34f76f44)
2007-10-10r21059: add an option to implement what windows wins server confgure viaStefan Metzmacher1-1/+7
HKEY_LOCAL_MACHINE\System\CurrentControlset\Services\WINS\Parameters\Prepend1BTo1CQueries nbtd:wins_prepend1Bto1Cqueries=no will turn it off metze (This used to be commit 5362eede6b097c3a62d5c4d59151f8e26d89f1c0)
2007-10-10r21055: Fix executable bit.Jelmer Vernooij7-91/+5
(This used to be commit 7512270ffae4e72d70f6ca347f09708f1bf915ad)
2007-10-10r21045: every call in brlock_ctdb ended up neededing a 32 bit status code, soAndrew Tridgell4-91/+33
rather than allocating a reply_data field each time, I have changed the ctdb_call API to include a status code. That greatly simplifies use of the API. (This used to be commit 70c3acaf8876fa5712e2135df234fe3bc1e32e77)
2007-10-10r21044: - merge struct ctdb_call API changes from bzr treeAndrew Tridgell3-132/+122
- convert brlock code to new API (This used to be commit cf317480cb715dbaab87c06f824a1db14b09b298)
2007-10-10r21043: Work towards allowing Fedora DS to backend Samba4 in 'make test'.Andrew Bartlett1-0/+58
Andrew Bartlett (This used to be commit 92cea0b79011e9b86ab7e782c83ad5964a5925bd)
2007-10-10r21042: Fix typoVolker Lendecke1-1/+1
(This used to be commit eb83537a3b4889353cdc9bb471315a77e1f87c90)
2007-10-10r21041: Change some "private" to "private_data", and change one (void **) ↵Volker Lendecke3-20/+27
function parameter to (void *). void** in function parameters leads to type-punned warnings. Volker (This used to be commit 57979d89c53b4363e4b447205703579df6756653)
2007-10-10r21040: Remove subunit runner (now written in perl in my perlselftest branch)Jelmer Vernooij7-313/+1
(This used to be commit afe0d170b08deb712b91ee73cc00a444e989b480)
2007-10-10r21039: Test some more failure paths (trying to increase the lcov score).Andrew Bartlett2-5/+7
Andrew Bartlett (This used to be commit 76812a0337fbfcb19939c6ee7a57975b6d690a4d)
2007-10-10r21038: Move commands to distclean targetJelmer Vernooij2-7/+8
(This used to be commit 6713945fbab2df5b695c11df623f16d0abd1a772)
2007-10-10r21032: Skip two more testsJelmer Vernooij1-1/+1
(This used to be commit 65cb965f11534a0636ab083219d84eb78dceecae)
2007-10-10r21031: Skip some tests that were not listed previously.Jelmer Vernooij1-1/+4
(This used to be commit 7b160f18b26a5abe13b1cbc8039e57bd0cee86e0)
2007-10-10r21030: whoops, fix incorrect regexJelmer Vernooij2-2/+4
(This used to be commit 2c6cc617f9cc84c1cd9f6652d3a8ac9c605ab42c)
2007-10-10r21029: - Remove now unused failure checking codeJelmer Vernooij19-52/+40
- Use --list option for smbtorture for local and nbt tests as well (This used to be commit 053d5a40bc96b9503220f17f59677a0df6677a1e)
2007-10-10r21028: Generate list of tests rather than maintaining it manually.Jelmer Vernooij2-27/+26
(This used to be commit 7de4727ceb5935dd5fca49db0331c4509f735362)
2007-10-10r21027: Print the name we fail on. I need to fix Samba4 to pass this.Andrew Bartlett1-1/+2
Andrew Bartlett (This used to be commit 5e907ae795b49d6c120ddedee3ba6d11c06bfab4)
2007-10-10r21026: Add a helpful script to do the things we need to do to make a releaseAndrew Bartlett1-0/+13
tarball. Andrew Bartlett (This used to be commit 59752290438f9a1a10d81f798e1e9746508e4d5a)
2007-10-10r21017: Actually run tests during test phase rather than when generating the ↵Jelmer Vernooij3-56/+4
recipe. (This used to be commit b975ce3a471d29fb2c0691c65993f9dfeb066d79)
2007-10-10r20997: Add in more certificate and key blobs, to enable PKINIT.Andrew Bartlett1-29/+121
To automaticly test this, we need to decide if we should ship kinit (and possibly and hxtool). Andrew Bartlett (This used to be commit 413df7114e194b9c081d53ef29d42743129ad518)
2007-10-10r20991: use relative includes for ctdb headers. This works with bothAndrew Tridgell9-17/+9
standalone and built-in ctdb (This used to be commit 3e5f29bddfd83914eeec706367b2b1bd30aba31e)
2007-10-10r20990: check for errors from event_loop_once()Andrew Tridgell1-2/+8
(This used to be commit 6af4557b1306e7e6a23c697cef3467d0f0458531)
2007-10-10r20989: don't mark epoll as set until after the io_submit() succeedsAndrew Tridgell1-1/+1
this is part of the solution to LOCAL-EVENT on fort (This used to be commit 35f62bc12559e355d4ac73018afe255ea7c5866b)
2007-10-10r20988: Call out to Heimdal's krb5.conf processing to configure many aspectsAndrew Bartlett6-27/+754
of KDC behaviour. This should allow PKINIT to be turned on and managed with reasonable sanity. This also means that the krb5.conf in the same directory as the smb.conf will always have priority in Samba4, which I think will be useful. Andrew Bartlett (This used to be commit a50bbde81b010bc5d06e3fc3417ade44627eb771)
2007-10-10r20984: Try to ensure we can't have sig_state dissapear before se.Andrew Bartlett1-0/+5
I think this happens when both are eventual children of the autofree context. (Trying to track down a valgrind error on fort). Andrew Bartlett (This used to be commit aee751497ca738fa0de72dd0748590a74d5af2fd)
2007-10-10r20983: Two no-mem error returnsVolker Lendecke1-0/+5
(This used to be commit 79a0cd3a1bbd3d4ef0c335f398fa8bb8e82c8624)
2007-10-10r20981: Fix cut'n'paste error.James Peach1-1/+1
(This used to be commit 20dcd6e2416d656e97b8cc060809673a97d5cde6)
2007-10-10r20978: 300 seconds as interval is ok, when we do nothingStefan Metzmacher1-1/+1
metze (This used to be commit 4d6629c68332985f9122e4591f31ae46250de646)
2007-10-10r20977: start the 'drepl' service, which currently does nothing by default,Stefan Metzmacher2-2/+2
but make it less verbose metze (This used to be commit f7e82a0c94fc8996827ea8d8a9b459bcaee029de)
2007-10-10r20975: - implement handling of meta data an on originating addStefan Metzmacher1-37/+240
there're a few things TODO, but it's a good start we need to research if an originating change causes the replUpToDateVector attribute to change...(I assume it, but needs testing) metze (This used to be commit fde0aabd9ae79fcefbcba34e6f9143f93ffcf96c)
2007-10-10r20974: add basic infrastructure for a DSDB replication serviceStefan Metzmacher3-0/+267
not activated yet... it will handle inbound pull replication and outbound change notification metze (This used to be commit 15eae968b8c72b4ce47071012e4110f3b7f3c3bc)
2007-10-10r20973: add functions to create the autocreated subSchema Attributes:Stefan Metzmacher2-0/+192
attributeTypes, objectClasses and dITContentRules this is just a start and doesn't create anything useful yet... metze (This used to be commit 4c8b717092c201c30be4d266bbb45b1142a9d627)
2007-10-10r20972: "private" -> "private_data"Volker Lendecke2-19/+19
(This used to be commit 8cbcd3d1cbb0661b1767bb7ace0804cf9a573e34)
2007-10-10r20971: we don't need this check twice:-)Stefan Metzmacher1-7/+0
metze (This used to be commit b7d48274a7341c5e4a3f103387f87fcc94853271)
2007-10-10r20969: remove unused function, found my lcovStefan Metzmacher1-49/+0
metze (This used to be commit 0c5eb19ebc12bc954c23e9f561d5f96644a19aca)
2007-10-10r20968: - add functions to sort the meta data and attribute arraysStefan Metzmacher1-25/+90
- we should use them before we store records to disk metze (This used to be commit a5200ef0cae5e8b0cedf196c9d76afc46e08c316)
2007-10-10r20967: Allow pidl tests to work with gcovJelmer Vernooij6-28/+46
(This used to be commit 9da63e362c9d590388c77d882f9dbf54b0aa78cc)
2007-10-10r20964: Show the domain name we figured out, rather than a null pointer (inAndrew Bartlett1-1/+1
some error cases) Andrew Bartlett (This used to be commit 4195839d1a6102d7c6ae17c1b1db0418c99c9241)
2007-10-10r20963: remove unused functions, run LOCAL-TDR by defaultJelmer Vernooij3-18/+4
(This used to be commit 0f34c67fff53d5bd3c1b5a5618190ad7154e8d07)
2007-10-10r20962: Fix lcovJelmer Vernooij3-0/+64
(This used to be commit 3d3d3031c80b56c824ab8a0f3616d564f092a110)
2007-10-10r20961: Fix lcovJelmer Vernooij1-7/+5
(This used to be commit fa659bed48eae9b9c2e00be91d8cd4e816527465)
2007-10-10r20960: attempt to fix a valgrind error in the signals backend.Andrew Tridgell1-38/+48
This also reduces the static data in the signal backend when not using signals to 4 bytes. (This used to be commit 071a6e8eb1861b10b8a7aa61470f21a546ffa0ca)
2007-10-10r20957: a value of FF0000000000000000000000000000000000000000 isn't stored ↵Stefan Metzmacher1-4/+8
as schemaInfo so we need to use it as value if nothing is stored metze (This used to be commit cd326134079375fc83640444d6323a5cbe7c02ee)
2007-10-10r20956: cn and instanceType are autogenerated values, later we need to ↵Stefan Metzmacher1-16/+0
remove them from all ldif files, but for now only the ones used by the NET-API-BECOME-DC test metze (This used to be commit 7510b9ca4a79c12c31abcf4a64b5eaba2f6c2fe9)
2007-10-10r20955: Add testsJelmer Vernooij1-0/+131
(This used to be commit 965d0d9289eceed1b9b88ad3f87046ac47202237)
2007-10-10r20954: Add lcov target, fix gcov.Jelmer Vernooij1-2/+11
(This used to be commit f7e93afa1c698ff005d3ce594b952ee2c8431d29)