| Commit message (Expand) | Author | Age | Files | Lines |
* | Restore getpassword == getpass_r hack for older Novell NDKs. | William A. Rowe Jr | 2009-12-21 | 1 | -2/+6 |
* | Restructure to ensure successful mingw compilation, stdio seems very popular,... | William A. Rowe Jr | 2009-12-18 | 1 | -40/+42 |
* | added usage of threadsafe getpass_r(); | Guenter Knauf | 2008-06-06 | 1 | -3/+8 |
* | de-tabified - no functional change. | Guenter Knauf | 2008-06-06 | 1 | -4/+4 |
* | * Fix some gcc compiler warnings on Solaris | Ruediger Pluem | 2008-06-04 | 1 | -1/+1 |
* | * passwd/apr_getpass.c (get_password): Renamed from getpass() | Joe Orton | 2006-10-25 | 1 | -5/+7 |
* | * passwd/apr_getpass.c: Disable getpass() support if PASS_MAX is | Joe Orton | 2006-10-10 | 1 | -0/+6 |
* | Fix the typo. | Joe Orton | 2006-08-03 | 1 | -1/+1 |
* | Update license header. | Joe Orton | 2006-08-03 | 1 | -6/+6 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | apr_password_get(): Fix the check for buffer overflow. | Jeff Trawick | 2004-11-30 | 1 | -4/+6 |
* | Remove .cvsignore files. | Joe Orton | 2004-11-18 | 1 | -4/+0 |
* | Relicense APR under Apache License, Version 2.0 | Justin Erenkrantz | 2004-02-13 | 1 | -49/+10 |
* | First whack at switching to a single top-level make. This adds a dependency | Greg Stein | 2004-02-05 | 1 | -13/+0 |
* | Update copyright notices to 2003. | Thom May | 2003-01-01 | 1 | -1/+1 |
* | Getpass on Solaris has an 8 character limit, which makes it less than | Ryan Bloom | 2002-11-22 | 1 | -0/+4 |
* | Improve the getpass() situation on win32. Respect BS/DEL/left-arrows | William A. Rowe Jr | 2002-09-14 | 1 | -15/+43 |
* | MD5 is crypto. It belongs in crypto. And as far as I can tell, this | William A. Rowe Jr | 2002-07-17 | 2 | -731/+1 |
* | Define _getch() and use the same getpass() implementation as Win32 | Bradley Nicholes | 2002-07-15 | 1 | -2/+2 |
* | Continue the Bill Rowe apr_size_t crusade. | Victor J. Orlikowski | 2002-07-10 | 2 | -2/+2 |
* | renames for apr_xlate_sb_get, which was far more complicated. | William A. Rowe Jr | 2002-06-08 | 1 | -1/+1 |
* | add another platform to a comment listing some platforms where | Jeff Trawick | 2002-05-10 | 1 | -2/+3 |
* | Linux, AIX: Use crypt_r() instead of crypt() because the native | Jeff Trawick | 2002-05-10 | 1 | -0/+21 |
* | Add .deps to cvsignore since APR may now generate .deps files. | Justin Erenkrantz | 2002-04-22 | 1 | -0/+1 |
* | Allow VPATH builds to properly generate build dependencies. This requires | Justin Erenkrantz | 2002-04-22 | 1 | -0/+2 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 2 | -2/+2 |
* | More safe header exclusions from Mladen Turk <mturk@mappingsoft.com> | William A. Rowe Jr | 2002-02-12 | 1 | -0/+12 |
* | apr md5 and apr xlate have different APIs w.r.t. the buffers they | Jeff Trawick | 2001-11-19 | 1 | -6/+10 |
* | Added NETWARE to the #ifdef list | Bradley Nicholes | 2001-08-06 | 1 | -2/+2 |
* | Even user created buffer overflows are ugly (ever leave something leaning | William A. Rowe Jr | 2001-06-10 | 1 | -8/+5 |
* | I've managed to get three -1s off this (Jeff, Ryan, and myself). | Justin Erenkrantz | 2001-06-04 | 1 | -12/+0 |
* | - adds some trivial error checking. Maybe someone | Justin Erenkrantz | 2001-06-04 | 1 | -3/+32 |
* | Lurking out-of-date type. | Ben Laurie | 2001-06-03 | 1 | -1/+1 |
* | Code reformat and APRization of types. | Justin Erenkrantz | 2001-06-02 | 1 | -156/+163 |
* | Byte counts are apr_size_t, win32 declares a goofy ptrdiff_t that | William A. Rowe Jr | 2001-05-15 | 1 | -2/+2 |
* | Clean up win32's own header bogosity | William A. Rowe Jr | 2001-04-12 | 1 | -0/+2 |
* | Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, and | William A. Rowe Jr | 2001-02-25 | 2 | -6/+6 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 2 | -2/+2 |
* | Finally, protect from pure bogosity | William A. Rowe Jr | 2001-02-11 | 1 | -4/+6 |
* | Still wasn't right. Always return the (partial/complete) password | William A. Rowe Jr | 2001-02-11 | 1 | -5/+3 |
* | Make that even simpler. | William A. Rowe Jr | 2001-02-11 | 1 | -4/+1 |
* | result(?) What result? Stop mauling the size_t arg and overwrite the | William A. Rowe Jr | 2001-02-11 | 1 | -1/+2 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 2 | -37/+37 |
* | Eliminate some missing prototype warnings. | Roy T. Fielding | 2001-01-28 | 1 | -0/+3 |
* | Libtool-ize APR. | Greg Stein | 2001-01-09 | 2 | -25/+8 |
* | These two patches for apr and apr-util fix compile warnings on Solaris for | Jeff Trawick | 2000-12-22 | 1 | -1/+1 |
* | Cleanup a group of apr compil warnings on Solaris | Ryan Bloom | 2000-12-21 | 1 | -0/+3 |
* | Instead of a private AP_CHARSET_EBCDIC which is only defined on | Jeff Trawick | 2000-12-20 | 2 | -6/+6 |
* | Force all Apache functions to be linked into the executable, whether they | Ryan Bloom | 2000-12-19 | 2 | -6/+6 |
* | Move apr_private.h.in from the include directory to the arch/unix | Ryan Bloom | 2000-12-08 | 1 | -1/+2 |