summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-08-26pytest: safe_tarfile: accept NotADirectoryError as bad path rejectionDouglas Bagnall1-1/+2
2025-08-26s4:libsocket: better diagnostics for no interfacesDouglas Bagnall1-3/+8
2025-08-26s3:smbd: slightly improve no sockets panic messageDouglas Bagnall1-2/+5
2025-08-26winbindd:migrate_secrets_tdb_to_ldb() handles no client passwordDouglas Bagnall1-2/+9
2025-08-26s4:smb_composite: session_setup_old() handles no passwordDouglas Bagnall1-0/+4
2025-08-26s4:smb_composite: session_setup_nt1() handles no passwordDouglas Bagnall1-0/+3
2025-08-26utils/smbtree: do not crash with no password (-N)Douglas Bagnall1-2/+7
2025-08-26auth: avoid strcmp(x, NULL)Douglas Bagnall1-1/+6
2025-08-26auth: fix docs for cli_credentials_get_password_and_obtained()Douglas Bagnall1-1/+1
2025-08-26domsid: be less alarmed by non-SIDDouglas Bagnall1-1/+2
2025-08-26dsdb:password_hash.c: restrict crypt hash to proper formsDouglas Bagnall1-0/+24
2025-08-26python:build: do not allow sizeof(int) != 4Douglas Bagnall1-0/+13
2025-08-26s4:lib/tls: add additional dns hostnames as GNUTLS_SAN_DNSNAME for self-signe...Stefan Metzmacher3-0/+18
2025-08-26s4:lib/tls: set GNUTLS_SAN_DNSNAME for self-signed certificatesStefan Metzmacher1-0/+3
2025-08-26s4:lib/tls: let tstream_tls_params_server_lpcfg() use lpcfg_dns_hostname() in...Stefan Metzmacher5-22/+1
2025-08-26winbindd: CID 1508963 Fixing print statement for time_tRabinarayan Panigrahi1-2/+2
2025-08-26s3:eventlog: Fix print statement CID#1509023Vinit Agnihotri1-2/+2
2025-08-25auth:creds: Update the documentation for set_principal and set_realmAndreas Schneider1-6/+31
2025-08-25auth:creds: Make sure to uppercase the realm of a principalAndreas Schneider2-10/+34
2025-08-25auth:creds: Validate realm names in set_realm and set_principalAndreas Schneider1-0/+25
2025-08-25s3:utils: Keep password secret in ntlm_auth get_password()Andreas Schneider1-0/+1
2025-08-25auth:creds: Keep password secret in cmdline_get_userpassword()Andreas Schneider1-0/+1
2025-08-25auth:creds: Keep the password secretAndreas Schneider1-0/+1
2025-08-25auth:creds: Allow to reset the principal by passing NULL to set_principalAndreas Schneider1-5/+10
2025-08-25auth:creds: Also uppercase realm set via a callbackAndreas Schneider1-1/+12
2025-08-25auth:creds: Allow to reset the realm by passing NULLAndreas Schneider1-1/+8
2025-08-22libsmb: Avoid smb-level encryption if quic is trustedVolker Lendecke1-3/+19
2025-08-22libsmb: Add "smb_encryption_over_quic" to smb311_capabilitiesVolker Lendecke5-12/+24
2025-08-22param: Add "client smb encryption over quic"Volker Lendecke3-0/+45
2025-08-22smbd: Don't request SMB-level encryption over trusted quicVolker Lendecke1-1/+12
2025-08-22smbd: Reply with SMB2_ACCEPT_TRANSPORT_LEVEL_SECURITY if we trust quicVolker Lendecke2-0/+38
2025-08-22smbd: Add the "server smb encryption over quic" parameterVolker Lendecke3-0/+52
2025-08-22smbd: Pass smbXsrv_connection to lp_server_smb_encrypt()Volker Lendecke9-10/+19
2025-08-22param: Fix whitespaceVolker Lendecke1-8/+8
2025-08-22smbd: Switch from a != to a ==Volker Lendecke1-3/+5
2025-08-22smbd: Avoid an "else"Volker Lendecke1-1/+2
2025-08-22smbd: Modernize DEBUGsVolker Lendecke2-13/+12
2025-08-22smbd: Add a comment matching the other flagsVolker Lendecke1-0/+1
2025-08-22smbd: Make a few encryption-related functions static to smbstatusVolker Lendecke3-36/+32
2025-08-22smbd: Fix a typoVolker Lendecke1-3/+3
2025-08-22smbd: Shed a nested if-expressionVolker Lendecke1-10/+11
2025-08-22docs: Fix "server smb encrypt" for SMB3+Volker Lendecke1-1/+1
2025-08-22libsmb: Negotiate SMB2_ACCEPT_TRANSPORT_LEVEL_SECURITY over quicVolker Lendecke1-0/+40
2025-08-22lib: tstream_tls_verify_peer_trusted()Volker Lendecke2-0/+6
2025-08-22libcli: Add tls_verify_peer_state to smbXcli_transportVolker Lendecke5-44/+80
2025-08-22tls: Add tstream_tls_params_verify_peer()Volker Lendecke2-0/+18
2025-08-22libcli: Introduce helper var in smbXcli_negprot_smb2_subreq()Volker Lendecke1-20/+30
2025-08-20third_party:quic_ko_wrapper Fix compilation with clang-20Gary Lockyer1-6/+3
2025-08-20third_party:quic Fix compilation with clang-20Gary Lockyer1-0/+3
2025-08-20third_party: fix libquic build on older systemsBjörn Baumbach2-1/+9