summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* While eliminating all but TLSv1 (the only FIPS-complient handshakingfips-devWilliam A. Rowe Jr2005-08-291-3/+12
* Add --enable-fips, FIPSify everything.Ben Laurie2005-06-115-8/+56
* First cut, working FIPS mode.Ben Laurie2005-06-105-12/+100
* * modules/http/byterange_filter.c (ap_byterange_filter): Refuse toJoe Orton2005-06-071-27/+21
* * mod_cache.c: When 'Vary: *' is sent, do not cache, since revalidation is al...Paul Querna2005-06-061-1/+3
* 'generate_name' is too generic to be in the public symbols. Rename it to ap_c...Paul Querna2005-06-033-9/+9
* * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL): FixJoe Orton2005-06-031-1/+1
* * modules/filters/mod_include.c (handle_include): Fix possibleJoe Orton2005-06-031-4/+4
* mod_proxy_ftp: Fix comparison of char* to '\0'Paul Querna2005-06-031-1/+1
* mod_mime_magic: Handle CRLF-format magic files so that it works withJeff Trawick2005-06-021-5/+10
* Fix segmentation fault in mod_auth_{basic,digest} when no provider is explici...Paul Querna2005-05-262-2/+4
* - Use apr_uri_t to parse the proxy URL, instead of munging it by hand. Origin...Paul Querna2005-05-251-25/+12
* EBCDIC: Handle chunked input from client or, with proxy, originJeff Trawick2005-05-241-0/+2
* Add mod_authn_alias to the buildBradley Nicholes2005-05-233-0/+254
* Add the auth provider name as a note in the request so that authn_provider_al...Bradley Nicholes2005-05-233-0/+9
* authn_provider_alias adds the configuration block tagBradley Nicholes2005-05-231-0/+209
* fix typo in commentJeff Trawick2005-05-191-1/+1
* Fix up header in mod_dbd.h (I remembered .c but not .h before previous commit)Nick Kew2005-05-181-12/+28
* Committing mod_dbd as new.Nick Kew2005-05-182-0/+502
* Support the suppress-error-charset setting, as with Apache 1.3.x.Jeff Trawick2005-05-161-1/+13
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).William A. Rowe Jr2005-05-1562-62/+62
* Make sure that the LDAPVerifyServerCert patch is compatibile with apr-util 1....Bradley Nicholes2005-05-121-0/+23
* Show the Quick Handlers in mod_info. Commit it to trunk, instead of the Paul Querna2005-05-121-1/+2
* Add the LDAPVerifyServerCert directive to util_ldap to forceBradley Nicholes2005-05-111-1/+27
* Make sure mod_rewrite always runs before mod_proxy in the translate_name hook...Paul Querna2005-05-111-1/+1
* Backing out the AuthLDAPAllowDNAuth patch from r168016. Because of LDAP filt...Bradley Nicholes2005-05-061-102/+53
* Add AP_INIT_TAKE_ARGV. There can be some inconsistent results because of the ...Paul Querna2005-05-041-5/+7
* Fix the static function declarations in the prototypesBradley Nicholes2005-05-031-2/+2
* Add the directive AuthLDAPAllowDNAuth to allow a user to authenticate against...Bradley Nicholes2005-05-031-53/+102
* * modules/mappers/mod_userdir.c (get_suexec_id_doer): Fix allocationJoe Orton2005-04-281-1/+1
* Move the ldap_set_option() call to set the connection time from being global ...Bradley Nicholes2005-04-261-17/+20
* Remove ap_method_list_do and ap_method_list_vdo as previously mentioned dev@h...Paul Querna2005-04-251-24/+0
* Fix issue where mod_ssl does not pick up the ssl-unclean-shutdownJoe Orton2005-04-193-40/+32
* Build mod_ssl for the NetWare platformBradley Nicholes2005-04-182-0/+296
* Link to the correct socket library depending on which one is selectedBradley Nicholes2005-04-187-7/+42
* - mod_deflate currently only does C-E, and not T-E. Fix the comment at the to...Paul Querna2005-04-181-1/+1
* mod_deflate should be merging the Vary header, not Setting it, and ignoring w...Paul Querna2005-04-171-1/+1
* Allow httpd on NetWare to build using either the standard socket libraries or...Bradley Nicholes2005-04-143-0/+26
* lookup_map_txtfile: used buffered i/o rather than reading RewriteMap txt: files Greg Ames2005-04-141-1/+1
* svn:eol-style = nativeAndré Malo2005-04-116-1503/+1503
* Update the NetWare dav.imp export/import file according to the DAV_DECLARE's ...Bradley Nicholes2005-04-111-5/+13
* Add failover to mod proxy. If the service is unavailable,Mladen Turk2005-04-111-9/+36
* Set default number of maxattempts to the number ofMladen Turk2005-04-111-1/+11
* Add two more APIs to the export and import lists for NetWareBradley Nicholes2005-04-102-0/+4
* Move direct_connect out of attempt loop. No need toMladen Turk2005-04-091-36/+27
* Merged the simple-conf branch changes r159781:160695 into the trunk.Joshua Slive2005-04-091-2/+5
* Simplify canon_handler. There is no thing like ajps:Mladen Turk2005-04-091-15/+3
* Simplify canon_handler. Blancer can have only a singleMladen Turk2005-04-091-3/+1
* Use two optional functions from mod_ssl so that weMladen Turk2005-04-093-5/+35
* Return correct status codes in case of bad request, thatMladen Turk2005-04-091-2/+5