Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
spr0cketeer
Icecast-Server
Commits
490482de
Commit
490482de
authored
Dec 29, 2014
by
Philipp Schafft
🦁
Browse files
Fix: SECURITY Corrected methods of anonymous role for htpasswd legacy auth
parent
0f311a31
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cfgfile.c
View file @
490482de
...
...
@@ -940,7 +940,7 @@ static void _parse_mount_oldstyle_authentication(mount_proxy *mount, xmlNodePtr
auth_release
(
auth
);
}
__append_old_style_auth
(
authstack
,
NULL
,
AUTH_TYPE_ANONYMOUS
,
NULL
,
NULL
,
"
source,pu
t"
,
NULL
,
0
,
NULL
);
__append_old_style_auth
(
authstack
,
NULL
,
AUTH_TYPE_ANONYMOUS
,
NULL
,
NULL
,
"
get,head,pos
t"
,
NULL
,
0
,
NULL
);
}
else
if
(
strcmp
(
type
,
AUTH_TYPE_URL
)
==
0
)
{
/* This block is super fun! Attention! Super fun ahead! Ladies and Gentlemans take care and watch your children! */
/* Stuff that was of help:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment