RTEMS  5.0.0
Functions
login_check.c File Reference

Shell login check function. More...

#include <sys/types.h>
#include <unistd.h>
#include <pwd.h>
#include <string.h>
#include <crypt.h>
#include <rtems/shell.h>
#include <rtems/userenv.h>

Functions

bool rtems_shell_login_check (const char *user, const char *passphrase)
 

Detailed Description

Shell login check function.