| /mirbsd/src/usr.bin/sudo/ |
| D | logging.c | 160 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 …]
|
| D | check.c | 96 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);
|
| D | env.c | 416 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);
|
| D | parse.yacc | 838 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()
|
| D | sudo.h | 122 #define user_name (sudo_user.pw->pw_name) macro
|
| /mirbsd/src/usr.sbin/ppp/ppp/ |
| D | radius.h | 69 char user_name[AUTHLEN]; /* Session User-Name */ member
|
| D | alias_cuseeme.c | 57 char user_name[20]; member
|
| D | radius.c | 941 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/ |
| D | auth.c | 1532 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/ |
| D | dve3900-rom.c | 59 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/ |
| D | pam.c | 186 (void) pam_set_item(pamh, PAM_RUSER, user_name);
|
| /mirbsd/src/gnu/usr.bin/cvs/contrib/ |
| D | cvs_acls.in | 714 print("**** Access denied: Insufficient authority for user: '$user_name\' " . 934 $user_name, $commitfile, $branch{$commitfile};
|
| /mirbsd/src/lib/libssl/src/ |
| D | Makefile | 761 tardy --user_number=0 --user_name=openssl \ 771 tardy --user_number=0 --user_name=openssl \
|
| D | Makefile.org | 759 tardy --user_number=0 --user_name=openssl \ 769 tardy --user_number=0 --user_name=openssl \
|
| /mirbsd/src/usr.sbin/httpd/src/include/ |
| D | ap_compat.h | 421 #define user_name ap_user_name macro
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-ppc.c | 3226 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/ |
| D | Changes | 1052 2. Documented the user_name() and remote_user() methods.
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perltoc.pod | 11384 B<virtual_port ()>, B<server_software ()>, B<remote_user ()>, B<user_name
|