| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | We can't just create the temporary file in the current directory. If that | Ryan Bloom | 2002-10-08 | 1 | -1/+14 |
* | Revert r1.57 and r1.58 per Will Rowe's veto. | Justin Erenkrantz | 2002-09-15 | 1 | -23/+0 |
* | truncate existing file if "-c" is used | Brian Pane | 2002-09-14 | 1 | -1/+1 |
* | Move another non-exists test into the non-existing tests block, and | William A. Rowe Jr | 2002-09-14 | 1 | -16/+19 |
* | More code cleanup: added some error checks and removed unused functions | Brian Pane | 2002-09-14 | 1 | -23/+18 |
* | remove single-byte file reads | Brian Pane | 2002-09-14 | 1 | -2/+2 |
* | cleaned up the file access checking | Brian Pane | 2002-09-14 | 1 | -26/+16 |
* | 1. Eliminate perror(), it's not portable. | William A. Rowe Jr | 2002-09-14 | 1 | -11/+7 |
* | Avoid a compiler error on NetWare | Bradley Nicholes | 2002-09-11 | 1 | -1/+1 |
* | Add ability to htpasswd (via -5) to produce non-obfuscated MD5 hashes. | Justin Erenkrantz | 2002-09-10 | 1 | -0/+23 |
* | Style fixes. (long lines) | Justin Erenkrantz | 2002-08-19 | 1 | -15/+18 |
* | Continue the Bill Rowe apr_size_t crusade. | Victor J. Orlikowski | 2002-07-10 | 1 | -2/+2 |
* | We obviously have no idea if this code is right. We can't close unopened | William A. Rowe Jr | 2002-07-08 | 1 | -1/+1 |
* | Remove unused variable 'str'. | Justin Erenkrantz | 2002-07-03 | 1 | -1/+0 |
* | Use the apr_file_copy function rather than doing a system call to copy | Justin Erenkrantz | 2002-07-03 | 1 | -6/+1 |
* | found wasn't getting incremented when we update an exisiting record, thus | Justin Erenkrantz | 2002-07-03 | 1 | -0/+1 |
* | htpasswd needs to add a newline at the end of each record. | Ryan Bloom | 2002-07-02 | 1 | -0/+1 |
* | Grrrr. Fix the htpasswd -c -n logic bug *the right way* this time. :( | Cliff Woolley | 2002-06-19 | 1 | -1/+1 |
* | * clear up a warning that NOFILE was redefined on HP/UX. | Cliff Woolley | 2002-06-18 | 1 | -14/+14 |
* | squash warnings | Roy T. Fielding | 2002-06-18 | 1 | -2/+2 |
* | Get this to work on win32 :( | Cliff Woolley | 2002-06-17 | 1 | -1/+1 |
* | Finish the htpasswd port to APR. This brings the file checking code to | Ryan Bloom | 2002-06-16 | 1 | -54/+53 |
* | First pass at cleaning up htpasswd. This removes the tmpnam call in | Ryan Bloom | 2002-06-16 | 1 | -228/+153 |
* | Prepare for Thom's real patch... this is a detabify only | William A. Rowe Jr | 2002-05-16 | 1 | -198/+198 |
* | avoid colliding with getline() as defined by glibc | Jeff Trawick | 2002-05-10 | 1 | -2/+2 |
* | Correct const'ness of argv in all support apps, and use the new | William A. Rowe Jr | 2002-04-13 | 1 | -6/+4 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | Updates to allow the utilities to run on NetWare | Bradley Nicholes | 2002-01-19 | 1 | -8/+20 |
* | APR_FINFO_TYPE is all we really needed here. | William A. Rowe Jr | 2001-07-20 | 1 | -4/+6 |
* | A pool is a REQUIRED ARGUMENT, never optional (NULL). | William A. Rowe Jr | 2001-07-20 | 1 | -3/+3 |
* | Use a better format type for sizeof. This stops a few compiler | David Reid | 2001-02-25 | 1 | -6/+6 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | Still lots to apr'ize here. | William A. Rowe Jr | 2001-02-11 | 1 | -4/+2 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 1 | -4/+4 |
* | The changes required for the APR_FINFO_wanted argument to | William A. Rowe Jr | 2001-01-20 | 1 | -1/+1 |
* | The big change. This is part 3 of the apr-util symbols rename, please | William A. Rowe Jr | 2001-01-19 | 1 | -4/+4 |
* | Cleanups so that the support programs build cleanly. The Win32 values | Ryan Bloom | 2000-12-22 | 1 | -0/+9 |
* | All the supports now build on APR (+APRUTIL), no reliance on httpd. | William A. Rowe Jr | 2000-12-21 | 1 | -1/+3 |
* | This should build entirely with apr/aprutil support | William A. Rowe Jr | 2000-12-21 | 1 | -1/+1 |
* | Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro. | Jeff Trawick | 2000-12-20 | 1 | -5/+5 |
* | Force all Apache functions to be linked into the executable, whether they | Ryan Bloom | 2000-12-19 | 1 | -5/+5 |
* | Get htpasswd.c to build on EBCDIC machines again. | Jeff Trawick | 2000-11-30 | 1 | -0/+1 |
* | *) Compensate for recent changes in the APR headers. Specifically, some | Greg Stein | 2000-11-26 | 1 | -1/+7 |
* | Fix compile break in Win32 | William A. Rowe Jr | 2000-10-16 | 1 | -0/+2 |
* | Completed review for new tests: | William A. Rowe Jr | 2000-10-06 | 1 | -2/+2 |
* | Fix some problems with the apr conversion so that APACHE_XLATE builds work | Jeff Trawick | 2000-08-07 | 1 | -4/+4 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -16/+16 |
* | Move all APR functions related to strings to their own directory, and | Ryan Bloom | 2000-07-21 | 1 | -0/+1 |
* | Include strings.h for strcasecmp(), strncasecmp(), and bzero(). | Jeff Trawick | 2000-06-28 | 1 | -0/+1 |
* | Fix another compiler warning. Forgot to commit this one along with the | Bill Stoddard | 2000-06-28 | 1 | -1/+1 |