summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* VERSION: Disable GIT_SNAPSHOT for the 4.9.14 release.samba-4.9.14Karolin Seeger2019-10-221-1/+1
* WHATSNEW: Add release notes for Samba 4.9.14.Karolin Seeger2019-10-221-2/+84
* spnego: fix server handling of no optimistic exchangeIsaac Boukris2019-10-162-1/+13
* selftest: add tests for no optimistic spnego exchangeIsaac Boukris2019-10-162-0/+5
* spnego: add client option to omit sending an optimistic tokenIsaac Boukris2019-10-161-0/+11
* ctdb-vacuum: Process all records not deleted on a remote nodeAmitay Isaacs2019-10-161-1/+1
* fault.c: improve fault_report message text pointing to our wikiBjörn Jacke2019-09-261-1/+5
* ctdb-tools: Stop deleted nodes from influencing ctdb nodestatus exit codeMartin Schwenke2019-09-201-1/+7
* s3/4: libsmbclient test. Test using smbc_telldir/smbc_lseekdir with smbc_read...Jeremy Allison2019-09-191-0/+340
* s3: libsmbclient: Fix smbc_lseekdir() to work with smbc_readdirplus().Jeremy Allison2019-09-191-26/+43
* s3: libsmbclient: Ensure SMBC_getdents_ctx() also updates the readdirplus poi...Jeremy Allison2019-09-191-0/+11
* s3: libsmbclient: Ensure SMBC_readdirplus_ctx() also updates the readdir poin...Jeremy Allison2019-09-191-0/+11
* s3: libsmbclient: Ensure SMBC_readdir_ctx() also updates the readdirplus poin...Jeremy Allison2019-09-191-0/+11
* libcli/smb: send SMB2_NETNAME_NEGOTIATE_CONTEXT_IDStefan Metzmacher2019-09-111-0/+17
* libcli/smb: add new COMPRESSION and NETNAME negotiate context idsStefan Metzmacher2019-09-111-0/+2
* s3:ldap: Fix join with don't exists machine accountEvgeny Sinelnikov2019-09-111-2/+3
* ctdb: fix compilation on systems with glibc robust mutexesRalph Boehme2019-09-051-1/+1
* vfs_glusterfs: Use pthreadpool for scheduling aio operationsPoornima G2019-09-031-285/+260
* ctdb-recoverd: Fix typo in previous fixMartin Schwenke2019-09-031-1/+1
* ctdb-tests: Clear deleted record via recovery instead of vacuumingMartin Schwenke2019-09-031-11/+5
* ctdb-tests: Strengthen volatile DB traverse testMartin Schwenke2019-09-031-15/+52
* ctdb-recoverd: Only check for LMASTER nodes in the VNN mapMartin Schwenke2019-09-031-4/+10
* ctdb-tests: Don't retrieve the VNN map from target node for notlmasterMartin Schwenke2019-09-031-2/+1
* ctdb-tests: Handle special cases first and returnMartin Schwenke2019-09-031-31/+28
* ctdb-tests: Inline handling of recovered and notlmaster statusesMartin Schwenke2019-09-031-6/+12
* ctdb-tests: Drop unused node statuses frozen/unfrozenMartin Schwenke2019-09-031-6/+2
* ctdb-tests: Reformat node_has_status()Martin Schwenke2019-09-031-46/+48
* VERSION: Bump version up to 4.9.14.Karolin Seeger2019-09-031-1/+1
* Merge tag 'samba-4.9.13' into v4-9-testKarolin Seeger2019-09-034-22/+151
|\
| * VERSION: Disable GIT_SNAPSHOT for the 4.9.13 release.samba-4.9.13Karolin Seeger2019-08-281-1/+1
| * WHATSNEW: Add release notes for Samba 4.9.13.Karolin Seeger2019-08-281-2/+60
| * CVE-2019-10197: smbd: split change_to_user_impersonate() out of change_to_use...Stefan Metzmacher2019-08-282-5/+17
| * CVE-2019-10197: test_smbclient_s3.sh: add regression test for the no permissi...Stefan Metzmacher2019-08-283-0/+43
| * CVE-2019-10197: selftest: make fsrvp_share its own independent subdirectoryStefan Metzmacher2019-08-281-2/+5
| * CVE-2019-10197: smbd: make sure we reset current_user.{need,done}_chdir in be...Stefan Metzmacher2019-08-281-0/+3
| * CVE-2019-10197: smbd: make sure that change_to_user_internal() always resets ...Stefan Metzmacher2019-08-281-0/+1
| * CVE-2019-10197: smbd: separate out impersonation debug info into a new function.Jeremy Allison2019-08-281-14/+23
| * VERSION: Bump version up to 4.9.13...Karolin Seeger2019-08-281-2/+2
* | ctdb-daemon: Make node inactive in the NODE_STOP controlMartin Schwenke2019-08-281-0/+2
* | ctdb-daemon: Drop unused function ctdb_local_node_got_banned()Martin Schwenke2019-08-282-25/+0
* | ctdb-daemon: Switch banning code to use ctdb_node_become_inactive()Martin Schwenke2019-08-281-1/+1
* | ctdb-daemon: Factor out new function ctdb_node_become_inactive()Martin Schwenke2019-08-282-0/+45
* | ctdb-tcp: Mark node as disconnected if incoming connection goes awayMartin Schwenke2019-08-282-2/+5
* | ctdb-tcp: Only mark a node connected if both directions are upMartin Schwenke2019-08-281-3/+17
* | ctdb-tcp: Create outbound queue when the connection becomes writableMartin Schwenke2019-08-283-12/+25
* | ctdb-tcp: Use TALLOC_FREE()Martin Schwenke2019-08-281-4/+2
* | ctdb-tcp: Move incoming fd and queue into struct ctdb_tcp_nodeMartin Schwenke2019-08-284-34/+61
* | ctdb-tcp: Rename fd -> out_fdMartin Schwenke2019-08-283-49/+72
* | ctdb-daemon: Add function ctdb_ip_to_node()Martin Schwenke2019-08-282-5/+21
* | ctdb-daemon: Replace function ctdb_ip_to_nodeid() with ctdb_ip_to_pnn()Martin Schwenke2019-08-284-20/+18