Lines Matching full:shell
138 /* username is invalid/no shell/etc - send failure */
191 * shell.
248 TRACE(("shell is %s", ses.authstate.pw->pw_shell))
250 /* check that the shell is set */
253 /* empty shell in /etc/passwd means /bin/sh according to passwd(5) */
257 /* check the shell is valid. If /etc/shells doesn't exist, getusershell()
262 TRACE(("test shell is '%s'", listshell))
268 /* no matching shell */
270 TRACE(("no matching shell"))
271 dropbear_log(LOG_WARNING, "user '%s' has invalid shell, rejected",
278 TRACE(("matching shell"))