gecko-dev/extensions/auth
Mike Hommey 2d6c8fdbc6 Bug 1766561 - Adjust UTF-16 string formatting. r=nika
With MOZ_FORMAT_PRINTF annotations, the compiler expects a wchar_t*, and
it won't automatically consider char16ptr_t to be compatible with that.

While handling strings, there's one case of formatting that doesn't need
to use %S at all.

Differential Revision: https://phabricator.services.mozilla.com/D144919
2022-05-03 20:49:09 +00:00
..
gssapi.h
moz.build
nsAuth.h
nsAuthGSSAPI.cpp Bug 1705659 - Static-analysis check auto fix for auth code r=necko-reviewers,dragana 2021-08-12 12:39:25 +00:00
nsAuthGSSAPI.h
nsAuthSambaNTLM.cpp Bug 1705659 - Static-analysis check auto fix for auth code r=necko-reviewers,dragana 2021-08-12 12:39:25 +00:00
nsAuthSambaNTLM.h Bug 1705659 - Static-analysis check auto fix for auth code r=necko-reviewers,dragana 2021-08-12 12:39:25 +00:00
nsAuthSASL.cpp Bug 1705659 - Make GetAuthenticator work with nsACString r=necko-reviewers,dragana 2021-08-12 12:39:22 +00:00
nsAuthSASL.h
nsAuthSSPI.cpp Bug 1766561 - Adjust UTF-16 string formatting. r=nika 2022-05-03 20:49:09 +00:00
nsAuthSSPI.h Bug 1705659 - Make GetAuthenticator work with nsACString r=necko-reviewers,dragana 2021-08-12 12:39:22 +00:00
nsHttpNegotiateAuth.cpp Bug 1748210 - Always release GetNextTokenCompleteEvent on main thread, r=necko-reviewers,valentin 2022-01-12 03:59:47 +00:00
nsHttpNegotiateAuth.h
nsIAuthModule.cpp