summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.11.0rc3 release.samba-4.11.0rc3Karolin Seeger2019-09-031-1/+1
* WHATSNEW: Add release notes for Samba 4.11.0rc3.Karolin Seeger2019-09-031-1/+46
* CVE-2019-10197: smbd: split change_to_user_impersonate() out of change_to_use...Stefan Metzmacher2019-09-032-5/+17
* CVE-2019-10197: test_smbclient_s3.sh: add regression test for the no permissi...Stefan Metzmacher2019-09-033-0/+43
* CVE-2019-10197: selftest: make fsrvp_share its own independent subdirectoryStefan Metzmacher2019-09-031-2/+5
* CVE-2019-10197: smbd: make sure we reset current_user.{need,done}_chdir in be...Stefan Metzmacher2019-09-031-0/+3
* CVE-2019-10197: smbd: make sure that change_to_user_internal() always resets ...Stefan Metzmacher2019-09-031-0/+1
* CVE-2019-10197: smbd: separate out impersonation debug info into a new function.Jeremy Allison2019-09-031-14/+23
* WHATSNEW: BIND9_FLATFILE / rndc command deprecatedAndrew Bartlett2019-08-281-0/+15
* docs: Deprecate "rndc command" for Samba 4.11Andrew Bartlett2019-08-281-0/+7
* 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
* vfs:glusterfs_fuse: build only if we have setmntent()Michael Adam2019-08-281-1/+3
* vfs:glusterfs_fuse: ensure fileids are constant across nodesMichael Adam2019-08-282-1/+200
* vfs_glusterfs: Enable profiling for file system operationsAnoop C S2019-08-261-49/+288
* vfs_glusterfs: initialize st_ex_file_id, st_ex_itime and st_ex_iflagsRalph Boehme2019-08-261-0/+4
* vfs_default: use correct flag in vfswrap_fs_file_idRalph Boehme2019-08-261-1/+1
* ctdb-tools: Drop 'o' option from getopts commandMartin Schwenke2019-08-261-1/+1
* ldb: Release ldb 2.0.6ldb-2.0.6Andrew Bartlett2019-08-263-1/+286
* ldb: Free memory when repacking databaseTim Beale2019-08-261-0/+1
* ldb: Log the partition we're repackingTim Beale2019-08-261-2/+4
* ldb: Log pack format in user-friendly wayTim Beale2019-08-261-2/+15
* ldb: Change pack format defines to enumTim Beale2019-08-261-5/+8
* ldb: Move where we update the pack format versionTim Beale2019-08-263-2/+4
* ldb: Always log when the database pack format changesTim Beale2019-08-262-1/+4
* downgradedatabase: installing scriptAaron Haslett2019-08-264-3/+5
* downgradedatabase: Add man-page documentationAaron Haslett2019-08-262-0/+96
* downgradedatabase: rename to samba_downgrade_dbTim Beale2019-08-263-2/+2
* tests: Avoid hardcoding relative filepathTim Beale2019-08-261-2/+2
* downgradedatabase: comply with samba.tests.sourceAaron Haslett2019-08-261-3/+23
* vfs_gpfs: Implement special case for denying owner access to ACLChristof Schmitt2019-08-261-4/+33
* vfs_gpfs: Move mapping from generic NFSv ACL to GPFS ACL to separate functionChristof Schmitt2019-08-261-28/+41
* docs: Remove gpfs:merge_writeappend from vfs_gpfs manpageChristof Schmitt2019-08-261-20/+0
* vfs_gpfs: Remove merge_writeappend parameterChristof Schmitt2019-08-261-23/+0
* nfs4_acls: Use correct owner information for ACL after owner changeChristof Schmitt2019-08-261-14/+22
* nfs4_acls: Add test for merging duplicates when mapping from NFS4 ACL to DACLChristof Schmitt2019-08-261-0/+79
* nfs4_acls: Remove duplicate entries when mapping from NFS4 ACL to DACLChristof Schmitt2019-08-261-0/+31
* nfs4_acls: Rename smbacl4_fill_ace4 functionChristof Schmitt2019-08-261-11/+9
* nfs4_acls: Add additional owner entry when mapping to NFS4 ACL with IDMAP_TYP...Christof Schmitt2019-08-262-7/+69
* nfs4_acls: Remove redundant pointer variableChristof Schmitt2019-08-261-30/+26
* nfs4_acls: Remove redundant logging from smbacl4_fill_ace4Christof Schmitt2019-08-261-8/+0