summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <joe@manyfish.uk>2020-09-03 21:23:40 +0100
committerJoe Orton <joe@manyfish.uk>2020-09-03 21:23:40 +0100
commit172b7a9635b0506485aa38a6cc2fd5f090952385 (patch)
tree5142d4f304f4dd4ddfc477e0b38e195711c1aee2
parent1b62fceb951a68a781eed8e1da999fe0c50c4870 (diff)
downloadneon-git-172b7a9635b0506485aa38a6cc2fd5f090952385.tar.gz
* src/ne_auth.h: Docs update. [skip ci]
-rw-r--r--src/ne_auth.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/ne_auth.h b/src/ne_auth.h
index 15960e1..e825616 100644
--- a/src/ne_auth.h
+++ b/src/ne_auth.h
@@ -1,6 +1,6 @@
/*
HTTP authentication routines
- Copyright (C) 1999-2009, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 1999-2020, Joe Orton <joe@manyfish.co.uk>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
@@ -117,10 +117,13 @@ void ne_set_proxy_auth(ne_session *sess, ne_auth_creds creds, void *userdata);
/* 0x0080 used for NE_AUTH_DIGEST */
/* The default set of supported protocols, as deemed appropriate for
- * the given session scheme. */
+ * the given session scheme. The interpretation of this flag may
+ * change across versions, for example with older, less secure
+ * protocols being removed from the default set. */
#define NE_AUTH_DEFAULT (0x1000)
-/* All protocols supported by the library. */
+/* All protocols supported by the library. The interpretation of this
+ * flag may change across versions. */
#define NE_AUTH_ALL (0x2000)
/* This flag may be used in combination with another auth protocol