Home
last modified time | relevance | path

Searched refs:suid (Results 1 – 13 of 13) sorted by relevance

/original-bsd/old/berknet/
H A Dnetlpr.c36 char parms[BUFSIZ], fnoacct, *sn, suid[20], sLprCommand[20]; local
84 sprintf(suid,"%d",uid);
129 "-l",status.localname,"-u",suid,
146 "-l","root","-u",suid,
H A Dnet.c55 char buf[BUFSIZ], suid[10]; local
68 suid[0] = 0;
134 harg(suid);
162 if(zopt || wopt || yopt || xopt || suid[0] != 0){
168 fprintf(stderr,"zopt %d wopt %d yopt %d xopt %d suid[0] %s\n", zopt, wopt, yopt, xopt, suid);
179 debug("zopt %d wopt %d yopt %d xopt %d suid[0] %s\n", zopt, wopt, yopt, xopt, suid);
236 if(suid[0] != 0)uid = atoi(suid);
/original-bsd/usr.sbin/mtree/
H A Dcreate.c158 register uid_t suid; local
189 suid = p->fts_statp->st_uid;
190 if (suid < MAXUID && ++u[suid] > maxuid) {
191 saveuid = suid;
192 maxuid = u[suid];
/original-bsd/games/larn/
H A Dscores.c32 long suid; /* the user id number of the player */ member
45 long suid; /* the user id number of the player */ member
151 if (winr[i].suid == userid) in hashewon()
174 if (winr[i].suid == userid) /* look for players winning entry */
350 for (i=0; i<SCORESIZE; i++) if (sco[i].suid == userid) sco[i].score=0;
354 for (i=0; i<SCORESIZE; i++) if (winr[i].suid == userid)
363 for (i=0; i<SCORESIZE; i++) if (sco[i].suid == userid)
392 p->hardlev=c[HARDGAME]; p->suid=userid;
418 p->suid=userid; p->level=level;
H A DFixed.Bugs193 cheater not. If high security is needed, the game should be run suid.
194 This suid mode has not been made the default because most installations
/original-bsd/usr.bin/uucp/DOC/
H A DREADME.inout17 be installed suid to root in the file /usr/lib/uucp/acucntrl .
/original-bsd/games/hack/
H A DREAD_ME57 for everybody and is suid play:
61 such that the program play is suid play and executable for everybody
/original-bsd/local/toolchest/ksh/
H A DMakefile53 SUID_EXEC = suid_exec /* set to null to disallow suid/sgid shell scripts */
H A DREADME16 /etc directory, must be owned by root, and must be a suid program. If
H A DRELEASE27 be installed as a suid root program in /etc and ksh-i must be
H A Dsh.memo1402 has its suid and/or setgid bits turned on causes this setuid
/original-bsd/usr.sbin/sendmail/doc/op/
H A Dspell.ok585 suid
/original-bsd/sys/hp/hpux/
H A Dhpux_compat.c1568 int suid; member