Home
last modified time | relevance | path

Searched refs:users (Results 1 – 25 of 244) sorted by relevance

12345678910

/mirbsd/src/gnu/usr.sbin/sendmail/contrib/
Dexpn.pl150 @users = split(' ',$users{$server});
151 delete $users{$server};
161 next HOST if &mxredirect($server,*users);
169 &mxlookup(1,$server,"$server: could not resolve name",*users);
184 unless (&mxlookup(0,$server,"$server: could not connect: $!",*users)) {
205 if (&mxlookup(0,$server,"$server: did not respond with a 220 greeting",*users)) {
215 unless (&mxlookup(0,$server,"$server: did not respond with SMTP codes",*users)) {
237 while(@users) {
238 $u = shift(@users);
422 push(@users,$user) if $user;
[all …]
Ddomainmap.m422 FEATURE(domainmap, `foo.com', `dbm -o /etc/mail/foo-users')dnl
26 /etc/mail/foo-users, which looks like this:
42 the LOCAL_USER(username) macro to specify the list of users for whom
70 R $=L <@ $=w .> $@ $1 <@ $2 .> weed out local users, in case
/mirbsd/src/usr.bin/mail/misc/
Dmail.tildehelp4 ~b users Add users to "blind" cc list.
5 ~c users Add users to cc list.
16 ~t users Add users to to list.
/mirbsd/src/gnu/usr.bin/cvs/contrib/
Dmfpipe.in85 $users = "$users $arg";
89 if ($users) {
90 $mailcmd = "$mailcmd $users";
105 print MAIL $_ if ($users);
Dlog.in97 my $users;
109 $users = "$users " . shift @ARGV;
155 if ($users) {
156 $mailcmd = "$mailcmd $users";
/mirbsd/src/usr.sbin/lpr/lprm/
Dlprm.c82 int users; /* # of users in user array */ variable
122 users = -1; in main()
145 if (users < 0 && argc != 0) in main()
153 if (users >= MAXUSERS) in main()
155 user[users++] = argv[0]; in main()
/mirbsd/src/usr.bin/sudo/
Dsudoers2ldif71 my @users=split /\s*,\s*/,$p1;
75 print "dn: cn=$users[0],$base\n";
78 print "cn: $users[0]\n";
80 print "sudoUser: $_\n" foreach expand(\%UA,@users);
Dsudoers31 # %users ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
32 # %users localhost=/sbin/shutdown -h now
Dsample.sudoers64 # root and users in group wheel can run anything on any machine as any user
97 # users in the secretaries netgroup need to help manage the printers
98 # as well as add and remove users
123 # users in the WEBMASTERS User_Alias (will, wendy, and wim)
/mirbsd/src/usr.sbin/quot/
Dquot.c176 } *users; variable
187 if (!(users = in inituser()
192 for (usr = users, i = nusers; --i >= 0; usr++) { in inituser()
206 svusr = users; in usrrehash()
208 if (!(users = (struct user *)calloc(nusers, sizeof(struct user)))) in usrrehash()
211 for (usrn = users + (usr->uid&(nusers - 1)); in usrrehash()
214 if (usrn <= users) in usrrehash()
215 usrn = users + nusers; in usrrehash()
229 for (usr = users + (uid&(nusers - 1)), i = nusers; in user()
245 if (usr <= users) in user()
[all …]
/mirbsd/src/gnu/usr.sbin/sendmail/cf/cf/
Dtrusted-users2 # $MirOS: src/gnu/usr.sbin/sendmail/cf/cf/trusted-users,v 1.2 2009/07/18 14:09:16 tg Exp $
3 # $OpenBSD: trusted-users,v 1.1 2003/09/23 21:37:11 millert Exp $
5 # This file contains a list of users (one per line) that may set their
10 # The users "root" and "daemon" are implicitly included in this list.
Dmail.eecs.mc31 define(`confUSERDB_SPEC', `/usr/local/lib/users.eecs.db,/usr/local/lib/users.cs.db,/usr/local/lib/u…
Dmail.cs.mc31 define(`confUSERDB_SPEC', ``/usr/local/lib/users.cs.db,/usr/local/lib/users.eecs.db'')dnl
Dopenbsd-proto.mc44 dnl trusted-users files optional, hence the "-o" below.
47 define(`confCT_FILE', `-o MAIL_SETTINGS_DIR`'trusted-users')dnl
78 dnl Enable support for /etc/mail/trusted-users.
79 dnl Users listed herein may spoof mail from other users.
203 dnl Specific users that should be excepted from masquerading.
207 dnl EXPOSED_USER_FILE(`MAIL_SETTINGS_DIR`'exposed-users')dnl
/mirbsd/src/usr.sbin/lpr/common_source/
Drmjob.c64 extern int users; /* # of users in user array */
108 if (users < 0) { in rmjob()
113 users = 1; in rmjob()
285 if (users == 0 && requests == 0) in chk()
298 for (u = user; u < &user[users]; u++) in chk()
349 for (i = 0; i < users; i++) { in rmremote()
Ddisplayq.c74 extern int users; /* # of users in user array */
265 for (i = 0; i < users && cp - line < sizeof(line) - 1; i++) { in displayq()
408 if (users == 0 && requests == 0) in inlist()
413 for (u = user; u < &user[users]; u++) in inlist()
/mirbsd/src/usr.bin/rusers/
Drusers.c82 rusers_utmp *users; member
263 entry->users = ut; in rusers_reply()
281 for (i = 0, ut = entry->users; i < entry->count; i++, ut++) { in rusers_reply()
286 free(entry->users); in rusers_reply()
318 entry->users = ut; in rusers_reply_3()
336 for (i = 0, ut = entry->users; i < entry->count; i++, ut++) { in rusers_reply_3()
341 free(entry->users); in rusers_reply_3()
647 for (i = 0, ut = entry->users; i < entry->count; i++, ut++) { in print_entry()
693 entry->users = &hostinfo[i].users[j]; in expandhosts()
694 entry->idle = entry->users->ut_idle; in expandhosts()
/mirbsd/src/usr.sbin/lpr/lpq/
Dlpq.c76 int users; /* # of users in user array */ variable
137 if (users >= MAXUSERS) in main()
139 user[users++] = *argv; in main()
/mirbsd/src/gnu/usr.bin/cvs/src/
Dadmin.c771 char **users; in admin_fileproc() local
781 line2argv (&argc, &users, arg + 2, " ,\t\n"); in admin_fileproc()
784 RCS_addaccess (rcs, users[u]); in admin_fileproc()
789 RCS_delaccess (rcs, users[u]); in admin_fileproc()
790 free_names (&argc, users); in admin_fileproc()
810 line2argv (&argc, &users, p, " \t\n"); in admin_fileproc()
815 RCS_addaccess (rcs, users[u]); in admin_fileproc()
816 free_names (&argc, users); in admin_fileproc()
/mirbsd/src/gnu/usr.sbin/sendmail/cf/domain/
DCS.Berkeley.EDU.m419 `/usr/sww/share/lib/users.cs.db,/usr/sww/share/lib/users.eecs.db')dnl
/mirbsd/src/gnu/usr.sbin/sendmail/cf/feature/
Duse_ct_file.m419 # if defined, the sendmail.cf will read the /etc/mail/trusted-users file to
20 # find the names of trusted users. There should only be a few of these.
/mirbsd/src/lib/libkeynote/
DREADME62 There is also a users mailing list at keynote-users@nsa.research.att.com
64 "subscribe keynote-users" (without the quotes) in the message body.
/mirbsd/src/usr.sbin/lpr/lpd/
Dlpd.c482 int users; /* # of users in user array */ variable
564 if (users >= MAXUSERS) in doit()
566 user[users++] = cp; in doit()
600 if (users >= MAXUSERS) in doit()
602 user[users++] = cp; in doit()
/mirbsd/src/usr.bin/users/
DMakefile3 PROG= users
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
DSECURITY130 by programs (and maybe users); it does not run as SMTP
165 Normal users can't use mailq anymore to see the MTA mail queue.
167 or giving users access via a program like sudo.
169 sendmail -bv may give misleading output for normal users since it
171 other users.

12345678910