summaryrefslogtreecommitdiff
path: root/oci-authenticator
Commit message (Expand)AuthorAgeFilesLines
* common: Make flatpak_debug2() use the same domain as g_debug()Simon McVittie2022-12-151-1/+1
* daemons, etc.: Use g_info() for messages that are enabled by -vSimon McVittie2022-12-151-17/+17
* daemons: Treat g_info() as equivalent to g_debug()Simon McVittie2022-12-141-2/+2
* Add a Meson build systemSimon McVittie2022-10-242-0/+37
* Add a vim modeline and .editorconfigPhaedrus Leeds2022-08-221-1/+1
* http utils: Make a generic FlatpakHttpSession instead of SoupSessionAlexander Larsson2022-06-161-2/+2
* Use HEAD rather than a specific branch name in a linkSimon McVittie2022-02-131-1/+1
* fix spellinga13460542021-08-231-1/+1
* oci-authenticator: Return G_DBUS_METHOD_INVOCATION_HANDLED where appropriateSimon McVittie2020-12-091-8/+9
* oci-authenticator: Fix crash if anon auth fails and no_interaction is setAlexander Larsson2020-10-091-7/+7
* oci-auth: Don't ask for authentication if anon auth fails with weird errorAlexander Larsson2020-08-201-2/+15
* Transaction: Add "previous-error" option to basic auth errorAlexander Larsson2020-06-091-3/+12
* oci authenticator: Only loop password prompt on 401 errorAlexander Larsson2020-06-091-3/+10
* oci authenticator: Translate some missing stringsAlexander Larsson2020-06-091-4/+5
* OCI Authenticator: Report error code in errorsAlexander Larsson2020-06-091-6/+21
* oci authenticator: Make the authentication debug logs a bit more verboseAlexander Larsson2020-05-041-1/+8
* Merge pull request #3471 from owtaylor/oci-error-overwriteAlexander Larsson2020-03-171-0/+7
|\
| * oci-authenticator: fix failures to clear GErrorOwen W. Taylor2020-03-161-0/+7
* | oci-authenticator: reuse token results when we already have themOwen W. Taylor2020-03-161-9/+15
|/
* oci-authenticator: Don't shadow a global variableMatthew Leeds2020-03-161-2/+2
* flatpak-oci-authenticator: try getting a token without credentialsOwen W. Taylor2020-03-161-4/+24
* authenticator: Fix sandboxed authenticatorsAlexander Larsson2019-12-191-10/+11
* oci-authenticator: Remove leftover TODO commentAlexander Larsson2019-12-171-1/+0
* oci-authenticator: Reply to the close messageAlexander Larsson2019-12-171-0/+2
* oci-authenticator: Skip interaction of no-interaction is setAlexander Larsson2019-12-171-1/+4
* Authenticator: Add extra a{sv} args for future useAlexander Larsson2019-12-121-3/+4
* oci authenticator: Lookup up auth tokens in predefined filesAlexander Larsson2019-12-121-1/+107
* oci authenticator: Pass registry url as realmAlexander Larsson2019-12-121-3/+4
* oci-authenticator: Use basic authentication to log in if no other authAlexander Larsson2019-12-121-11/+207
* oci-authenticator: Add helpers for sending responsesAlexander Larsson2019-12-121-16/+31
* OCI: Add an authenticator for OCI remotesAlexander Larsson2019-12-124-0/+440