summaryrefslogtreecommitdiff
path: root/lib/getpass.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* getpass: Check for nonnull prompt argument while avoiding warnings.Ben Pfaff2020-09-131-3/+9
* getpass: Make more robust in multithreaded applications.Bruno Haible2020-05-271-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Simplify code. Drop support for Borland C++ on Windows.Bruno Haible2018-05-031-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* getpass: don't assume struct termiosPaul Eggert2014-08-071-0/+2
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: adjust cpp indentation to reflect nesting depthJim Meyering2011-02-221-47/+47
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-2/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-22/+22
* Move getline and getdelim into stdio.h, per POSIX 200x.Eric Blake2007-08-221-2/+0
* Prefer fseeko to fseek.Eric Blake2007-04-301-2/+2
* [lib/ChangeLog]Paul Eggert2006-09-271-4/+5
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-2/+4
* 2006-05-26 Martin Lambers <marlam@marlam.de>Simon Josefsson2006-05-261-2/+6
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* * getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and notSimon Josefsson2005-09-061-1/+1
* * getpass.c: Use _WIN32 instead of WIN32, suggested by BrunoSimon Josefsson2005-08-261-1/+1
* * getpass.c: Add WIN32 implementation. Conditionalize use ofSimon Josefsson2005-08-251-70/+79
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* (fflush_unlocked, flockfile, funlockfile)Simon Josefsson2004-11-011-10/+20
* * getpass.c (fflush_unlocked, flockfile, funlockfile)Simon Josefsson2004-10-121-0/+11
* Remove dependencies on unlocked-io.Paul Eggert2004-10-041-2/+2
* Add getpass.h, so it's properly declared.Paul Eggert2004-08-091-0/+4
* Merge getpass from libc, plus a few fixes.Paul Eggert2003-10-081-25/+105
* Don't echo the password on Solaris, HP-UX, AIX, OSF/1.Bruno Haible2003-10-011-3/+14
* Switch from LGPL to GPL.Paul Eggert2003-07-091-11/+10
* Include unlocked-io.h.Jim Meyering2001-11-171-1/+2
* ansideclifyJim Meyering2000-06-211-2/+1
* New file, from Bruno Haible. Required for BeOS.Jim Meyering2000-06-211-0/+102