summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* s4:rpc_server/netlogon: don't treet trusted domains as primary in LogonGetDom...Stefan Metzmacher2018-09-052-58/+82
* s4:rpc_server/netlogon: make use of talloc_zero_array() for the netr_OneDomai...Stefan Metzmacher2018-09-051-1/+1
* s4:rpc_server/netlogon: use samdb_domain_guid()/dsdb_trust_local_tdo_info() t...Stefan Metzmacher2018-09-051-18/+91
* s4:dsdb/common: add samdb_domain_guid() helper functionStefan Metzmacher2018-09-051-0/+55
* dsdb:util_trusts: add dsdb_trust_local_tdo_info() helper functionStefan Metzmacher2018-09-051-0/+16
* dsdb/util_trusts: domain_dn is an input parameter of dsdb_trust_crossref_tdo_...Stefan Metzmacher2018-09-051-6/+0
* s4:torture/rpc/netlogon: verify the trusted domains output of LogonGetDomainI...Stefan Metzmacher2018-09-052-1/+130
* s4:torture/rpc/netlogon: assert that cli_credentials_get_{workstation,passwor...Stefan Metzmacher2018-09-051-0/+16
* smbd: Fix a memleak in async search ask sharemodeVolker Lendecke2018-09-051-8/+5
* s3: util: Do not take over stderr when there is no log filePaulo Alcantara2018-09-051-2/+5
* s3: smbd: Ensure get_real_filename() copes with empty pathnames.Jeremy Allison2018-08-291-0/+5
* VERSION: Bump version up to 4.7.9...Karolin Seeger2018-08-271-2/+2
* 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