summaryrefslogtreecommitdiff
path: root/passwd
Commit message (Expand)AuthorAgeFilesLines
* Update our copyright for this year.fielding2002-03-132-2/+2
* More safe header exclusions from Mladen Turk <mturk@mappingsoft.com>wrowe2002-02-121-0/+12
* apr md5 and apr xlate have different APIs w.r.t. the buffers theytrawick2001-11-191-6/+10
* Added NETWARE to the #ifdef listbnicholes2001-08-061-2/+2
* Even user created buffer overflows are ugly (ever leave something leaningwrowe2001-06-101-8/+5
* I've managed to get three -1s off this (Jeff, Ryan, and myself).jerenkrantz2001-06-041-12/+0
* - adds some trivial error checking. Maybe someonejerenkrantz2001-06-041-3/+32
* Lurking out-of-date type.ben2001-06-031-1/+1
* Code reformat and APRization of types.jerenkrantz2001-06-021-156/+163
* Byte counts are apr_size_t, win32 declares a goofy ptrdiff_t thatwrowe2001-05-151-2/+2
* 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-252-6/+6
* Update copyright to 2001fielding2001-02-162-2/+2
* 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-082-37/+37
* Eliminate some missing prototype warnings.fielding2001-01-281-0/+3
* Libtool-ize APR.gstein2001-01-092-25/+8
* 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-202-6/+6
* Force all Apache functions to be linked into the executable, whether theyrbb2000-12-192-6/+6
* Move apr_private.h.in from the include directory to the arch/unixrbb2000-12-081-1/+2
* If we're using the BeOS implementation of getpass we need stdio.h...dreid2000-12-021-0/+2
* This patch removes the dependencies from Makefile.in. Dependenciestrawick2000-11-151-35/+2
* Get rid of some out-of-date include directives.trawick2000-11-131-2/+1
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-162-8/+8
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-14/+18
* prefix libapr functions and types with apr_dougm2000-08-022-43/+43
* Enable the passwd directory to be built by APR.rbb2000-07-242-0/+64
* Move apr_getpass.c and apr_md5.c from apr/lib to apr/passwd. The directoryrbb2000-07-242-0/+896