summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r21140: enable the pending lock notify code in the ctdb backend so that timedAndrew Tridgell2007-10-101-36/+80
| | | | | locks retry immediately when another blocking lock is removed. (This used to be commit 169920a5341392e84d5b5fb5f39c2b9d5243bb3b)
* r21139: make the RAW-MUX test fail if the locking subsystem doesn't triggerAndrew Tridgell2007-10-101-0/+8
| | | | | early byte range lock retries (ie. PENDING locks in brlock) (This used to be commit 09237e3acf524f7e772acce2e652ef30b8ba4d65)
* r21137: If you change the name of a constant in one file, it helps to ensure ↵Derrell Lipman2007-10-101-15/+15
| | | | | | that the use of the constant in other files is corrected as well. (This used to be commit 1773d430176bc3cab37431c6a9991bc5c9c66dcd)
* r21136: First attempt at implementing add/modify rpc calls.Simo Sorce2007-10-103-6/+83
| | | | | | | The code does not work, but Derrell asked me to commit to analyze the problem. Simo. (This used to be commit 433591c430891fd5f0859fe3b685287b4fb166e5)
* r21135: Instead of having hooks to update keytabs as an explicit thing, updateAndrew Bartlett2007-10-108-115/+242
| | | | | | | | | | | | | | them as a hook on ldb modify, via a module. This should allow the secrets.ldb to be edited by the admin, and to have things update in the on-disk keytab just as an in-memory keytab would. This isn't really a dsdb plugin, but I don't have any other good ideas about where to put it. Andrew Bartlett (This used to be commit 6ce557a1aff4754d2622be8f1c6695d9ee788d54)
* r21134: Attempt to quieten the build farm for Samba3Volker Lendecke2007-10-101-0/+4
| | | | (This used to be commit 966c30ca591c410a4a229396c7919fe8f98bd066)
* r21126: Enhance the modal window so that it gets focus and just presing ↵Simo Sorce2007-10-101-42/+57
| | | | | | | | | | | | enter works. Still I don't see the cursor :( Swap -/+ buttons, you risk to delete an attribute by mistake when instead you want to add a new one, and you might even not notice it. Simo. (This used to be commit afa61d59714686ceef1e33c46e8b504d5030eb10)
* r21125: Tridge, please check this closely if this relaxed notify test isVolker Lendecke2007-10-101-21/+55
| | | | | | | | | | | | | | | | acceptable. In Samba3 with inotify we have the problem that the MODIFIED action is sent second. I think this could also happen in Samba4, depending on the order when the different sockets (unix domain dgram / inotify) are looked at by the events system. This patch accepts the NEW/OLD/MODIFIED entries in any order. Comments welcome! Volker (This used to be commit 72a7771b757c3aca637eb632abebab60bdd2da9f)
* r21124: Samba3 does not support create times correctly.Volker Lendecke2007-10-101-7/+15
| | | | | Volker (This used to be commit c9886ce63b8cc085e0032ad2f6193c547336856d)
* r21118: Looks a bit better ...Simo Sorce2007-10-101-13/+26
| | | | (This used to be commit e2d1f6d291602d56011c7099485ecd1a5767fca5)
* r21104: Rename struct watch_context to struct inotify_watch_contextVolker Lendecke2007-10-101-8/+9
| | | | (This used to be commit 3548b1f683a7f5ccc6563de7e099d3a5a86ed39c)
* r21103: This seems to do the 'right thing' in applying the correct accessAndrew Bartlett2007-10-101-0/+2
| | | | | | | | control to the SWAT ldb browser. This should show up as the authenticated user, rather than anonymous now. Andrew Bartlet (This used to be commit 48a5105f6bb0afcd22feb9448aba3006e6646848)
* r21095: Expose all naming contextsSimo Sorce2007-10-102-23/+53
| | | | (This used to be commit d25e828dbe479347894b197c94199c5540ac34e5)
* r21086: add some notesStefan Metzmacher2007-10-101-0/+7
| | | | | metze (This used to be commit dfbdb958419a041c1aff039810f7e9cb4320ec2c)
* r21085: implement something like the parameterStefan Metzmacher2007-10-101-0/+105
| | | | | | | | | | HKEY_LOCAL_MACHINE\System\CurrentControlset\Services\WINS\Parameters\Randomize1CList nbtd:wins_randomize1Clist=yes nbtd:wins_randomize1Clist_mask=255.255.0.0 metze (This used to be commit eee635ab4d7ae8ffd8962b3d4518a7e6b5a90f97)
* r21078: TP4 is just releasedStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 1c942b7d8ffb97b70f17fd901033f54771274b96)
* r21075: Generate parameters in structs for the server side Samba 3 code. The ↵Jelmer Vernooij2007-10-101-6/+2
| | | | | | current code in Samba 3 is already generated using this pidl patch. (This used to be commit 30a06273d28fb59c6f20154f97c67f4c0a63dee9)
* r21072: fix compiler warningStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit e788709835fa13b512fbf38951c9d0ca9bc3df18)
* r21071: Move some of the key path variables into the mk-keyblobs.sh script.Andrew Bartlett2007-10-102-14/+3
| | | | | Andrew Bartlett (This used to be commit 1c466c6d6f02bf76f7f68e7dcd3d9a4c2a63179a)
* r21069: Try to split up the mktestsetup.sh script into parts to deal with eachAndrew Bartlett2007-10-105-337/+356
| | | | | | | | | LDAP implementation, and another to hold the key blobs. Also fix the OpenLDAP test. Andrew Bartlett (This used to be commit ec511c592bbb7df513fe6f62e06e1fa984431550)
* r21068: Code to configure, start and stop Fedora DS.Andrew Bartlett2007-10-102-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)
* r21066: Fix the build (uninitialised variable).Jelmer Vernooij2007-10-102-0/+15
| | | | (This used to be commit 54b63787606f392e094fe28c2536999c34f76f44)
* r21065: The framework is complete (yes the gui layout still sucks but that willSimo Sorce2007-10-102-4/+88
| | | | | | be handled later) next will be to build out the code to actually commit changes (This used to be commit f0ddc503820aeec3557fe8d80b31c971fae7cdc1)
* r21059: add an option to implement what windows wins server confgure viaStefan Metzmacher2007-10-101-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)
* r21055: Fix executable bit.Jelmer Vernooij2007-10-107-91/+5
| | | | (This used to be commit 7512270ffae4e72d70f6ca347f09708f1bf915ad)
* r21048: Start coding add/modify widgets.Simo Sorce2007-10-102-15/+313
| | | | | Not functional yet. (This used to be commit 9cd488cf576929a51ec993fc61a215081fcedc29)
* r21045: every call in brlock_ctdb ended up neededing a 32 bit status code, soAndrew Tridgell2007-10-104-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)
* r21044: - merge struct ctdb_call API changes from bzr treeAndrew Tridgell2007-10-103-132/+122
| | | | | - convert brlock code to new API (This used to be commit cf317480cb715dbaab87c06f824a1db14b09b298)
* r21043: Work towards allowing Fedora DS to backend Samba4 in 'make test'.Andrew Bartlett2007-10-101-0/+58
| | | | | Andrew Bartlett (This used to be commit 92cea0b79011e9b86ab7e782c83ad5964a5925bd)
* r21042: Fix typoVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit eb83537a3b4889353cdc9bb471315a77e1f87c90)
* r21041: Change some "private" to "private_data", and change one (void **) ↵Volker Lendecke2007-10-103-20/+27
| | | | | | | | | | function parameter to (void *). void** in function parameters leads to type-punned warnings. Volker (This used to be commit 57979d89c53b4363e4b447205703579df6756653)
* r21040: Remove subunit runner (now written in perl in my perlselftest branch)Jelmer Vernooij2007-10-107-313/+1
| | | | (This used to be commit afe0d170b08deb712b91ee73cc00a444e989b480)
* r21039: Test some more failure paths (trying to increase the lcov score).Andrew Bartlett2007-10-102-5/+7
| | | | | Andrew Bartlett (This used to be commit 76812a0337fbfcb19939c6ee7a57975b6d690a4d)
* r21038: Move commands to distclean targetJelmer Vernooij2007-10-102-7/+8
| | | | (This used to be commit 6713945fbab2df5b695c11df623f16d0abd1a772)
* r21032: Skip two more testsJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 65cb965f11534a0636ab083219d84eb78dceecae)
* r21031: Skip some tests that were not listed previously.Jelmer Vernooij2007-10-101-1/+4
| | | | (This used to be commit 7b160f18b26a5abe13b1cbc8039e57bd0cee86e0)
* r21030: whoops, fix incorrect regexJelmer Vernooij2007-10-102-2/+4
| | | | (This used to be commit 2c6cc617f9cc84c1cd9f6652d3a8ac9c605ab42c)
* r21029: - Remove now unused failure checking codeJelmer Vernooij2007-10-1019-52/+40
| | | | | - Use --list option for smbtorture for local and nbt tests as well (This used to be commit 053d5a40bc96b9503220f17f59677a0df6677a1e)
* r21028: Generate list of tests rather than maintaining it manually.Jelmer Vernooij2007-10-102-27/+26
| | | | (This used to be commit 7de4727ceb5935dd5fca49db0331c4509f735362)
* r21027: Print the name we fail on. I need to fix Samba4 to pass this.Andrew Bartlett2007-10-101-1/+2
| | | | | Andrew Bartlett (This used to be commit 5e907ae795b49d6c120ddedee3ba6d11c06bfab4)
* r21026: Add a helpful script to do the things we need to do to make a releaseAndrew Bartlett2007-10-101-0/+13
| | | | | | | tarball. Andrew Bartlett (This used to be commit 59752290438f9a1a10d81f798e1e9746508e4d5a)
* r21023: Brad Henry pointed out some typos.Andrew Bartlett2007-10-101-2/+2
| | | | | Andrew Bartlett (This used to be commit 63ac42c59390d3d582051e5f760564867603662e)
* r21022: Trying out a new style for some of our WHATSNEW and READMEAndrew Bartlett2007-10-103-200/+115
| | | | | | | documentation, prepareing for TP4. Andrew Bartlett (This used to be commit 86b5c558fa976065a76d6aa1d61b7c9f91ecc578)
* r21017: Actually run tests during test phase rather than when generating the ↵Jelmer Vernooij2007-10-105-59/+81
| | | | | | recipe. (This used to be commit b975ce3a471d29fb2c0691c65993f9dfeb066d79)
* r21008: We added a new argument to the provision() function, but I forgot toAndrew Bartlett2007-10-102-2/+2
| | | | | | | update SWAT. Andrew Bartlett (This used to be commit b3fdbfbe812e61319a62fe9158d4c0fa70e7c25b)
* r21000: add some options to control what ldif is dumpedStefan Metzmacher2007-10-101-5/+43
| | | | | | | default is dump everything metze (This used to be commit 4ceb12f5d3c750273bb6ad58cefb1fd1b47643d4)
* r20999: - update the list of attributes for classSchema and atttributeSchema ↵Stefan Metzmacher2007-10-101-28/+74
| | | | | | | | | | | objects - use ${SCHEMADN} instead of CN=Schema,CN=Configuration,${BASEDN} - do not include autogenerated values: instanceType, cn and name in the ldif output - take care of the systemOnly attribute and a resulting NO-USER-MODIFICATION metze (This used to be commit 30a0e8b26e4b49927d733ac05e6032350fe22e9f)
* r20997: Add in more certificate and key blobs, to enable PKINIT.Andrew Bartlett2007-10-101-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)
* r20991: use relative includes for ctdb headers. This works with bothAndrew Tridgell2007-10-109-17/+9
| | | | | standalone and built-in ctdb (This used to be commit 3e5f29bddfd83914eeec706367b2b1bd30aba31e)
* r20990: check for errors from event_loop_once()Andrew Tridgell2007-10-101-2/+8
| | | | (This used to be commit 6af4557b1306e7e6a23c697cef3467d0f0458531)