summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* tdb_wrap: Remove tdb_wrap_open_ againVolker Lendecke2014-03-314-18/+18
* mutex: Avoid passing lp_ctx to tdb_wrap_open in grab_named_mutexVolker Lendecke2014-03-311-5/+11
* dbwrap: Avoid passing lp_ctx to tdb_wrap_open in db_open_ctdbVolker Lendecke2014-03-311-2/+7
* serverid: Avoid passing lp_ctx to tdb_wrap_open in serverid_parent_initVolker Lendecke2014-03-311-3/+9
* messaging: Avoid passing lp_ctx to tdb_wrap_open in messaging_tdb_parent_initVolker Lendecke2014-03-311-3/+7
* messaging: Avoid passing lp_ctx to tdb_wrap_open in messaging_tdb_initVolker Lendecke2014-03-311-3/+9
* asys: Allow multiple results to be receivedVolker Lendecke2014-03-273-35/+54
* pthreadpool: Allow multiple jobs to be receivedVolker Lendecke2014-03-276-31/+43
* pthreadpool: Avoid a malloc/free per jobVolker Lendecke2014-03-271-54/+91
* s3:build: remove global CLUSTER_SUPPORT defineStefan Metzmacher2014-03-245-20/+3
* s3:wscript: only build ctdb_dummy.c if we have no cluster supportStefan Metzmacher2014-03-245-20/+0
* s3:serverid: use ctdb_serverids_exist_supported() runtime checkStefan Metzmacher2014-03-241-5/+9
* s3:ctdb_conn: only use ctdb_protocol.h or ctdb_private.h in ctdb_conn.cStefan Metzmacher2014-03-242-16/+9
* s3:lib: add cluster_support_[available|features]()Stefan Metzmacher2014-03-242-0/+111
* s3:param: move lp_ctdbd_socket() to ctdbd_conn.cStefan Metzmacher2014-03-243-3/+18
* s3:lib: move all ctdb related dummy functions to ctdb_dummy.cStefan Metzmacher2014-03-245-114/+179
* s3:ctdbd_conn: always provide ctdb_serverids_exist()Stefan Metzmacher2014-03-241-4/+4
* s3:ctdbd_conn: add ctdb_serverids_exist_supported()Stefan Metzmacher2014-03-241-0/+9
* gencache: Add gencache values to memcacheVolker Lendecke2014-03-111-0/+37
* build: Do not rely on sys.platform for ACL tests, combine UnixWare and Solari...Andrew Bartlett2014-03-081-2/+2
* pthreadpool: Add test for fork crashVolker Lendecke2014-03-031-0/+48
* pthreadpool: Fix pthreadpools with forkVolker Lendecke2014-03-031-15/+6
* dbwrap_ctdb: avoid smbd/ctdb deadlocks: check whether we can work locally in ...Michael Adam2014-03-031-10/+1
* dbwrap: Slightly simplify dbwrap_watch_record_storedVolker Lendecke2014-02-251-5/+2
* s3:lib/ctdbd_conn: let release_ip_handler return boolStefan Metzmacher2014-02-211-6/+30
* lib: Fix a typoVolker Lendecke2014-02-201-2/+2
* messaging: Fix a memleak on error in messaging_tdb_initVolker Lendecke2014-02-201-0/+1
* lib: Avoid a strlen call in xx_path()Volker Lendecke2014-02-201-1/+1
* messaging: Enforce just one messaging contextVolker Lendecke2014-02-191-0/+20
* auth: Make new_server_id_task() static to auth_samba4Volker Lendecke2014-02-121-42/+0
* cmdline: Remove dynconfig hooks in command line processingAndrew Bartlett2014-02-121-145/+0
* lib/param: Remove special handling for 'state dir' and 'cache dir'Andrew Bartlett2014-02-121-2/+2
* param: rename lp function and variable from "nis_home_map" to "nis_homedir"Garming Sam2014-02-081-2/+2
* param: rename lp function and variable from "usernamelevel" to "username_level"Garming Sam2014-02-071-3/+3
* param: rename lp function and variable from "cli_maxprotocol" to "client_max_...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "nis_home_map_name" to "homedir_map"Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from "serverstring" to "server_string"Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from 'lockdir' to 'lock_directory'Garming Sam2014-02-071-1/+1
* dbwrap: use DBWRAP_LOCK_ORDER_VALID() in db_open()Michael Adam2014-02-071-9/+1
* dbwrap: add dbwrap_flags argument to dbwrap_local_open()Michael Adam2014-02-071-1/+1
* dbwrap_open: add 'dbwrap_optimize_readonly:* = yes' optionStefan Metzmacher2014-02-071-0/+25
* dbwrap_ctdb: implement DBWRAP_FLAG_OPTIMIZE_READONLY_ACCESSStefan Metzmacher2014-02-071-0/+21
* dbwrap: add a dbwrap_flags argument to db_open_ctdb()Michael Adam2014-02-073-4/+7
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-076-6/+11
* s3-lib: Add winbind_lookup_usersids().Andreas Schneider2014-02-052-0/+38
* pthreadpool: Fix a comment, "quit"->"shutdown"Volker Lendecke2014-01-281-2/+2
* smbd: Fix format errors on FreeBSD10Volker Lendecke2014-01-241-1/+1
* messaging3: Remove unused messaging_tdb_eventVolker Lendecke2014-01-211-10/+0
* messaging3: remove msg_channelVolker Lendecke2014-01-212-382/+0
* dbwrap_watch: Use messaging_read_send/recvVolker Lendecke2014-01-211-13/+7