1. 14 Oct, 2000 1 commit
  2. 12 Oct, 2000 3 commits
  3. 10 Oct, 2000 24 commits
  4. 08 Oct, 2000 7 commits
  5. 07 Oct, 2000 5 commits
    • William A. Rowe Jr's avatar
      · b264280e
      William A. Rowe Jr authored
        Addresses the huge issue that Crypt::PasswdMD5 is probably not, and
        Digest::SHA1 is possibly not already installed, but the user may not
        even need it for their files!  Also inform the user what to grab and
        where.  Finally, assures that the old Crypt::PasswdMD5 (that didn't
        export apache_md5_crypt()) will work nonetheless.
      
        There is still one -big- problem ... the list of xDBM_Files options
        won't necessarily correspond to how Apache was built, nor if they
        are using mod_auth_db vs. mod_auth_dbm.  This has -got- to be fixed
        (although it's an old problem.)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@86434 13f79535-47bb-0310-9956-ffa450edef68
      b264280e
    • Ralf S. Engelschall's avatar
      Fix prototype to get rid of: · 70a37edf
      Ralf S. Engelschall authored
      proxy_util.c:1320: warning: `get_per_thread_data' was used with no prototype
      before its definition
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@86431 13f79535-47bb-0310-9956-ffa450edef68
      70a37edf
    • Ralf S. Engelschall's avatar
      Get rid of warnings: · 4c39f0e2
      Ralf S. Engelschall authored
      http_protocol.c: In function `read_request_line':
      http_protocol.c:925: warning: unsigned int format, int arg (arg 3)
      http_protocol.c:925: warning: unsigned int format, int arg (arg 4)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@86430 13f79535-47bb-0310-9956-ffa450edef68
      4c39f0e2
    • Ralf S. Engelschall's avatar
      FreeBSD uses socklen_t since version 4.0, so define NET_SIZE_T · 784b5143
      Ralf S. Engelschall authored
      explicitly there. This gets rid of the following warnings:
      http_main.c: In function `child_main':
      http_main.c:3988: warning: pointer targets in passing arg 3 of `accept' differ in signedness
      http_main.c:4138: warning: pointer targets in passing arg 3 of `getsockname' differ in signedness
      http_main.c: In function `main':
      http_main.c:5091: warning: pointer targets in passing arg 3 of `getpeername' differ in signedness
      http_main.c:5098: warning: pointer targets in passing arg 3 of `getsockname' differ in signedness
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@86429 13f79535-47bb-0310-9956-ffa450edef68
      784b5143
    • Ralf S. Engelschall's avatar
      Backout revision 1.124 - it was vetoed by me a few weeks ago for the · 137e8853
      Ralf S. Engelschall authored
      following reasons:
      
      1. The patch is inside the Configuration.tmpl parsing loop and this way is
         more or less useless because the distributed Configuration.tmpl file
         doesn't have any *.so names.
      
      2. The example --activate-module=src/modules/xxx/libxxx.so is not
         affected by this patch, because --activate-module and --add-module
         options are implemented a lot later in the configure script.
      
      3. I do not understand what a --activate-module=src/modules/xxx/libxxx.so
         should do. The .[ao] -> .so step is done by configure automatically
         because of --enable-shared, so usually there is never a configured
         src/modules/xxx/libxxx.so path, even if the module exists.
      
      4. The error message talks about ".o|.a|.so|.module", but the actual
         check is for a superset "*.*". This is slightly inconsistent.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@86428 13f79535-47bb-0310-9956-ffa450edef68
      137e8853