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