aboutsummaryrefslogtreecommitdiff
path: root/src/getpass.c
AgeCommit message (Collapse)Author
2011-04-27checksrc: whitespace and code style cleanupDaniel Stenberg
Make everything adhere to the standards upheld by checksrc.pl and now run checksrc from the makefile on debug builds.
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-14removed trailing whitespaceYang Tse
2009-12-30VMS specific preprocessor symbol checking adjustmentsYang Tse
2008-10-24fix compiler warningYang Tse
2008-04-22Added support for running on Symbian OS.Dan Fandrich
2008-04-17Some trivial changesDan Fandrich
2007-07-20added lf to Win32 getpass_r() so that next output appears in new line.Gunter Knauf
2007-07-06fixed NetWare CLIB implementation of getpass_r()Gunter Knauf
2007-06-30minor patches to enable building for NetWare CLIB.Gunter Knauf
sent by Dmitry Mityugov.
2007-04-14removed unneeded brackets with NetWare implementation.Gunter Knauf
2007-04-14ups - c&p error.Gunter Knauf
2007-04-14use system-own getpassword() function on NetWare.Gunter Knauf
2005-12-13Fixed some compiler warnings on lcc.Dan Fandrich
2005-03-31Updated the copyright year since changes have been this year.Daniel Stenberg
2005-01-04Minor comment fix.Gisle Vanem
2004-12-26nah, don't use the system's getpass() function since it too often is limitedDaniel Stenberg
to 8(!) or similar lengths passwords
2004-12-25My reimplementation and cleanup of the getpass source code. We officially noDaniel Stenberg
longer use Angus Mackay's getpass code due to the weirdo license his code was donated to us under.
2004-10-06removed tabs and trailing whitespace from sourceDaniel Stenberg
2004-06-11Tim Sneddon made it build fine on VMS again.Daniel Stenberg
2004-06-08Marty Kuhrt's VMS fixesDaniel Stenberg
2004-05-12Disable memdebug for the allocs done by the app, unless CURLTOOLDEBUG isDaniel Stenberg
defined (which it never is atm). Now, we can focus on making 'runtests -t [num]' work on all test cases and we should never leak nor crash.
2004-03-10make loop variable size_t as well when looping to a size_t limitDaniel Stenberg
2004-02-02fixed the win32 function to use the correct proto, as pointed out by GisleDaniel Stenberg
Vanem
2004-01-29make pedantic compiler options generate less warningsDaniel Stenberg
2004-01-13indented and formatted the VMS-specific code more in the same style asDaniel Stenberg
other curl code
2004-01-13Luck Call made win32 password prompting support backspaceDaniel Stenberg
2003-10-16Added support for password prompting if only used name is given on theDaniel Stenberg
command line.