summaryrefslogtreecommitdiff
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* s3: "check_log_size" only looks at the sizeVolker Lendecke2009-12-081-2/+1
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-12-084-19/+26
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-12-0811-0/+12
* s3-registry: fix REG_MULTI_SZ handling in registry_push_value.Günther Deschner2009-11-261-3/+20
* s3-registry: use push_reg_multi_sz() in registry_push_value().Günther Deschner2009-11-261-59/+3
* s3-registry: remove reg_pull_multi_sz().Günther Deschner2009-11-262-28/+18
* s3:fix endianness bug in dbwrap_change_int32_atomic() (bug #6901)Michael Adam2009-11-261-4/+6
* s3:fix endianness bug in dbwrap_change_uint32_atomic() (bug #6901)Michael Adam2009-11-261-4/+6
* s3: Factor timeval_string out of current_timestring()Volker Lendecke2009-11-261-12/+13
* s3:load_interfaces(): use function gfree_interfaces() that we have.Michael Adam2009-11-261-9/+1
* Remove "store create time" code, cause create time to be storedJeremy Allison2009-11-262-0/+34
* s3: Fix a memleak in sys_popenVolker Lendecke2009-11-261-0/+1
* s3:dbwrap_ctdb: add debug message to transaction_fetch_start()Michael Adam2009-11-261-0/+4
* s3:dbwrap_ctdb: split combined check in two and add descriptive debugMichael Adam2009-11-261-1/+14
* s3:dbwrap_ctdb: fix race condition with concurrent transactions on the same n...Michael Adam2009-11-261-0/+12
* s3:dbwrap_ctdb: add new db_ctdb_transaction_active() that calls CTDB_CONTROL_...Michael Adam2009-11-261-0/+21
* s3:dbwrap_ctdb: fix a race in starting concurrent transactions on a single nodeMichael Adam2009-11-261-0/+25
* s3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb_transaction_fetch_startMichael Adam2009-11-261-6/+4
* s3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb_transaction_fetch()Michael Adam2009-11-261-16/+6
* s3:dbwrap_ctdb: add a function db_ctdb_ltdb_fetch()Michael Adam2009-11-261-0/+53
* s3:dbrwap_ctdb: add a function db_ctdb_ltdb_store()Michael Adam2009-11-261-27/+39
* s3:dbwrap_ctdb: reformat a comment slightly to enhance clearness.Michael Adam2009-11-261-3/+5
* Revert "s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_...Volker Lendecke2009-11-2612-61/+54
* s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_tableVolker Lendecke2009-11-2612-54/+61