summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.8.8 release.samba-4.8.8Karolin Seeger2018-12-131-1/+1
* WHATSNEW: Add release notes for Samba 4.8.8.Karolin Seeger2018-12-131-2/+103
* winbindd: Route predefined domains through the BUILTIN domain childRalph Boehme2018-12-072-2/+7
* winbindd: fix predefined domains routing in find_lookup_domain_from_sid()Ralph Boehme2018-12-071-19/+8
* winbindd: add some bracesRalph Boehme2018-12-071-1/+2
* libcli/security: add dom_sid_lookup_is_predefined_domain()Ralph Boehme2018-12-072-0/+34
* selftest: test wbinfo -n and --gid-info with "NT Authority"Ralph Boehme2018-12-072-0/+20
* CVE-2018-14629 dns: fix CNAME loop prevention using counter regressionStefan Metzmacher2018-12-072-15/+20
* CVE-2018-14629: Tests to expose regression from dns cname loop fixAaron Haslett2018-12-072-2/+118
* CVE-2018-16853: fix crash in expired passowrd caseIsaac Boukris2018-12-041-3/+4
* CVE-2018-16853: Do not segfault if client is not setAndreas Schneider2018-12-041-0/+16
* CVE-2018-16853: Add a test to verify s4u2self doesn't crashIsaac Boukris2018-12-041-0/+12
* CVE-2018-16853: The ticket in check_policy_as can actually be a TGSIsaac Boukris2018-12-041-2/+6
* CVE-2018-16853: Fix kinit test on system lacking ldbsearchIsaac Boukris2018-12-041-4/+4
* libcli/smb: don't overwrite status codeRalph Boehme2018-12-042-7/+7
* s4:torture/smb2/session: test smbXcli_session_set_disconnect_expired() worksRalph Boehme2018-12-042-0/+112
* vfs_zfsacl: return synthesized ACL when ZFS return ENOTSUPRalph Boehme2018-11-281-2/+34
* s3:smbd: make psbuf arg to make_default_acl_posix() constRalph Boehme2018-11-282-5/+5
* VERSION: Bump version up to 4.8.8.Karolin Seeger2018-11-271-1/+1
* Merge tag 'samba-4.8.7' into v4-8-testKarolin Seeger2018-11-278-7/+167
|\
| * VERSION: Disable GIT_SNAPSHOT for the 4.8.7 release.samba-4.8.7Karolin Seeger2018-11-261-1/+1
| * WHATSNEW: Add release notes for Samba 4.8.7.Karolin Seeger2018-11-261-2/+101
| * CVE-2018-16853 build: The Samba AD DC, when build with MIT Kerberos is experi...Andrew Bartlett2018-11-261-0/+17
| * CVE-2018-16851 ldap_server: Check ret before manipulating blobGarming Sam2018-11-261-2/+2
| * CVE-2018-16841 selftest: Check for mismatching principal in certficate compar...Andrew Bartlett2018-11-261-0/+8
| * CVE-2018-16841 heimdal: Fix segfault on PKINIT with mis-matching principalAndrew Bartlett2018-11-261-3/+3
| * CVE-2018-14629 dns: CNAME loop prevention using counterAaron Haslett2018-11-263-0/+36
| * VERSION: Bump version up to 4.8.7...Karolin Seeger2018-11-261-2/+2
* | s3:smb2_sesssetup: check session_info security level before it gets talloc_mo...Ralph Boehme2018-11-232-5/+4
* | s4:torture/smb2/session: session reauth response must be signedRalph Boehme2018-11-232-0/+9
* | s4:torture/smb2/session: add force_signing to test_session_expire1iRalph Boehme2018-11-231-1/+6
* | s4:torture/smb2/session: require a signed session setup reauth responseRalph Boehme2018-11-231-0/+8
* | s4:torture/smb2/session: invalidate credential cacheRalph Boehme2018-11-231-0/+8
* | libcli/smb: use require_signed_response in smb2cli_conn_dispatch_incoming()Ralph Boehme2018-11-231-1/+16
* | libcli/smb: defer singing check a little bitRalph Boehme2018-11-231-6/+6
* | libcli/smb: maintain require_signed_response in smbXcli_req_stateRalph Boehme2018-11-231-0/+3
* | libcli/smb: add smb2cli_session_require_signed_response()Ralph Boehme2018-11-232-0/+9
* | s3:selftest: also run smb2.session torture testsuite against ad_memberRalph Boehme2018-11-231-0/+1
* | s3:selftest: split "raw.session" and "smb2.session"Ralph Boehme2018-11-231-1/+6
* | torture: Fix the 32-bit buildVolker Lendecke2018-11-161-2/+2
* | vfs_fruit: validation of writes on AFP_AfpInfo streamRalph Boehme2018-11-142-11/+55
* | vfs_fruit: move a comment to the right placeRalph Boehme2018-11-141-7/+12
* | s4:torture/vfs/fruit: torture writing AFP_AfpInfo streamRalph Boehme2018-11-142-0/+339
* | lib:util: Fix DEBUGCLASS pointer initializiationAndreas Schneider2018-11-121-2/+2
* | selftest: Run smb2.delete-on-close-perms also with "delete readonly = yes"Christof Schmitt2018-11-071-0/+4
* | selftest: Add share to test "delete readonly" optionChristof Schmitt2018-11-071-0/+4
* | smbd: Fix DELETE_ON_CLOSE behaviour on files with READ_ONLY attributeChristof Schmitt2018-11-072-10/+22
* | smbtorture: Add test for DELETE_ON_CLOSE on files with READ_ONLY attributeChristof Schmitt2018-11-072-0/+121
* | torture: Fix the clang buildVolker Lendecke2018-11-061-1/+1
* | vfs_fruit: let fruit_open_meta() with O_CREAT return a fake-fdRalph Boehme2018-11-062-96/+72