[Svn] [roundcube/roundcubemail] 75f37f: SMTP GSSAPI support (#6417)
GitHub
noreply at github.com
Sat Oct 6 19:38:38 CEST 2018
Branch: refs/heads/dev/elastic
Home: https://github.com/roundcube/roundcubemail
Commit: 75f37f8b0ffc2e418e3c82ba36c00729633ea35d
https://github.com/roundcube/roundcubemail/commit/75f37f8b0ffc2e418e3c82ba36c00729633ea35d
Author: urusha <urusha.v1.0 at gmail.com>
Date: 2018-09-25 (Tue, 25 Sep 2018)
Changed paths:
M plugins/krb_authentication/krb_authentication.php
M program/lib/Roundcube/rcube_smtp.php
Log Message:
-----------
SMTP GSSAPI support (#6417)
* krb_authentication support for smtp_connect
* smtp GSSAPI support
Commit: 255638cc441c3f472478d0a0fbfafc8bab9a1dc7
https://github.com/roundcube/roundcubemail/commit/255638cc441c3f472478d0a0fbfafc8bab9a1dc7
Author: Aleksander Machniak <alec at alec.pl>
Date: 2018-09-25 (Tue, 25 Sep 2018)
Changed paths:
M CHANGELOG
M INSTALL
M composer.json-dist
M program/lib/Roundcube/README.md
Log Message:
-----------
Update changelog, require Net_SMTP 1.8.1 for GSSAPI support
Commit: b2961742eff17e538fc0ab6738b9644ff79cb5c2
https://github.com/roundcube/roundcubemail/commit/b2961742eff17e538fc0ab6738b9644ff79cb5c2
Author: Aleksander Machniak <alec at alec.pl>
Date: 2018-09-26 (Wed, 26 Sep 2018)
Changed paths:
M CHANGELOG
M skins/elastic/ui.js
Log Message:
-----------
Elastic: Support new-line char as a separator for pasted recipients (#6460)
Commit: c1e8bd75c2c19b4389ad2e9dc81b4cd03406527c
https://github.com/roundcube/roundcubemail/commit/c1e8bd75c2c19b4389ad2e9dc81b4cd03406527c
Author: Aleksander Machniak <alec at alec.pl>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M plugins/krb_authentication/composer.json
M plugins/krb_authentication/config.inc.php.dist
M plugins/krb_authentication/krb_authentication.php
Log Message:
-----------
krb_authentication: Support per-protocol contexts
Commit: 0a0ac045fe30b5f07d24e62581b37adc8a7ac4c7
https://github.com/roundcube/roundcubemail/commit/0a0ac045fe30b5f07d24e62581b37adc8a7ac4c7
Author: Aleksander Machniak <alec at alec.pl>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M CHANGELOG
M program/lib/Roundcube/rcube_washtml.php
M tests/Framework/Washtml.php
Log Message:
-----------
Fix bug where valid content between HTML comments could have been skipped in some cases (#6464)
Commit: 91b5bffd3cfcb4f270f76620dac76d7849180f24
https://github.com/roundcube/roundcubemail/commit/91b5bffd3cfcb4f270f76620dac76d7849180f24
Author: Aleksander Machniak <alec at alec.pl>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M CHANGELOG
M program/js/app.js
M skins/elastic/styles/widgets/dialogs.less
M skins/larry/styles.css
Log Message:
-----------
Fix bug where autocomplete list could be displayed out of screen (#6469)
Commit: 8ab1e4fbc379d56b83f4c6d94c1f07f6024f0cf7
https://github.com/roundcube/roundcubemail/commit/8ab1e4fbc379d56b83f4c6d94c1f07f6024f0cf7
Author: Stefanos Petrakis <stefanos.petrakis+github at gmail.com>
Date: 2018-10-02 (Tue, 02 Oct 2018)
Changed paths:
M program/lib/Roundcube/rcube_contacts.php
Log Message:
-----------
Fix multiple VCard field search (#6466)
Commit: 9284d4a8c91614063c53cca19627a2d514531718
https://github.com/roundcube/roundcubemail/commit/9284d4a8c91614063c53cca19627a2d514531718
Author: Aleksander Machniak <alec at alec.pl>
Date: 2018-10-02 (Tue, 02 Oct 2018)
Changed paths:
M CHANGELOG
Log Message:
-----------
Update changelog
Commit: 4920f3ef2326fa0b1c72da7f8f7b325782a46fe4
https://github.com/roundcube/roundcubemail/commit/4920f3ef2326fa0b1c72da7f8f7b325782a46fe4
Author: urusha <urusha.v1.0 at gmail.com>
Date: 2018-10-03 (Wed, 03 Oct 2018)
Changed paths:
M plugins/krb_authentication/config.inc.php.dist
M plugins/krb_authentication/krb_authentication.php
Log Message:
-----------
krb_authentication fixes (#6471)
* krb_authentication: remove default principal
krb_authentication_context must be set to the right value to make GSSAPI work, we should not have any default for it outside config files, it could confuse users. We already handle empty/bad context in rcube_imap_generic.php, Net_Sieve, Net_SMTP.
* krb_authentication: config.php.dist fix
GSSAPI is better for searching, since GSS API is not used widely.
host.fqdn at REALM.NAME is actually never used without service-prefix, on the other side it may be valid to use 'computername$' or 'username' with Samba/Active Directory, the common name for all these - 'principal'.
* krb_authentication: raise error on empty context
Commit: 511ecd095cf1f5906de050377bbe0f6ab6f216ca
https://github.com/roundcube/roundcubemail/commit/511ecd095cf1f5906de050377bbe0f6ab6f216ca
Author: Aleksander Machniak <alec at alec.pl>
Date: 2018-10-03 (Wed, 03 Oct 2018)
Changed paths:
M plugins/krb_authentication/krb_authentication.php
Log Message:
-----------
Add $protocol to the error message
Commit: 02ddb8d5357b203728c5d08f5fb3f68ecdf70108
https://github.com/roundcube/roundcubemail/commit/02ddb8d5357b203728c5d08f5fb3f68ecdf70108
Author: Aleksander Machniak <alec at alec.pl>
Date: 2018-10-05 (Fri, 05 Oct 2018)
Changed paths:
M config/defaults.inc.php
Log Message:
-----------
Use RCUBE_VERSION in defaults.inc.php, RCMAIL_VERSION is undefined when using Framework only
Commit: b12694184658492c936582f1ebaedececf53da36
https://github.com/roundcube/roundcubemail/commit/b12694184658492c936582f1ebaedececf53da36
Author: Aleksander Machniak <alec at alec.pl>
Date: 2018-10-06 (Sat, 06 Oct 2018)
Changed paths:
M CHANGELOG
M program/lib/Roundcube/rcube_session.php
Log Message:
-----------
Fix session issue on long running requests (#6470)
Commit: 38255ff52a9df7f009343bfd913b2b9e4f59f068
https://github.com/roundcube/roundcubemail/commit/38255ff52a9df7f009343bfd913b2b9e4f59f068
Author: Aleksander Machniak <alec at alec.pl>
Date: 2018-10-06 (Sat, 06 Oct 2018)
Changed paths:
M skins/elastic/ui.js
Log Message:
-----------
Elastic: Fix duplicate recipient after using Tab key in recipient input (regression)
Commit: c8d133a6a0c7ffed3668f67ba87a09a1c1444cf5
https://github.com/roundcube/roundcubemail/commit/c8d133a6a0c7ffed3668f67ba87a09a1c1444cf5
Author: Aleksander Machniak <alec at alec.pl>
Date: 2018-10-06 (Sat, 06 Oct 2018)
Changed paths:
M CHANGELOG
M INSTALL
M composer.json-dist
M config/defaults.inc.php
M plugins/krb_authentication/composer.json
M plugins/krb_authentication/config.inc.php.dist
M plugins/krb_authentication/krb_authentication.php
M program/js/app.js
M program/lib/Roundcube/README.md
M program/lib/Roundcube/rcube_contacts.php
M program/lib/Roundcube/rcube_session.php
M program/lib/Roundcube/rcube_smtp.php
M program/lib/Roundcube/rcube_washtml.php
M skins/elastic/styles/widgets/dialogs.less
M skins/elastic/ui.js
M skins/larry/styles.css
M tests/Framework/Washtml.php
Log Message:
-----------
Merge branch 'master' into dev/elastic
Commit: ec6170544136107ebb5d469529cc6f46fb1a881c
https://github.com/roundcube/roundcubemail/commit/ec6170544136107ebb5d469529cc6f46fb1a881c
Author: Aleksander Machniak <alec at alec.pl>
Date: 2018-10-06 (Sat, 06 Oct 2018)
Changed paths:
M skins/elastic/styles/widgets/editor.less
M skins/elastic/ui.js
Log Message:
-----------
Elastic: Improve keyboard navigation on html editor mode switch
Commit: 93748d0698e20ce9fe5b92ffbc5f133828065364
https://github.com/roundcube/roundcubemail/commit/93748d0698e20ce9fe5b92ffbc5f133828065364
Author: Aleksander Machniak <alec at alec.pl>
Date: 2018-10-06 (Sat, 06 Oct 2018)
Changed paths:
M skins/elastic/styles/widgets/editor.less
Log Message:
-----------
Elastic: Remove outline in Chrome on html editor mode switch
Commit: b8a0a6c57a09eaca343bbd49c6f45cf42510653e
https://github.com/roundcube/roundcubemail/commit/b8a0a6c57a09eaca343bbd49c6f45cf42510653e
Author: Aleksander Machniak <alec at alec.pl>
Date: 2018-10-06 (Sat, 06 Oct 2018)
Changed paths:
M skins/elastic/styles/widgets/editor.less
Log Message:
-----------
Elastic: Align focus on some TinyMCE input group buttons
Compare: https://github.com/roundcube/roundcubemail/compare/4ad028677bd5...b8a0a6c57a09
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the svn
mailing list