Searched refs:privileged (Results 1 - 17 of 17) sorted by relevance

/external/openssh/
H A Duidswap.c55 static int privileged = 0; variable
76 privileged = 0;
82 privileged = 0;
87 privileged = 1;
126 /* Propagate the privileged gid to all of our gids. */
129 /* Propagate the privileged uid to all of our uids. */
177 * Restores to the original (privileged) uid.
182 /* it's a no-op unless privileged */
183 if (!privileged) {
192 /* Set the effective uid back to the saved privileged ui
[all...]
H A Dsshconnect.c185 * Creates a (possibly privileged) socket for use as the ssh connection.
188 ssh_create_socket(int privileged, struct addrinfo *ai) argument
194 * If we are running as root and want to connect to a privileged
195 * port, bind our own socket to a privileged port.
197 if (privileged) {
329 * a privileged port will be allocated to make the connection.
H A Dconfigure1422 --with-privsep-user=user Specify non-privileged user for privilege separation
/external/quake/quake/src/WinQuake/
H A Dhost_cmd.cpp128 if (pr_global_struct->deathmatch && !host_client->privileged)
146 if (pr_global_struct->deathmatch && !host_client->privileged)
166 if (pr_global_struct->deathmatch && !host_client->privileged)
198 if (pr_global_struct->deathmatch && !host_client->privileged)
979 if (cl->privileged)
981 cl->privileged = false;
987 cl->privileged = true;
999 if (cl->privileged)
1001 cl->privileged = false;
1007 cl->privileged
[all...]
H A Dserver.h83 qboolean privileged; // can execute any host command member in struct:client_s
H A Dsv_user.cpp530 if (host_client->privileged)
H A Dsv_main.cpp277 client->privileged = IsID(&client->netconnection->addr);
279 client->privileged = false;
H A Dnet_dgrm.cpp117 if (pr_global_struct->deathmatch && !host_client->privileged)
/external/openssh/contrib/cygwin/
H A Dssh-user-config225 --privileged )
239 echo " --privileged On Windows NT/2k/XP, assume privileged user"
H A Dssh-host-config193 csih_inform "However, this requires a non-privileged account called 'sshd'."
440 csih_inform "sshd requires. You need to have or to create a privileged"
450 csih_error_recoverable "There was a serious problem creating a privileged user."
470 # $password is empty, or $run_service_as is some privileged user and
593 --privileged )
608 echo " --user -u <account> privileged user for service."
609 echo " --pwd -w <passwd> Use \"pwd\" as password for privileged user."
610 echo " --privileged On Windows NT/2k/XP, require privileged user"
/external/ppp/pppd/
H A Dpppd.h121 #define OPT_PRIV 0x1000 /* privileged option */
226 extern int privileged; /* We were run by real-uid root */
677 int privileged));
681 int options_from_list __P((struct wordlist *, int privileged));
H A Dmain.c146 int privileged; /* we're running as real uid root */ variable
340 privileged = uid == 0;
369 privileged = 1;
406 if (!options_from_file(_PATH_SYSOPTIONS, !privileged, 0, 1)
H A Doptions.c220 "Take options from a privileged file", OPT_NOPRINT },
357 privileged_option = privileged;
477 ret = options_from_file(path, 0, 1, privileged);
H A Dauth.c386 "Allow group members to use privileged options", OPT_PRIV | OPT_A2LIST },
458 * privgroup - allow members of the group to have privileged access.
474 privileged = 1;
1206 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) {
2204 return allow_any_ip || privileged || !have_route_to(addr);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex233 One idea is to disallow not privileged user to allocate flow
/external/elfutils/tests/
H A Drun-allregs.sh232 privileged registers:
1255 privileged registers:

Completed in 424 milliseconds