summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.7.10 release.samba-4.7.10Karolin Seeger2018-08-271-1/+1
* WHATSNEW: Add release notes for Samba 4.7.10.Karolin Seeger2018-08-271-2/+107
* torture: Demonstrate the invalid lock order panicVolker Lendecke2018-08-231-0/+89
* vfs_fruit: Fix a leak of "br_lck"Volker Lendecke2018-08-231-8/+16
* selftest: Load time_audit and full_audit modules for all testsChristof Schmitt2018-08-231-6/+6
* s3: vfs: time_audit: fix handling of token_blob in smb_time_audit_offload_rea...Ralph Wuerthner2018-08-231-9/+3
* g_lock: Fix lock upgradesVolker Lendecke2018-08-232-1/+4
* torture3: Extend the g_lock6 test to also cover upgradesVolker Lendecke2018-08-232-0/+17
* torture3: add LOCAL-G-LOCK6 testStefan Metzmacher2018-08-234-0/+155
* selftest: subunithelper needs to follow the subunit spec more closelyDouglas Bagnall2018-08-211-1/+2
* unittests.lib_util_modules: test module probe with "skel", not "unix"Douglas Bagnall2018-08-211-1/+1
* ctdb: add expiry test for ctdb_mutex_ceph_rados_helperDavid Disseldorp2018-08-211-1/+56
* ctdb_mutex_ceph_rados_helper: fix deadlock via lock renewalsDavid Disseldorp2018-08-211-9/+98
* ctdb_mutex_ceph_rados_helper: rename timer_ev to ppid_timer_evDavid Disseldorp2018-08-211-12/+13
* ctdb_mutex_ceph_rados_helper: use talloc destructor for cleanupDavid Disseldorp2018-08-211-27/+24
* ctdb_mutex_ceph_rados_helper: Set SIGINT signal handlerSamuel Cabrero2018-08-211-4/+15
* ctdb/build: link ctdb_mutex_ceph_rados_helper against ceph-commonDavid Disseldorp2018-08-211-1/+13
* VERSION: Bump version up to 4.7.10.Karolin Seeger2018-08-141-1/+1
* Merge tag 'samba-4.7.9' into v4-7-testKarolin Seeger2018-08-1418-92/+2116
|\
| * VERSION: Disable GIT_SNAPSHOT for the 4.7.9 release.samba-4.7.9Karolin Seeger2018-08-111-1/+1
| * WHATSNEW: Add release notes for Samba 4.7.9.Karolin Seeger2018-08-111-2/+81
| * CVE-2018-1139 libcli/auth: Do not allow ntlmv1 over SMB1 when it is disabled ...Günther Deschner2018-08-113-4/+3
| * CVE-2018-1139 selftest: verify whether ntlmv1 can be used via SMB1 when it is...Günther Deschner2018-08-111-1/+1
| * CVE-2018-1139 s3-utils: use enum ntlm_auth_level in ntlm_password_check().Günther Deschner2018-08-111-2/+4
| * CVE-2018-1139 libcli/auth: fix debug messages in hash_password_check()Günther Deschner2018-08-111-4/+4
| * CVE-2018-1139 libcli/auth: Add initial tests for ntlm_password_check()Andrew Bartlett2018-08-114-0/+430
| * selftest/tests.py: remove always-needed, never-set with_cmocka flagDouglas Bagnall2018-08-111-10/+8
| * CVE-2018-10919 tests: Add extra test for dirsync deleted object corner-caseTim Beale2018-08-111-26/+131
| * CVE-2018-10919 acl_read: Fix unauthorized attribute access via searchesTim Beale2018-08-113-16/+247
| * CVE-2018-10919 acl_read: Flip the logic in the dirsync checkTim Beale2018-08-111-10/+7
| * CVE-2018-10919 acl_read: Small refactor to aclread_callback()Tim Beale2018-08-111-14/+17
| * CVE-2018-10919 acl_read: Split access_mask logic out into helper functionTim Beale2018-08-111-19/+35
| * CVE-2018-10919 tests: test ldap searches for non-existent attributes.Gary Lockyer2018-08-111-0/+9
| * CVE-2018-10919 security: Fix checking of object-specific CONTROL_ACCESS rightsTim Beale2018-08-111-0/+10
| * CVE-2018-10919 tests: Add test case for object visibility with limited rightsTim Beale2018-08-112-0/+69
| * CVE-2018-10919 tests: Add tests for guessing confidential attributesTim Beale2018-08-113-0/+938
| * CVE-2018-10919 security: Add more comments to the object-specific access checksTim Beale2018-08-111-8/+22
| * CVE-2018-10919 security: Move object-specific access checks into separate fun...Tim Beale2018-08-111-27/+59
| * CVE-2018-10918: cracknames: Fix DoS (NULL pointer de-ref) when not servicePri...Andrew Bartlett2018-08-112-1/+45
| * CVE-2018-10858: libsmb: Harden smbc_readdir_internal() against returns from m...Jeremy Allison2018-08-112-8/+51
| * CVE-2018-10858: libsmb: Ensure smbc_urlencode() can't overwrite passed in buf...Jeremy Allison2018-08-111-2/+7
| * VERSION: Bump version up to 4.7.9...Karolin Seeger2018-08-111-2/+2
* | s3: smbd: Fix AIX sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-07-281-5/+44
* | s3: smbd: Fix FreeBSD sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-07-281-4/+44
* | s3: smbd: Fix HPUX sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-07-281-6/+50
* | s3: smbd: Fix Solaris sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-07-281-6/+50
* | s3: smbd: Fix Linux sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-07-281-7/+77
* | dns wildcards: fix BUG 13536Gary Lockyer2018-07-282-5/+1
* | dns wildcards: tests to confirm BUG 13536Gary Lockyer2018-07-282-0/+53
* | s3: smbd: fix path check in smbd_smb2_create_durable_lease_check()Ralph Boehme2018-07-282-2/+15