summaryrefslogtreecommitdiffstats
path: root/www/links/files
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2001-02-26 08:38:19 +0000
committerdemon <demon@FreeBSD.org>2001-02-26 08:38:19 +0000
commit277f36665a60df89ed9ead02109cd066cdd5c34c (patch)
tree3b1b3e0edf80075c2b884c73a2cd60f4ad3c97e2 /www/links/files
parent20f993b4ff33bbd74e80a4533bc4c69d3328a479 (diff)
downloadFreeBSD-ports-277f36665a60df89ed9ead02109cd066cdd5c34c.zip
FreeBSD-ports-277f36665a60df89ed9ead02109cd066cdd5c34c.tar.gz
Disable authentication.
Author reports links crashes often if it is enabled.
Diffstat (limited to 'www/links/files')
-rw-r--r--www/links/files/patch-ac19
1 files changed, 0 insertions, 19 deletions
diff --git a/www/links/files/patch-ac b/www/links/files/patch-ac
deleted file mode 100644
index 1d82917..0000000
--- a/www/links/files/patch-ac
+++ /dev/null
@@ -1,19 +0,0 @@
---- http.c.orig Thu Feb 22 12:21:56 2001
-+++ http.c Thu Feb 22 12:22:44 2001
-@@ -540,14 +540,14 @@
- e->redirect_get = h == 303;
- }
- }
-- /*if (h == 401) if ((d = parse_http_header(e->head, "WWW-Authenticate", NULL))) {
-+ if (h == 401) if ((d = parse_http_header(e->head, "WWW-Authenticate", NULL))) {
- if (!strncasecmp(d, "Basic", 5)) {
- add_auth_entry(host, get_param(d, "realm"));
- add_questions_entry(do_auth_dialog);
- setcstate(c, S_QUESTIONS);
- }
- mem_free(d);
-- }*/
-+ }
- kill_buffer_data(rb, a);
- c->cache = e;
- info->close = 0;
OpenPOWER on IntegriCloud