aboutsummaryrefslogtreecommitdiffstats
path: root/cloud-mdir-sync
Commit message (Collapse)AuthorAgeFilesLines
* O365: Stop using MSAL for OAUTHJason Gunthorpe2020-06-221-2/+0
| | | | | | | | | | | Since gmail figured out how to use oauth using asyncio and oauthlib, just use it for the O365 flow too. This greatly speeds up refreshing tickets since both graph and OWA scopes can run in parallel. This also makes the dependency list small enough the tool will run with built-in python modules for most distros. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
* Initial commit of cloud_mdir_syncJason Gunthorpe2020-01-101-0/+21
I have been using for a few months now with no ill effects. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>