summaryrefslogtreecommitdiffstats
path: root/support/htpasswd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* We can't just create the temporary file in the current directory. If thatRyan Bloom2002-10-081-1/+14
* Revert r1.57 and r1.58 per Will Rowe's veto.Justin Erenkrantz2002-09-151-23/+0
* truncate existing file if "-c" is usedBrian Pane2002-09-141-1/+1
* Move another non-exists test into the non-existing tests block, andWilliam A. Rowe Jr2002-09-141-16/+19
* More code cleanup: added some error checks and removed unused functionsBrian Pane2002-09-141-23/+18
* remove single-byte file readsBrian Pane2002-09-141-2/+2
* cleaned up the file access checkingBrian Pane2002-09-141-26/+16
* 1. Eliminate perror(), it's not portable.William A. Rowe Jr2002-09-141-11/+7
* Avoid a compiler error on NetWareBradley Nicholes2002-09-111-1/+1
* Add ability to htpasswd (via -5) to produce non-obfuscated MD5 hashes.Justin Erenkrantz2002-09-101-0/+23
* Style fixes. (long lines)Justin Erenkrantz2002-08-191-15/+18
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-101-2/+2
* We obviously have no idea if this code is right. We can't close unopenedWilliam A. Rowe Jr2002-07-081-1/+1
* Remove unused variable 'str'.Justin Erenkrantz2002-07-031-1/+0
* Use the apr_file_copy function rather than doing a system call to copyJustin Erenkrantz2002-07-031-6/+1
* found wasn't getting incremented when we update an exisiting record, thusJustin Erenkrantz2002-07-031-0/+1
* htpasswd needs to add a newline at the end of each record.Ryan Bloom2002-07-021-0/+1
* Grrrr. Fix the htpasswd -c -n logic bug *the right way* this time. :(Cliff Woolley2002-06-191-1/+1
* * clear up a warning that NOFILE was redefined on HP/UX.Cliff Woolley2002-06-181-14/+14
* squash warningsRoy T. Fielding2002-06-181-2/+2
* Get this to work on win32 :(Cliff Woolley2002-06-171-1/+1
* Finish the htpasswd port to APR. This brings the file checking code toRyan Bloom2002-06-161-54/+53
* First pass at cleaning up htpasswd. This removes the tmpnam call inRyan Bloom2002-06-161-228/+153
* Prepare for Thom's real patch... this is a detabify onlyWilliam A. Rowe Jr2002-05-161-198/+198
* avoid colliding with getline() as defined by glibcJeff Trawick2002-05-101-2/+2
* Correct const'ness of argv in all support apps, and use the newWilliam A. Rowe Jr2002-04-131-6/+4
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Updates to allow the utilities to run on NetWareBradley Nicholes2002-01-191-8/+20
* APR_FINFO_TYPE is all we really needed here.William A. Rowe Jr2001-07-201-4/+6
* A pool is a REQUIRED ARGUMENT, never optional (NULL).William A. Rowe Jr2001-07-201-3/+3
* Use a better format type for sizeof. This stops a few compilerDavid Reid2001-02-251-6/+6
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Still lots to apr'ize here.William A. Rowe Jr2001-02-111-4/+2
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-4/+4
* The changes required for the APR_FINFO_wanted argument toWilliam A. Rowe Jr2001-01-201-1/+1
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-4/+4
* Cleanups so that the support programs build cleanly. The Win32 valuesRyan Bloom2000-12-221-0/+9
* All the supports now build on APR (+APRUTIL), no reliance on httpd.William A. Rowe Jr2000-12-211-1/+3
* This should build entirely with apr/aprutil supportWilliam A. Rowe Jr2000-12-211-1/+1
* Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro.Jeff Trawick2000-12-201-5/+5
* Force all Apache functions to be linked into the executable, whether theyRyan Bloom2000-12-191-5/+5
* Get htpasswd.c to build on EBCDIC machines again.Jeff Trawick2000-11-301-0/+1
* *) Compensate for recent changes in the APR headers. Specifically, someGreg Stein2000-11-261-1/+7
* Fix compile break in Win32William A. Rowe Jr2000-10-161-0/+2
* Completed review for new tests:William A. Rowe Jr2000-10-061-2/+2
* Fix some problems with the apr conversion so that APACHE_XLATE builds workJeff Trawick2000-08-071-4/+4
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-16/+16
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().Jeff Trawick2000-06-281-0/+1
* Fix another compiler warning. Forgot to commit this one along with theBill Stoddard2000-06-281-1/+1