Home
last modified time | relevance | path

Searched refs:user_name (Results 1 – 18 of 18) sorted by relevance

/mirbsd/src/usr.bin/sudo/
Dlogging.c160 mysyslog(pri, "%8s : %s", user_name, p);
162 mysyslog(pri, "%8s : (command continued) %s", user_name, p);
171 mysyslog(pri, "%8s : %s", user_name, p);
173 mysyslog(pri, "%8s : (command continued) %s", user_name, p);
207 user_name, user_shost, msg);
210 user_name, msg);
214 user_name, user_shost, msg);
217 user_name, msg);
314 user_name, "This incident will be reported.\n");
317 user_name, user_shost, "This incident will be reported.\n");
[all …]
Dcheck.c96 status = timestamp_status(timestampdir, timestampfile, user_name, TRUE);
102 user_name, user_shost);
202 len += strlen(user_name) - 2;
243 n = strlcpy(np, user_name, np - endp);
298 if (strcmp(user_name, *gr_mem) == 0) in user_is_exempt()
317 len = easprintf(timestampdir, "%s/%s", dirparent, user_name);
333 len = easprintf(timestampfile, "%s/%s/%s:%s", dirparent, user_name,
336 len = easprintf(timestampfile, "%s/%s/%s", dirparent, user_name, p);
340 len = easprintf(timestampfile, "%s/%s/%s", dirparent, user_name,
539 status = timestamp_status(timestampdir, timestampfile, user_name, FALSE);
Denv.c416 insert_env(format_env("LOGNAME", user_name, VNULL), 0);
418 insert_env(format_env("USER", user_name, VNULL), 0);
526 insert_env(format_env("SUDO_USER", user_name, VNULL), 1);
Dparse.yacc838 if (userpw_matches($1, user_name, sudo_user.pw))
845 if (usergr_matches($1, user_name, sudo_user.pw))
852 if (netgr_matches($1, NULL, NULL, user_name))
864 else if (strcmp($1, user_name) == 0)
1050 user_name); in list_matches()
Dsudo.h122 #define user_name (sudo_user.pw->pw_name) macro
/mirbsd/src/usr.sbin/ppp/ppp/
Dradius.h69 char user_name[AUTHLEN]; /* Session User-Name */ member
Dalias_cuseeme.c57 char user_name[20]; member
Dradius.c941 strncpy(ac->user_name, dl->peer.authname, sizeof ac->user_name); in radius_Account()
942 ac->user_name[AUTHLEN-1] = '\0'; in radius_Account()
961 if (rad_put_string(r->cx.rad, RAD_USER_NAME, ac->user_name) != 0 || in radius_Account()
/mirbsd/src/usr.sbin/pppd/
Dauth.c1532 char *user_name; local
1536 user_name = pw->pw_name;
1539 user_name = struid;
1546 argv[3] = user_name;
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddve3900-rom.c59 char *user_name; /* name used by human when entering field value */ member
531 monitor_printf ("%s %lx ", bf->user_name, newbits); in store_bitmapped_register()
/mirbsd/src/usr.bin/sudo/auth/
Dpam.c186 (void) pam_set_item(pamh, PAM_RUSER, user_name);
/mirbsd/src/gnu/usr.bin/cvs/contrib/
Dcvs_acls.in714 print("**** Access denied: Insufficient authority for user: '$user_name\' " .
934 $user_name, $commitfile, $branch{$commitfile};
/mirbsd/src/lib/libssl/src/
DMakefile761 tardy --user_number=0 --user_name=openssl \
771 tardy --user_number=0 --user_name=openssl \
DMakefile.org759 tardy --user_number=0 --user_name=openssl \
769 tardy --user_number=0 --user_name=openssl \
/mirbsd/src/usr.sbin/httpd/src/include/
Dap_compat.h421 #define user_name ap_user_name macro
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-ppc.c3226 char *user_name; local
3231 user_name = input_line_pointer;
3234 if (strcmp (user_name, ".text") == 0)
3236 else if (strcmp (user_name, ".data") == 0)
/mirbsd/src/gnu/usr.bin/perl/lib/CGI/
DChanges1052 2. Documented the user_name() and remote_user() methods.
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperltoc.pod11384 B<virtual_port ()>, B<server_software ()>, B<remote_user ()>, B<user_name