summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* s3: Make string_to_sid survive the LOCAL-string_to_sid testVolker Lendecke2010-02-201-13/+40
* s3: optimize strict allocate for XFS on IRIXBjörn Jacke2010-02-181-0/+25
* s3: Fix timeout calculation if g_lock_lock is given a timeout < 60sVolker Lendecke2010-02-161-1/+6
* s3: Slightly increase parallelism in g_lockVolker Lendecke2010-02-161-1/+7
* s3: Avoid starving locks when many processes die at the same timeVolker Lendecke2010-02-161-6/+4
* s3: Avoid a thundering herd in g_lock_unlockVolker Lendecke2010-02-161-1/+16
* s3: Optimize g_lock_lock for a heavily contended caseVolker Lendecke2010-02-161-3/+36
* s3: Fix handling of processes that died in g_lockVolker Lendecke2010-02-161-3/+5
* s3: Fix a typoVolker Lendecke2010-02-151-1/+1
* s3: Fix initgroups return checkPeter Watkins2010-02-141-1/+1
* s3-lib: use TYPESAFE_QSORT() in s3 interfaces codeAndrew Tridgell2010-02-141-1/+1
* s3: Remove unused comparison fn from "struct sorted_tree"Volker Lendecke2010-02-131-8/+2
* s3: Make adt_tree data definitions private to adt_tree.cVolker Lendecke2010-02-131-0/+14
* s3: SORTED_TREE -> struct sorted_treeVolker Lendecke2010-02-131-6/+8
* s3: TREE_NODE -> struct tree_nodeVolker Lendecke2010-02-131-12/+18
* s3: Fix some nonempty blank linesVolker Lendecke2010-02-131-69/+68
* Use sec_initial_uid() in the places where being root doesn't matter,Jeremy Allison2010-02-123-3/+3
* Fix warning messages on compile in g_lock.c Volker & Michael please check.Jeremy Allison2010-02-121-14/+4
* s3:g_lock: remove a nested event loop, replacing the inner loop by selectMichael Adam2010-02-121-38/+101
* s3:ctdb_conn: add ctdbd_conn_get_fd() to get the fd out of the ctdb connectionMichael Adam2010-02-121-0/+5
* s3:g_lock: remove an unreached code path.Michael Adam2010-02-121-4/+0
* s3:dbwrap_ctdb: fix reading/storing of special key __db_sequence_number__Michael Adam2010-02-121-4/+2
* s3:dbwrap_ctdb: exit early when nothing has been written in transaction_commit.Michael Adam2010-02-121-5/+9
* s3:dbwrap_ctdb: fix brown paperbag bug in ctdb_transaction_commit.Michael Adam2010-02-121-1/+1
* s3:dbwrap_ctdb: fix logic error in pull_newest_from_marshall_buffer().Michael Adam2010-02-121-1/+5
* s3:dbwrap_ctdb: fix an uninitialized variable.Michael Adam2010-02-121-1/+1
* s3:dbwrap_ctdb: fix two "may be used uninitialized" warningsMichael Adam2010-02-121-0/+3
* s3:dbwrap_ctdb: fix db_ctdb_fetch_db_seqnum_from_db() when NT_STATUS_NOT_FOUND.Michael Adam2010-02-121-1/+5
* s3:dbwrap_ctdb: maintain a database sequence number that bumps in transactionsMichael Adam2010-02-121-5/+116
* s3:dbwrap_ctdb: change db_ctdb_transaction_store() to return NTSTATUS.Michael Adam2010-02-121-18/+12
* s3:dbwrap_ctdb: update (C)Michael Adam2010-02-121-1/+2
* s3:dbwrap_ctdb: start rewrite of transactions using the global lock (g_lock)Michael Adam2010-02-121-320/+160
* s3: Add ctdb_conn_msg_ctx()Volker Lendecke2010-02-121-0/+5
* s3: Implement global locks in a g_lock tdbVolker Lendecke2010-02-122-5/+662
* util: rewrite dlinklist.h so that DLIST_ADD_END() is O(1)Andrew Tridgell2010-02-101-59/+111
* s3-memcache: update memcache to use new DLIST macrosAndrew Tridgell2010-02-101-18/+3
* s3-ldb: update the old ldb in s3 to use new DLIST macrosAndrew Tridgell2010-02-102-30/+4
* Temporary changes to dlinklist to keep the implementation static whilstJeremy Allison2010-02-101-0/+16
* s3-events: make the old timed events compatible with teventAndrew Tridgell2010-02-051-2/+19
* s3-brlock: we don't need these MSG_SMB_UNLOCK calls nowAndrew Tridgell2010-02-051-8/+0
* Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond...Jeremy Allison2010-01-261-4/+61
* s3:netapi: remove unused variableBjörn Jacke2010-01-261-2/+0
* Revert "s3: Make string_to_sid a wrapper around dom_sid_parse"Volker Lendecke2010-01-251-7/+50
* s3: add libnetapi_set_use_ccache()Volker Lendecke2010-01-243-0/+16
* s3: Add -C (--use-ccache) to popt_common_credentialsVolker Lendecke2010-01-242-1/+16
* s3: Make string_to_sid a wrapper around dom_sid_parseVolker Lendecke2010-01-231-50/+7
* s3: Remove string_sid_tallocVolker Lendecke2010-01-231-13/+0
* s3: Remove some pointless uses of string_sid_tallocVolker Lendecke2010-01-231-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2010-01-231-11/+11
* s3: Move "yesno" to the only place where it is used: client.cVolker Lendecke2010-01-211-18/+0