summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the Samba 4.8.4 release.samba-4.8.4Karolin Seeger2018-08-111-1/+1
* WHATSNEW: Add release notes for Samba 4.8.4.Karolin Seeger2018-08-111-2/+92
* CVE-2018-1140 dns: Add a test to trigger the LDB casefolding issue on invalid...Kai Blin2018-08-112-0/+90
* ldb: Release LDB 1.3.5 for CVE-2018-1140ldb-1.3.5Andrew Bartlett2018-08-114-1/+284
* CVE-2018-1140 ldb: Add tests for search add and rename with a bad dn= DNAndrew Bartlett2018-08-111-0/+156
* CVE-2018-1140 ldb_tdb: Check for DN validity in add, rename and searchAndrew Bartlett2018-08-112-1/+42
* CVE-2018-1140 ldb_tdb: Ensure the dn in distinguishedName= is valid before useAndrew Bartlett2018-08-111-0/+9
* CVE-2018-1140 ldb: Check for ldb_dn_get_casefold() failure in ldb_sqliteAndrew Bartlett2018-08-111-0/+3
* CVE-2018-1140 Add NULL check for ldb_dn_get_casefold() in ltdb_index_dn_attr()Andrej Gessel2018-08-111-0/+9
* 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.8.4...Karolin Seeger2018-08-111-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.8.3 release.samba-4.8.3Karolin Seeger2018-06-261-1/+1
* WHATSNEW: Add release notes for Samba 4.8.3.Karolin Seeger2018-06-261-0/+51
* ldb: version 1.3.4ldb-1.3.4Andrew Bartlett2018-06-264-1/+284
* .gitlab-ci.yml: Adapt to current GitLab CI setupAndrew Bartlett2018-06-261-4/+10
* Fix several mem leaks in ldb_index ldb_search ldb_tdbAndrej Gessel2018-06-263-3/+10
* check return value before using key_valuesAndrej Gessel2018-06-261-3/+10
* ldb: check return valuesAndrej Gessel2018-06-262-1/+11
* ldb_tdb: Use mem_ctx and so avoid leak onto long-term memory on duplicated add.Andrew Bartlett2018-06-261-1/+1
* ldb: Fix memory leak on module contextLukas Slebodnik2018-06-261-2/+2
* ldb: Add tests for when we should expect a full scanAndrew Bartlett2018-06-264-2/+135
* ldb: One-level search was incorrectly falling back to full DB scanAndrew Bartlett2018-06-261-11/+12
* ldb: Explain why an entry can vanish from the indexAndrew Bartlett2018-06-261-1/+6
* ldb: Indicate that the ltdb_dn_list_sort() in list_union is a bit subtle.Andrew Bartlett2018-06-261-0/+3
* ldb: Save a copy of the index result before calling the callbacks.Andrew Bartlett2018-06-262-18/+336
* samdb: Fix build error with gcc8Andreas Schneider2018-06-261-1/+1
* s3:winbind: Fix regression introduced with bso #12851Andreas Schneider2018-06-251-18/+10
* s3:smbget: Fix buffer truncation issues with gcc8Andreas Schneider2018-06-251-1/+1
* s3:registry: Fix buffer truncation issues issues with gcc8Andreas Schneider2018-06-251-7/+5
* heimdal: lib/krb5: do not fail set_config_files due to parse errorJeffrey Altman2018-06-252-3/+4
* krb5_plugin: Add winbind localauth plugin for MIT KerberosAndreas Schneider2018-06-254-0/+287