Home
last modified time | relevance | path

Searched refs:login (Results 1 – 25 of 206) sorted by relevance

123456789

/freebsd-10-stable/crypto/heimdal/appl/login/
DChangeLog36 * 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-10-stable/sys/dev/firewire/
Dsbp_targ.c208 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-10-stable/etc/root/
Ddot.login1 # $FreeBSD: stable/10/etc/root/dot.login 243153 2012-11-16 14:25:13Z eadler $
3 # .login - csh login script, read by login shell, after `.cshrc' at login.
8 # Uncomment to display a random cookie each login:
/freebsd-10-stable/tools/tools/nanobsd/pcengines/Files/root/
D.login1 # $FreeBSD: stable/10/tools/tools/nanobsd/pcengines/Files/root/.login 199536 2009-11-19 16:27:51Z m…
3 # .login - csh login script, read by login shell, after `.cshrc' at login.
8 # Uncomment to display a random cookie each login:
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Examples/
Dsetuids_example.txt6 0 100 3037 3040 in.telnetd login -p -h mars -d /dev/pts/12
10 0 100 3065 3067 in.rlogind login -d /dev/pts/12 -r mars
11 0 100 3071 3073 in.rlogind login -d /dev/pts/12 -r mars
12 0 102 3078 3081 in.telnetd login -p -h mars -d /dev/pts/12
15 The first line is a telnet login to the user brendan, UID 100. The parent
17 command that in.telnetd runs is "login".
23 The fourth line is an example of an ssh login.
27 The last line is another example of a telnet login for fred, UID 102.
/freebsd-10-stable/usr.sbin/adduser/
Drmuser.sh67 verbose && echo -n "Removing files owned by ($login) in $_dir:"
68 filecount=`find 2>/dev/null "$_dir" -user "$login" -delete -print |
84 verbose && echo -n "Removing mail spool(s) for ($login):"
86 verbose && echo -n " ${MAILSPOOL}/$login" ||
91 verbose && echo -n " ${MAILSPOOL}/.${login}.pop" ||
105 verbose && echo -n "Terminating all processes owned by ($login):"
125 verbose && echo -n "Removing at(1) jobs owned by ($login):"
141 verbose && echo -n "Removing crontab for ($login):"
143 verbose && echo -n " ${CRONJOBDIR}/$login" || echo -n " crontab"
175 verbose && echo -n "Removing user ($login)"
/freebsd-10-stable/share/skel/
Ddot.login1 # $FreeBSD: stable/10/share/skel/dot.login 190477 2009-03-27 21:13:14Z ru $
3 # .login - csh login script, read by login shell, after `.cshrc' at login.
/freebsd-10-stable/release/picobsd/tinyware/login/
DREADME1 $FreeBSD: stable/10/release/picobsd/tinyware/login/README 84309 2001-10-01 16:58:28Z luigi $
3 This is a modified login version for PicoBSD purposes, which does
5 The "login.c" file is replaced by pico-login.c in this directory,
6 the remaining files are taken from usr.bin/login/
/freebsd-10-stable/libexec/ulog-helper/
Dulog-helper.c53 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-10-stable/share/examples/etc/
DREADME.examples15 csh.login - sample .login
22 fbtab - configuration file for login(1)
32 login.access - configuration file for login(8) (see login.access(5))
33 login.conf - login class capabilities database (see login.conf(5))
/freebsd-10-stable/contrib/opie/
Dopieinfo.c52 char *login; variable
54 login = getlogin();
55 if (login == NULL) {
59 return login;
/freebsd-10-stable/usr.sbin/pw/
Dpw_nis.c90 chgnispwent(const char *path, char const * login, struct passwd * pwd) in chgnispwent() argument
92 return pw_nisupdate(path, pwd, login); in chgnispwent()
96 delnispwent(const char *path, const char *login) in delnispwent() argument
98 return pw_nisupdate(path, NULL, login); in delnispwent()
/freebsd-10-stable/etc/
Dlogin.access1 # $FreeBSD: stable/10/etc/login.access 130151 2004-06-06 11:46:29Z schweikh $
8 # permissions field of that table entry determines whether the login will
11 # Format of the login access control table is three fields separated by a
17 # character. The second field should be a list of one or more login names,
41 # Some accounts are not allowed to login from anywhere:
45 # All other accounts are allowed to login from anywhere.
Dcsh.login1 # $FreeBSD: stable/10/etc/csh.login 208116 2010-05-15 17:49:56Z jilles $
3 # System-wide .login file for csh(1).
9 # login.conf(5) and in particular the charset and lang options.
/freebsd-10-stable/crypto/openssl/ssl/
Dtls_srp.c71 OPENSSL_free(ctx->srp_ctx.login); in SSL_CTX_SRP_CTX_free()
92 ctx->srp_ctx.login = NULL; in SSL_CTX_SRP_CTX_free()
103 OPENSSL_free(s->srp_ctx.login); in SSL_SRP_CTX_free()
124 s->srp_ctx.login = NULL; in SSL_SRP_CTX_free()
156 s->srp_ctx.login = NULL; in SSL_SRP_CTX_init()
179 if ((ctx->srp_ctx.login != NULL) && in SSL_SRP_CTX_init()
180 ((s->srp_ctx.login = BUF_strdup(ctx->srp_ctx.login)) == NULL)) { in SSL_SRP_CTX_init()
188 OPENSSL_free(s->srp_ctx.login); in SSL_SRP_CTX_init()
221 ctx->srp_ctx.login = NULL; in SSL_CTX_SRP_CTX_init()
392 if (!(x = SRP_Calc_x(s->srp_ctx.s, s->srp_ctx.login, passwd))) in SRP_generate_client_master_secret()
[all …]
/freebsd-10-stable/usr.sbin/nscd/agents/
Dpasswd.c134 char *login; in passwd_lookup_func() local
153 login = calloc(1, size); in passwd_lookup_func()
154 assert(login != NULL); in passwd_lookup_func()
155 memcpy(login, key + sizeof(enum nss_lookup_type), size - 1); in passwd_lookup_func()
173 result = getpwnam(login); in passwd_lookup_func()
174 free(login); in passwd_lookup_func()
/freebsd-10-stable/usr.bin/write/
Dwrite.c244 const char *login; in do_write() local
252 if ((login = getlogin()) == NULL) { in do_write()
254 login = pwd->pw_name; in do_write()
256 login = "???"; in do_write()
273 login, host, mytty, nows + 11); in do_write()
/freebsd-10-stable/share/examples/ppp/
Dppp.conf.sample42 # is required by the server either using a unix-style login procedure
47 # use a unix-style login script:
73 # The login script shown says that you're expecting ``ogin:''. If you
76 # You *MUST* customise this login script according to your local
81 set login "ABORT NO\\sCARRIER TIMEOUT 5 ogin:--ogin: ppp word: ppp"
87 # If you want to use PAP or CHAP instead of using a unix-style login
95 set login
115 set login "ABORT NO\\sCARRIER TIMEOUT 5 ogin:--ogin: ppp word: ppp"
129 set authname "somename" # Replace these with your login name & password.
141 set login
[all …]
/freebsd-10-stable/gnu/usr.bin/rcs/rcs/
Drcs.c231 char const *login; member
349 getchaccess(str_save(AccessList->login),append);
705 getchaccess(login, command) in getchaccess() argument
706 char const *login; in getchaccess()
712 pt->login = login;
979 if (!ch->login) { in doaccess()
986 if (strcmp(ch->login, t->login) == 0) { in doaccess()
996 t->login = ch->login; in doaccess()
1000 } else if (strcmp(ch->login, t->login) == 0) in doaccess()
1092 strcmp(getcaller(),next->login) != 0
[all …]
/freebsd-10-stable/contrib/apr-util/dbd/
Dapr_dbd_freetds.c542 LOGINREC *login; in freetds_open() local
554 login = dblogin(); in freetds_open()
555 if (login == NULL) { in freetds_open()
578 DBSETLUSER(login, buf); in freetds_open()
581 DBSETLPWD(login, buf); in freetds_open()
584 DBSETLAPP(login, buf); in freetds_open()
590 DBSETLHOST(login, buf); in freetds_open()
593 DBSETLCHARSET(login, buf); in freetds_open()
596 DBSETLNATLANG(login, buf); in freetds_open()
607 process = dbopen(login, server); in freetds_open()
[all …]
/freebsd-10-stable/contrib/netbsd-tests/usr.bin/id/
Dpwgr.c150 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-10-stable/usr.bin/login/
DREADME1 This login has additional functionalities. They are all based on (part of)
12 $FreeBSD: stable/10/usr.bin/login/README 156347 2006-03-06 12:56:35Z yar $
/freebsd-10-stable/usr.bin/newgrp/
Dnewgrp.c74 int ch, login; in main() local
84 login = 0; in main()
89 login = 1; in main()
114 if (login) in main()
/freebsd-10-stable/etc/pam.d/
Dlogin2 # $FreeBSD: stable/10/etc/pam.d/login 170510 2007-06-10 18:57:20Z yar $
4 # PAM configuration for the "login" service
/freebsd-10-stable/gnu/usr.bin/rcs/rlog/
Drlog.c161 char const * login; /* lockerlist */ member
171 char const * login; /* stored in authorlist */ member
413 aprintf(out, symbolFormat, currlock->login,
423 aprintf(out, accessFormat, curaccess->login);
768 newlocker->login = argv;
796 authorlist->login = getusername(false);
804 newauthor->login = argv;
866 if (strcmp(plocker->login, p->login) == 0) { in trunclocks()
975 while (strcmp(pauthor->login, pdelta->author) != 0)

123456789