summaryrefslogtreecommitdiff
path: root/src/getpass.c
Commit message (Expand)AuthorAgeFilesLines
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-10-061-265/+0
* curl tool: re-enable MemoryTracking capability on 'src' subdirectory files.Yang Tse2011-09-141-21/+20
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-3/+0
* checksrc: whitespace and code style cleanupDaniel Stenberg2011-04-271-13/+15
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* removed trailing whitespaceYang Tse2010-02-141-3/+3
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-301-3/+3
* fix compiler warningYang Tse2008-10-241-2/+2
* Added support for running on Symbian OS.Dan Fandrich2008-04-221-2/+13
* Some trivial changesDan Fandrich2008-04-171-1/+1
* added lf to Win32 getpass_r() so that next output appears in new line.Gunter Knauf2007-07-201-0/+2
* fixed NetWare CLIB implementation of getpass_r()Gunter Knauf2007-07-061-8/+17
* minor patches to enable building for NetWare CLIB.Gunter Knauf2007-06-301-0/+20
* removed unneeded brackets with NetWare implementation.Gunter Knauf2007-04-141-1/+1
* ups - c&p error.Gunter Knauf2007-04-141-1/+1
* use system-own getpassword() function on NetWare.Gunter Knauf2007-04-141-0/+10
* Fixed some compiler warnings on lcc.Dan Fandrich2005-12-131-1/+1
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
* Minor comment fix.Gisle Vanem2005-01-041-1/+1
* nah, don't use the system's getpass() function since it too often is limitedDaniel Stenberg2004-12-261-14/+0
* My reimplementation and cleanup of the getpass source code. We officially noDaniel Stenberg2004-12-251-168/+154
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-5/+5
* Tim Sneddon made it build fine on VMS again.Daniel Stenberg2004-06-111-1/+1
* Marty Kuhrt's VMS fixesDaniel Stenberg2004-06-081-1/+11
* Disable memdebug for the allocs done by the app, unless CURLTOOLDEBUG isDaniel Stenberg2004-05-121-2/+2
* make loop variable size_t as well when looping to a size_t limitDaniel Stenberg2004-03-101-1/+1
* fixed the win32 function to use the correct proto, as pointed out by GisleDaniel Stenberg2004-02-021-1/+1
* make pedantic compiler options generate less warningsDaniel Stenberg2004-01-291-2/+4
* indented and formatted the VMS-specific code more in the same style asDaniel Stenberg2004-01-131-16/+19
* Luck Call made win32 password prompting support backspaceDaniel Stenberg2004-01-131-0/+5
* Added support for password prompting if only used name is given on theDaniel Stenberg2003-10-161-0/+224