summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2025-09-02libsmb: Slightly clarify format in set/get_secdescVolker Lendecke1-3/+5
2025-09-02libsmb: Make map_fnum_to_smb2_handle type-safeVolker Lendecke1-2/+4
2025-09-02libsmb: Make dsgetdcname print flags in one DEBUGVolker Lendecke1-37/+48
2025-09-02libsmb: Remove an unnecessary castVolker Lendecke1-1/+1
2025-09-02libsmb: Save a few lines with direct var initializationVolker Lendecke1-7/+5
2025-09-02vfs: Simplify fruit_unlink_rsrc_stream()Volker Lendecke1-21/+8
2025-09-02vfs_streams_xattr: Add some overflow protection to pread and pwriteVolker Lendecke1-0/+10
2025-09-02vfs: Slightly streamline streams_xattr_renameat()Volker Lendecke1-2/+1
2025-09-02smbd: Align integer typesVolker Lendecke1-1/+2
2025-09-02smbd: Align an integer typeVolker Lendecke1-1/+1
2025-08-27s3:lib: Initialize pointer to NULLJennifer Sutton1-1/+1
2025-08-27CID 1509059 winbind: Fixing print statement for time_tRabinarayan Panigrahi1-2/+2
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-26utils/smbtree: do not crash with no password (-N)Douglas Bagnall1-2/+7
2025-08-26s4:lib/tls: let tstream_tls_params_server_lpcfg() use lpcfg_dns_hostname() in...Stefan Metzmacher1-8/+0
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-25s3:utils: Keep password secret in ntlm_auth get_password()Andreas Schneider1-0/+1
2025-08-22libsmb: Add "smb_encryption_over_quic" to smb311_capabilitiesVolker Lendecke2-4/+8
2025-08-22param: Add "client smb encryption over quic"Volker Lendecke1-0/+1
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 Lendecke1-0/+2
2025-08-22smbd: Pass smbXsrv_connection to lp_server_smb_encrypt()Volker Lendecke7-9/+17
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-22libcli: Add tls_verify_peer_state to smbXcli_transportVolker Lendecke2-20/+38
2025-08-18smbd: Fix CID 1664060: Incorrect expression (IDENTICAL_BRANCHES)Volker Lendecke1-4/+0
2025-08-18tldap: Fix CID 1664062: Error handling issues (CHECKED_RETURN)Volker Lendecke1-1/+7
2025-08-18pdb_ldap: Fix memory leak CID#1363095Vinit Agnihotri1-0/+1
2025-08-15smbd: improve lease break when handling overwrite create dispositionRalph Boehme1-2/+2
2025-08-15smbd: when going to truncate the file, explicitly set the filesize to 0Ralph Boehme1-0/+9
2025-08-15s3/locking: fix checking for byterange locks when granting RH leaseRalph Boehme1-1/+14
2025-08-15s3/locking: modernize file_has_brlocks()Ralph Boehme1-2/+3
2025-08-15smbd: make file_has_brlocks() publicRalph Boehme3-11/+12
2025-08-15smbd: avoid granting "H"-only leaseRalph Boehme1-1/+1
2025-08-15smbd: return correct reparse tag DFS when listing directoriesRalph Boehme1-0/+2
2025-08-15pylibsmb: add SMB2_FIND_ID_BOTH_DIRECTORY_INFORalph Boehme1-0/+1
2025-08-15vfs_xattr_tdb: fix dangling symlink detectionRalph Boehme1-7/+6
2025-08-15s3/rpc_server/dfs: fix creating a DFS linkRalph Boehme1-1/+3
2025-08-15lib: Move file_lines_ploadv() to lib/util/Volker Lendecke4-29/+2
2025-08-15lib: Fix memory leak CID#1469247Vinit Agnihotri1-1/+4
2025-08-14s3-vfs_fruit: add 'fruit:veto_localized' optionGünther Deschner1-0/+25
2025-08-13libads: change netlogon_pings() behaviour wrt to min_servers parameterRalph Boehme6-15/+20