summaryrefslogtreecommitdiff
path: root/passwd/apr_getpass.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-5/+5
* Stage 3 in dismantling _WIN32_WCE ... cleanup codeMladen Turk2021-12-021-4/+0
* Whitespace. Sync with branches.Rainer Jung2013-10-031-1/+1
* Disable getpass() for HP-UX platform (PR49496).Guenter Knauf2011-02-151-2/+6
* Restore getpassword == getpass_r hack for older Novell NDKs.William A. Rowe Jr2009-12-211-2/+6
* Restructure to ensure successful mingw compilation, stdio seems very popular,...William A. Rowe Jr2009-12-181-40/+42
* added usage of threadsafe getpass_r();Guenter Knauf2008-06-061-3/+8
* de-tabified - no functional change.Guenter Knauf2008-06-061-4/+4
* * Fix some gcc compiler warnings on SolarisRuediger Pluem2008-06-041-1/+1
* * passwd/apr_getpass.c (get_password): Renamed from getpass()Joe Orton2006-10-251-5/+7
* * passwd/apr_getpass.c: Disable getpass() support if PASS_MAX isJoe Orton2006-10-101-0/+6
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* apr_password_get(): Fix the check for buffer overflow.Jeff Trawick2004-11-301-4/+6
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Getpass on Solaris has an 8 character limit, which makes it less thanRyan Bloom2002-11-221-0/+4
* Improve the getpass() situation on win32. Respect BS/DEL/left-arrowsWilliam A. Rowe Jr2002-09-141-15/+43
* Define _getch() and use the same getpass() implementation as Win32Bradley Nicholes2002-07-151-2/+2
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-101-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* More safe header exclusions from Mladen Turk <mturk@mappingsoft.com>William A. Rowe Jr2002-02-121-0/+12
* Even user created buffer overflows are ugly (ever leave something leaningWilliam A. Rowe Jr2001-06-101-8/+5
* Clean up win32's own header bogosityWilliam A. Rowe Jr2001-04-121-0/+2
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andWilliam A. Rowe Jr2001-02-251-3/+3
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Finally, protect from pure bogosityWilliam A. Rowe Jr2001-02-111-4/+6
* Still wasn't right. Always return the (partial/complete) passwordWilliam A. Rowe Jr2001-02-111-5/+3
* Make that even simpler.William A. Rowe Jr2001-02-111-4/+1
* result(?) What result? Stop mauling the size_t arg and overwrite theWilliam A. Rowe Jr2001-02-111-1/+2
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-2/+2
* Eliminate some missing prototype warnings.Roy T. Fielding2001-01-281-0/+3
* These two patches for apr and apr-util fix compile warnings on Solaris forJeff Trawick2000-12-221-1/+1
* Cleanup a group of apr compil warnings on SolarisRyan Bloom2000-12-211-0/+3
* Instead of a private AP_CHARSET_EBCDIC which is only defined onJeff Trawick2000-12-201-3/+3
* Force all Apache functions to be linked into the executable, whether theyRyan Bloom2000-12-191-3/+3
* If we're using the BeOS implementation of getpass we need stdio.h...David Reid2000-12-021-0/+2
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-1/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-3/+3
* Move apr_getpass.c and apr_md5.c from apr/lib to apr/passwd. The directoryRyan Bloom2000-07-241-0/+220