All functions in this module are dummy implementations which just print an error message. More...
#include "../CQi/auth.h"
#include "output.h"
All functions in this module are dummy implementations which just print an error message.
void add_grant_to_last_user | ( | char * | corpus | ) |
References cl_malloc(), cl_strdup(), _Grant::corpus, _UserEntry::grants, and _Grant::next.
void add_host_to_list | ( | char * | ipaddr | ) |
References _HostEntry::accept_any, _HostEntry::address, cl_malloc(), cqpmessage(), Error, and _HostEntry::next.
void add_hosts_in_subnet_to_list | ( | char * | ipsubnet | ) |
References add_host_to_list(), cl_free, cl_malloc(), cqpmessage(), and Error.
void add_user_to_list | ( | char * | user, | |
char * | passwd | |||
) |
References cl_malloc(), cl_strdup(), cqpmessage(), Error, find_user(), _UserEntry::grants, _UserEntry::name, _UserEntry::next, and _UserEntry::passwd.
int authenticate_user | ( | char * | username, | |
char * | passwd | |||
) |
References find_user(), _UserEntry::passwd, and user.
int check_grant | ( | char * | username, | |
char * | corpus | |||
) |
References _Grant::corpus, find_user(), _UserEntry::grants, _Grant::next, and user.
int check_host | ( | struct in_addr | host_addr | ) |
References _HostEntry::accept_any, _HostEntry::address, and _HostEntry::next.
void show_grants | ( | void | ) |