2 * hosts_ctl() combines common applications of the host access control
3 * library routines. It bundles its arguments then calls the hosts_access()
4 * access control checker. The host name and user name arguments should be
5 * empty strings, STRING_UNKNOWN or real data. If a match is found, the
6 * optional shell command is executed.
8 * Restriction: this interface does not pass enough information to support
9 * selective remote username lookups or selective hostname double checks.
11 * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands.
15 static char sccsid
[] = "@(#) hosts_ctl.c 1.4 94/12/28 17:42:27";
22 /* hosts_ctl - limited interface to the hosts_access() routine */
24 int hosts_ctl(daemon
, name
, addr
, user
)
30 struct request_info request
;
32 return (hosts_access(request_init(&request
,