summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.6.15 release.samba-4.6.15Karolin Seeger2018-04-131-1/+1
* WHATSNEW: Add release notes for Samba 4.6.15.Karolin Seeger2018-04-131-3/+78
* torture: Test compound request request countersVolker Lendecke2018-04-121-0/+77
* s3:smb2_server: correctly maintain request counters for compound requestsStefan Metzmacher2018-04-121-1/+5
* s3: smbd: Unix extensions attempts to change wrong field in fchown call.Jeremy Allison2018-04-111-2/+2
* s3:smbd: map nterror on smb2_flush errorpathAnton Nefedov via samba-technical2018-04-111-1/+1
* vfs_glusterfs: Fix the wrong pointer being sent in glfs_fsync_asyncPoornima G2018-04-111-1/+1
* s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support...Jeremy Allison2018-04-111-3/+6
* s3: ldap: Ensure the ADS_STRUCT pointer doesn't get freed on error, we don't ...Jeremy Allison2018-04-111-0/+9
* tests/bind.py: Add a bind test with NTLMSSP with no domainGarming Sam2018-03-201-1/+25
* s3:cliconnect.c: remove useless ';'Stefan Metzmacher2018-03-201-1/+1
* s3:libsmb: allow -U"\\administrator" to workStefan Metzmacher2018-03-201-1/+6
* Merge tag 'samba-4.6.14' into v4-6-testStefan Metzmacher2018-03-130-0/+0
|\
| * VERSION: Disable GIT_SNAPSHOT for the 4.6.14 release.samba-4.6.14Karolin Seeger2018-03-121-1/+1
| * WHATSNEW: Add release notes for Samba 4.6.14.Karolin Seeger2018-03-121-2/+78
| * CVE-2018-1057: s4:dsdb/acl: changing dBCSPwd is only allowed with a controlRalph Boehme2018-03-121-1/+10
| * CVE-2018-1057: s4:dsdb: use DSDB_CONTROL_PASSWORD_ACL_VALIDATION_OIDRalph Boehme2018-03-122-4/+67
| * CVE-2018-1057: s4:dsdb/samdb: define DSDB_CONTROL_PASSWORD_ACL_VALIDATION_OID...Ralph Boehme2018-03-123-0/+12
| * CVE-2018-1057: s4:dsdb/acl: run password checking only onceRalph Boehme2018-03-121-0/+5
| * CVE-2018-1057: s4/dsdb: correctly detect password resetsRalph Boehme2018-03-122-3/+17
| * CVE-2018-1057: s4:dsdb/acl: add a NULL check for talloc_new() in acl_check_pa...Ralph Boehme2018-03-121-0/+4
| * CVE-2018-1057: s4:dsdb/acl: add check for DSDB_CONTROL_PASSWORD_HASH_VALUES_O...Ralph Boehme2018-03-121-0/+20
| * CVE-2018-1057: s4:dsdb/acl: check for internal controls before other checksRalph Boehme2018-03-121-14/+23
| * CVE-2018-1057: s4:dsdb/acl: remove unused else branches in acl_check_password...Ralph Boehme2018-03-121-2/+12
| * CVE-2018-1057: s4:dsdb/acl: only call dsdb_acl_debug() if we checked the acl ...Ralph Boehme2018-03-121-0/+8
| * CVE-2018-1057: s4:dsdb/password_hash: add a helper variable for passwordAttr-...Ralph Boehme2018-03-121-6/+3
| * CVE-2018-1057: s4:dsdb/password_hash: add a helper variable for LDB_FLAG_MOD_...Ralph Boehme2018-03-121-5/+9
| * CVE-2018-1057: s4:dsdb/tests: add a test for password change with empty deleteRalph Boehme2018-03-122-0/+51
| * CVE-2018-1050: s3: RPC: spoolss server. Protect against null pointer derefs.Jeremy Allison2018-03-121-0/+13
| * VERSION: Bump version up to 4.6.14...Karolin Seeger2018-03-121-2/+2
* | VERSION: Bump version up to 4.6.15...Karolin Seeger2018-03-131-2/+2
* | build: fix libceph-common detectionGünther Deschner2018-03-131-2/+4
* | VERSION: Disable GIT_SNAPSHOT for the 4.6.14 release.Karolin Seeger2018-03-131-1/+1
* | WHATSNEW: Add release notes for Samba 4.6.14.Karolin Seeger2018-03-131-2/+78
* | CVE-2018-1057: s4:dsdb/acl: changing dBCSPwd is only allowed with a controlRalph Boehme2018-03-131-1/+10
* | CVE-2018-1057: s4:dsdb: use DSDB_CONTROL_PASSWORD_ACL_VALIDATION_OIDRalph Boehme2018-03-132-4/+67
* | CVE-2018-1057: s4:dsdb/samdb: define DSDB_CONTROL_PASSWORD_ACL_VALIDATION_OID...Ralph Boehme2018-03-133-0/+12
* | CVE-2018-1057: s4:dsdb/acl: run password checking only onceRalph Boehme2018-03-131-0/+5
* | CVE-2018-1057: s4/dsdb: correctly detect password resetsRalph Boehme2018-03-132-3/+17
* | CVE-2018-1057: s4:dsdb/acl: add a NULL check for talloc_new() in acl_check_pa...Ralph Boehme2018-03-131-0/+4
* | CVE-2018-1057: s4:dsdb/acl: add check for DSDB_CONTROL_PASSWORD_HASH_VALUES_O...Ralph Boehme2018-03-131-0/+20
* | CVE-2018-1057: s4:dsdb/acl: check for internal controls before other checksRalph Boehme2018-03-131-14/+23
* | CVE-2018-1057: s4:dsdb/acl: remove unused else branches in acl_check_password...Ralph Boehme2018-03-131-2/+12
* | CVE-2018-1057: s4:dsdb/acl: only call dsdb_acl_debug() if we checked the acl ...Ralph Boehme2018-03-131-0/+8
* | CVE-2018-1057: s4:dsdb/password_hash: add a helper variable for passwordAttr-...Ralph Boehme2018-03-131-6/+3
* | CVE-2018-1057: s4:dsdb/password_hash: add a helper variable for LDB_FLAG_MOD_...Ralph Boehme2018-03-131-5/+9
* | CVE-2018-1057: s4:dsdb/tests: add a test for password change with empty deleteRalph Boehme2018-03-132-0/+51
* | CVE-2018-1050: s3: RPC: spoolss server. Protect against null pointer derefs.Jeremy Allison2018-03-131-0/+13
* | s3:smbd: Do not crash if we fail to init the session tableAndreas Schneider2018-03-091-3/+20
* | libsmb: Use smb2 tcon if conn_protocol >= SMB2_02Dan Robertson2018-03-081-1/+1