]> sjero.net Git - wget/commit
Use gnulib's getpass-gnu module for password prompting.
authorSteven Schubiger <stsc@members.fsf.org>
Wed, 30 Apr 2008 22:28:23 +0000 (00:28 +0200)
committerSteven Schubiger <stsc@members.fsf.org>
Wed, 30 Apr 2008 22:28:23 +0000 (00:28 +0200)
commitae034d236f2c977a9029c0b315eb1ce84a3eaaf6
treebb9d11f5f86d53d6d813b5a01a309aac2a7d1ee5
parent202caab4c273fc1a578973b050b8537c7ac5f36d
Use gnulib's getpass-gnu module for password prompting.
48 files changed:
ChangeLog
GNUmakefile
NEWS
doc/ChangeLog
doc/wget.texi
lib/Makefile.am
lib/getdelim.c [new file with mode: 0644]
lib/getline.c [new file with mode: 0644]
lib/getopt.c
lib/getpass.c [new file with mode: 0644]
lib/getpass.h [new file with mode: 0644]
lib/realloc.c [new file with mode: 0644]
lib/stdio.h [new file with mode: 0644]
lib/stdio.in.h [new file with mode: 0644]
lib/stdlib.h [new file with mode: 0644]
lib/stdlib.in.h [new file with mode: 0644]
lib/unistd.in.h
m4/eoverflow.m4 [new file with mode: 0644]
m4/extensions.m4 [new file with mode: 0644]
m4/getdelim.m4 [new file with mode: 0644]
m4/getline.m4 [new file with mode: 0644]
m4/getpass.m4 [new file with mode: 0644]
m4/gnulib-cache.m4
m4/gnulib-common.m4
m4/gnulib-comp.m4
m4/include_next.m4
m4/malloc.m4 [new file with mode: 0644]
m4/realloc.m4 [new file with mode: 0644]
m4/stdio_h.m4 [new file with mode: 0644]
m4/stdlib_h.m4 [new file with mode: 0644]
m4/unistd_h.m4
md5/Makefile.am
md5/m4/gnulib-cache.m4
md5/m4/gnulib-common.m4
md5/m4/gnulib-comp.m4
md5/m4/include_next.m4
md5/m4/md5.m4
md5/m4/stdint.m4
md5/md5.c
md5/md5.h
md5/stdint.h [new file with mode: 0644]
md5/stdint.in.h
md5/wchar.in.h
src/ChangeLog
src/init.c
src/main.c
src/options.h
src/sysdep.h