summaryrefslogtreecommitdiffstats
path: root/modules/loggers/NWGNUmakefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-02-02Typo (fix PR16656).Erik Abele2-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98563 13f79535-47bb-0310-9956-ffa450edef68
2003-02-01Fix mod_cern_meta to not create empty metafiles when theJeff Trawick2-1/+5
metafile searched for does not exist. PR: 12353 Submitted by: Owen Rees <owen_rees@hp.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98561 13f79535-47bb-0310-9956-ffa450edef68
2003-01-31add some todosAndré Malo1-1/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98558 13f79535-47bb-0310-9956-ffa450edef68
2003-01-31fix misuse of const in a recent commitJeff Trawick1-6/+9
warnings with recent gcc compile break with native compiler for AIX git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98557 13f79535-47bb-0310-9956-ffa450edef68
2003-01-31note backported bugfix.André Malo1-4/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98556 13f79535-47bb-0310-9956-ffa450edef68
2003-01-30A little docco...Cliff Woolley1-0/+24
Submitted by: Madhu git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98551 13f79535-47bb-0310-9956-ffa450edef68
2003-01-30Change the screen name default to DEFAULT for all NLMs except the Apache2 NLMBradley Nicholes2-1/+9
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98548 13f79535-47bb-0310-9956-ffa450edef68
2003-01-30Make buildconf work with out-of-tree apr and apr-util by adding --with-aprJustin Erenkrantz3-24/+67
and --with-apr-util flags. Submitted by: Thom May <thom@planetarytramp.net> Reviewed by: Justin Erenkrantz (with minor stylistic nit) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98546 13f79535-47bb-0310-9956-ffa450edef68
2003-01-30Note a couple of backportsBill Stoddard1-2/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98545 13f79535-47bb-0310-9956-ffa450edef68
2003-01-29shew! I think this is now noted in all of the right places. ;)Cliff Woolley1-0/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98541 13f79535-47bb-0310-9956-ffa450edef68
2003-01-29Actually since this fix is only in apr-util and httpd-2.0 still uses HEAD ofCliff Woolley1-4/+0
apr-util, the fix is already incorporated into httpd-2.0. I'll move the CHANGES entry over to there. If it makes you guys feel any better, I'm absolutely certain that the fix is correct, and I'm the one who wrote the bug in the first place. ;) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98539 13f79535-47bb-0310-9956-ffa450edef68
2003-01-29Fix a nasty segfault in mmap_bucket_setaside() caused by passingCliff Woolley1-0/+4
an incompatible pointer type to mmap_bucket_destroy(void*). PR: 16533 Submitted by: Gerard Eviston <geviston@bigpond.net.au> Reviewed by: Cliff Woolley git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98538 13f79535-47bb-0310-9956-ffa450edef68
2003-01-29Allow mod_dav to do weak entity comparison function rather than a strongJustin Erenkrantz2-1/+31
entity comparison function. (i.e. it will optionally strip the W/ prefix.) PR: 14921 (kinda, but not really) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98536 13f79535-47bb-0310-9956-ffa450edef68
2003-01-29Enabled the -n parameter on NetWare to allow the administrator to renameBradley Nicholes3-1/+15
the console screen git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98535 13f79535-47bb-0310-9956-ffa450edef68
2003-01-29 Allow headers (if not already passed by other means) to be sent viaWilliam A. Rowe Jr1-34/+57
WriteFile() since the foxisapi and other thunks seem to indicate that headers within the WriteFile() operation are expected to succeed. Also assure that all ->completion callbacks get the original size of the document. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98533 13f79535-47bb-0310-9956-ffa450edef68
2003-01-29 Conditionally revert the otherchild logic from the WinNT MPM, based onWilliam A. Rowe Jr1-4/+21
the APR_HAS_OTHER_CHILD flag from APR. This gets us building again on win32. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98531 13f79535-47bb-0310-9956-ffa450edef68
2003-01-29Fix If header parsing when a non-mod_dav lock token is passed to it. We'llJustin Erenkrantz2-2/+13
now just skip over it rather than aborting. PR: 16452 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98524 13f79535-47bb-0310-9956-ffa450edef68
2003-01-28 Note the change to default apr behavior for the moment. With muchWilliam A. Rowe Jr1-0/+4
luck and a little feedback on dev@apr, perhaps this can be working by the .45 release. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98523 13f79535-47bb-0310-9956-ffa450edef68
2003-01-28Fix typo in echo statement.Justin Erenkrantz1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98519 13f79535-47bb-0310-9956-ffa450edef68
2003-01-28Throw out export_files if exports.c is out-of-date as well.Justin Erenkrantz1-2/+2
This should remove the requirement to run extraclean when we change a header file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98518 13f79535-47bb-0310-9956-ffa450edef68
2003-01-28Fix "Satisfy Any" logic. The access_checker has nothing to do withAndré Malo2-6/+5
auth_type. Related PR: 9076 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98516 13f79535-47bb-0310-9956-ffa450edef68
2003-01-28move entry to the current 2.0 section below, because backportedAndré Malo1-3/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98514 13f79535-47bb-0310-9956-ffa450edef68
2003-01-28Introduce "prefer-language" environment variable,André Malo2-43/+98
which allows to influence the negotiation process on request basis to prefer a certain language, e.g.: SetEnvIf Request_URI ^/manual/foo/ prefer-language=foo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98512 13f79535-47bb-0310-9956-ffa450edef68
2003-01-27and add it to the racial memoryKen Coar1-1/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98511 13f79535-47bb-0310-9956-ffa450edef68
2003-01-27doh, forgot to add it hereKen Coar1-0/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98510 13f79535-47bb-0310-9956-ffa450edef68
2003-01-27Be explicit about not creating redirect loops.Joshua Slive2-6/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98507 13f79535-47bb-0310-9956-ffa450edef68
2003-01-26The TRACE method cannotbe limited in 2.1, too ;-)André Malo2-4/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98504 13f79535-47bb-0310-9956-ffa450edef68
2003-01-25be consistent...André Malo1-0/+3
(sorry, forgot to put it into the changes before) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98497 13f79535-47bb-0310-9956-ffa450edef68
2003-01-24d'oh! was originally against 2.0. yeah, that's it..Ken Coar1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98492 13f79535-47bb-0310-9956-ffa450edef68
2003-01-24reflect that a couple of fixes introduced in 2.1-dev were mergedJeff Trawick1-11/+11
back to 2.0.45-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98486 13f79535-47bb-0310-9956-ffa450edef68
2003-01-23 here we go. add a directive that will keep %2f from beingKen Coar6-8/+94
decoded into '/', allowing the *_walk to do their magic and return 404 if it's in the path, and allowing it in the path-info. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98479 13f79535-47bb-0310-9956-ffa450edef68
2003-01-23dup the apr_mmap_t out of the request pool for sending down on the brigadeBill Stoddard1-11/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98478 13f79535-47bb-0310-9956-ffa450edef68
2003-01-23Missed a word in a comment.Justin Erenkrantz1-1/+1
Bah. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98475 13f79535-47bb-0310-9956-ffa450edef68
2003-01-23Create a subpool when we open the propdb, but we can't clear it until the restJustin Erenkrantz1-4/+9
of the lifetime issues within mod_dav are straightened out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98474 13f79535-47bb-0310-9956-ffa450edef68
2003-01-23update transformations of recent changes.André Malo4-17/+17
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98472 13f79535-47bb-0310-9956-ffa450edef68
2003-01-23apxs: Include any special APR ld flags when linking the DSO.Jeff Trawick2-6/+14
This resolves problems on AIX when building a DSO with apxs+gcc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98469 13f79535-47bb-0310-9956-ffa450edef68
2003-01-23Fix a problem whereby multiple MMapFile directives would cause a segfaultCliff Woolley2-28/+3
on startup. mod_file_cache keeps a hash table in the cmd->pool and puts an entry in that hash table for each of its files and mmaps, all of which are opened into cmd->pool. But it registered a cleanup on cmd->pool that would walk the hash table and close each file and delete each mmap, even though by the time that happened those things would have been done already anyway by the files' and mmaps' own cleanups on cmd->pool. So it was deleting mmaps that were already cleaned up and closing files that were already cleaned up in all cases. This has never been valid... amazed it ever worked. But apparently the true bogosity wasn't revealed until the new mmap cleanup code went into APR. PR: 16313 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98463 13f79535-47bb-0310-9956-ffa450edef68
2003-01-23Add mod_ident to the NetWare buildBradley Nicholes3-0/+252
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98462 13f79535-47bb-0310-9956-ffa450edef68
2003-01-22Update the make file to be compatible with the latest Novell LDAP SDKBradley Nicholes2-8/+8
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98456 13f79535-47bb-0310-9956-ffa450edef68
2003-01-22Remove rfc1413.c from the buildBradley Nicholes1-1/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98455 13f79535-47bb-0310-9956-ffa450edef68
2003-01-22Correct quote usage in mod_auth_ldap docsGraham Leggett1-14/+14
PR: 16261 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98447 13f79535-47bb-0310-9956-ffa450edef68
2003-01-22 A fix from B. W. Fitzpatrick for the next docs regeneration.William A. Rowe Jr1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98441 13f79535-47bb-0310-9956-ffa450edef68
2003-01-22 Fix the resource link; submitted by B. W. Fitzpatrick.William A. Rowe Jr1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98438 13f79535-47bb-0310-9956-ffa450edef68
2003-01-22Comment out .gz etc. AddEncoding lines in our default configuration.Justin Erenkrantz1-2/+2
Current browsers have a tendency to decompress the data when no one really wants it to do that. If you want the old behavior that leads to transparent decompression by modern browsers, uncomment these lines. But, this shouldn't be our default. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98436 13f79535-47bb-0310-9956-ffa450edef68
2003-01-21well, it's voting time, isn't it?André Malo1-7/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98433 13f79535-47bb-0310-9956-ffa450edef68
2003-01-21*** empty log message ***William A. Rowe Jr1-1/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98429 13f79535-47bb-0310-9956-ffa450edef68
2003-01-21This has been backported to v2.0Graham Leggett1-0/+3
PR: 8677 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98426 13f79535-47bb-0310-9956-ffa450edef68
2003-01-21This has been backported to v2.0Graham Leggett1-3/+0
PR: 8677 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98424 13f79535-47bb-0310-9956-ffa450edef68
2003-01-21Ensure LDAP version is set to v3 on every bind.Graham Leggett2-8/+16
PR: 14235 Obtained from: Submitted by: Sergey A. Lipnevich <sergeyli@pisem.net> Reviewed by: Graham Leggett git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98420 13f79535-47bb-0310-9956-ffa450edef68
2003-01-21Update the copyright datesGraham Leggett5-5/+5
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98418 13f79535-47bb-0310-9956-ffa450edef68