diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-11-22 09:50:07 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-11-22 09:50:07 +0100 |
commit | 0b717bf950f71efaf445bfc63d9923d8200b29f2 (patch) | |
tree | e3fcb2ade16f8ab3f4499a3e73d9389a76fabf38 | |
parent | add crypt auth module (diff) | |
download | libpassphrase-0b717bf950f71efaf445bfc63d9923d8200b29f2.tar.gz libpassphrase-0b717bf950f71efaf445bfc63d9923d8200b29f2.tar.bz2 libpassphrase-0b717bf950f71efaf445bfc63d9923d8200b29f2.tar.xz |
fork cerberus
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | configurable-definitions | 49 |
3 files changed, 2 insertions, 57 deletions
@@ -1,4 +1,4 @@ -cerberus – Minimal login program +libpassphrase – Personalisable library for TTY passphrase reading Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) @@ -1,8 +1,2 @@ -A minimal unbloated login program. - -The is no need for ~/.hushlogin, if -you want last login and motto of the -day to be printed, do so from your -shell if $0 starts with a dash (-) -or in your ~/.${SHELL}_profile. +Personalisable library for TTY passphrase reading diff --git a/configurable-definitions b/configurable-definitions deleted file mode 100644 index 8d5a946..0000000 --- a/configurable-definitions +++ /dev/null @@ -1,49 +0,0 @@ -TTY_PERM (default: 0600, type: int) - - Mode for TTY devices - - -USE_TTY_GROUP (default: undefinied, type: #ifdef) - - Use the group tty for group ownership of TTY devices - - -FAILURE_SLEEP (default: 5, type: float) - - Number of seconds to sleep on login failure - - -ERROR_SLEEP (default: 2, type: float) - - Number of seconds to sleep on error, - so the user has time to read the error message - - -TIMEOUT_SECONDS (default: 60, type: int) - - Number of seconds before timeout when waiting for a passphrase - - -OWN_VCSA (default: undefinied, type: #ifdef) - - Take ownership of and change mode of VCSA device - - -OWN_VCS (default: undefinied, type: #ifdef) - - Take ownership of and change mode of VCS device - - -AUTH (default: pam, type: name) - - Authentication module. One of: - - pam -- Pluggable Authentication Module (PAM) - none -- Always auto-authenticate - crypt -- Authenticate with crypt and /etc/shadow or /etc/passwd - - -NO_SHADOW (default: undefined, type: #ifdef, required: AUTH=crypt) - - Do not use /etc/shadow (shadow.h) unless HAVE_SHADOW is definied - |