| Commit message (Expand) | Author | Age | Files | Lines |
| * | While eliminating all but TLSv1 (the only FIPS-complient handshakingfips-dev | William A. Rowe Jr | 2005-08-29 | 1 | -3/+12 |
| * | Add --enable-fips, FIPSify everything. | Ben Laurie | 2005-06-11 | 5 | -8/+56 |
| * | First cut, working FIPS mode. | Ben Laurie | 2005-06-10 | 5 | -12/+100 |
| * | * modules/http/byterange_filter.c (ap_byterange_filter): Refuse to | Joe Orton | 2005-06-07 | 1 | -27/+21 |
| * | * mod_cache.c: When 'Vary: *' is sent, do not cache, since revalidation is al... | Paul Querna | 2005-06-06 | 1 | -1/+3 |
| * | 'generate_name' is too generic to be in the public symbols. Rename it to ap_c... | Paul Querna | 2005-06-03 | 3 | -9/+9 |
| * | * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL): Fix | Joe Orton | 2005-06-03 | 1 | -1/+1 |
| * | * modules/filters/mod_include.c (handle_include): Fix possible | Joe Orton | 2005-06-03 | 1 | -4/+4 |
| * | mod_proxy_ftp: Fix comparison of char* to '\0' | Paul Querna | 2005-06-03 | 1 | -1/+1 |
| * | mod_mime_magic: Handle CRLF-format magic files so that it works with | Jeff Trawick | 2005-06-02 | 1 | -5/+10 |
| * | Fix segmentation fault in mod_auth_{basic,digest} when no provider is explici... | Paul Querna | 2005-05-26 | 2 | -2/+4 |
| * | - Use apr_uri_t to parse the proxy URL, instead of munging it by hand. Origin... | Paul Querna | 2005-05-25 | 1 | -25/+12 |
| * | EBCDIC: Handle chunked input from client or, with proxy, origin | Jeff Trawick | 2005-05-24 | 1 | -0/+2 |
| * | Add mod_authn_alias to the build | Bradley Nicholes | 2005-05-23 | 3 | -0/+254 |
| * | Add the auth provider name as a note in the request so that authn_provider_al... | Bradley Nicholes | 2005-05-23 | 3 | -0/+9 |
| * | authn_provider_alias adds the configuration block tag | Bradley Nicholes | 2005-05-23 | 1 | -0/+209 |
| * | fix typo in comment | Jeff Trawick | 2005-05-19 | 1 | -1/+1 |
| * | Fix up header in mod_dbd.h (I remembered .c but not .h before previous commit) | Nick Kew | 2005-05-18 | 1 | -12/+28 |
| * | Committing mod_dbd as new. | Nick Kew | 2005-05-18 | 2 | -0/+502 |
| * | Support the suppress-error-charset setting, as with Apache 1.3.x. | Jeff Trawick | 2005-05-16 | 1 | -1/+13 |
| * | Reintroduce stack frame construction with /Oy- (removal was implied by /O2). | William A. Rowe Jr | 2005-05-15 | 62 | -62/+62 |
| * | Make sure that the LDAPVerifyServerCert patch is compatibile with apr-util 1.... | Bradley Nicholes | 2005-05-12 | 1 | -0/+23 |
| * | Show the Quick Handlers in mod_info. Commit it to trunk, instead of the | Paul Querna | 2005-05-12 | 1 | -1/+2 |
| * | Add the LDAPVerifyServerCert directive to util_ldap to force | Bradley Nicholes | 2005-05-11 | 1 | -1/+27 |
| * | Make sure mod_rewrite always runs before mod_proxy in the translate_name hook... | Paul Querna | 2005-05-11 | 1 | -1/+1 |
| * | Backing out the AuthLDAPAllowDNAuth patch from r168016. Because of LDAP filt... | Bradley Nicholes | 2005-05-06 | 1 | -102/+53 |
| * | Add AP_INIT_TAKE_ARGV. There can be some inconsistent results because of the ... | Paul Querna | 2005-05-04 | 1 | -5/+7 |
| * | Fix the static function declarations in the prototypes | Bradley Nicholes | 2005-05-03 | 1 | -2/+2 |
| * | Add the directive AuthLDAPAllowDNAuth to allow a user to authenticate against... | Bradley Nicholes | 2005-05-03 | 1 | -53/+102 |
| * | * modules/mappers/mod_userdir.c (get_suexec_id_doer): Fix allocation | Joe Orton | 2005-04-28 | 1 | -1/+1 |
| * | Move the ldap_set_option() call to set the connection time from being global ... | Bradley Nicholes | 2005-04-26 | 1 | -17/+20 |
| * | Remove ap_method_list_do and ap_method_list_vdo as previously mentioned dev@h... | Paul Querna | 2005-04-25 | 1 | -24/+0 |
| * | Fix issue where mod_ssl does not pick up the ssl-unclean-shutdown | Joe Orton | 2005-04-19 | 3 | -40/+32 |
| * | Build mod_ssl for the NetWare platform | Bradley Nicholes | 2005-04-18 | 2 | -0/+296 |
| * | Link to the correct socket library depending on which one is selected | Bradley Nicholes | 2005-04-18 | 7 | -7/+42 |
| * | - mod_deflate currently only does C-E, and not T-E. Fix the comment at the to... | Paul Querna | 2005-04-18 | 1 | -1/+1 |
| * | mod_deflate should be merging the Vary header, not Setting it, and ignoring w... | Paul Querna | 2005-04-17 | 1 | -1/+1 |
| * | Allow httpd on NetWare to build using either the standard socket libraries or... | Bradley Nicholes | 2005-04-14 | 3 | -0/+26 |
| * | lookup_map_txtfile: used buffered i/o rather than reading RewriteMap txt: files | Greg Ames | 2005-04-14 | 1 | -1/+1 |
| * | svn:eol-style = native | André Malo | 2005-04-11 | 6 | -1503/+1503 |
| * | Update the NetWare dav.imp export/import file according to the DAV_DECLARE's ... | Bradley Nicholes | 2005-04-11 | 1 | -5/+13 |
| * | Add failover to mod proxy. If the service is unavailable, | Mladen Turk | 2005-04-11 | 1 | -9/+36 |
| * | Set default number of maxattempts to the number of | Mladen Turk | 2005-04-11 | 1 | -1/+11 |
| * | Add two more APIs to the export and import lists for NetWare | Bradley Nicholes | 2005-04-10 | 2 | -0/+4 |
| * | Move direct_connect out of attempt loop. No need to | Mladen Turk | 2005-04-09 | 1 | -36/+27 |
| * | Merged the simple-conf branch changes r159781:160695 into the trunk. | Joshua Slive | 2005-04-09 | 1 | -2/+5 |
| * | Simplify canon_handler. There is no thing like ajps: | Mladen Turk | 2005-04-09 | 1 | -15/+3 |
| * | Simplify canon_handler. Blancer can have only a single | Mladen Turk | 2005-04-09 | 1 | -3/+1 |
| * | Use two optional functions from mod_ssl so that we | Mladen Turk | 2005-04-09 | 3 | -5/+35 |
| * | Return correct status codes in case of bad request, that | Mladen Turk | 2005-04-09 | 1 | -2/+5 |