summaryrefslogtreecommitdiff
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* s3:lib/time: remove TIME_T_MIN/MAX definesBjörn Jacke2010-05-171-8/+0
* 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-011-0/+64
* 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-011-0/+5
* 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: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
* s3:dbwrap_ctdb: start rewrite of transactions using the global lock (g_lock)Michael Adam2010-04-011-320/+160
* s3: Add ctdb_conn_msg_ctx() (cherry picked from commit 12abab711b58237ddccfa1...Volker Lendecke2010-04-011-0/+5
* s3: Implement global locks in a g_lock tdbVolker Lendecke2010-04-012-5/+662
* s3-brlock: we don't need these MSG_SMB_UNLOCK calls nowAndrew Tridgell2010-04-011-8/+0
* s3-events: make the old timed events compatible with teventAndrew Tridgell2010-04-011-2/+19
* Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to...samba-3.5.1Karolin Seeger2010-03-081-61/+4
* Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond...Jeremy Allison2010-02-101-4/+61
* s3: add libnetapi_set_use_ccache()Volker Lendecke2010-01-263-0/+16
* s3: Add -C (--use-ccache) to popt_common_credentialsVolker Lendecke2010-01-262-1/+16
* s3:smbldap: add smbldap_talloc_first_attribute()Stefan Metzmacher2010-01-251-0/+34
* s3: add LDAP Alias Dereferencing supportBjörn Jacke2009-12-141-0/+11
* s3: make sys_posix_fallocate more genericBjörn Jacke2009-12-141-4/+4
* s3: check if glibc has broken posix_fallocateBjörn Jacke2009-12-081-1/+1
* s3: let gencache_init() use tdb_check()Stefan Metzmacher2009-12-081-0/+25
* s3: let tdb_validate_child() use tdb_check()Stefan Metzmacher2009-12-081-0/+11
* s3:dbwrap_ctdb: increase the number of commit retries 5-->100Michael Adam2009-12-081-1/+1
* s3:dbwrap_ctdb: increase the rsn of the __transaction_lock__ when storingMichael Adam2009-12-081-0/+2
* s3: Fix explicit stat64 supportVolker Lendecke2009-12-081-3/+12
* Restructure the ACL code some more, get the internal semanticsJeremy Allison2009-12-081-0/+20
* s3: prefer posix_fallocate for doing "strict allocate"Björn Jacke2009-12-081-0/+14
* s3: Move directory_exist_stat to testparm.c, it only looks at the modeVolker Lendecke2009-12-081-21/+0
* s3: Pass fake_dir_create_times down to file_exist_stat, none of the callers l...Volker Lendecke2009-12-081-2/+3
* s3: "get_file_size" only looks at the sizeVolker Lendecke2009-12-081-1/+1
* s3: "socket_exist" only looks at the modeVolker Lendecke2009-12-081-1/+1
* s3: "sys_path_to_bdev" only looks at the devicenumberVolker Lendecke2009-12-081-4/+3