summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* register the ctdbd reconfigure messageAndrew Tridgell2008-08-132-0/+12
* allow nested ctdb transactions in the same manner that they areAndrew Tridgell2008-08-131-2/+21
* drop retries to 5Andrew Tridgell2008-08-131-1/+1
* use CTDB_CONTROL_TRANS2_COMMIT_RETRY to prevent the counter gettingAndrew Tridgell2008-08-131-2/+3
* fixed lots of places that paniced on a failed transaction_commit,Andrew Tridgell2008-08-135-16/+21
* don't leave a dangling transaction on retry errorAndrew Tridgell2008-08-131-2/+4
* cope with the control failing completely without returning a statusAndrew Tridgell2008-08-131-12/+18
* handle two special casesAndrew Tridgell2008-08-131-16/+42
* put a limit on the number of retries. I found a case where a recoveryAndrew Tridgell2008-08-131-0/+12
* we need to commit, not cancel, on record destructionAndrew Tridgell2008-08-131-1/+4
* removed more unused codeAndrew Tridgell2008-08-131-72/+0
* all persistent databases now do all stores via automatic transactionsAndrew Tridgell2008-08-131-150/+46
* use transactions in idmap_tdb2Andrew Tridgell2008-08-131-18/+42
* fixed fetch of empty recordsAndrew Tridgell2008-08-131-6/+11
* samba3 can't handle NOREPLY yetAndrew Tridgell2008-08-131-0/+3
* cleanup debugging and fix handling of empty transactionAndrew Tridgell2008-08-131-13/+11
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-1318-1390/+648
* got rid of the redundent cache databaseAndrew Tridgell2008-08-131-134/+28
* idmap tdb2: fix inconsistent mappings by checking for race and retrying to fe...Michael Adam2008-08-132-57/+22
* dbwrap ctdb: fix a DEBUG message.Michael Adam2008-08-131-1/+1
* idmap tdb2: fix broken logic in tdb2_delete_bystring().Michael Adam2008-08-131-5/+8
* idmap tdb2: fix broken logic in tdb2_store_bystring().Michael Adam2008-08-131-5/+8
* dbwrap ctdb: don't retry when tdb_store failed in db_ctdb_persistent_store().Michael Adam2008-08-131-0/+1
* dbwrap ctdb: add a partial mapping from tdb_error to NTSTATUS and use it for ...Michael Adam2008-08-131-3/+26
* dbwrap ctdb: add db_ctdb_delete_persistent() and use it for persistent DBsMichael Adam2008-08-131-1/+17
* dbwrap ctdb: call db_ctdb_store() in db_ctdb_delete().Michael Adam2008-08-131-7/+2
* dbwrap ctdb: add a retry loop to the persistent store operation.Michael Adam2008-08-131-51/+120
* dbwrap ctdb: release the lock before calling ctdbd_persistent_store()Michael Adam2008-08-131-0/+26
* dbwrap ctdb: remove erroneously duplicated comment.Michael Adam2008-08-131-1/+0
* Use transaction start/cancel for persistent writes to avoid leaving the datab...Ronnie Sahlberg2008-08-133-6/+48
* Add a gpfs_prefetch moduleVolker Lendecke2008-08-133-1/+315
* Correctly return NULL from messaging_ctdbd_connection if messaging_init failedVolker Lendecke2008-08-131-0/+1
* Exit smbstatus cleanly if messaging_init failsVolker Lendecke2008-08-131-0/+6
* keep compatibility with v3-0-ctdb name for fileid:mapping optionAndrew Tridgell2008-08-131-1/+1
* Add winbind:online check timeout parameterVolker Lendecke2008-08-131-0/+16
* Attempt to fix bug 5684Volker Lendecke2008-08-131-1/+1
* Attempt to fix the build on Irix CCVolker Lendecke2008-08-131-1/+3
* Merge from Herb. print correct test statusJeremy Allison2008-08-121-1/+2
* Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison2008-08-126-38/+42
* use variables for files used in multiple placesHerb Lewis2008-08-121-17/+19
* Make sure to always set errno on error path in OpenDir (and hence scan_direct...Michael Adam2008-08-121-0/+1
* Fix unix_convert() for "*" after changing map_nt_error_from_unix().Michael Adam2008-08-121-1/+1
* I found lots of places where we assume error will be set when callingAndrew Tridgell2008-08-122-4/+12
* ensure we give an error code to any routines above that are lookingAndrew Tridgell2008-08-121-0/+3
* cifs.upcall: negatively instantiate keys on errorJeff Layton2008-08-121-2/+10
* Remove two unused variablesVolker Lendecke2008-08-121-2/+1
* Do not create a new mapping if a domain with an explicit config failsVolker Lendecke2008-08-121-0/+18
* Some doxygen comments for idmapVolker Lendecke2008-08-122-15/+157
* Fix prototypesVolker Lendecke2008-08-122-19/+25
* Remove "idmap alloc config : range" parameterVolker Lendecke2008-08-123-135/+76