more crap

Former-commit-id: 6c97ad16f16e48f56fea7a007d5d8136c51a268c
This commit is contained in:
2016-05-16 01:17:44 +02:00
parent 2357472b4c
commit f77caa03f2
64 changed files with 686 additions and 3565 deletions
+4 -4
View File
@@ -5,9 +5,9 @@ HTTP auth implementation. Only does basic authentication for now.
/*
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* Jeroen Domburg <jeroen@spritesmods.com> wrote this file. As long as you retain
* this notice you can do whatever you want with this stuff. If we meet some day,
* and you think this stuff is worth it, you can buy me a beer in return.
* Jeroen Domburg <jeroen@spritesmods.com> wrote this file. As long as you retain
* this notice you can do whatever you want with this stuff. If we meet some day,
* and you think this stuff is worth it, you can buy me a beer in return.
* ----------------------------------------------------------------------------
*/
@@ -16,7 +16,7 @@ HTTP auth implementation. Only does basic authentication for now.
#include "auth.h"
#include "base64.h"
int ICACHE_FLASH_ATTR authBasic(HttpdConnData *connData) {
httpd_cgi_state authBasic(HttpdConnData *connData) {
const char *forbidden="401 Forbidden.";
int no=0;
int r;