summaryrefslogtreecommitdiff
path: root/daemon/httpauthd.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2007-05-31 23:29:35 +0000
committerStef Walter <stef@memberwebs.com>2007-05-31 23:29:35 +0000
commit6d7feb248daf16c260007388692d6de48416d9b7 (patch)
tree7bb76f937b738c78f8c6dabd66e7b721e1b73b3a /daemon/httpauthd.h
parent82a32ff78428bec9f9a4f69cc21ccf9d197a38ff (diff)
Support ignoring the HTTP method.
Diffstat (limited to 'daemon/httpauthd.h')
-rw-r--r--daemon/httpauthd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/httpauthd.h b/daemon/httpauthd.h
index 4c7c8d6..36c8449 100644
--- a/daemon/httpauthd.h
+++ b/daemon/httpauthd.h
@@ -118,6 +118,7 @@ typedef struct ha_context
const char* realm;
/* For digest auth: */
+ unsigned int digest_ignoremethod : 1;
unsigned int digest_ignoreuri : 1;
unsigned int digest_ignorenc : 1;
const char* digest_debugnonce;