summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ldb: version 2.4.2ldb-2.4.2Stefan Metzmacher2022-01-243-1/+287
* waf: Fix resolv_wrapper with glibc 2.34Andreas Schneider2022-01-212-1/+14
* VERSION: Bump version up to Samba 4.15.5...Jule Anger2022-01-191-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.15.4 release.samba-4.15.4Jule Anger2022-01-191-1/+1
* WHATSNEW: Add release notes for Samba 4.15.4.Jule Anger2022-01-191-2/+66
* auth/ntlmssp: make sure we return INVALID_PARAMETER for NTLMv2_RESPONSE parsi...Stefan Metzmacher2022-01-182-5/+8
* s4:torture/smb2: add smb2.session.ntlmssp_bug14932 testStefan Metzmacher2022-01-182-0/+56
* libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds ignore invalid netapp ...Stefan Metzmacher2022-01-181-0/+63
* libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds ignore BUFFER_TOO_SMALLStefan Metzmacher2022-01-182-19/+21
* s4:torture/rpc: add test for invalid av_pair content in LogonSamLogonExStefan Metzmacher2022-01-182-0/+223
* auth/credentials: cli_credentials_set_ntlm_response() pass session_keysStefan Metzmacher2022-01-183-9/+64
* s3:smbd: handle --build-options without parsing smb.confAndreas Schneider2022-01-181-7/+2
* s3:libsmb: fix signing regression SMBC_server_internal()Stefan Metzmacher2022-01-182-2/+1
* s4:selftest: run libsmbclient.noanon_list against maptoguestStefan Metzmacher2022-01-182-0/+17
* s4:torture/libsmbclient: add libsmbclient.noanon_list testStefan Metzmacher2022-01-181-0/+50
* selftest/Samba3: enable SMB1 for maptoguestStefan Metzmacher2022-01-182-6/+5
* s3: smbd: Add missing pop_sec_ctx() in error code path of close_directory()Jeremy Allison2022-01-171-0/+2
* ctdb-protocol: Allow rfc5952 "[2001:db8::1]:80" ipv6 notationVolker Lendecke2022-01-171-0/+13
* s3:smbd: Fix dereferencing null pointer "fsp"Pavel Filipenský2022-01-121-2/+1
* s3:modules: VFS CAP symlinkat always failsPavel Filipenský2022-01-121-1/+1
* s3:modules: Fix the horrible vfs_crossrename modulePavel Filipenský2022-01-121-1/+1
* s3: smbclient: In do_host_query(), if we need SMB1, ensure we select NT1 as t...Jeremy Allison2022-01-122-1/+1
* s3: selftest: Add two tests that show we try and send an SMB1 request over an...Jeremy Allison2022-01-123-0/+64
* s3: includes: Make the comments describing itime consistent. Always use "inve...Jones Syue2022-01-122-3/+3
* s3: lib: In create_clock_itime(), use timespec_current() -> clock_gettime(CLO...Jeremy Allison2022-01-121-1/+1
* s3: smbd: Create and use a common function for generating a fileid - create_c...Jeremy Allison2022-01-124-5/+56
* lib: util: Add a function nt_time_to_unix_timespec_raw().Jeremy Allison2022-01-122-0/+32
* tests: Add 2 tests for unique fileid's with top bit set (generated from itime...Jeremy Allison2022-01-125-0/+211
* VERSION: Bump version up to Samba 4.15.4...Jule Anger2021-12-081-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.15.3 release.samba-4.15.3Jule Anger2021-12-081-1/+1
* WHATSNEW: Add release notes for Samba 4.15.3.Jule Anger2021-12-081-2/+120
* smbd: s3-dsgetdcname: handle num_ips == 0Ralph Boehme2021-12-081-0/+4
* libcli:auth: Allow to connect to netlogon server offering only AESAndreas Schneider2021-12-082-11/+38
* s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_schannel_with...Günther Deschner2021-12-086-17/+45
* s3:rpc_client: Add remote name and socket to cli_rpc_pipe_open_bind_schannel()Andreas Schneider2021-12-086-15/+45
* s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_with_creds()Günther Deschner2021-12-086-5/+23
* s3:libsmb: Remove trailing white spaces from passchange.cAndreas Schneider2021-12-081-6/+6
* s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_noauth_transp...Günther Deschner2021-12-086-12/+96
* s3:libnet: Remove tailing whitespaces in libnet_join.cAndreas Schneider2021-12-081-7/+7
* s3:rpcclient: Remove trailing white spaces in rpcclient.cAndreas Schneider2021-12-081-5/+5
* s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open()Günther Deschner2021-12-081-6/+32
* s3:rpc_client: Remove trailing white spaces from cli_pipe.cAndreas Schneider2021-12-081-1/+1
* testprogs: Add rpcclient schannel testsAndreas Schneider2021-12-083-0/+124
* dsdb: Use DSDB_SEARCH_SHOW_EXTENDED_DN when searching for the local replicate...Andrew Bartlett2021-12-082-2/+13
* CVE-2020-25717: s3-auth: fix MIT Realm regressionRalph Boehme2021-12-081-0/+9
* smb2_server: skip tcon check and chdir_current_service() for FSCTL_QUERY_NETW...Stefan Metzmacher2021-12-062-1/+3
* s4:torture/smb2: FSCTL_QUERY_NETWORK_INTERFACE_INFO should work on noperm shareStefan Metzmacher2021-12-062-0/+131
* smb2_server: don't let SMB2_OP_IOCTL force FILE_CLOSED for invalid file idsStefan Metzmacher2021-12-062-13/+6
* s4:torture/smb2: FSCTL_QUERY_NETWORK_INTERFACE_INFO gives INVALID_PARAMETER w...Stefan Metzmacher2021-12-062-0/+54
* smb2_ioctl: return BUFFER_TOO_SMALL in smbd_smb2_request_ioctl_done()Stefan Metzmacher2021-12-062-1/+19