summaryrefslogtreecommitdiff
path: root/passwd
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
* Remove .cvsignore files.Joe Orton2004-11-181-4/+0
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-13/+0
* 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
* MD5 is crypto. It belongs in crypto. And as far as I can tell, thisWilliam A. Rowe Jr2002-07-172-731/+1
* 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-102-2/+2
* renames for apr_xlate_sb_get, which was far more complicated.William A. Rowe Jr2002-06-081-1/+1
* add another platform to a comment listing some platforms whereJeff Trawick2002-05-101-2/+3
* Linux, AIX: Use crypt_r() instead of crypt() because the nativeJeff Trawick2002-05-101-0/+21
* Add .deps to cvsignore since APR may now generate .deps files.Justin Erenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-221-0/+2
* Update our copyright for this year.Roy T. Fielding2002-03-132-2/+2
* More safe header exclusions from Mladen Turk <mturk@mappingsoft.com>William A. Rowe Jr2002-02-121-0/+12
* apr md5 and apr xlate have different APIs w.r.t. the buffers theyJeff Trawick2001-11-191-6/+10
* Added NETWARE to the #ifdef listBradley Nicholes2001-08-061-2/+2
* Even user created buffer overflows are ugly (ever leave something leaningWilliam A. Rowe Jr2001-06-101-8/+5
* I've managed to get three -1s off this (Jeff, Ryan, and myself).Justin Erenkrantz2001-06-041-12/+0
* - adds some trivial error checking. Maybe someoneJustin Erenkrantz2001-06-041-3/+32
* Lurking out-of-date type.Ben Laurie2001-06-031-1/+1
* Code reformat and APRization of types.Justin Erenkrantz2001-06-021-156/+163
* Byte counts are apr_size_t, win32 declares a goofy ptrdiff_t thatWilliam A. Rowe Jr2001-05-151-2/+2
* 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-252-6/+6
* Update copyright to 2001Roy T. Fielding2001-02-162-2/+2
* 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-082-37/+37
* Eliminate some missing prototype warnings.Roy T. Fielding2001-01-281-0/+3
* Libtool-ize APR.Greg Stein2001-01-092-25/+8
* These two patches for apr and apr-util fix compile warnings on Solaris forJeff Trawick2000-12-221-1/+1