summaryrefslogtreecommitdiff
path: root/src/getpass.c
Commit message (Expand)AuthorAgeFilesLines
* 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