Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
spr0cketeer
Icecast-Server
Commits
b3497e6e
Commit
b3497e6e
authored
Sep 19, 2018
by
Philipp Schafft
🦁
Browse files
Feature: Added way for the auth backend to store per-request data
parent
cb329735
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/auth.h
View file @
b3497e6e
...
@@ -89,6 +89,7 @@ struct auth_client_tag {
...
@@ -89,6 +89,7 @@ struct auth_client_tag {
void
(
*
on_no_match
)(
client_t
*
client
,
void
(
*
on_result
)(
client_t
*
client
,
void
*
userdata
,
auth_result
result
),
void
*
userdata
);
void
(
*
on_no_match
)(
client_t
*
client
,
void
(
*
on_result
)(
client_t
*
client
,
void
*
userdata
,
auth_result
result
),
void
*
userdata
);
void
(
*
on_result
)(
client_t
*
client
,
void
*
userdata
,
auth_result
result
);
void
(
*
on_result
)(
client_t
*
client
,
void
*
userdata
,
auth_result
result
);
void
*
userdata
;
void
*
userdata
;
void
*
authbackend_userdata
;
auth_alter_t
alter_client_action
;
auth_alter_t
alter_client_action
;
char
*
alter_client_arg
;
char
*
alter_client_arg
;
auth_client
*
next
;
auth_client
*
next
;
...
...
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