Skip to content

Commit

Permalink
remove rad_authenticate()
Browse files Browse the repository at this point in the history
and move auth_name to proto_radius, which is now the only
user of it.
  • Loading branch information
alandekok committed Oct 24, 2017
1 parent 358f197 commit 8f22ef2
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 491 deletions.
2 changes: 0 additions & 2 deletions src/include/radiusd.h
Expand Up @@ -484,8 +484,6 @@ void version_numbers_init(CONF_SECTION *cs);
void version_print(void);

/* auth.c */
char *auth_name(char *buf, size_t buflen, REQUEST *request, bool do_cli);
rlm_rcode_t rad_authenticate (REQUEST *);
rlm_rcode_t rad_postauth(REQUEST *);
rlm_rcode_t rad_virtual_server(REQUEST *);

Expand Down

0 comments on commit 8f22ef2

Please sign in to comment.