| /freebsd/crypto/heimdal/appl/login/ |
| H A D | ChangeLog | 36 * loginpaths.h: Shared paths between login and rshd. 40 * login.c: log successful logins 44 * login.c (do_login): only do krb4_get_afs_tokens if we have done 51 * login.c: Include <crypt.h>. 64 * login.1: document limits.conf 70 * login.c: read limits.conf (from /etc/security by default, 71 overridable in login.conf) 77 * login.c: use krb5_appdefault_boolean instead of 82 * login.c (krb5_to4): set client princ of the mcred 86 * login.c (krb5_to4): use krb5_cc_clear_mcred [all …]
|
| /freebsd/sys/dev/firewire/ |
| H A D | sbp_targ.c | 206 struct sbp_targ_login *login; member 265 sbp_targ_dealloc_login(struct sbp_targ_login *login) in sbp_targ_dealloc_login() argument 269 if (login == NULL) { in sbp_targ_dealloc_login() 273 for (orbi = STAILQ_FIRST(&login->orbs); orbi != NULL; orbi = next) { in sbp_targ_dealloc_login() 280 callout_stop(&login->hold_callout); in sbp_targ_dealloc_login() 282 STAILQ_REMOVE(&login->lstate->logins, login, sbp_targ_login, link); in sbp_targ_dealloc_login() 283 login->lstate->sc->logins[login->id] = NULL; in sbp_targ_dealloc_login() 285 printf("%s: free login %p\n", __func__, login); in sbp_targ_dealloc_login() 286 free((void *)login, M_SBP_TARG); in sbp_targ_dealloc_login() 287 login = NULL; in sbp_targ_dealloc_login() [all …]
|
| /freebsd/usr.sbin/adduser/ |
| H A D | rmuser.sh | 68 verbose && echo -n "Removing files owned by ($login) in $_dir:" 69 filecount=`find 2>/dev/null "$_dir" -user "$login" -delete -print | 85 verbose && echo -n "Removing mail spool(s) for ($login):" 87 verbose && echo -n " ${MAILSPOOL}/$login" || 92 verbose && echo -n " ${MAILSPOOL}/.${login}.pop" || 106 verbose && echo -n "Terminating all processes owned by ($login):" 126 verbose && echo -n "Removing at(1) jobs owned by ($login):" 142 verbose && echo -n "Removing crontab for ($login):" 144 verbose && echo -n " ${CRONJOBDIR}/$login" || echo -n " crontab" 176 verbose && echo -n "Removing user ($login)"
|
| /freebsd/tools/tools/nanobsd/pcengines/Files/root/ |
| H A D | .login | 2 # .login - csh login script, read by login shell, after `.cshrc' at login. 7 # Uncomment to display a random cookie each login:
|
| /freebsd/share/skel/ |
| H A D | dot.login | 2 # .login - csh login script, read by login shell, after `.cshrc' at login. 10 # Display a random cookie on each login.
|
| H A D | dot.profile | 2 # .profile - POSIX Shell startup script for login shells 7 # These are normally set through /etc/login.conf. You may override them here 28 # Display a random cookie on each login.
|
| /freebsd/bin/csh/ |
| H A D | dot.login | 2 # .login - csh login script, read by login shell, after `.cshrc' at login. 10 # Uncomment to display a random cookie on each login.
|
| H A D | csh.login | 2 # System-wide .login file for csh(1). 5 # login.conf(5) and in particular the charset and lang options.
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | tlssrp_depr.c | 158 if (p->login == NULL && p->user == NULL) { in ssl_srp_server_param_cb() 159 p->login = SSL_get_srp_username(s); in ssl_srp_server_param_cb() 160 BIO_printf(bio_err, "SRP username = \"%s\"\n", p->login); in ssl_srp_server_param_cb() 165 BIO_printf(bio_err, "User %s doesn't exist\n", p->login); in ssl_srp_server_param_cb() 177 p->login, p->user->info); in ssl_srp_server_param_cb() 183 p->login = NULL; in ssl_srp_server_param_cb() 194 srp_callback_parm->login = NULL; in set_up_srp_verifier_file() 219 srp_callback_parm->login); in lookup_srp_user()
|
| /freebsd/share/examples/etc/ |
| H A D | README.examples | 14 csh.login - sample .login 21 fbtab - configuration file for login(1) 30 login.access - configuration file for login(8) (see login.access(5)) 31 login.conf - login class capabilities database (see login.conf(5))
|
| /freebsd/libexec/ulog-helper/ |
| H A D | ulog-helper.c | 53 const char *login; in get_username() local 63 if ((login = getlogin()) != NULL && (pw = getpwnam(login)) != NULL && in get_username() 65 return (login); in get_username()
|
| /freebsd/usr.bin/write/ |
| H A D | write.c | 75 const char *login; in main() local 118 if ((login = getlogin()) == NULL) { in main() 120 login = pwd->pw_name; in main() 122 login = "???"; in main() 155 do_write(devfd, tty, mytty, login); in main() 166 do_write(devfd, argv[1], mytty, login); in main() 280 do_write(int devfd, char *tty, char *mytty, const char *login) in do_write() argument 306 login, host, mytty, nows + 11); in do_write()
|
| /freebsd/usr.sbin/pw/ |
| H A D | pw_nis.c | 87 chgnispwent(const char *path, char const * login, struct passwd * pwd) in chgnispwent() argument 89 return pw_nisupdate(path, pwd, login); in chgnispwent() 93 delnispwent(const char *path, const char *login) in delnispwent() argument 95 return pw_nisupdate(path, NULL, login); in delnispwent()
|
| /freebsd/contrib/pam-krb5/tests/data/scripts/basic/ |
| H A D | no-context-debug | 26 DEBUG skipping non-Kerberos login 32 DEBUG (user root) unable to get PAM_KRB5CCNAME, assuming non-Kerberos login 36 DEBUG (user root) unable to get PAM_KRB5CCNAME, assuming non-Kerberos login 40 DEBUG (user root) unable to get PAM_KRB5CCNAME, assuming non-Kerberos login 44 DEBUG (user root) unable to get PAM_KRB5CCNAME, assuming non-Kerberos login
|
| /freebsd/bin/sh/ |
| H A D | options.c | 82 int i, login; in procargs() local 86 login = argptr[0] != NULL && argptr[0][0] == '-'; in procargs() 92 login |= options(1); in procargs() 124 return (login); in procargs() 151 int login = 0; in options() local 198 login = 1; in options() 207 return (login); in options() 213 return (login); in options() 226 return (login); in options() 246 return (login); in options()
|
| /freebsd/usr.bin/login/ |
| H A D | login.access | 7 # permissions field of that table entry determines whether the login will 10 # Format of the login access control table is three fields separated by a 16 # character. The second field should be a list of one or more login names, 40 # Some accounts are not allowed to login from anywhere: 44 # All other accounts are allowed to login from anywhere.
|
| /freebsd/usr.sbin/nscd/agents/ |
| H A D | passwd.c | 131 char *login; in passwd_lookup_func() local 150 login = calloc(1, size); in passwd_lookup_func() 151 assert(login != NULL); in passwd_lookup_func() 152 memcpy(login, key + sizeof(enum nss_lookup_type), size - 1); in passwd_lookup_func() 170 result = getpwnam(login); in passwd_lookup_func() 171 free(login); in passwd_lookup_func()
|
| /freebsd/contrib/dma/ |
| H A D | net.c | 265 smtp_login(int fd, char *login, char* password, const struct smtp_features* features) in smtp_login() argument 272 res = smtp_auth_md5(fd, login, password); in smtp_login() 285 if (features->auth.login) { in smtp_login() 297 len = base64_encode(login, strlen(login), &temp); in smtp_login() 382 auth->login = 1; in parse_auth_line() 469 if (features->auth.login) { in perform_server_greeting() 555 syslog(LOG_INFO, "using SMTP authentication for user %s", a->login); in deliver_to_host() 556 error = smtp_login(fd, a->login, a->password, &features); in deliver_to_host()
|
| /freebsd/contrib/pam-krb5/tests/data/scripts/trace/ |
| H A D | supported | 33 DEBUG skipping non-Kerberos login 41 DEBUG (user root) unable to get PAM_KRB5CCNAME, assuming non-Kerberos login 46 DEBUG (user root) unable to get PAM_KRB5CCNAME, assuming non-Kerberos login 51 DEBUG (user root) unable to get PAM_KRB5CCNAME, assuming non-Kerberos login
|
| /freebsd/share/examples/ppp/ |
| H A D | ppp.conf.sample | 41 # is required by the server either using a unix-style login procedure 46 # use a unix-style login script: 72 # The login script shown says that you're expecting ``ogin:''. If you 75 # You *MUST* customise this login script according to your local 80 set login "ABORT NO\\sCARRIER TIMEOUT 5 ogin:--ogin: ppp word: ppp" 86 # If you want to use PAP or CHAP instead of using a unix-style login 94 set login 114 set login "ABORT NO\\sCARRIER TIMEOUT 5 ogin:--ogin: ppp word: ppp" 128 set authname "somename" # Replace these with your login name & password. 140 set login [all …]
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | tls_srp.c | 37 OPENSSL_free(ctx->srp_ctx.login); in ssl_ctx_srp_ctx_free_intern() 65 OPENSSL_free(s->srp_ctx.login); in ssl_srp_ctx_free_intern() 115 …if ((ctx->srp_ctx.login != NULL) && ((s->srp_ctx.login = OPENSSL_strdup(ctx->srp_ctx.login)) == NU… in ssl_srp_ctx_init_intern() 127 OPENSSL_free(s->srp_ctx.login); in ssl_srp_ctx_init_intern() 359 if ((x = SRP_Calc_x_ex(s->srp_ctx.s, s->srp_ctx.login, passwd, in srp_generate_client_master_secret() 485 if (sc->srp_ctx.login != NULL) in SSL_get_srp_username() 486 return sc->srp_ctx.login; in SSL_get_srp_username() 487 return s->ctx->srp_ctx.login; in SSL_get_srp_username()
|
| /freebsd/contrib/netbsd-tests/usr.bin/id/ |
| H A D | pwgr.c | 150 getpwnam(const char *login) in getpwnam() argument 155 if (strcmp(login, "root") == 0) { in getpwnam() 159 } else if (strcmp(login, "test") == 0) { in getpwnam()
|
| /freebsd/contrib/tcsh/ |
| H A D | dot.login | 2 # ~/.login - Setup user login shell environment
|
| /freebsd/usr.bin/newgrp/ |
| H A D | newgrp.c | 72 int ch, login; in main() local 82 login = 0; in main() 87 login = 1; in main() 112 if (login) in main()
|
| /freebsd/crypto/heimdal/doc/ |
| H A D | misc.texi | 10 you login (boring), and by using Kerberos authenticated telnet to access 21 aaa authentication login default krb5-telnet krb5 enable 34 specify the `login default' authentication mechanism, you might not be 35 able to login at all. The `instance map' and `authorization exec' lines
|