summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for bug #5688 from SATOH Fumiyasu <fumiyas@osstech.co.jp>. LPQ process is...Jeremy Allison2008-08-141-1/+2
* Fix for bug #5617, reported and patched by Bartosz Antosik antosik@gmail.com.Jeremy Allison2008-08-141-0/+2
* Prevent NT_STATUS 0xF1000000 errors from appearing whenJim McDonough2008-08-141-0/+6
* Revert "Add winbind:online check timeout parameter"Volker Lendecke2008-08-141-16/+0
* Revert "If it is a forced DOS error, nt_errstr should say so"Volker Lendecke2008-08-131-5/+0
* If it is a forced DOS error, nt_errstr should say soVolker Lendecke2008-08-131-0/+5
* VERSION: Raise version number.Karolin Seeger2008-08-131-3/+3
* netapi: add c++ guard.Günther Deschner2008-08-131-1/+8
* smbd: prevent smbd from panicing with "clustering = no" but --with-cluster-su...Michael Adam2008-08-131-1/+3
* added a explanatory comment on tcon checkAndrew Tridgell2008-08-131-0/+4
* smbd/conn: fix prototype change of conn_close_all() in proto.h.Michael Adam2008-08-131-1/+1
* ensure we exit with non-zero status on EOF on socket, so the parentAndrew Tridgell2008-08-132-5/+13
* fixed child exit handling and IP release handlingAndrew Tridgell2008-08-132-1/+5
* log unclean shutdownsAndrew Tridgell2008-08-131-0/+1
* 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