| /netbsd-src/dist/pf/usr.sbin/authpf/ |
| H A D | authpf.c | 60 char luser[MAXLOGNAME]; /* username */ variable 158 if (strlcpy(luser, pw->pw_name, sizeof(luser)) >= sizeof(luser)) { in main() 164 luser, (long)getpid())) < 0 || (u_int)n >= sizeof(rulesetname)) { in main() 166 luser, (long)getpid(), (long)getpid()); in main() 279 if (!check_luser(PATH_BAN_DIR, luser) || !allowed_luser(luser)) { in main() 280 syslog(LOG_INFO, "user %s prohibited", luser); in main() 296 fprintf(pidfp, "%ld\n%s\n", (long)getpid(), luser); in main() 300 if (change_filter(1, luser, ipsrc) == -1) { in main() 306 change_filter(0, luser, ipsrc); in main() 318 printf("\r\nHello %s. ", luser); in main() [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | kuserok.c | 54 const char *luser; member 67 plctx->k5login_dir, plctx->luser, plctx->principal, in plcallback() 384 const char *luser, in check_an2ln() argument 399 lname = malloc(strlen(luser) + 1); in check_an2ln() 402 ret = krb5_aname_to_localname(context, principal, strlen(luser)+1, lname); in check_an2ln() 405 if (strcmp(lname, luser) == 0) in check_an2ln() 454 const char *luser) in krb5_kuserok() argument 456 return _krb5_kuserok(context, principal, luser, TRUE); in krb5_kuserok() 463 const char *luser, in _krb5_kuserok() argument 481 ctx.luser = luser; in _krb5_kuserok() [all …]
|
| H A D | aname_to_localname.c | 58 heim_string_t luser; member 66 plctx->luser = heim_string_create(res); in set_res() 67 if (plctx->luser == NULL) in set_res() 79 if (plctx->luser) in plcallback() 94 ctx.luser = NULL; in an2ln_plugin() 104 heim_release(ctx.luser); in an2ln_plugin() 108 if (ctx.luser == NULL) in an2ln_plugin() 111 if (strlcpy(lname, heim_string_get_utf8(ctx.luser), lnsize) >= lnsize) in an2ln_plugin() 114 heim_release(ctx.luser); in an2ln_plugin()
|
| /netbsd-src/usr.sbin/lpr/lprm/ |
| H A D | lprm.c | 80 static char luser[16]; /* buffer for person */ variable 99 if (strlen(p->pw_name) >= sizeof(luser)) in main() 101 strlcpy(luser, p->pw_name, sizeof(luser)); in main() 102 person = luser; in main()
|
| /netbsd-src/lib/libpam/modules/pam_self/ |
| H A D | pam_self.c | 64 const char *luser; in pam_sm_authenticate() local 69 pam_err = pam_get_user(pamh, &luser, NULL); in pam_sm_authenticate() 72 if (luser == NULL || in pam_sm_authenticate() 73 getpwnam_r(luser, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 || in pam_sm_authenticate()
|
| /netbsd-src/lib/libc/net/ |
| H A D | rcmd.c | 599 ruserok(const char *rhost, int superuser, const char *ruser, const char *luser) in ruserok() argument 606 _DIAGASSERT(luser != NULL); in ruserok() 617 ruser, luser) == 0) { in ruserok() 636 iruserok(u_int32_t raddr, int superuser, const char *ruser, const char *luser) in iruserok() argument 647 luser); in iruserok() 656 const char *luser) in iruserok_sa() argument 670 _DIAGASSERT(luser != NULL); in iruserok_sa() 679 if (__ivaliduser_sa(hostf, sa, (socklen_t)rlen, luser, in iruserok_sa() 690 if (getpwnam_r(luser, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 in iruserok_sa() 728 luser, ruser); in iruserok_sa() [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | iruserok.c | 91 __ivaliduser(FILE *hostf, unsigned raddr, const char *luser, in __ivaliduser() argument 201 userok = !(strcmp(ruser,*user ? user : luser)); in __ivaliduser() 220 iruserok(unsigned raddr, int superuser, const char *ruser, const char *luser) in iruserok() argument 234 if (__ivaliduser(hostf, raddr, luser, ruser) == 0) { in iruserok() 242 if ((pwd = k_getpwnam((char*)luser)) == NULL) in iruserok()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/kdfs/ |
| H A D | k5dfspag.c | 249 int krb5_dfs_pag(context, flag, principal, luser) in krb5_dfs_pag() argument 253 const char *luser; 302 "-l", luser, 362 krb5_dfs_pag(context, principal, luser) in krb5_dfs_pag() argument 365 const char *luser;
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | ssh-keysign.c | 72 char *pkalg, *luser; in valid_request() local 143 if ((r = sshbuf_get_cstring(b, &luser, NULL)) != 0) in valid_request() 146 if (strcmp(pw->pw_name, luser) != 0) in valid_request() 148 free(luser); in valid_request()
|
| /netbsd-src/external/cddl/osnet/dist/cmd/zfs/ |
| H A D | zfs_iter.c | 302 nvlist_t *luser, *ruser; in zfs_sort() local 305 luser = zfs_get_user_props(l); in zfs_sort() 308 lvalid = (nvlist_lookup_nvlist(luser, in zfs_sort()
|
| /netbsd-src/lib/libpam/modules/pam_krb5/ |
| H A D | pam_krb5.c | 133 char *principal, *princ_name, *ccache_name, luser[32], *srvdup; in pam_sm_authenticate() local 276 sizeof(luser), luser); in pam_sm_authenticate() 285 retval = pam_set_item(pamh, PAM_USER, luser); in pam_sm_authenticate()
|
| /netbsd-src/usr.bin/ftp/ |
| H A D | util.c | 372 ftp_login(const char *host, const char *luser, const char *lpass) in ftp_login() argument 382 if (luser) in ftp_login() 383 fuser = ftp_strdup(luser); in ftp_login()
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | COMPATIBILITY | 30 luser relay yes
|
| /netbsd-src/external/ibm-public/postfix/dist/proto/ |
| H A D | stop | 79 luser
|
| /netbsd-src/share/misc/ |
| H A D | acronyms | 341 LART luser attitude readjustment tool
|
| /netbsd-src/share/man/tools/ |
| H A D | newsp.errs | 2219 luser
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | trouble.texi | 304 #define luser
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | trouble.texi | 304 #define luser
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/ |
| H A D | ChangeLog.2003 | 1561 `luser'.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/po/ |
| H A D | rw.po | 13713 #. To be compatible with BSD 4.2 as: give the luser a linefeed!!
|
| H A D | ja.po | 16592 #. To be compatible with BSD 4.2 as: give the luser a linefeed!!
|
| H A D | tr.po | 12738 #. To be compatible with BSD 4.2 as: give the luser a linefeed!!
|
| /netbsd-src/external/gpl3/binutils/dist/gas/po/ |
| H A D | rw.po | 13713 #. To be compatible with BSD 4.2 as: give the luser a linefeed!!
|
| H A D | ja.po | 16592 #. To be compatible with BSD 4.2 as: give the luser a linefeed!!
|
| H A D | tr.po | 12738 #. To be compatible with BSD 4.2 as: give the luser a linefeed!!
|