summaryrefslogtreecommitdiff
path: root/passwd/apr_getpass.c
Commit message (Expand)AuthorAgeFilesLines
* Whitespace. Sync with branches.rjung2013-10-031-1/+1
* Disable getpass() for HP-UX platform (PR49496).fuankg2011-02-151-2/+6
* Restore getpassword == getpass_r hack for older Novell NDKs.wrowe2009-12-211-2/+6
* Restructure to ensure successful mingw compilation, stdio seems very popular,...wrowe2009-12-181-40/+42
* added usage of threadsafe getpass_r();fuankg2008-06-061-3/+8
* de-tabified - no functional change.fuankg2008-06-061-4/+4
* * Fix some gcc compiler warnings on Solarisrpluem2008-06-041-1/+1
* * passwd/apr_getpass.c (get_password): Renamed from getpass()jorton2006-10-251-5/+7
* * passwd/apr_getpass.c: Disable getpass() support if PASS_MAX isjorton2006-10-101-0/+6
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* apr_password_get(): Fix the check for buffer overflow.trawick2004-11-301-4/+6
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Getpass on Solaris has an 8 character limit, which makes it less thanrbb2002-11-221-0/+4
* Improve the getpass() situation on win32. Respect BS/DEL/left-arrowswrowe2002-09-141-15/+43
* Define _getch() and use the same getpass() implementation as Win32bnicholes2002-07-151-2/+2
* Continue the Bill Rowe apr_size_t crusade.orlikowski2002-07-101-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* More safe header exclusions from Mladen Turk <mturk@mappingsoft.com>wrowe2002-02-121-0/+12
* Even user created buffer overflows are ugly (ever leave something leaningwrowe2001-06-101-8/+5
* Clean up win32's own header bogositywrowe2001-04-121-0/+2
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-3/+3
* Update copyright to 2001fielding2001-02-161-1/+1
* Finally, protect from pure bogositywrowe2001-02-111-4/+6
* Still wasn't right. Always return the (partial/complete) passwordwrowe2001-02-111-5/+3
* Make that even simpler.wrowe2001-02-111-4/+1
* result(?) What result? Stop mauling the size_t arg and overwrite thewrowe2001-02-111-1/+2
* renaming various functions for consistency sakedougm2001-02-081-2/+2
* Eliminate some missing prototype warnings.fielding2001-01-281-0/+3
* These two patches for apr and apr-util fix compile warnings on Solaris fortrawick2000-12-221-1/+1
* Cleanup a group of apr compil warnings on Solarisrbb2000-12-211-0/+3
* Instead of a private AP_CHARSET_EBCDIC which is only defined ontrawick2000-12-201-3/+3
* Force all Apache functions to be linked into the executable, whether theyrbb2000-12-191-3/+3
* If we're using the BeOS implementation of getpass we need stdio.h...dreid2000-12-021-0/+2
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-1/+1
* prefix libapr functions and types with apr_dougm2000-08-021-3/+3
* Move apr_getpass.c and apr_md5.c from apr/lib to apr/passwd. The directoryrbb2000-07-241-0/+220