summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ldb_ldap: Fix a memleakldb-2.2.0Volker Lendecke2020-07-021-1/+1
* CVE-2020-14303: s4 nbt: fix busy loop on empty UDP packetGary Lockyer2020-07-022-2/+16
* CVE-2020-14303 Ensure an empty packet will not DoS the NBT serverAndrew Bartlett2020-07-022-0/+20
* CVE-2020-10760 dsdb: Add tests for paged_results and VLV over the Global Cata...Andrew Bartlett2020-07-022-66/+107
* CVE-2020-10760 dsdb: Ensure a proper talloc tree for saved controlsAndrew Bartlett2020-07-022-0/+15
* CVE-2020-10745: ndr/dns-utils: prepare for NBT compatibilityDouglas Bagnall2020-07-027-77/+49
* CVE-2020-10745: dns_util/push: forbid names longer than 255 bytesDouglas Bagnall2020-07-022-2/+9
* CVE-2020-10745: ndr_dns: do not allow consecutive dotsDouglas Bagnall2020-07-023-2/+6
* CVE-2020-10745: ndr/dns_utils: correct a commentDouglas Bagnall2020-07-021-1/+1
* CVE-2020-10745: ndr_dns: move ndr_push_dns_string core into sharable functionDouglas Bagnall2020-07-024-75/+99
* CVE-2020-10745: librpc/tests: cmocka tests of dns and ndr stringsDouglas Bagnall2020-07-024-0/+252
* CVE-2020-10745: pytests: hand-rolled invalid dns/nbt packet testsDouglas Bagnall2020-07-023-0/+223
* CVE-2020-10730: lib ldb: Check if ldb_lock_backend_callback called twiceGary Lockyer2020-07-021-1/+8
* CVE-2020-10730: s4 dsdb vlv_pagination: Prevent repeat call of ldb_module_doneGary Lockyer2020-07-021-12/+49
* CVE-2020-10730: s4 dsdb paged_results: Prevent repeat call of ldb_module_doneGary Lockyer2020-07-021-9/+34
* CVE-2020-10730: dsdb: Ban the combination of paged_results and VLVAndrew Bartlett2020-07-021-0/+10
* CVE-2020-10730: dsdb: Fix crash when vlv and paged_results are combinedAndrew Bartlett2020-07-021-0/+4
* CVE-2020-10730: selftest: Add test to show that VLV and paged_results are inc...Andrew Bartlett2020-07-022-0/+50
* CVE-2020-10730: vlv: Another workaround for mixing ASQ and VLVAndrew Bartlett2020-07-021-4/+15
* CVE-2020-10730: selftest: Add test to confirm VLV interaction with ASQAndrew Bartlett2020-07-021-0/+27
* CVE-2020-10730: vlv: Do not re-ASQ search the results of an ASQ search with VLVAndrew Bartlett2020-07-021-0/+11
* CVE-2020-10730: vlv: Use strcmp(), not strncmp() checking the NULL terminated...Andrew Bartlett2020-07-021-2/+2
* s3: libsmb: Fix SMB2 client rename bug to a Windows server.Jeremy Allison2020-07-011-2/+24
* tls: Use NORMAL:-VERS-SSL3.0 as the default configurationAndreas Schneider2020-07-014-38/+3
* selftest: Run test of how userPassword / crypt() style passwords are stored i...Andrew Bartlett2020-07-011-0/+3
* selftest: Split samba.tests.samba_tool.user_virtualCryptSHA into GPG and not ...Andrew Bartlett2020-07-014-1/+566
* dsdb: Allow "password hash userPassword schemes = CryptSHA256" to work on RHEL7Andrew Bartlett2020-07-012-7/+31
* share_mode_lock.c: initialize out paramIsaac Boukris2020-06-301-3/+3
* libgpo: only install group policy admx files when building as DCGünther Deschner2020-06-301-1/+2
* util: fix build on AIX by fixing the order of replace.h includeBjoern Jacke2020-06-291-1/+1
* s3:smbd: fix the handling of the durable_v2_timeoutStefan Metzmacher2020-06-272-25/+1
* s4:torture/smb2: adjust durable v2 tests to pass against Windows Server 2019Stefan Metzmacher2020-06-273-25/+49
* s4:torture/smb2: remove MULTI_CHANNEL checking from smb2.replay.channel-sequenceStefan Metzmacher2020-06-272-11/+4
* selftest/Samba3: support durable handles on the 'aio' shareStefan Metzmacher2020-06-272-2/+3
* s3:smb2_lock: implement lock_sequence replay detectionStefan Metzmacher2020-06-271-0/+112
* docs-xml/smbdotconf: add "smb2 disable lock sequence checking"Stefan Metzmacher2020-06-271-0/+41
* s3:smb2_lock: pass in_lock_sequence to smbd_smb2_lock_send()Stefan Metzmacher2020-06-271-1/+10
* s3:smbXsrv_open: initialize smbXsrv_open_global->lock_sequence_array with 0xFFStefan Metzmacher2020-06-271-0/+7
* s3:smbXsrv.idl: add lock_sequence_array to smbXsrv_open_global0Stefan Metzmacher2020-06-271-0/+1
* s4:torture/smb2: add smb2.lock.replay_smb3_specification testStefan Metzmacher2020-06-271-0/+230
* s4:torture/smb2: make smb2.lock.replay_broken_windows more obviousStefan Metzmacher2020-06-271-5/+55
* s4:torture/smb2: fix and improve the smb2.lock.replay testMichael Adam2020-06-271-16/+53
* torture4: openattr always succeedsDavid Mulder2020-06-241-4/+8
* Convert samba4.base.deny* tests to smb2David Mulder2020-06-243-0/+528
* s4:torture: Convert samba4.base.vuid test to smb2David Mulder2020-06-243-0/+102
* s4:torture: Convert samba4.base.secleak test to smb2David Mulder2020-06-243-0/+94
* s3: smbd: Allow a SHUTDOWN_CLOSE on a file with outstanding aio if there are ...Jeremy Allison2020-06-242-2/+26
* s3: smbd: Make smbXsrv_client_valid_connections() external.Jeremy Allison2020-06-242-1/+2
* s3: selftest: Add samba3.blackbox.aio-outstanding test.Jeremy Allison2020-06-243-0/+102
* gpo: Test samba-tool gpo admxloadDavid Mulder2020-06-231-0/+25