summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* While eliminating all but TLSv1 (the only FIPS-complient handshakingfips-devWilliam A. Rowe Jr2005-08-291-3/+12
| | | | | | | | | | mechansim), I noticed that we have several other single-case methods similar to the SSLv2 exception; use the explicit method in preference to the generic SSLv23_client|server_method() calls if exactly one method is supported. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fips-dev@264620 13f79535-47bb-0310-9956-ffa450edef68
* More info.Ben Laurie2005-06-131-0/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fips-dev@190416 13f79535-47bb-0310-9956-ffa450edef68
* Note on ciphersuites.Ben Laurie2005-06-111-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fips-dev@190145 13f79535-47bb-0310-9956-ffa450edef68
* Oops. Need OpenSSL in FIPS mode.Ben Laurie2005-06-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fips-dev@190122 13f79535-47bb-0310-9956-ffa450edef68
* Add --enable-fips, FIPSify everything.Ben Laurie2005-06-1120-26/+236
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fips-dev@190120 13f79535-47bb-0310-9956-ffa450edef68
* Protection from a 1.3 libtoolize; should have been in the prior commitWilliam A. Rowe Jr2005-06-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fips-dev@190012 13f79535-47bb-0310-9956-ffa450edef68
* Examine the selected libtoolize in order to determine it's configuredWilliam A. Rowe Jr2005-06-101-2/+8
| | | | | | | | | | | | | | | libtool.m4 path, rather than gross assumptions. Leaving the gross assumptions as a fail-over if the structure of libtoolize script is somehow borked. Prefer, of course, any libtool that isn't libtool 1.3 or before, so push 'libtoolize' to the end of the desireables list. In the sandbox for some testing across platforms - will propose to dev@apr once some measure of portability is confirmed git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fips-dev@190009 13f79535-47bb-0310-9956-ffa450edef68
* First cut, working FIPS mode.Ben Laurie2005-06-108-12/+112
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fips-dev@189992 13f79535-47bb-0310-9956-ffa450edef68
* Add tags (again).Ben Laurie2005-06-101-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fips-dev@189991 13f79535-47bb-0310-9956-ffa450edef68
* Explain this sandbox for inquiring mindsWilliam A. Rowe Jr2005-06-091-0/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fips-dev@189833 13f79535-47bb-0310-9956-ffa450edef68
* Make path check more portable, make specifying a local OpenSSL buildBen Laurie2005-06-091-6/+6
| | | | | | | | actually work. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fips-dev@189771 13f79535-47bb-0310-9956-ffa450edef68
* Die properly when path is bollocks.Ben Laurie2005-06-091-2/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fips-dev@189761 13f79535-47bb-0310-9956-ffa450edef68
* Sandbox of apu/trunk/ for fips integration. Here may lurk fips issues (MD5 etc)William A. Rowe Jr2005-06-07186-0/+48565
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fips-dev@188838 13f79535-47bb-0310-9956-ffa450edef68
* Sandbox of apr/trunk/ for fips integration. Here may lurk fips issues (MD5 etc)William A. Rowe Jr2005-06-07456-0/+95379
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fips-dev@188837 13f79535-47bb-0310-9956-ffa450edef68
* Sandbox of httpd/trunk/ for OpenSSL 0.9.7/mod_ssl fips integration developmentWilliam A. Rowe Jr2005-06-072448-19670/+462
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fips-dev@188836 13f79535-47bb-0310-9956-ffa450edef68
| * * modules/http/byterange_filter.c (ap_byterange_filter): Refuse toJoe Orton2005-06-071-27/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | byterange any response which may require the consumption of arbitrary amounts of memory. (functional changes split from whitespace/reflow changes which will follow in a separate commit) Reviewed by: jerenkrantz (several moons ago) PR: 29962 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@188797 13f79535-47bb-0310-9956-ffa450edef68
| * * mod_cache.c: When 'Vary: *' is sent, do not cache, since revalidation is ↵Paul Querna2005-06-062-1/+6
| | | | | | | | | | | | | | | | | | always required. PR: 16125 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@180341 13f79535-47bb-0310-9956-ffa450edef68
| * update transformationAndré Malo2005-06-053-2/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@180075 13f79535-47bb-0310-9956-ffa450edef68
| * * server/main.c: Remove the suck_in_apr_password_validate() hack. ↵Paul Querna2005-06-031-12/+0
| | | | | | | | | | | | apr_password_validate is part of the public APR interface and this hack should not be needed on any platform. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179879 13f79535-47bb-0310-9956-ffa450edef68
| * 'generate_name' is too generic to be in the public symbols. Rename it to ↵Paul Querna2005-06-034-9/+12
| | | | | | | | | | | | ap_cache_generate_name. No functional changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179877 13f79535-47bb-0310-9956-ffa450edef68
| * * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL): FixJoe Orton2005-06-032-1/+6
| | | | | | | | | | | | | | | | | | | | off-by-one. PR: 35081 Submitted by: Marc Stern <mstern csc.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179781 13f79535-47bb-0310-9956-ffa450edef68
| * * modules/filters/mod_include.c (handle_include): Fix possibleJoe Orton2005-06-031-4/+4
| | | | | | | | | | | | | | | | | | variable corruption with nested includes. PR: 12655 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179763 13f79535-47bb-0310-9956-ffa450edef68
| * write a CHANGES entry for PR 34512; looks like it resolvesJeff Trawick2005-06-031-0/+4
| | | | | | | | | | | | | | | | user-visible misprocessing in proxy ftp which could result in directory listing for regular file retrieval git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179745 13f79535-47bb-0310-9956-ffa450edef68
| * mod_proxy_ftp: Fix comparison of char* to '\0'Paul Querna2005-06-031-1/+1
| | | | | | | | | | | | | | PR: 34512 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179704 13f79535-47bb-0310-9956-ffa450edef68
| * - Fix closing </Files> tag.Paul Querna2005-06-031-1/+1
| | | | | | | | | | | | | | PR: 35178 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179703 13f79535-47bb-0310-9956-ffa450edef68
| * - Use the correct newline in htpasswd, instead of always using \n.Paul Querna2005-06-031-40/+42
| | | | | | | | | | | | | | PR: 25090 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179689 13f79535-47bb-0310-9956-ffa450edef68
| * mod_mime_magic: Handle CRLF-format magic files so that it works withJeff Trawick2005-06-022-5/+13
| | | | | | | | | | | | | | the default installation on Windows. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179622 13f79535-47bb-0310-9956-ffa450edef68
| * - Fix style nits in the new hash config code. No Functional changes.Paul Querna2005-06-021-8/+8
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179618 13f79535-47bb-0310-9956-ffa450edef68
| * - Fix graceful restarts with the new hashed configuration. The hash now ↵Paul Querna2005-06-021-3/+33
| | | | | | | | | | | | allocates out of the pconf pool, instead of the process pool. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179617 13f79535-47bb-0310-9956-ffa450edef68
| * Note that SSLUsername is ignored if FakeBasicAuth is used.Joe Orton2005-06-011-0/+5
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179371 13f79535-47bb-0310-9956-ffa450edef68
| * * event.c: Create ptrans pool as a child of pconf, to fix APR pool Paul Querna2005-06-011-1/+1
| | | | | | | | | | | | | | | | | | lifetime checks in apr_tables.c. Based on r170896 changes to the Worker MPM. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179355 13f79535-47bb-0310-9956-ffa450edef68
| * downgrade the log level of a proc_mutex_unlock error messageJeff Trawick2005-05-311-1/+7
| | | | | | | | | | | | | | | | | | | | when it occurs during restart; it isn't at all uncommon then when SysV semaphores are used for the accept mutex same logic already in place for two other mutex calls git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179317 13f79535-47bb-0310-9956-ffa450edef68
| * - Use a hash for the configuration command lookup implementation. Now ↵Paul Querna2005-05-292-44/+100
| | | | | | | | | | | | modules can properly directives without dependence on the LoadModule order. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178990 13f79535-47bb-0310-9956-ffa450edef68
| * - Put a prefix on this error message to have a chance of finding it in the ↵Paul Querna2005-05-271-1/+1
| | | | | | | | | | | | source. Just stuffing the parser error buffer into the error log is not helpful if I didn't know where it came from. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178818 13f79535-47bb-0310-9956-ffa450edef68
| * update transformationAstrid Malo2005-05-2718-128/+412
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178796 13f79535-47bb-0310-9956-ffa450edef68
| * update Japanese translation.Hiroaki Kawai2005-05-272-11/+288
| | | | | | | | | | | | | | | | Submitted by: kawai Reviewed by: OKANO Takayoshi <kano@na.rim.or.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178722 13f79535-47bb-0310-9956-ffa450edef68
| * Fix segmentation fault in mod_auth_{basic,digest} when no provider is ↵Paul Querna2005-05-262-2/+4
| | | | | | | | | | | | | | | | | | explicitly listed. Reported by: Ben Collins-Sussman <sussman collab.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178674 13f79535-47bb-0310-9956-ffa450edef68
| * * Makefile.winSander Striker2005-05-261-6/+6
| | | | | | | | | | | | | | Fix config installation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178665 13f79535-47bb-0310-9956-ffa450edef68
| * Clean up the notes to the logformat section of the mod_log config docs.Joshua Slive2005-05-251-107/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These have been growing using the "here's something else we should say" technique, without any serious thought for readability. In particular: - Remove the "..." in all the format strings, since almost nobody uses this and it can be confusing. It is still documented, just not included in the definitions. - Create three sections: modifiers, examples, and a "notes" section for stuff that doesn't go any place else. - Remove the discussion of %v being the canonical name. I think that it is quite clear since the addition of %V what the difference is. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178530 13f79535-47bb-0310-9956-ffa450edef68
| * We have been installing config.nice in build/ for a while, so we mightJoshua Slive2005-05-251-8/+9
| | | | | | | | | | | | | | as well tell people about it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178520 13f79535-47bb-0310-9956-ffa450edef68
| * `build all`André Malo2005-05-2536-1649/+1845
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178508 13f79535-47bb-0310-9956-ffa450edef68
| * Add mod_authn_alias to the listBradley Nicholes2005-05-251-0/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178496 13f79535-47bb-0310-9956-ffa450edef68
| * Reverse r168030 because the not-acceptable (406)Joshua Slive2005-05-252-187/+0
| | | | | | | | | | | | | | | | | | custom error doc can't provide all the information provided by the internal doc. Also delete the corresponding .html.var file to avoid future confusion. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178453 13f79535-47bb-0310-9956-ffa450edef68
| * - Use apr_uri_t to parse the proxy URL, instead of munging it by hand. ↵Paul Querna2005-05-251-25/+12
| | | | | | | | | | | | Original code did not handle IPv6 Addresses correctly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178391 13f79535-47bb-0310-9956-ffa450edef68
| * fix line endings and keyword expansionAndré Malo2005-05-252-118/+118
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178365 13f79535-47bb-0310-9956-ffa450edef68
| * Commits 160348 and 160352 are obviated by commit 178340 in APR. httpdWilfredo Sanchez2005-05-251-10/+8
| | | | | | | | | | | | | | | | should have to deal with EAGAIN on a socket it doesn't know is non-blocking. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178341 13f79535-47bb-0310-9956-ffa450edef68
| * Documentation for mod_authn_aliasBradley Nicholes2005-05-242-0/+118
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178302 13f79535-47bb-0310-9956-ffa450edef68
| * fix minor annoyance on z/OS: __FILE__ is set toJeff Trawick2005-05-241-1/+1
| | | | | | | | | | | | | | | | | | "./foo.c" instead of simply "foo.c", so filter out all but the basename before logging it with debug messages git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178299 13f79535-47bb-0310-9956-ffa450edef68
| * EBCDIC: Handle chunked input from client or, with proxy, originJeff Trawick2005-05-242-0/+5
| | | | | | | | | | | | | | server. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178262 13f79535-47bb-0310-9956-ffa450edef68
| * Note the addition of the mod_authn_alias moduleBradley Nicholes2005-05-241-0/+8
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178222 13f79535-47bb-0310-9956-ffa450edef68