summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* s3:registry: eliminate race condition in creating/scanning sorted subkeysMichael Adam2010-04-011-0/+17
* s3:make "net conf addshare" atomic by wrapping all writes in one transactionMichael Adam2010-04-011-6/+36
* s3: Remove the unused parameter "persistent" from fetch_locked_internal (cher...Volker Lendecke2010-04-011-8/+2
* s3: db->persistent==true was handled earlier, make this more obvious (cherry ...Volker Lendecke2010-04-011-1/+1
* s3: Add "g_lock_do" as a convenience wrapper function (cherry picked from com...Volker Lendecke2010-04-013-27/+90
* s3: Fix timeout calculation if g_lock_lock is given a timeout < 60sVolker Lendecke2010-04-011-1/+6
* s3: Slightly increase parallelism in g_lockVolker Lendecke2010-04-011-1/+7
* s3: Avoid starving locks when many processes die at the same timeVolker Lendecke2010-04-011-6/+4
* s3: Avoid a thundering herd in g_lock_unlockVolker Lendecke2010-04-011-1/+16
* s3: Optimize g_lock_lock for a heavily contended caseVolker Lendecke2010-04-011-3/+36
* s3: Fix handling of processes that died in g_lockVolker Lendecke2010-04-011-3/+5
* s3: Fix a typo (cherry picked from commit bac235dd302570850bb25194ff4bd39b6d6...Volker Lendecke2010-04-011-1/+1
* Fix warning messages on compile in g_lock.c Volker & Michael please check.Jeremy Allison2010-04-011-14/+4
* s3:g_lock: remove a nested event loop, replacing the inner loop by selectMichael Adam2010-04-011-38/+101
* s3:ctdb_conn: add ctdbd_conn_get_fd() to get the fd out of the ctdb connectionMichael Adam2010-04-012-0/+7
* s3:g_lock: remove an unreached code path.Michael Adam2010-04-011-4/+0
* s3:dbwrap_ctdb: fix reading/storing of special key __db_sequence_number__Michael Adam2010-04-011-4/+2
* s3:dbwrap_ctdb: exit early when nothing has been written in transaction_commit.Michael Adam2010-04-011-5/+9
* s3:dbwrap_ctdb: fix brown paperbag bug in ctdb_transaction_commit.Michael Adam2010-04-011-1/+1
* s3:dbwrap_ctdb: fix logic error in pull_newest_from_marshall_buffer().Michael Adam2010-04-011-1/+5
* s3:dbwrap_ctdb: fix an uninitialized variable.Michael Adam2010-04-011-1/+1
* s3:dbwrap_ctdb: fix two "may be used uninitialized" warningsMichael Adam2010-04-011-0/+3
* s3:dbwrap_ctdb: fix db_ctdb_fetch_db_seqnum_from_db() when NT_STATUS_NOT_FOUND.Michael Adam2010-04-011-1/+5
* s3:build: remove checks for deprecated ctdb controls.Michael Adam2010-04-011-35/+1
* s3:dbwrap_ctdb: maintain a database sequence number that bumps in transactionsMichael Adam2010-04-011-5/+116
* s3:dbwrap_ctdb: change db_ctdb_transaction_store() to return NTSTATUS.Michael Adam2010-04-011-18/+12
* s3:dbwrap_ctdb: update (C)Michael Adam2010-04-011-1/+2
* build: Add a configure check for CTDB_CONTROL_TRANS3_COMMIT.Michael Adam2010-04-011-0/+17
* s3:dbwrap_ctdb: start rewrite of transactions using the global lock (g_lock)Michael Adam2010-04-011-320/+160
* s3: Add tdb_data_equal (cherry picked from commit ebc08b9938a4d266be16ca7e06d...Volker Lendecke2010-04-012-0/+9
* s3:torture: add a test LOCAL-DBTRANS to torture dbwrap with transactions.Volker Lendecke2010-04-011-0/+130
* s3: setup debug for smbtorture (cherry picked from commit b13dd17840a598ae344...Volker Lendecke2010-04-011-0/+2
* s3: Add ctdb_conn_msg_ctx() (cherry picked from commit 12abab711b58237ddccfa1...Volker Lendecke2010-04-012-0/+6
* s3: Implement global locks in a g_lock tdbVolker Lendecke2010-04-0111-7/+950
* s3-smbd: add a rate limited cleanup of brl, connections and locking dbAndrew Tridgell2010-04-011-6/+42
* s3-brlock: we don't need these MSG_SMB_UNLOCK calls nowAndrew Tridgell2010-04-012-10/+0
* s3-brlock: add a minimim retry time for pending blocking locksAndrew Tridgell2010-04-011-0/+20
* s3-events: make the old timed events compatible with teventAndrew Tridgell2010-04-011-2/+19
* Fix bug 7307 - man net usershare mistakeJeremy Allison2010-03-301-1/+1
* Fix bug #7283 - vfs_acl_tdb does not work as expected.Jeremy Allison2010-03-302-35/+17
* s3:winbindd: correctly retry if the netlogon pipe gets disconnected during a ...Stefan Metzmacher2010-03-301-2/+2
* s3:rpc_client: remove more unused codeStefan Metzmacher2010-03-304-63/+0
* s3:rpc_client: remove unused code, we handle transport failures in the transp...Stefan Metzmacher2010-03-301-14/+0
* s3:winbindd_reconnect: don't only reconnect on NT_STATUS_UNSUCCESSFULStefan Metzmacher2010-03-301-14/+59
* s3:winbindd_cm: invalidate connection if cm_connect_netlogon() failsStefan Metzmacher2010-03-301-2/+2
* s3:winbindd: consistently use TALLOC_FREE(conn->foo_pipe) is we create a new ...Stefan Metzmacher2010-03-301-0/+5
* s3:winbindd_cm: use rpccli_is_connected() helper functionStefan Metzmacher2010-03-301-4/+4
* s3:winbindd_cm: use cli_state_is_connected() helper functionStefan Metzmacher2010-03-301-14/+4
* s3:rpc_client: return at least 10 sec as old timeout in rpccli_set_timeout() ...Stefan Metzmacher2010-03-301-3/+12
* s3:rpc_client: add set_timeout hook to rpc_cli_transportStefan Metzmacher2010-03-305-20/+64