Searched refs:remote_admin (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/cups-408/cups/cups/
H A Dadminutil.c959 remote_admin = 0, /* Remote administration allowed? */ local
1083 remote_admin = 1;
1107 (remote_access && remote_admin) ?
1181 remote_admin, /* Remote administration allowed? */ local
1256 DEBUG_printf(("1cupsAdminSetServerSettings: old remote_admin=%d",
1322 remote_admin = atoi(val);
1324 if (remote_admin == old_remote_admin)
1330 remote_admin = -1;
1334 remote_admin = -1;
1336 DEBUG_printf(("1cupsAdminSetServerSettings: remote_admin
[all...]
/macosx-10.10/cups-408/cups/cgi-bin/
H A Dadmin.c1542 *remote_admin, /* REMOTE_ADMIN value */ local
1583 remote_admin = cgiGetVariable("REMOTE_ADMIN") ? "1" : "0";
1696 strcmp(remote_admin, cupsGetOption(CUPS_SERVER_REMOTE_ADMIN,
1730 remote_admin, num_settings, &settings);

Completed in 185 milliseconds