summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.6.16 release.v4-5-testv4-5-stableKarolin Seeger2018-03-131-1/+1
* Merge tag 'samba-4.5.16' into v4-5-testStefan Metzmacher2018-03-138-25/+320
|\
| * VERSION: Disable GIT_SNAPSHOT for the 4.6.16 release.samba-4.5.16Karolin Seeger2018-03-121-1/+1
| * WHATSNEW: Add release notes for Samba 4.6.16.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: Re-enable GIT_SNAPSHOT.Karolin Seeger2018-03-121-1/+1
| * VERSION: Bump version up to 4.5.16.Karolin Seeger2018-03-121-1/+1
* | VERSION: Bump version up to 4.5.16.Karolin Seeger2017-11-221-1/+1
* | Merge tag 'samba-4.5.15' into v4-5-testKarolin Seeger2017-11-224-5/+96
|\ \ | |/
| * VERSION: Disable GIT_SNAPSHOT for the 4.5.15 release.samba-4.5.15Karolin Seeger2017-11-172-3/+18
| * WHATSNEW: Add release notes for Samba 4.5.15.Karolin Seeger2017-11-171-2/+58
| * s3: smbd: Chain code can return uninitialized memory when talloc buffer is gr...Jeremy Allison2017-11-171-0/+14
| * s3: smbd: Fix SMB1 use-after-free crash bug. CVE-2017-14746Jeremy Allison2017-11-172-3/+9
| * python: use communicate to fix Popen deadlockJoe Guo2017-11-171-6/+8
| * blackbox tests: method to check specific exit codesGary Lockyer2017-11-171-3/+12
| * VERSION: Bump version up to 4.5.15...Karolin Seeger2017-11-171-2/+2
* | python: use communicate to fix Popen deadlockJoe Guo2017-11-141-6/+8
* | blackbox tests: method to check specific exit codesGary Lockyer2017-11-141-3/+12
* | VERSION: Bump version up to 4.5.15...Karolin Seeger2017-09-201-2/+2
* | Merge tag 'samba-4.5.14' into v4-5-testKarolin Seeger2017-09-2014-8/+174
|\ \ | |/
| * VERSION: Disable GIT_SNAPSHOTS for the 4.5.14 release.samba-4.5.14Karolin Seeger2017-09-131-1/+1
| * WHATSNEW: Add release notes for Samba 4.5.14.Karolin Seeger2017-09-131-2/+76
| * selftest: make samba3.blackbox.smbclient_s3.*follow.symlinks.*no as flappingStefan Metzmacher2017-09-121-0/+1
| * CVE-2017-12163: s3:smbd: Prevent client short SMB1 write from writing server ...Jeremy Allison2017-09-121-0/+50
| * CVE-2017-12151: s3:libsmb: make use of cli_state_is_encryption_on()Stefan Metzmacher2017-09-042-3/+3
| * CVE-2017-12151: s3:libsmb: add cli_state_is_encryption_on() helper functionStefan Metzmacher2017-09-042-0/+14
| * CVE-2017-12150: s3:libsmb: only fallback to anonymous if authentication was n...Stefan Metzmacher2017-09-041-0/+2
| * CVE-2017-12150: libcli/smb: add smbXcli_conn_signing_mandatory()Stefan Metzmacher2017-09-042-0/+6
| * CVE-2017-12150: auth/credentials: cli_credentials_authentication_requested() ...Stefan Metzmacher2017-09-041-0/+16
| * CVE-2017-12150: libgpo: make use of SMB_SIGNING_REQUIRED in gpo_connect_server()Stefan Metzmacher2017-09-041-1/+1
| * CVE-2017-12150: s3:pylibsmb: make use of SMB_SIGNING_DEFAULT for 'samba.samba...Stefan Metzmacher2017-09-041-1/+1
| * CVE-2017-12150: s3:lib: get_cmdline_auth_info_signing_state smb_encrypt SMB_S...Stefan Metzmacher2017-09-041-0/+3
|/
* VERSION: Bump version up to 4.5.14...Karolin Seeger2017-08-301-2/+2
* VERSION: Disable GIT_SNAPSHOTS for the 4.5.13 release.samba-4.5.13Karolin Seeger2017-08-301-1/+1
* WHATSNEW: Add release notes for Samba 4.5.13.Karolin Seeger2017-08-301-2/+68
* vfs_fruit: factor out common code from ad_get() and ad_fget()Ralph Boehme2017-08-141-60/+30
* vfs_fruit: return fake pipe fd in fruit_open_meta_netatalk()Ralph Boehme2017-08-141-57/+16