fleet/server/kolide
James Thomas 5e5e4f3918 Add Support for SMTP LOGIN Authentication Method (#1988)
This PR adds support for the SMTP LOGIN authentication method. Office 365 Exchange removed support for PLAIN authentication some time ago, and only supports LOGIN and an OAuth2 authentication method. This patch has been tested with a licensed O365 account. This method should also be usable with any other email server that advertises LOGIN in its 250-AUTH response.

Note: If using this with O365, the account used must not have MFA enabled.

Closes #1663
2019-01-14 12:35:23 -08:00
..
app.go Add Support for SMTP LOGIN Authentication Method (#1988) 2019-01-14 12:35:23 -08:00
campaigns.go Add fleetctl query command (#1784) 2018-05-17 15:54:34 -07:00
datastore.go Fix pack and query UI issues in Fleet 2.0 (#1829) 2018-06-15 10:13:11 -04:00
decorators.go Pull decorators from config options (#1749) 2018-05-03 10:14:07 -07:00
emails.go Add invite email template and use the new invite mailer pattern (#711) 2016-12-28 11:55:03 -05:00
emails_test.go App Settings - /admin/settings #363 (#590) 2016-12-20 15:54:30 -06:00
file_integrity_monitoring.go Add FileAccesses to FIM Configuration (#1717) 2018-02-26 12:54:13 -08:00
fleetctl.go Add fleetctl get label, pack, query for individual items by name (#1768) 2018-05-08 18:10:01 -06:00
hosts.go Add fleetctl query command (#1784) 2018-05-17 15:54:34 -07:00
hosts_test.go Update online status calculation to use per-host intervals (#1494) 2017-04-18 10:39:50 -07:00
import_config.go Fix documentation typos (#1682) 2017-12-21 18:37:32 -08:00
import_config_test.go Fix bug in Osquery import and updated import docs (#1478) 2017-04-23 19:41:27 -05:00
import_config_unmarshaler.go Fix documentation typos (#1682) 2017-12-21 18:37:32 -08:00
invites.go Add SSO support to new user activation (#1504) 2017-05-10 11:26:05 -05:00
labels.go Fix deletion of labels in UI (#1848) 2018-06-25 13:56:59 -07:00
meta.go Refactor osquery options interface (#1674) 2018-01-02 16:22:45 -08:00
network_interfaces.go Fix flapping host network interfaces (#1283) 2017-02-24 14:37:47 -08:00
options.go Added support for atomic imports and dry run imports (#1510) 2017-05-30 14:42:00 -05:00
options_test.go Osquery options 365 (#657) 2016-12-29 12:32:28 -06:00
osquery.go Add fleetctl convert command for migrating packs to Fleet's format (#1790) 2018-05-21 10:26:22 -06:00
osquery_options.go Add endpoints for apply/get of each spec type (#1752) 2018-05-03 18:01:57 -07:00
osquery_options_test.go Refactor osquery options interface (#1674) 2018-01-02 16:22:45 -08:00
packs.go Fix pack and query UI issues in Fleet 2.0 (#1829) 2018-06-15 10:13:11 -04:00
queries.go Fix error messages related to null users as creators of queries. (#1928) 2018-10-11 13:22:43 -07:00
queries_test.go Update query and pack interfaces for fleetctl (#1670) 2018-01-03 11:18:05 -08:00
query_results.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
scheduled_queries.go Fix bugs with packs created in UI (#1843) 2018-06-21 17:06:44 -07:00
service.go Add endpoints for apply/get of each spec type (#1752) 2018-05-03 18:01:57 -07:00
sessions.go SSO Login and Configuration Support (#1506) 2017-05-17 10:58:40 -05:00
targets.go Update online status calculation to use per-host intervals (#1494) 2017-04-18 10:39:50 -07:00
traits.go consolidate delete operations in mysql store (#746) 2017-01-04 13:18:21 -05:00
transactions.go Added support for atomic imports and dry run imports (#1510) 2017-05-30 14:42:00 -05:00
users.go Add fleetctl config and auth commands (#1751) 2018-05-04 10:53:21 -06:00
users_test.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
yara.go Added support for atomic imports and dry run imports (#1510) 2017-05-30 14:42:00 -05:00