Home
last modified time | relevance | path

Searched refs:auth_group_new (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/ctld/
H A Dparse.y219 auth_group = auth_group_new(conf, $1);
642 target->t_auth_group = auth_group_new(conf, NULL);
670 target->t_auth_group = auth_group_new(conf, NULL);
702 target->t_auth_group = auth_group_new(conf, NULL);
736 target->t_auth_group = auth_group_new(conf, NULL);
763 target->t_auth_group = auth_group_new(conf, NULL);
H A Duclparse.c407 auth_group = auth_group_new(conf, name); in uclparse_auth_group()
757 target->t_auth_group = auth_group_new(conf, NULL); in uclparse_target()
778 target->t_auth_group = auth_group_new(conf, NULL); in uclparse_target()
804 target->t_auth_group = auth_group_new(conf, NULL); in uclparse_target()
827 target->t_auth_group = auth_group_new(conf, NULL); in uclparse_target()
H A Dctld.h265 struct auth_group *auth_group_new(struct conf *conf, const char *name);
H A Dctld.c480 auth_group_new(struct conf *conf, const char *name) in auth_group_new() function
2690 ag = auth_group_new(conf, "default"); in conf_new_from_file()
2693 ag = auth_group_new(conf, "no-authentication"); in conf_new_from_file()
2697 ag = auth_group_new(conf, "no-access"); in conf_new_from_file()