view modules/getpass @ 40215:88b18d82fa61

crypto/des: Fix undefined behaviour. * lib/des.c (READ_64BIT_DATA): Cast bytes to 'unsigned int', to avoid shift operations on 'int'.
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Mar 2019 22:21:25 +0100
parents c71dbb9ccffb
children
line wrap: on
line source

Description:
getpass() function: read a password from /dev/tty.

Files:
lib/getpass.h
lib/getpass.c
m4/getpass.m4

Depends-on:
unistd
extensions
fseeko
getline
stdbool
strdup-posix

configure.ac:
gl_FUNC_GETPASS
if test $HAVE_GETPASS = 0 || test $REPLACE_GETPASS = 1; then
  AC_LIBOBJ([getpass])
  gl_PREREQ_GETPASS
fi
gl_UNISTD_MODULE_INDICATOR([getpass])

Makefile.am:

Include:
<unistd.h>

License:
LGPLv2+

Maintainer:
Jim Meyering, glibc