summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2022-05-04 16:00:28 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2022-05-06 16:57:13 +0000
commit35eea020b61be59695de3324f6a29dcfc9e9c267 (patch)
tree4e05a7c203488d665057add435331ef0c4611243
parent26909ae99d7a9e8ddadd1a79fb866893f84a1344 (diff)
downloadlibsoup-35eea020b61be59695de3324f6a29dcfc9e9c267.tar.gz
negotiate: add link to RFC 4559
Understanding that RFC 4559 exists would help anybody reading the API docs, and also anybody working on this file.
-rw-r--r--libsoup/auth/soup-auth-negotiate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libsoup/auth/soup-auth-negotiate.c b/libsoup/auth/soup-auth-negotiate.c
index 1c938aaf..c5567bba 100644
--- a/libsoup/auth/soup-auth-negotiate.c
+++ b/libsoup/auth/soup-auth-negotiate.c
@@ -80,7 +80,8 @@ typedef struct {
/**
* SoupAuthNegotiate:
*
- * HTTP-based GSS-Negotiate authentication.
+ * HTTP-based GSS-Negotiate authentication, as defined by
+ * [RFC 4559](https://datatracker.ietf.org/doc/html/rfc4559).
*
* [class@Session]s do not support this type by default; if you want to
* enable support for it, call [method@Session.add_feature_by_type],