summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2025-08-13libads: reverse termination condition in netlogon_pings_done()Ralph Boehme1-5/+6
2025-08-13idmap_ad: add and use ldap_timeout and fix LDAP server failoverRalph Boehme6-12/+106
2025-08-13tldap: use tevent_req_set_endtime() to terminate LDAP searchesRalph Boehme1-0/+5
2025-08-13winbindd: use find_domain_from_name_noinit() in find_dns_domain_name()Ralph Boehme1-1/+1
2025-08-13libads: fix get_kdc_ip_string()Ralph Boehme1-4/+12
2025-08-13s3-utils: Fix CID #1517309 Resource leak in net offlinejoin code.Günther Deschner1-0/+4
2025-08-12nsswitch: support all known DS lookup flags in wbclient's wbcLookupDomainCont...Günther Deschner1-0/+8
2025-08-12vfs_default: Use already available SMBPROFILE_*_X macrosAnoop C S1-8/+7
2025-08-12vfs_ceph_new: Use already available SMBPROFILE_*_X macrosAnoop C S1-8/+7
2025-08-12s3/smbd: Use SMBPROFILE_IOBYTES_ASYNC_STATE_X macroAnoop C S1-2/+1
2025-08-12s3/include: Define SMBPROFILE_*_ASYNC_STATE_X macrosAnoop C S1-0/+10
2025-08-09utils: Fix memory leak CID:1499405Vinit Agnihotri1-0/+1
2025-08-08vfs: Convert pread, pwrite and fsync recv interfaces to macrosAnoop C S3-8/+27
2025-08-08smbclient: fix handling errors from do_put in mputRalph Boehme1-1/+9
2025-08-07s3:passdb: Fix CIDs 1596750,1596751 uninitialized pointer readMichael Adam1-2/+2
2025-08-05net: add `net tdb smbXsrv wipedbs` alias for `net serverid wipedbs`Ralph Boehme3-2/+27