summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ldb: version 2.3.3ldb-2.3.3Stefan Metzmacher2022-01-243-1/+287
* auth/ntlmssp: make sure we return INVALID_PARAMETER for NTLMv2_RESPONSE parsi...Stefan Metzmacher2022-01-191-0/+8
* libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds ignore invalid netapp ...Stefan Metzmacher2022-01-191-0/+63
* libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds ignore BUFFER_TOO_SMALLStefan Metzmacher2022-01-192-19/+21
* s4:torture/rpc: add test for invalid av_pair content in LogonSamLogonExStefan Metzmacher2022-01-192-0/+223
* auth/credentials: cli_credentials_set_ntlm_response() pass session_keysStefan Metzmacher2022-01-193-9/+64
* 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: 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.14.12...Jule Anger2021-12-151-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.14.11 release.samba-4.14.11Jule Anger2021-12-151-1/+1
* WHATSNEW: Add release notes for Samba 4.14.11.Jule Anger2021-12-151-2/+88
* smb2_server: don't let SMB2_OP_IOCTL force FILE_CLOSED for invalid file idsStefan Metzmacher2021-12-131-12/+6
* smb2_ioctl: return BUFFER_TOO_SMALL in smbd_smb2_request_ioctl_done()Stefan Metzmacher2021-12-131-0/+19
* smb2_server: skip tcon check and chdir_current_service() for FSCTL_VALIDATE_N...Stefan Metzmacher2021-12-132-1/+3
* smb2_server: decouple IOCTL check from signing/encryption statesStefan Metzmacher2021-12-131-1/+3
* smb2_server: make sure in_ctl_code = IVAL(body, 0x04); reads valid bytesStefan Metzmacher2021-12-131-1/+1
* s4:torture/smb2: add smb2.ioctl.bug14788.VALIDATE_NEGOTIATEStefan Metzmacher2021-12-132-0/+112
* libcli/smb: split out smb2cli_raw_tcon* from smb2cli_tcon*Stefan Metzmacher2021-12-132-35/+168
* s3:smbd: remove dead code from smbd_smb2_request_dispatch()Stefan Metzmacher2021-12-131-12/+0
* smbd: s3-dsgetdcname: handle num_ips == 0Ralph Boehme2021-12-081-0/+4
* 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
* s3: docs-xml: Clarify the "delete veto files" paramter.Jeremy Allison2021-12-021-3/+6
* s3: smbd: Fix logic in can_delete_directory_fsp() to cope with dangling symli...Jeremy Allison2021-12-022-1/+97
* s3: smbd: Fix logic in rmdir_internals() to cope with dangling symlinks.Jeremy Allison2021-12-021-2/+101
* s3: smbd: Fix rmdir_internals() to do an early return if lp_delete_veto_files...Jeremy Allison2021-12-021-119/+128
* s3: VFS: xattr_tdb. Allow unlinkat to cope with dangling symlinks.Jeremy Allison2021-12-021-0/+10
* s3: VFS: streams_depot. Allow unlinkat to cope with dangling symlinks.Jeremy Allison2021-12-021-0/+10
* s3: smbd: Add two tests showing the ability to delete a directory containing ...Jeremy Allison2021-12-024-0/+191
* s3: smbd: Add two tests showing recursive directory delete of a directory con...Jeremy Allison2021-12-023-0/+236
* CVE-2021-3670 ldap_server: Clearly log LDAP queries and timeoutsAndrew Bartlett2021-12-021-22/+99
* CVE-2021-3670 dsdb/anr: Do a copy of the potentially anr query before startin...Andrew Bartlett2021-12-021-8/+65
* CVE-2021-3670 ldap_server: Remove duplicate print of LDAP search detailsAndrew Bartlett2021-12-021-3/+0
* CVE-2021-3670 ldb: Confirm the request has not yet timed out in ldb filter pr...Andrew Bartlett2021-12-025-2/+85
* CVE-2021-3670 ldap_server: Ensure value of MaxQueryDuration is greater than zeroJoseph Sutton2021-12-021-1/+3
* CVE-2021-3670 ldap_server: Set timeout on requests based on MaxQueryDurationJoseph Sutton2021-12-021-1/+11
* CVE-2021-3670 tests/krb5/test_ldap.py: Add test for LDAP timeoutsJoseph Sutton2021-12-022-0/+64
* CVE-2020-25717: s3:auth: Fallback to a SID/UID based mapping if the named bas...Andrew Bartlett2021-11-182-3/+33
* CVE-2020-25717: tests/krb5: Add a test for idmap_nss mapping users to SIDsJoseph Sutton2021-11-184-0/+251
* CVE-2020-25717: selftest: turn ad_member_no_nss_wb into ad_member_idmap_nssJoseph Sutton2021-11-183-6/+22
* CVE-2020-25717: nsswitch/nsstest.c: Lower 'non existent uid' to make room for...Joseph Sutton2021-11-181-1/+1