1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
https://gitlab.com/samba-team/samba is the Official GitLab mirror of https://git.samba.org/samba.git -- Merge requests should be made on GitLab (not on GitHub)
Go to file
Martin Schwenke 4569c65288 ctdb-scripts: Add configuration variable CTDB_KILLTCP_USE_SS_KILL
This allows CTDB to be configured to use "ss -K" to reset TCP
connections on "releaseip".  This is only supported when the kernel is
configured with CONFIG_INET_DIAG_DESTROY enabled.

From the documentation:

   ss -K has been supported in ss since iproute 4.5 in March 2016 and
   in the Linux kernel since 4.4 in December 2015.  However, the
   required kernel configuration item CONFIG_INET_DIAG_DESTROY is
   disabled by default.  Although enabled in Debian kernels since
   ~2017 and in Ubuntu since at least 18.04,, this has only recently
   been enabled in distributions such as RHEL.  There seems to be no
   way, including running ss -K, to determine if this is supported, so
   use of this feature needs to be configurable.  When available, it
   should be the fastest, most reliable way of killing connections.

For RHEL and derivatives, this was enabled as follows:

* RHEL 8 via https://bugzilla.redhat.com/show_bug.cgi?id=2230213,
  arriving in version kernel-4.18.0-513.5.1.el8_9

* RHEL 9 via https://issues.redhat.com/browse/RHEL-212, arriving in
  kernel-5.14.0-360.el9

Enabling this option results in a small behaviour change because ss -K
always does a 2-way kill (i.e. it also sends a RST to the client).
Only a 1-way kill is done for SMB connections when ctdb_killtcp is
used - the reasons for this are shrouded in history and the 2-way kill
seems to work fine.

For the summary that is logged, when CTDB_KILLTCP_USE_SS_KILL is "yes"
or "try", always log the method used, even the fallback to
ctdb_killtcp.  However, when set to "no", maintain the existing
output.

The decision to use -K rather than --kill is because short options are
trivial to implement in test stubs.

Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jerry Heyman <jheyman@ddn.com>

