summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* libcli: Avoid a talloc/freeVolker Lendecke2014-05-271-4/+6
* libcli: Avoid a talloc/freeVolker Lendecke2014-05-271-4/+6
* s3-build: Support building with in-tree CTDBAmitay Isaacs2014-05-272-3/+7
* ctdb-build: Move internal include files in a separate directoryAmitay Isaacs2014-05-274-1/+2
* ctdb-build: Build ctdb_version.h before compiling files that include itAmitay Isaacs2014-05-271-0/+3
* libcli: Fix a memleakVolker Lendecke2014-05-271-5/+3
* messaging3: Remove a pointless return;Volker Lendecke2014-05-271-1/+0
* messaging3: Fix whitespaceVolker Lendecke2014-05-271-1/+1
* serverid: Fix an incompatible pointer assignmentVolker Lendecke2014-05-271-1/+1
* smbd: Fix a typoVolker Lendecke2014-05-271-1/+1
* s4-dns: dlz_bind9: improve log message consistencyArvid Requate2014-05-261-4/+4
* s4-dns: dlz_bind9: Fix ipv6 updatesArvid Requate2014-05-261-1/+5
* s4:librpc/rpc: allow a shortcut in dcerpc_pipe_connect_ncacn_np_smb[2]_send()Stefan Metzmacher2014-05-261-0/+10
* s4:librpc/rpc: split out continue_smb_open()Stefan Metzmacher2014-05-261-28/+11
* s4:librpc/rpc: remove pipe_np_smb2_state and use pipe_np_smb_stateStefan Metzmacher2014-05-261-10/+4
* s4:librpc/rpc: remember some smbXcli_* pointers within struct dcerpc_pipe_con...Stefan Metzmacher2014-05-261-33/+27
* s4:librpc/rpc: use DCERPC_REQUEST_TIMEOUT for smb opensStefan Metzmacher2014-05-262-16/+8
* s4:librpc/rpc: remove some unused functions and structures from dcerpc_sock.cStefan Metzmacher2014-05-261-46/+5
* s4:librpc/rpc: avoid using dcerpc_socket_peer_addr()Stefan Metzmacher2014-05-261-9/+46
* s4:librpc/rpc: set "localaddress" and reset "host" for ncacn_ip_tcpStefan Metzmacher2014-05-262-5/+34
* s4:librpc/rpc: return the local/remote ip from dcerpc_pipe_open_tcp_recv()Stefan Metzmacher2014-05-263-6/+29
* s4:librpc/rpc: optionally return the local address from dcerpc_pipe_open_sock...Stefan Metzmacher2014-05-261-5/+23
* s4:librpc/rpc: avoid using dcerpc_unix_socket_path()Stefan Metzmacher2014-05-261-6/+39
* torture3: Add a little gencache_parse load testVolker Lendecke2014-05-241-0/+24
* Exit with ctdb_fatal if serverids_exist failsVolker Lendecke2014-05-241-4/+4
* dbwrap_ctdb: open locally with TDB_VOLATILE if requestedVolker Lendecke2014-05-241-1/+1
* s3:smbd: let default_sys_recvfile() and sys_recvfile() cope with non-blocking...Jeremy Allison2014-05-241-2/+44
* unix_msg: Simplify unix_msg_send a bitVolker Lendecke2014-05-241-3/+2
* torture/smb2/dir: check create time match findDavid Disseldorp2014-05-231-4/+16
* s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...Jeremy Allison2014-05-231-42/+43
* s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...Jeremy Allison2014-05-231-70/+57
* tests: Add doc exception for spoolss: OSVERSION.Andreas Schneider2014-05-231-1/+2
* doc-xml: Add documentation for 'spoolss: os_[major|minor|build]' options.Andreas Schneider2014-05-231-0/+47
* smbd: add missing newline to debug message in daemon_ready()Michael Adam2014-05-231-1/+2
* lib/util: s/daemon/nameStefan Metzmacher2014-05-231-5/+5
* selftest: use dbwrap_tdb_mutexes:* = yes for "plugin_s4_dc" and "member"Stefan Metzmacher2014-05-222-0/+3
* dbwrap_tdb: Use mutexes on demandVolker Lendecke2014-05-221-0/+19
* tdb/tools: Allow tdbtool to r/o open mutexed tdbsVolker Lendecke2014-05-221-1/+45
* tdb/tools: add -m option to tdbtortureVolker Lendecke2014-05-221-4/+25
* tdb/test: add marklock deadlock testVolker Lendecke2014-05-222-0/+279
* tdb/test: add mutex related testsVolker Lendecke2014-05-228-1/+1004
* tdb: add TDB_MUTEX_LOCKING supportVolker Lendecke2014-05-2234-21/+1601
* tdb: introduce tdb->hdr_ofsVolker Lendecke2014-05-225-39/+146
* tdb: introduce TDB_SUPPORTED_FEATURE_FLAGSStefan Metzmacher2014-05-224-2/+39
* tdb: use asprintf() to simplify tdb_summary()Stefan Metzmacher2014-05-221-7/+6
* libreplace: Define PTHREAD_MUTEX_ROBUST along with pthread_mutexattr_setrobustVolker Lendecke2014-05-221-0/+8
* libreplace-waf: Only check for _np functions if standard functions are not av...Volker Lendecke2014-05-221-8/+14
* libreplace: Add support for pthread_mutex_consistentVolker Lendecke2014-05-222-2/+17
* libreplace: Add support for pthread_mutexattr_setrobustVolker Lendecke2014-05-222-0/+49
* libreplace: only add PTHREAD CFLAGS and LDFLAGS globally if asked forStefan Metzmacher2014-05-221-2/+3