summaryrefslogtreecommitdiffstats
path: root/support (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add htcacheclean to the NetWare build.Bradley Nicholes2004-11-272-0/+253
| | | | | | Submitted by:normw bocnet.com.au git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106746 13f79535-47bb-0310-9956-ffa450edef68
* Eliminate awk autogeneration of the ApacheMonitor's .rc resourceWilliam A. Rowe Jr2004-11-232-48/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | source file. By adding several macros to ap_release.h: - the stringize magic, in leiu of including a ton of cruft, - split subversion and "-dev" tokens (with a binary flag) - a _CSV token in the form of m,n,p (not a string) we are able to have use a static ApacheMonitor.rc file, which picks up all of the necessary values right from ap_release.h. If the group likes this approach, I will percolate it throughout the project, and we will lose the requirement of awk for everything -except- rewriting the installed httpd.conf script (developer builds always get an installed httpd.conf script - it's only 'fixed up' with the correct @@ substitutions if they have awk.) This project was chosen because ApacheMonitor.rc already exists in svn. Comment please. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106313 13f79535-47bb-0310-9956-ffa450edef68
* * support/: Remove generated files which seem to have been resurrectedJoe Orton2004-11-195-845/+0
| | | | | | | during the conversion. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105799 13f79535-47bb-0310-9956-ffa450edef68
* Remove the .cvsignore files.Joe Orton2004-11-192-50/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105796 13f79535-47bb-0310-9956-ffa450edef68
* use a smarter way to specify the limitAndré Malo2004-11-061-16/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105710 13f79535-47bb-0310-9956-ffa450edef68
* more native newlinesAndré Malo2004-11-061-12/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105709 13f79535-47bb-0310-9956-ffa450edef68
* better readability, native newlines, less spamAndré Malo2004-11-061-37/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105708 13f79535-47bb-0310-9956-ffa450edef68
* another warning.André Malo2004-11-061-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105707 13f79535-47bb-0310-9956-ffa450edef68
* avoid compiler warningAndré Malo2004-11-061-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105706 13f79535-47bb-0310-9956-ffa450edef68
* just styleAndré Malo2004-11-061-344/+336
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105705 13f79535-47bb-0310-9956-ffa450edef68
* Add htcacheclean to function as cleanup utility (daemonizable) forJustin Erenkrantz2004-11-063-1/+1018
| | | | | | | | | | | | | mod_disk_cache. (Justin did a whole bunch of style tweaks, and some minor functionality tweaks to get it to function on Solaris.) Submitted by: Andreas Steinmetz Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105698 13f79535-47bb-0310-9956-ffa450edef68
* WIN64: fix some windows specific 64bit warningsAllan K. Edwards2004-10-061-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105390 13f79535-47bb-0310-9956-ffa450edef68
* * support/apxs.in: Ensure that only a .la target filename is passed onJoe Orton2004-09-281-1/+2
| | | | | | | | | the libtool link line otherwise libtool tries to link statically. PR: 31448 (more) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105310 13f79535-47bb-0310-9956-ffa450edef68
* * support/apxs.in: Reset $opt so that -I, -D and -Wc,* options are notJoe Orton2004-09-281-5/+2
| | | | | | | | | | | | passed to the libtool link line. For "-Wl,-foo" pass "-foo" on the link line regardless of whether gcc is used; without guessing whether libtool --mode=link will invoke gcc or some native ld the previous behaviour is not really correct. PR: 31448 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105309 13f79535-47bb-0310-9956-ffa450edef68
* suexec: Pass the SERVER_SIGNATURE envvar through to CGIs.Jeff Trawick2004-08-181-0/+1
| | | | | | | | Submitted by: Zvi Har'El <rl math.technion.ac.il> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104703 13f79535-47bb-0310-9956-ffa450edef68
* apachectl: Fix a problem finding envvars if sbindir != bindir.Jeff Trawick2004-08-181-2/+2
| | | | | | | | | PR: 30723 Submitted by: Friedrich Haubensak <hsk imb-jena.de> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104701 13f79535-47bb-0310-9956-ffa450edef68
* filepath_info wasn't set by the httpd for over 7 yearsAndré Malo2004-08-151-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104664 13f79535-47bb-0310-9956-ffa450edef68
* * configure.in, acinclude.m4: Substitute AP[RU]_CONFIG with locationJoe Orton2004-08-131-11/+4
| | | | | | | | | | | of installed ap[ru]-config scripts so third-party modules can use `apxs -q APR_CONFIG`. * support/apxs.in: Use new AP[RU]_CONFIG variables; use apr-config --apr-libtool. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104641 13f79535-47bb-0310-9956-ffa450edef68
* * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL),Joe Orton2004-08-111-1/+1
| | | | | | | | | | | | | * server/log.c (ap_log_pid), * server/mpm/prefork/prefork.c (accept_mutex_on, accept_mutex_off), * support/htdbm.c (htdbm_list): Fix some non-literal format strings (warnings from gcc -Wformat-security). PR: 30585 Submitted by: Ulf Harnhammar (SITIC), Joe Orton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104548 13f79535-47bb-0310-9956-ffa450edef68
* Teach apxs how to find ap{ru}-$AP{RU}_MAJOR_VERSION-configJustin Erenkrantz2004-08-021-9/+15
| | | | | | | (httpd-2.1+ will be APR 1.0 or higher which uses this convention.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104443 13f79535-47bb-0310-9956-ffa450edef68
* Small fix on ab's use of sprintf().Paul Querna2004-07-101-5/+11
| | | | | | | | PR: 28204 Submitted by: Erik Weide <erik.weidel mplus-technologies.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104217 13f79535-47bb-0310-9956-ffa450edef68
* Use standardized names for ISO-8859-1, see ↵Martin Kraemer2004-06-294-7/+7
| | | | | | | | | http://www.iana.org/assignments/character-sets (Using the name iso8859-1 may still work, because it is aliased in apr-iconv/ccs/charset.aliases) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104078 13f79535-47bb-0310-9956-ffa450edef68
* make the check for GMT offset occur each time through the loop,Ken Coar2004-06-161-6/+11
| | | | | | | | | | | in case a switch between standard and daylight savings time occurred. (correction to previous code courtesy of Uli Zappe.) PR: 24417 Submitted by: Uli Zappe <uli ritual.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103973 13f79535-47bb-0310-9956-ffa450edef68
* oops; left over from an earlier versionKen Coar2004-06-141-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103945 13f79535-47bb-0310-9956-ffa450edef68
* add "-l" option to indicate interval is based on localtime not gmtKen Coar2004-06-111-11/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103921 13f79535-47bb-0310-9956-ffa450edef68
* replaced tabs with spaces and aligned indentation within bracketsJean-Jacques Clar2004-05-181-909/+910
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103697 13f79535-47bb-0310-9956-ffa450edef68
* no longer refuse to process files that contain empty linesAndré Malo2004-04-241-3/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103507 13f79535-47bb-0310-9956-ffa450edef68
* ab mixing mean and median values, also wrong time values for start and ↵Jean-Jacques Clar2004-03-251-37/+38
| | | | | | connect when doing keep alive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103135 13f79535-47bb-0310-9956-ffa450edef68
* logresolve: Allow size of log line buffer to be overridden atJeff Trawick2004-03-211-0/+2
| | | | | | | | | build time (MAXLINE). PR: 27793 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103060 13f79535-47bb-0310-9956-ffa450edef68
* Using ap_max() to ensure no negative values are stored in data structure.Jean-Jacques Clar2004-03-191-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103035 13f79535-47bb-0310-9956-ffa450edef68
* Add Missing parenthesis !Madhusudan Mathihalli2004-03-181-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103015 13f79535-47bb-0310-9956-ffa450edef68
* Limit the concurrency to MAX_CONCURRENCY.Madhusudan Mathihalli2004-03-171-2/+8
| | | | | | | | Otherwise, ab may dump core (calloc fails) when a arbitrarily huge value is used. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103011 13f79535-47bb-0310-9956-ffa450edef68
* Remove the OMIT_DELONCLOSE #ifdef since this should happen automatically ↵Bradley Nicholes2004-03-171-39/+2
| | | | | | | | | with the apr_temp_dir_get() function. Submitted by: Guenter Knauf <eflash@gmx.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103007 13f79535-47bb-0310-9956-ffa450edef68
* Add a terminate function that gets called on atexit() so that NetWare has ↵Bradley Nicholes2004-03-171-4/+10
| | | | | | | | | the chance to pause the screen to view the output before the screen is destroyed. Submitted by: Guenter Knauf <eflash@gmx.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103005 13f79535-47bb-0310-9956-ffa450edef68
* Replace calls to fprintf() with apr_file_printf()Bradley Nicholes2004-03-171-16/+19
| | | | | | | submitted by: Guenter Knauf <eflash@gmx.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103004 13f79535-47bb-0310-9956-ffa450edef68
* Replace tabs with spacesBradley Nicholes2004-03-171-45/+45
| | | | | | | Submitted by: Guenter Knauf <eflash@gmx.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103003 13f79535-47bb-0310-9956-ffa450edef68
* Remove the dependance on external cp/copy commandsBradley Nicholes2004-03-171-10/+11
| | | | | | | Submitted by: Guenter Knauf <eflash@gmx.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103002 13f79535-47bb-0310-9956-ffa450edef68
* using build in err function, thanks Jeff for pointing that.Jean-Jacques Clar2004-03-171-4/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103000 13f79535-47bb-0310-9956-ffa450edef68
* Use apr_temp_dir_get() to get the temporary directoryBradley Nicholes2004-03-171-4/+12
| | | | | | | Submitted by: Guenter Knauf <eflash@gmx.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102998 13f79535-47bb-0310-9956-ffa450edef68
* Use the default logger screen for the ab output because it is scrollable.Bradley Nicholes2004-03-161-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102992 13f79535-47bb-0310-9956-ffa450edef68
* added check on apr_pollset_create() return value to exit ab it case it fails.Jean-Jacques Clar2004-03-161-3/+7
| | | | | | | On NetWare using a concurrency higher than 64 is segfaulting because of FD_SETSIZE as a value of 64. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102990 13f79535-47bb-0310-9956-ffa450edef68
* htpasswd.c: various cleanups and move to using apr_temp_dir_get()Thom May2004-03-131-24/+17
| | | | | | | | Submitted by: Guenter Knauf Reviewed by: Thom May git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102950 13f79535-47bb-0310-9956-ffa450edef68
* Fix use of mod_ssl as a DSO linked against static SSL libraries; alsoJoe Orton2004-03-061-1/+2
| | | | | | | | | | | | | | | | | | | | stop linking all of support/* against the SSL libraries: * acinclude.m4 (APACHE_MODULE): Define MOD_FOO_LDADD which each module .la library will be linked against. (APACHE_MODPATH_ADD): Link static modules against the provided libraries. (APACHE_CHECK_SSL_TOOLKIT): Put SSL libraries in SSL_LIBS and export that to config_vars.mk. * support/Makefile.in: Link ab against SSL_LIBS. * modules/ssl/config.m4: Add SSL_LIBS and distcache libraries to MOD_SSL_LDADD. PR: 17217 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102870 13f79535-47bb-0310-9956-ffa450edef68
* fix name of The Apache Software FoundationAndré Malo2004-02-0922-24/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102619 13f79535-47bb-0310-9956-ffa450edef68
* fix copyright dates according the first cehck inAndré Malo2004-02-0813-15/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102592 13f79535-47bb-0310-9956-ffa450edef68
* fix copyright date according to the first check inAndré Malo2004-02-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102590 13f79535-47bb-0310-9956-ffa450edef68
* apply Apache License, Version 2.0André Malo2004-02-0622-919/+257
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102525 13f79535-47bb-0310-9956-ffa450edef68
* * support/Makefile.in (suexec): Don't link against libapr etc; suexecJoe Orton2004-02-031-3/+1
| | | | | | | is self-contained. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102491 13f79535-47bb-0310-9956-ffa450edef68
* Note GNU difference.Ben Laurie2004-01-151-0/+1
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102349 13f79535-47bb-0310-9956-ffa450edef68
* * support/ab.c (write_request): Fix gcc warning at -O2 in USE_SSLJoe Orton2004-01-031-3/+3
| | | | | | | build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102155 13f79535-47bb-0310-9956-ffa450edef68