1. 08 Sep, 1998 2 commits
  2. 07 Sep, 1998 6 commits
  3. 06 Sep, 1998 5 commits
  4. 05 Sep, 1998 1 commit
  5. 04 Sep, 1998 8 commits
  6. 03 Sep, 1998 6 commits
  7. 02 Sep, 1998 1 commit
    • Ken Coar's avatar
      · 44a549b3
      Ken Coar authored
      	Update the filname column width-sizing piece of mod_autoindex
      	so that it's customisable with a NameLength keyword on the
      	IndexOptions directive.  A value of '*' means 'as wide as the
      	longest filename,' which was the default effect of the last
      	patch in this area.
      
      PR:	1949, 2324
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81980 13f79535-47bb-0310-9956-ffa450edef68
      44a549b3
  8. 01 Sep, 1998 2 commits
  9. 31 Aug, 1998 4 commits
  10. 30 Aug, 1998 3 commits
  11. 29 Aug, 1998 1 commit
  12. 28 Aug, 1998 1 commit
    • Martin Kraemer's avatar
      Changes in ftp proxy: make URL parsing simpler by using the · 2b5c6e86
      Martin Kraemer authored
      parsed_uri stuff.
      + Add display of the "current directory" in cases where it's
      different from the supplied path (e.g., ftp://user@host/ lives
      in /home/user, not in /, therefore clicking on "../" in the
      starting directory might send us to /home/).
      + When ftp login fails, (esp. when a user name was part of the
      URL already), we now return [401 Unauthorized ] to allow the
      browser to pop up an authorization dialog. This makes passwords
      slightly less visible (they don't appear in the regular log files)
      and implements a functionality that other www proxy servers
      already offered.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81967 13f79535-47bb-0310-9956-ffa450edef68
      2b5c6e86