summaryrefslogtreecommitdiff
path: root/lib/getpass.c
Commit message (Expand)AuthorAgeFilesLines
* Some of Doug Kaufman's changes for the DOS portDaniel Stenberg2003-07-051-5/+3
* use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg2003-06-261-1/+1
* Gisle Vanem made curl build with djgpp on DOS.Daniel Stenberg2003-05-211-3/+3
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
* use stderr to present the prompt to, make sure to close the fopen()edDaniel Stenberg2002-07-291-36/+18
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* Eric's #include fixes for better macos compilesDaniel Stenberg2001-12-041-3/+1
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
* Nico Baggus made it work and compile under VMS!Daniel Stenberg2001-08-061-0/+25
* added memdebug.h includeDaniel Stenberg2001-03-161-0/+5
* changed third argument to size_t to match SCO prototypeDaniel Stenberg2000-12-051-1/+1
* new interface, updated Angus' license, dependent on HAVE_GETPASS_RDaniel Stenberg2000-11-101-7/+20
* removed the perror() outputs as they did nothing good to usDaniel Stenberg2000-11-071-7/+7
* getpass_r() is the new getpass name for thread-safe getpass!Daniel Stenberg2000-11-061-3/+3
* new getpass proto and function pointer usageDaniel Stenberg2000-11-061-2/+5
* renamed getpass() to my_getpass() and it is now thread-safe and shouldDaniel Stenberg2000-10-261-15/+22
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-1/+1
* yet another tiny OS/2 fixDaniel Stenberg2000-03-231-0/+2
* Marco G. Salvagno's OS/2 fixesDaniel Stenberg2000-03-191-0/+6
* Initial revisionDaniel Stenberg1999-12-291-0/+185