Skip to content

Commit

Permalink
Make mg_http_check_digest_auth() public
Browse files Browse the repository at this point in the history
PUBLISHED_FROM=f00b94cabc2a89d27d5bc78d68d67db0930811b4
  • Loading branch information
cpq authored and rojer committed May 16, 2016
1 parent 5d0a5cf commit 4ac688e
Show file tree
Hide file tree
Showing 21 changed files with 25 additions and 27,032 deletions.
4 changes: 4 additions & 0 deletions docs/c-api/http.h/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@
"type": "markdown",
"name": "mg_file_upload_handler.md"
},
{
"type": "markdown",
"name": "mg_http_check_digest_auth.md"
},
{
"type": "markdown",
"name": "mg_fu_fname_fn.md"
Expand Down
12 changes: 12 additions & 0 deletions docs/c-api/http.h/mg_http_check_digest_auth.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "mg_http_check_digest_auth()"
decl_name: "mg_http_check_digest_auth"
symbol_kind: "func"
signature: |
int mg_http_check_digest_auth(struct http_message *hm, const char *auth_domain,
FILE *fp);
---

Authenticate HTTP request against opened passwords file.
Returns 1 if authenticated, 0 otherwise.

129 changes: 0 additions & 129 deletions docs/coap.adoc

This file was deleted.

2 changes: 0 additions & 2 deletions docs/common.adoc

This file was deleted.

71 changes: 0 additions & 71 deletions docs/dns-server.adoc

This file was deleted.

151 changes: 0 additions & 151 deletions docs/dns.adoc

This file was deleted.

Loading

0 comments on commit 4ac688e

Please sign in to comment.