nextcloud-desktop/src/gui/creds
Michael Schuster b52292db92
Windows: Workaround for CredWriteW used by QtKeychain
Saving all client CA's within one credential may result in:
  Error: "Credential size exceeds maximum size of 2560"

Client CA certificates are now being stored in separate slots
within the keychain and are being processed by a queue mechanism.

IMPORTANT TODO:
forgetSensitiveData(): Invoked by "Log out" & "Remove account"

- Remove client CA certs and KEY!
  (uncomment "//deleteKeychainEntries();" )

  Disabled as long as selecting another cert is not supported by the UI.

Signed-off-by: Michael Schuster <michael@schuster.ms>
2019-08-30 04:56:01 +02:00
..
shibboleth Fixed typo 2019-05-12 19:11:33 +03:00
credentialsfactory.cpp Start with persisting credentials 2018-05-02 22:50:48 +02:00
credentialsfactory.h Apply clang-format 2017-05-17 12:26:27 +02:00
flow2auth.cpp Login Flow V2: adds re-auth upon logout, improvements 2019-08-26 20:03:15 +02:00
flow2auth.h Login Flow V2: adds re-auth upon logout, improvements 2019-08-26 20:03:15 +02:00
httpcredentialsgui.cpp correct app passwords link 2019-02-14 05:26:21 +01:00
httpcredentialsgui.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
oauth.cpp OAuth: Remove the timeout 2018-09-09 17:57:38 +02:00
oauth.h Test OAuth2 2017-09-28 18:38:33 +02:00
shibbolethcredentials.cpp GUI: run clang-tidy modernize-use-nullptr 2018-11-11 10:56:22 +01:00
shibbolethcredentials.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
webflowcredentials.cpp Windows: Workaround for CredWriteW used by QtKeychain 2019-08-30 04:56:01 +02:00
webflowcredentials.h Windows: Workaround for CredWriteW used by QtKeychain 2019-08-30 04:56:01 +02:00
webflowcredentialsdialog.cpp Fix some compiler warnings 2019-08-26 20:41:14 +02:00
webflowcredentialsdialog.h Fix some compiler warnings 2019-08-26 20:41:14 +02:00