Autobuild-User(master): Martin Schwenke <martins@samba.org>
Autobuild-Date(master): Thu Nov  7 00:12:34 UTC 2024 on atb-devel-224
2024-11-07 00:12:34 +00:00
.github
auth auth/credentials: remove unused netlogon_creds_session_encrypt() 2024-10-30 23:08:36 +00:00
bootstrap Fix Rocky8 build for utf8proc-devel 2024-10-23 14:21:34 +00:00
buildtools Add configure checks for glibc and openssl versions 2024-10-23 14:21:34 +00:00
coverity
ctdb ctdb-scripts: Add configuration variable CTDB_KILLTCP_USE_SS_KILL 2024-11-07 00:12:34 +00:00
dfs_server s4:dfs_server: Use lpcfg_dns_hostname() in dfs_server_ad.c 2024-05-22 20:33:36 +00:00
docs-xml smbd: add option "smb3 directory leases" 2024-11-05 14:39:30 +00:00
dynconfig Isolate hsm auth value from the cache 2024-10-23 14:21:33 +00:00
examples s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT() 2024-08-21 08:02:30 +00:00
file_server s3: Remove --log-stdout from daemons 2021-04-29 03:58:37 +00:00
include
lib ldb:test:lmdb_free_list: s/the the/to the/ in comment 2024-11-06 10:57:35 +00:00
libcli libcli:auth:msrpc_parse: s/the the/is the/ in comments 2024-11-06 10:57:35 +00:00
libds/common libds: remove unreachable break statements after return 2024-02-16 02:41:36 +00:00
libgpo libgpo: Initialize struct security_ace array 2024-07-16 11:41:33 +00:00
librpc libndr: specialise ndr_token_find() for key pointer comparison 2024-11-06 12:06:04 +00:00
nsswitch nsswitch:: s/the the\b/the/ in comments 2024-11-06 10:57:35 +00:00
packaging packaging: Add missing quotes in smbprint 2024-06-24 07:14:54 +00:00
pidl pidl: Add headerhelper idl property 2024-08-27 07:19:32 +00:00
python pytest: s/the the\b/the/ in comments 2024-11-06 10:57:35 +00:00
release-scripts release-script: Fix shellcheck errors 2022-08-17 11:03:54 +00:00
rust Fix pam failure to register Pin following mfa poll 2024-10-23 15:39:09 +00:00
script autobuild: Configure samba-o3 for himmelblau testing 2024-10-23 14:21:34 +00:00
selftest libcli/smb: only copy the parent lease key if SMB2_LEASE_FLAG_PARENT_LEASE_KEY_SET is set 2024-11-05 14:39:31 +00:00
source3 s3:smbd:posix_acls: s/the the/that the/ in comment 2024-11-06 10:57:35 +00:00
source4 s4:reg: s/the there/there/ in comments 2024-11-06 10:57:35 +00:00
testdata testdata: Fix spelling 2023-10-25 22:23:38 +00:00
testprogs s4: s/the the\b/the/ in miscellaneous comments 2024-11-06 10:57:35 +00:00
tests tests: Fix code spelling 2023-08-14 21:45:30 +00:00
testsuite testsuite: Reformat shell scripts 2022-08-10 13:17:31 +00:00
third_party third_party/heimdal: Import lorikeet-heimdal-202410161454 (commit 0d61538a16b5051c820702f0711102112cd01a83) 2024-10-16 19:05:15 +00:00
wintest wintest: Fix invalid escape sequences 2023-10-13 04:55:06 +00:00
.bzrignore
.clang-format clang-format: sort alphabetically 2023-10-24 14:47:57 +00:00
.clangd Add .clangd configuration file 2023-03-29 16:57:34 +00:00
.codespellignore A Rust 'crate' is not a misspelling of 'create' 2024-10-23 14:21:33 +00:00
.codespellrc codespell: Ignore CTDB bin/ 2024-08-22 09:02:38 +00:00
.editorconfig editorconfig: We always inserted a new line so keep doing that 2022-02-28 10:22:34 +00:00
.git-blame-ignore-revs Add a git-blame-ignore-revs file 2023-03-03 02:02:51 +00:00
.gitattributes .gitattributes: Treat file containing test SDDL as binary 2023-10-25 22:23:37 +00:00
.gitignore gitignore: add WAF lockfile 2023-10-17 04:16:29 +00:00
.gitlab-ci-coverage-runners.yml .gitlab-ci: Remove tags no longer provided by gitlab.com 2024-05-07 13:40:55 +00:00
.gitlab-ci-coverage.yml add .gitlab-ci-coverage.yml for a scheduled build 2021-04-13 09:33:14 +00:00
.gitlab-ci-default-runners.yml .gitlab-ci: Remove tags no longer provided by gitlab.com 2024-05-07 13:40:55 +00:00
.gitlab-ci-default.yml .gitlab-ci.yml: Honour AUTOBUILD_SKIP_SAMBA_O3 in GitLab CI 2021-10-13 11:10:44 +00:00
.gitlab-ci-main.yml Fix Rocky8 build for utf8proc-devel 2024-10-23 14:21:34 +00:00
.gitlab-ci-private.yml .gitlab-ci.yml: move the content to .gitlab-ci-main.yml 2021-04-13 08:23:35 +00:00
.gitlab-ci.yml .gitlab-ci.yml: move the content to .gitlab-ci-main.yml 2021-04-13 08:23:35 +00:00
.gitleaks.toml Add gitleaks configuration file to avoid false positives 2023-02-13 18:45:21 +00:00
.mailmap mailmap: Associate my identity with my old email address 2024-02-16 02:41:36 +00:00
.testr.conf
.ycm_extra_conf.py
callcatcher-exceptions.grep
configure configure/Makefile: export PYTHONHASHSEED=1 in all 'configure/Makefile' scripts 2022-03-29 22:32:32 +00:00
configure.developer
COPYING
GPG_AA99442FB680B620_replaces_6F33915B6568B7EA.txt
Makefile build: Add 'make printversion' to provide version string 2023-10-17 03:19:38 +00:00
PFIF.txt
README.cifs-utils
README.Coding.md README: Add languages to code blocks for highlighting 2024-09-05 14:27:30 +00:00
README.contributing
README.md
SECURITY.md SECURITY.md: Fix spelling 2023-10-25 22:23:37 +00:00
setup.cfg
VERSION VERSION: Bump version up to 4.22.0pre1... 2024-07-29 09:01:32 +00:00
VFS-License-clarification.txt
WHATSNEW.txt WHATSNEW: SMB3 Directory Leases 2024-11-05 15:51:26 +00:00
wscript Add configure checks for glibc and openssl versions 2024-10-23 14:21:34 +00:00
wscript_build Reorganize rust file tree 2024-10-23 14:21:33 +00:00
wscript_build_embedded_heimdal wafsamba: Remove clangdb code which doesn't work 2022-01-21 23:33:36 +00:00
wscript_build_system_heimdal wscript: Correctly determine dependencies for system Heimdal build 2022-11-08 02:39:37 +00:00
wscript_build_system_mitkrb5 wafsamba: Remove clangdb code which doesn't work 2022-01-21 23:33:36 +00:00
wscript_configure_embedded_heimdal wscript_configure_embedded_heimdal: define HAVE_CLIENT_GSS_C_CHANNEL_BOUND_FLAG 2024-04-23 23:50:34 +00:00
wscript_configure_system_gnutls lib/crypto: add legacy_gnutls_server_end_point_cb() if needed 2024-04-23 23:50:33 +00:00
wscript_configure_system_heimdal build: Add build time detection for the MIT FAST ccache API 2023-11-29 03:11:34 +00:00
wscript_configure_system_mitkrb5 system_mitkrb5: require 1.16 as we use ENCTYPE_AES256_CTS_HMAC_SHA384_192 2024-09-30 15:51:28 +00:00

