| Commit message (Expand) | Author | Age | Files | Lines |
* | s3: Optimize gencache for smbd exit | Volker Lendecke | 2010-03-24 | 1 | -14/+75 |
* | share_info.tdb could use non-canonicalized sharenames. | Jeremy Allison | 2010-03-22 | 1 | -14/+143 |
* | s3: Add the "ctdb locktime warn threshold" parameter | Volker Lendecke | 2010-03-22 | 1 | -0/+12 |
* | s3: Open winbindd_cache.tdb with read/write access. | Bo Yang | 2010-03-21 | 1 | -1/+1 |
* | s3-eventlog: fix elog_tdbname(), we were always lower-casing entire lockdir p... | Günther Deschner | 2010-03-17 | 1 | -5/+19 |
* | s3: Use a switch to implement map_nt_error_from_tdb | Volker Lendecke | 2010-03-14 | 1 | -30/+47 |
* | s3: Remove some unused code | Volker Lendecke | 2010-03-14 | 1 | -20/+0 |
* | s3: Make tdb_wrap_open more robust | Volker Lendecke | 2010-03-13 | 1 | -41/+87 |
* | s3: Add "g_lock_do" as a convenience wrapper function | Volker Lendecke | 2010-03-12 | 1 | -0/+64 |
* | s3: Fix a long-standing problem with recycled PIDs | Volker Lendecke | 2010-03-10 | 3 | -14/+309 |
* | s3: Make TLDAP_IS_ALPHA and TLDAP_IS_ADH static functions | Volker Lendecke | 2010-03-10 | 1 | -5/+12 |
* | Fix typo | Simo Sorce | 2010-03-09 | 1 | -2/+2 |
* | s3:tldap add own filter parsing | Simo Sorce | 2010-03-09 | 1 | -114/+600 |
* | Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to... | Karolin Seeger | 2010-03-08 | 1 | -61/+4 |
* | s3: Remove the unused parameter "persistent" from fetch_locked_internal | Volker Lendecke | 2010-03-05 | 1 | -8/+2 |
* | s3: db->persistent==true was handled earlier, make this more obvious | Volker Lendecke | 2010-03-05 | 1 | -1/+1 |
* | s3: Abstract access to sessionid.tdb, similar to conn_tdb.c | Volker Lendecke | 2010-03-01 | 1 | -0/+138 |
* | s3: Add connections_forall_read() | Volker Lendecke | 2010-03-01 | 1 | -0/+42 |
* | s3: Make the difference between r/o and r/w in connections_db_ctx more obvious | Volker Lendecke | 2010-03-01 | 1 | -9/+4 |
* | s3: Make connections_forall open connections.tdb r/w | Volker Lendecke | 2010-03-01 | 1 | -1/+7 |
* | s3-nltest: fix uninitialized query level. | Günther Deschner | 2010-02-25 | 1 | -1/+1 |
* | s3: Make connections_fetch_record() static | Volker Lendecke | 2010-02-24 | 1 | -2/+2 |
* | s3: Consolidate server_id_self into the equivalent procid_self() | Volker Lendecke | 2010-02-23 | 1 | -5/+0 |
* | s3-lib: Remove obsolete signal type cast. | Andreas Schneider | 2010-02-23 | 3 | -12/+12 |
* | s3: Make string_to_sid survive the LOCAL-string_to_sid test | Volker Lendecke | 2010-02-20 | 1 | -13/+40 |
* | s3: optimize strict allocate for XFS on IRIX | Björn Jacke | 2010-02-18 | 1 | -0/+25 |
* | s3: Fix timeout calculation if g_lock_lock is given a timeout < 60s | Volker Lendecke | 2010-02-16 | 1 | -1/+6 |
* | s3: Slightly increase parallelism in g_lock | Volker Lendecke | 2010-02-16 | 1 | -1/+7 |
* | s3: Avoid starving locks when many processes die at the same time | Volker Lendecke | 2010-02-16 | 1 | -6/+4 |
* | s3: Avoid a thundering herd in g_lock_unlock | Volker Lendecke | 2010-02-16 | 1 | -1/+16 |
* | s3: Optimize g_lock_lock for a heavily contended case | Volker Lendecke | 2010-02-16 | 1 | -3/+36 |
* | s3: Fix handling of processes that died in g_lock | Volker Lendecke | 2010-02-16 | 1 | -3/+5 |
* | s3: Fix a typo | Volker Lendecke | 2010-02-15 | 1 | -1/+1 |
* | s3: Fix initgroups return check | Peter Watkins | 2010-02-14 | 1 | -1/+1 |
* | s3-lib: use TYPESAFE_QSORT() in s3 interfaces code | Andrew Tridgell | 2010-02-14 | 1 | -1/+1 |
* | s3: Remove unused comparison fn from "struct sorted_tree" | Volker Lendecke | 2010-02-13 | 1 | -8/+2 |
* | s3: Make adt_tree data definitions private to adt_tree.c | Volker Lendecke | 2010-02-13 | 1 | -0/+14 |
* | s3: SORTED_TREE -> struct sorted_tree | Volker Lendecke | 2010-02-13 | 1 | -6/+8 |
* | s3: TREE_NODE -> struct tree_node | Volker Lendecke | 2010-02-13 | 1 | -12/+18 |
* | s3: Fix some nonempty blank lines | Volker Lendecke | 2010-02-13 | 1 | -69/+68 |
* | Use sec_initial_uid() in the places where being root doesn't matter, | Jeremy Allison | 2010-02-12 | 3 | -3/+3 |
* | Fix warning messages on compile in g_lock.c Volker & Michael please check. | Jeremy Allison | 2010-02-12 | 1 | -14/+4 |
* | s3:g_lock: remove a nested event loop, replacing the inner loop by select | Michael Adam | 2010-02-12 | 1 | -38/+101 |
* | s3:ctdb_conn: add ctdbd_conn_get_fd() to get the fd out of the ctdb connection | Michael Adam | 2010-02-12 | 1 | -0/+5 |
* | s3:g_lock: remove an unreached code path. | Michael Adam | 2010-02-12 | 1 | -4/+0 |
* | s3:dbwrap_ctdb: fix reading/storing of special key __db_sequence_number__ | Michael Adam | 2010-02-12 | 1 | -4/+2 |
* | s3:dbwrap_ctdb: exit early when nothing has been written in transaction_commit. | Michael Adam | 2010-02-12 | 1 | -5/+9 |
* | s3:dbwrap_ctdb: fix brown paperbag bug in ctdb_transaction_commit. | Michael Adam | 2010-02-12 | 1 | -1/+1 |
* | s3:dbwrap_ctdb: fix logic error in pull_newest_from_marshall_buffer(). | Michael Adam | 2010-02-12 | 1 | -1/+5 |
* | s3:dbwrap_ctdb: fix an uninitialized variable. | Michael Adam | 2010-02-12 | 1 | -1/+1 |