diff options
author | Stef Walter <stef@memberwebs.com> | 2004-04-29 03:55:57 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-04-29 03:55:57 +0000 |
commit | 2c1dec428c6e1d1bb6675847a5046a4fabdfe4c4 (patch) | |
tree | 84c3f1140691b33933c073c78ba52ca6d8eafcac /daemon/httpauthd.h | |
parent | f9df80773a7a6a08e62d2073154edf0c76f1f209 (diff) |
- Added documentation
- Fixed bugs
- Added support for dns to sock_any
Diffstat (limited to 'daemon/httpauthd.h')
-rw-r--r-- | daemon/httpauthd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/httpauthd.h b/daemon/httpauthd.h index cd1d39e..d225e4b 100644 --- a/daemon/httpauthd.h +++ b/daemon/httpauthd.h @@ -188,7 +188,8 @@ typedef struct ha_options const char* realm; /* For digest auth: */ - int digest_ignoreuri; + unsigned int digest_ignoreuri : 1; + unsigned int digest_ignorenc : 1; const char* digest_domains; const char* digest_debugnonce; } |