About Samba

Samba is the standard Windows interoperability suite of programs for Linux and Unix. Samba is Free Software licensed under the GNU General Public License and the Samba project is a member of the Software Freedom Conservancy. Since 1992, Samba has provided secure, stable and fast file and print services for all clients using the SMB/CIFS protocol, such as all versions of DOS and Windows, OS/2, Linux and many others. Samba is an important component to seamlessly integrate Linux/Unix Servers and Desktops into Active Directory environments. It can function both as a domain controller or as a regular domain member.

For the AD DC implementation a full HOWTO is provided at: https://wiki.samba.org/index.php/Samba4/HOWTO

Community guidelines can be read at: https://wiki.samba.org/index.php/How_to_do_Samba:_Nicely

This software is freely distributable under the GNU public license, a copy of which you should have received with this software (in a file called COPYING).

CONTRIBUTIONS

Please see https://wiki.samba.org/index.php/Contribute for detailed set-by-step instructions on how to submit a patch for Samba via GitLab.

Samba's GitLab mirror is at https://gitlab.com/samba-team/samba

OUR CONTRIBUTORS

See https://www.samba.org/samba/team/ for details of the Samba Team, as well as details of all those currently active in Samba development.

If you like a particular feature then look through the git change-log (on the web at https://gitweb.samba.org/?p=samba.git;a=summary) and see who added it, then send them an email.

Remember that free software of this kind lives or dies by the response we get. If no one tells us they like it then we'll probably move onto something else.

MORE INFO

DOCUMENTATION

There is quite a bit of documentation included with the package, including man pages and the wiki at https://wiki.samba.org

If you would like to help with our documentation, please contribute that improved content to the wiki, we are moving as much content there as possible.

MAILING LIST

Please do NOT send subscription/unsubscription requests to the lists!

There is a mailing list for discussion of Samba. For details go to https://lists.samba.org/ or send mail to samba-subscribe@lists.samba.org

There is also an announcement mailing list where new versions are announced. To subscribe go to https://lists.samba.org/ or send mail to samba-announce-subscribe@lists.samba.org. All announcements also go to the samba list, so you only need to be on one.

For details of other Samba mailing lists and for access to archives, see https://lists.samba.org/

MAILING LIST ETIQUETTE

A few tips when submitting to this or any mailing list.

  1. Make your subject short and descriptive. Avoid the words "help" or "Samba" in the subject. The readers of this list already know that a) you need help, and b) you are writing about samba (of course, you may need to distinguish between Samba PDC and other file sharing software). Avoid phrases such as "what is" and "how do i". Some good subject lines might look like "Slow response with Excel files" or "Migrating from Samba PDC to NT PDC".

  2. If you include the original message in your reply, trim it so that only the relevant lines, enough to establish context, are included. Chances are (since this is a mailing list) we've already read the original message.

  3. Trim irrelevant headers from the original message in your reply. All we need to see is a) From, b) Date, and c) Subject. We don't even really need the Subject, if you haven't changed it. Better yet is to just preface the original message with "On [date] [someone] wrote:".

  4. Please don't reply to or argue about spam, spam filters or viruses on any Samba lists. We do have a spam filtering system that is working quite well thank you very much but occasionally unwanted messages slip through. Deal with it.

  5. Never say "Me too." It doesn't help anyone solve the problem. Instead, if you ARE having the same problem, give more information. Have you seen something that the other writer hasn't mentioned, which may be helpful?

  6. If you ask about a problem, then come up with the solution on your own or through another source, by all means post it. Someone else may have the same problem and is waiting for an answer, but never hears of it.

  7. Give as much relevant information as possible such as Samba release number, OS, kernel version, etc...

  8. RTFM. Google.

WEBSITE

A Samba website has been setup with lots of useful info. Connect to:

https://www.samba.org/

As well as general information and documentation, this also has searchable archives of the mailing list and links to other useful resources such as the wiki.