summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update support utility filenames to reflect .exe extensions for theWilliam A. Rowe Jr2003-01-2010-20/+20
| | | | | | | newest apr/build/win32ver.awk script changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98376 13f79535-47bb-0310-9956-ffa450edef68
* Add my votes.Mads Toftum2003-01-201-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98373 13f79535-47bb-0310-9956-ffa450edef68
* The correct syntax is <ProxyMatch> not <Proxy>.David Shane Holden2003-01-202-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98358 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2003-01-191-4/+4
| | | | | | | (I'm currently cleaning up my repository ;-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98354 13f79535-47bb-0310-9956-ffa450edef68
* Fix some typos in the <default> and <syntax> and remove theJoshua Slive2003-01-1913-32/+14
| | | | | | | | | <default>none</default> Suggested by: Mikhail Filimonov <mvf@uniyar.ac.ru> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98350 13f79535-47bb-0310-9956-ffa450edef68
* Essentially a noop - just changing the order to keep the httpd-2.0/2.1-devWilliam A. Rowe Jr2003-01-191-2/+2
| | | | | | | files closer in sync git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98349 13f79535-47bb-0310-9956-ffa450edef68
* .dsw IDE builds were building mod_auth_ldap, while .mak builds were not.William A. Rowe Jr2003-01-192-3/+6
| | | | | | | Corrected, and cleaned up redundant util_ldap dependency. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98346 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2003-01-187-261/+333
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98341 13f79535-47bb-0310-9956-ffa450edef68
* update transformationsAstrid Malo2003-01-182-118/+128
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98340 13f79535-47bb-0310-9956-ffa450edef68
* add mod_ident documentationAndré Malo2003-01-184-27/+75
| | | | | | | Reviewed by: Joshua Slive, Astrid Ke�ler git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98339 13f79535-47bb-0310-9956-ffa450edef68
* link german translation of coreAstrid Malo2003-01-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98338 13f79535-47bb-0310-9956-ffa450edef68
* german translationAstrid Malo2003-01-182-0/+6226
| | | | | | | | | | Reviewed by: Michael Schroepl <Michael.Schroepl@telekurs.de> Andr� Malo <nd@perlig.de> Irmund Thum <i.t@ithum.de> Erik Abele <erik@codefaktor.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98337 13f79535-47bb-0310-9956-ffa450edef68
* - specify some mistakables discussed while reviewing the german translationAstrid Malo2003-01-183-67/+78
| | | | | | | | | | | | - set a link from AccessFileName to AllowOverride - <Files> and <Location> sections and .htaccess files may be used for more then access control - state an example more precisely Thanks to Michael Schroepl <Michael.Schroepl@telekurs.de> and nd for their suggestions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98336 13f79535-47bb-0310-9956-ffa450edef68
* change the changes ;-)André Malo2003-01-181-0/+3
| | | | | | | note mod_ident. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98322 13f79535-47bb-0310-9956-ffa450edef68
* move rfc1413 code to a new module "metadata:mod_ident".André Malo2003-01-187-179/+186
| | | | | | | | | | | | | | The rfc1413 code itself is mostly c&p, but can still bear some rework ... This patch removes the global ap_rfc1413 function and the ap_rfc1413_timeout variable. It also introduces a new config directive IdentityCheckTimeout (default 30 sec). Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98320 13f79535-47bb-0310-9956-ffa450edef68
* Fix the last bit of build breakage from promoting ext_filter fromWilliam A. Rowe Jr2003-01-181-1/+1
| | | | | | | experimental to filters. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98319 13f79535-47bb-0310-9956-ffa450edef68
* Missing an include path for build the dftables support utilityBradley Nicholes2003-01-181-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98316 13f79535-47bb-0310-9956-ffa450edef68
* Fix the ulimit command used by apachectl on Tru64.Jeff Trawick2003-01-172-1/+8
| | | | | | | | PR: 13609 Submitted by: Joseph Senulis <Joseph.Senulis@dnr.state.wi.us>, Jeff Trawick] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98309 13f79535-47bb-0310-9956-ffa450edef68
* mention the apachectl ulimit fix for AIXJeff Trawick2003-01-171-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98308 13f79535-47bb-0310-9956-ffa450edef68
* Use ap_strchr instead of strchr and get the constness right.Roy T. Fielding2003-01-173-8/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98304 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAstrid Malo2003-01-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98303 13f79535-47bb-0310-9956-ffa450edef68
* add and update transformation of mod_authz_owner docs.André Malo2003-01-175-319/+500
| | | | | | | | Sorry, forgot to mention: Reviewed by: Joshua Slive, Astrid Ke�ler git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98301 13f79535-47bb-0310-9956-ffa450edef68
* add documentation for mod_authz_ownerAndré Malo2003-01-172-0/+152
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98300 13f79535-47bb-0310-9956-ffa450edef68
* Reduce the number of parameters on the event callback to avoid a protectedBradley Nicholes2003-01-171-2/+2
| | | | | | | mode issue git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98299 13f79535-47bb-0310-9956-ffa450edef68
* Add mod_dav_lock to the NetWare buildBradley Nicholes2003-01-173-0/+264
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98297 13f79535-47bb-0310-9956-ffa450edef68
* Add my votesAstrid Malo2003-01-161-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98294 13f79535-47bb-0310-9956-ffa450edef68
* markup improvementAstrid Malo2003-01-162-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98293 13f79535-47bb-0310-9956-ffa450edef68
* Got the lt and gt mixed up.Rich Bowen2003-01-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98291 13f79535-47bb-0310-9956-ffa450edef68
* add style rules for the new <transnote> elementAstrid Malo2003-01-164-0/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98288 13f79535-47bb-0310-9956-ffa450edef68
* note mod_authz_ownerAndré Malo2003-01-151-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98284 13f79535-47bb-0310-9956-ffa450edef68
* add support for "Require file-group"André Malo2003-01-151-24/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98283 13f79535-47bb-0310-9956-ffa450edef68
* add support for "require file-group"André Malo2003-01-151-36/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98282 13f79535-47bb-0310-9956-ffa450edef68
* as announced and with no objections:André Malo2003-01-153-0/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | mod_authz_owner: forward port of require file-owner/file-group functionality The goal of the module is to do all the neccessary file system work to figure out username and groupname. "Require file-owner" is completely resolved within the module. "file-group" is only determined there and the groupname will be extracted from the stat call and stored within the r->notes. Done that, the module will decline, so that the group database modules (mod_authz_groupfile, mod_authz_dbm) can verify the groupname with their lists. Thus every group module that supports the file-group requirement must be hooked after mod_authz_owner. They have to recognize "file-group" and read the groupname from r->notes. (If there's no name stored, the modules should ignore the file-group requirement). The backstopper module will do its work in worst case. not solved yet: - the module doesn't work as one could expect if the file doesn't exist in the first request round (consider MultiViews) (the 1.3 version has the same problem). I played around with some subrequest techniques, but got no helpful result. Is there any magic to recognize the actual resulting filename (if there is)? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98281 13f79535-47bb-0310-9956-ffa450edef68
* It's up to apr-iconv to install it's own ces/ccs .pdb symbols.William A. Rowe Jr2003-01-151-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98279 13f79535-47bb-0310-9956-ffa450edef68
* Change the ulimit command used by apachectl on AIX so that itJeff Trawick2003-01-151-5/+16
| | | | | | | | | | | works in all locales. the standard command fails in a non-English locale if the hard limit is unlimited since the display of the limit will translate "unlimited", but ulimit only accepts English "unlimited" on input git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98277 13f79535-47bb-0310-9956-ffa450edef68
* fix the type of the idlers field to match what apr_atomic_cas() expectsJeff Trawick2003-01-151-1/+1
| | | | | | | | this fixes the compile when using the native compiler for AIX (and likely other non-gcc compilers) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98272 13f79535-47bb-0310-9956-ffa450edef68
* Fix a typo reported by Blair Zajac <blair@orcaware.com>William A. Rowe Jr2003-01-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98270 13f79535-47bb-0310-9956-ffa450edef68
* Adapt to Brane's apr-iconv patch that provides for make install, and makesWilliam A. Rowe Jr2003-01-141-7/+24
| | | | | | | httpd a little less intimate with apr internals. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98267 13f79535-47bb-0310-9956-ffa450edef68
* With the latest patch to config.c wildcards now work.William A. Rowe Jr2003-01-141-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98265 13f79535-47bb-0310-9956-ffa450edef68
* ap_server_root_relative never guarenteed that the resource exists, orWilliam A. Rowe Jr2003-01-141-4/+10
| | | | | | | | isn't a file pattern. Correct the code to accept these cases (applied to both 2.0 and 2.1.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98264 13f79535-47bb-0310-9956-ffa450edef68
* Once again, allow <Directory "C:\Users\*\html_files"> or other wildcardWilliam A. Rowe Jr2003-01-142-2/+9
| | | | | | | patterns in Directory blocks. Note a similar problem with Includes *.conf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98260 13f79535-47bb-0310-9956-ffa450edef68
* mod_ext_filter: Fix a problem building argument lists whichJeff Trawick2003-01-132-2/+6
| | | | | | | | | | | | occasionally caused exec to fail. The argument array passed to apr_proc_create() needs to have a NULL entry at the end. PR: 15491 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98258 13f79535-47bb-0310-9956-ffa450edef68
* After introducing tests in the cmds, we lose the absolute authorityWilliam A. Rowe Jr2003-01-132-1/+3
| | | | | | | | | | | of the CRYPTO_malloc_init() which must happen the moment we load the module and prior to *any* ssl library fn invocation. Moved the CRYPTO_malloc_init() into the ssl_register_hooks() function, the absolute first call made into any loaded module. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98252 13f79535-47bb-0310-9956-ffa450edef68
* Typo: apache -> apache2Erik Abele2003-01-122-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98249 13f79535-47bb-0310-9956-ffa450edef68
* Remove now unnecessary paragraph (-S/-t -D DUMP_VHOST).Erik Abele2003-01-124-22/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98247 13f79535-47bb-0310-9956-ffa450edef68
* Using -S rather than -t -D DUMP_VHOSTS.Erik Abele2003-01-122-4/+4
| | | | | | | Submitted by: Thom May <thom@planetarytramp.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98245 13f79535-47bb-0310-9956-ffa450edef68
* Update documentation to match prototype for ap_register_input_filter andJustin Erenkrantz2003-01-121-2/+6
| | | | | | | | | | | ap_register_output_filter. Submitted by: Stas Bekman <stas@stason.org>, Joe Schaefer <joe+apache@sunstarsys.com> Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98244 13f79535-47bb-0310-9956-ffa450edef68
* add votes/commentsAndré Malo2003-01-111-3/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98241 13f79535-47bb-0310-9956-ffa450edef68
* Added a required parameter to RegisterForEventNotification() to allow theBradley Nicholes2003-01-101-3/+12
| | | | | | | function to be called in protected address space. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98237 13f79535-47bb-0310-9956-ffa450edef68
* Some words about the Wiki, PDF and some votes...Erik Abele2003-01-101-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98234 13f79535-47bb-0310-9956-ffa450edef68