Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
cdf63bf5
Commit
cdf63bf5
authored
May 08, 2018
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: Do not report hashed user passworts in user list.
parent
cf29cba8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/auth_htpasswd.c
src/auth_htpasswd.c
+0
-1
No files found.
src/auth_htpasswd.c
View file @
cdf63bf5
...
...
@@ -401,7 +401,6 @@ static auth_result htpasswd_userlist(auth_t *auth, xmlNodePtr srcnode)
htpasswd_user
*
user
=
(
htpasswd_user
*
)
node
->
key
;
newnode
=
xmlNewChild
(
srcnode
,
NULL
,
XMLSTR
(
"User"
),
NULL
);
xmlNewTextChild
(
newnode
,
NULL
,
XMLSTR
(
"username"
),
XMLSTR
(
user
->
name
));
xmlNewTextChild
(
newnode
,
NULL
,
XMLSTR
(
"password"
),
XMLSTR
(
user
->
pass
));
node
=
avl_get_next
(
node
);
}
thread_rwlock_unlock
(
&
state
->
file_rwlock
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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