summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-08-14Put prototypes of modules/vfs_posixacl.c into new modules/vfs_posixacl.h.Michael Adam3-18/+50
2008-08-14Fix coverity CID: 594. Resource leak on error path.Jeremy Allison1-2/+4
2008-08-14Fix for bug #5688 from SATOH Fumiyasu <fumiyas@osstech.co.jp>. LPQ process is...Jeremy Allison1-1/+2
2008-08-14Fix for bug #5617, reported and patched by Bartosz Antosik antosik@gmail.com.Jeremy Allison1-0/+2
2008-08-14Prevent NT_STATUS 0xF1000000 errors from appearing whenJim McDonough1-0/+6
2008-08-14Revert "Add winbind:online check timeout parameter"Volker Lendecke1-16/+0
2008-08-13Revert "If it is a forced DOS error, nt_errstr should say so"Volker Lendecke1-5/+0
2008-08-13If it is a forced DOS error, nt_errstr should say soVolker Lendecke1-0/+5
2008-08-13VERSION: Raise version number.Karolin Seeger1-3/+3
2008-08-13netapi: add c++ guard.Günther Deschner1-1/+8
2008-08-13smbd: prevent smbd from panicing with "clustering = no" but --with-cluster-su...Michael Adam1-1/+3
2008-08-13added a explanatory comment on tcon checkAndrew Tridgell1-0/+4
2008-08-13smbd/conn: fix prototype change of conn_close_all() in proto.h.Michael Adam1-1/+1
2008-08-13ensure we exit with non-zero status on EOF on socket, so the parentAndrew Tridgell2-5/+13
2008-08-13fixed child exit handling and IP release handlingAndrew Tridgell2-1/+5
2008-08-13log unclean shutdownsAndrew Tridgell1-0/+1
2008-08-13register the ctdbd reconfigure messageAndrew Tridgell2-0/+12
2008-08-13allow nested ctdb transactions in the same manner that they areAndrew Tridgell1-2/+21
2008-08-13drop retries to 5Andrew Tridgell1-1/+1
2008-08-13use CTDB_CONTROL_TRANS2_COMMIT_RETRY to prevent the counter gettingAndrew Tridgell1-2/+3
2008-08-13fixed lots of places that paniced on a failed transaction_commit,Andrew Tridgell5-16/+21
2008-08-13don't leave a dangling transaction on retry errorAndrew Tridgell1-2/+4
2008-08-13cope with the control failing completely without returning a statusAndrew Tridgell1-12/+18
2008-08-13handle two special casesAndrew Tridgell1-16/+42
2008-08-13put a limit on the number of retries. I found a case where a recoveryAndrew Tridgell1-0/+12
2008-08-13we need to commit, not cancel, on record destructionAndrew Tridgell1-1/+4
2008-08-13removed more unused codeAndrew Tridgell1-72/+0
2008-08-13all persistent databases now do all stores via automatic transactionsAndrew Tridgell1-150/+46
2008-08-13use transactions in idmap_tdb2Andrew Tridgell1-18/+42
2008-08-13fixed fetch of empty recordsAndrew Tridgell1-6/+11
2008-08-13samba3 can't handle NOREPLY yetAndrew Tridgell1-0/+3
2008-08-13cleanup debugging and fix handling of empty transactionAndrew Tridgell1-13/+11
2008-08-13first cut at adding full transactions for ctdb to samba3Andrew Tridgell18-1390/+648
2008-08-13got rid of the redundent cache databaseAndrew Tridgell1-134/+28
2008-08-13idmap tdb2: fix inconsistent mappings by checking for race and retrying to fe...Michael Adam2-57/+22
2008-08-13dbwrap ctdb: fix a DEBUG message.Michael Adam1-1/+1
2008-08-13idmap tdb2: fix broken logic in tdb2_delete_bystring().Michael Adam1-5/+8
2008-08-13idmap tdb2: fix broken logic in tdb2_store_bystring().Michael Adam1-5/+8
2008-08-13dbwrap ctdb: don't retry when tdb_store failed in db_ctdb_persistent_store().Michael Adam1-0/+1
2008-08-13dbwrap ctdb: add a partial mapping from tdb_error to NTSTATUS and use it for ...Michael Adam1-3/+26
2008-08-13dbwrap ctdb: add db_ctdb_delete_persistent() and use it for persistent DBsMichael Adam1-1/+17
2008-08-13dbwrap ctdb: call db_ctdb_store() in db_ctdb_delete().Michael Adam1-7/+2
2008-08-13dbwrap ctdb: add a retry loop to the persistent store operation.Michael Adam1-51/+120
2008-08-13dbwrap ctdb: release the lock before calling ctdbd_persistent_store()Michael Adam1-0/+26
2008-08-13dbwrap ctdb: remove erroneously duplicated comment.Michael Adam1-1/+0
2008-08-13Use transaction start/cancel for persistent writes to avoid leaving the datab...Ronnie Sahlberg3-6/+48
2008-08-13Add a gpfs_prefetch moduleVolker Lendecke3-1/+315
2008-08-13Correctly return NULL from messaging_ctdbd_connection if messaging_init failedVolker Lendecke1-0/+1
2008-08-13Exit smbstatus cleanly if messaging_init failsVolker Lendecke1-0/+6
2008-08-13keep compatibility with v3-0-ctdb name for fileid:mapping optionAndrew Tridgell1-1/+1