Home | History | Annotate | Download | only in cups

Lines Matching full:admin

967 		in_admin_location = 0;	/* In the /admin location? */
1062 in_admin_location = !_cups_strcasecmp(value, "/admin");
1175 in_admin_location, /* In the /admin location? */
1176 in_conf_location, /* In the /admin/conf location? */
1177 in_log_location, /* In the /admin/log location? */
1189 wrote_admin_location, /* Wrote the /admin location? */
1190 wrote_conf_location, /* Wrote the /admin/conf location? */
1191 wrote_log_location, /* Wrote the /admin/log location? */
1566 if (!strcmp(value, "/admin"))
1568 else if (!strcmp(value, "/admin/conf"))
1570 else if (!strcmp(value, "/admin/log"))
1588 cupsFilePuts(temp, " # Restrict access to the admin pages...\n");
1875 cupsFilePuts(temp, "# Restrict access to the admin pages...\n");
1877 cupsFilePuts(temp, "<Location /admin>\n"
1894 cupsFilePuts(temp, "<Location /admin/conf>\n"
1913 cupsFilePuts(temp, "<Location /admin/log>\n"
1998 status = cupsPutFile(http, "/admin/conf/cupsd.conf", tempfile);
2246 status = cupsGetFd(http, "/admin/conf/cupsd.conf", fd);