summaryrefslogtreecommitdiff
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
* merge r1703952 from trunkKaspar Brand2015-09-301-1/+9
| | | | | | | | | | | | Support compilation against libssl built with OPENSSL_NO_SSL3, and change the compiled-in default for SSL[Proxy]Protocol to "all -SSLv3", in accordance with RFC 7568. PR 58349, PR 57120. Proposed by: kbrand Reviewed by: ylavic, jorton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1706008 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1700317, r1700318, r1700319, r1700320, r1700321, r1700322, r1700326, ↵Jim Jagielski2015-09-084-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r1700328, r1700330, r1700331, r1700332, r1700334, r1700336, r1700338 from trunk: Fix some spurious ident spotted by sparse Silence a sparse warning about inconsistent indenting Silence a sparse warning about inconsistent indenting Silence a sparse warning about inconsistent indenting Silence a sparse warning about inconsistent indenting Silence a sparse warning about inconsistent indenting Silence a sparse warning about inconsistent indenting + some minor style issues Remove useless line Silence a sparse warning about inconsistent indenting + some minor style issues Silence a sparse warning about inconsistent indenting + some minor style issues Silence a sparse warning about inconsistent indenting + some minor style issues Fix some spurious ident spotted by sparse Silence a sparse warning about inconsistent indenting + some minor style issues Silence a sparse warning about inconsistent indenting + some minor style issues Submitted by: jailletc36 Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1701772 13f79535-47bb-0310-9956-ffa450edef68
* merge r1676654 from trunkGregg Lewis Smith2015-04-297-28/+28
| | | | | | | | | | The increased use of UuidCreate() in APR 1.5.2+ introduces an unresolved reference to UuidCreate() to these support applications that link with apr-1.lib and do not already link rpcrt4.lib. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1676655 13f79535-47bb-0310-9956-ffa450edef68
* Backport http://svn.apache.org/r1661913Graham Leggett2015-03-021-1/+1
| | | | | | | | | | ab: Add missing longest request (100%) to CSV export. PR57614. Submitted by: ylavic Reviewed by: covener, minfrin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1663405 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1648719 from trunk:Jim Jagielski2015-01-121-5/+4
| | | | | | | | | | | | | | | | split-logfile: Fix perl error: 'Can't use string ("example.org:80") as a symbol ref while "strict refs"'. PR 56329. Submitted By: Holger Mauermann <mauermann gmail.com> Committed By: covener Submitted by: covener Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1651095 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1622450 from trunk:Jim Jagielski2014-11-111-4/+6
| | | | | | | | | | | ab: increase request and response header size to 8192 bytes, fix potential buffer-overflow in Server: header handling. Submitted by: jkaluza Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1638069 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1597642, r1608999, r1605207, r1610366, r1610353, r1611871 from trunk:Jim Jagielski2014-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Rename module name in doxygen + partly revert r832442 which skipped doxygen doc generation for 'mod_watchdog.h' s/apr_pstrndup/apr_pstrmemdup/ to save a few cycles Use ap_remove_input_filter_byhandle instead of duplicating the code. Remove some 'register' in variable declaration. Remove some 'register' in variable declaration. Save a few cycles by calling 'apr_isalnum' instead of 'apr_isalpha' and 'apr_isdigit'. Do not use deprecated define. No change in generated code because MODULE_MAGIC_NUMBER is defined as: #define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR Submitted by: jailletc36 Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1622705 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1601076 from trunk:Jeff Trawick2014-06-211-4/+9
| | | | | | | | | | | | | | ab: support custom HTTP method with -m argument. PR: 56604 Submitted by: Roman Jurkov <winfinit gmail.com> Reviewed by: ylavic, trawick, covener (r1601680 and r1601700 not reflected in mergeinfo due to a collision with an unrelated trunk change) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1604373 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1587255 from trunk:Joe Orton2014-04-171-0/+5
| | | | | | | | | | * support/rotatelogs.c (main): Prevent creation of zombies from post-rotate programs. Reviewed by: druggeri, ylavic, covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588175 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1488492, r1542533, r1543020 from trunk:Jim Jagielski2013-12-301-18/+50
| | | | | | | | | | | | | | | | | | Check if malloc succeeded PR54344 [Bill Parker, wp02855 gmail com] Check all memory allocations and abort on failure follow-up to r1542533: fix format string (unsigned vs. size_t) Submitted by: jailletc36, sf, trawick Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1554214 13f79535-47bb-0310-9956-ffa450edef68
* * easy proposals to synch 2.4.x and trunkGraham Leggett2013-12-262-28/+17
| | | | | | | | | | | - Use apr_file_printf(... "%pm"...) instead of explicit call to apr_strerror - remove unused variables - axe some useless assignments (clang scan-build) - Remove useless apr_pstrdup as done for other mod_auth modules in r1026660 - Remove unused APXS setting from template for generated Makefile git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1553528 13f79535-47bb-0310-9956-ffa450edef68
* Multiple backports from trunk:Rainer Jung2013-10-031-52/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - rotatelog: Factor out from doRotate, main; make error handling consistant and print the actual error to stderr PR 45084 Backport of r1374247 from trunk. - rotatelog: Cleanups, no functional change. Drop revision history, "svn log" works; use APR_PATH_MAX; constify more Backport of r1409800 from trunk. - rotatelog: error[120] is already defined in this function. Just use it instead of shadowing. Backport of r1416121 from trunk. - rotatelog: Use apr_snprintf(... "%pm"...) instead of explicit call to apr_strerror Backport of r1463736 from trunk. - mod_deflate: style fix (no code change) Backport of r1499679 from trunk. - mod_socache_shmcb: Correct the use of the printf formatter. Backport of r1493925 from trunk. - mod_cache_socache: Fixed signed<->unsigned compiler warning. Backport of r1490550 from trunk. - mod_ssl: add missing space between directive description and syntax Backport of r1509983 from trunk. - mpm/winnt: style consistency in winnt's worker_main Backport of r1520760 from trunk. Proposed by: jailletc36 Reviewed by: jim, rjung git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1528969 13f79535-47bb-0310-9956-ffa450edef68
* ab: Add wait time, fix processing time, and output write errors only ifRainer Jung2013-10-031-4/+4
| | | | | | | | | | | | | | they occured. §rd patch of P45355. Proposed by: jailletc36 Reviewed by: jim, rjung Backport of r1488471 from turnk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1528965 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1488644 from trunk:Jim Jagielski2013-10-011-7/+20
| | | | | | | | | | Add a new -l parameter in order not to check the length of the responses. This can be usefull with dynamic pages. PR9945, PR27888, PR42040 Submitted by: jailletc36 Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1528053 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1451849 from trunk:Jim Jagielski2013-10-011-8/+8
| | | | | | | | | The 2 first patches from PR45355 have been ported Submitted by: jailletc36 Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1528052 13f79535-47bb-0310-9956-ffa450edef68
* ab: Fix potential buffer overflows when processing the T and XJeff Trawick2013-08-191-8/+6
| | | | | | | | | | | | command-line options. PR: 55360 Submitted by: Mike Rumph <mike.rumph oracle.com> Reviewed by: trawick, jim, druggeri git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1515370 13f79535-47bb-0310-9956-ffa450edef68
* fcgistarter: Specify SO_REUSEADDR to allow starting a serverJeff Trawick2013-08-191-0/+5
| | | | | | | | | | with old connections in TIME_WAIT. Submitted by: trawick Reviewed by: covener, sf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1515367 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1503866 from trunk:Jim Jagielski2013-07-231-1/+1
| | | | | | | | | | | Fix command line parsing. This was introduced in r1395253 when refactoring the code. Untested PR 55264 <jrhett netconsonance com> Submitted by: jailletc36 Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1506135 13f79535-47bb-0310-9956-ffa450edef68
* sync with trunk to silent compiler warnings.Guenter Knauf2013-06-192-4/+14
| | | | | | | | Backport of r1481677, r1494317, r1488496. Reviewed by: fuankg, gsmith, minfrin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1494568 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1490493, r1490761 from trunk:Jim Jagielski2013-06-131-5/+34
| | | | | | | | | | | | | | | | rotatelogs: add -n number-of-files option to roate through a number of fixed-name logfiles. don't truncate the very first file opened (unless the truncate flag is there too) Submitted by: covener Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1492708 13f79535-47bb-0310-9956-ffa450edef68
* support: Do not use free for memory allocated in a pool (regression ↵Graham Leggett2013-06-071-1/+0
| | | | | | | | | | | introduced in r1476674) trunk patch: http://svn.apache.org/r1490507 Submitted by: jailletc36 Reviewed by: fuankg, minfrin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1490564 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1465116 from trunk:Jim Jagielski2013-04-303-48/+106
| | | | | | | | | | | | htpasswd: Add -v option to verify a password htpasswd and htdbm could use some more refactoring... Submitted by: sf Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1477651 13f79535-47bb-0310-9956-ffa450edef68
* htpasswd/htdbm: Fix hash generation bug. PR 54735Graham Leggett2013-04-272-19/+15
| | | | | | | | | | trunk patch: https://svn.apache.org/r1465115 Submitted by: MadMaverick9 <asfbugzilla meinkino.ch> Reviewed by: sf, covener, minfrin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1476674 13f79535-47bb-0310-9956-ffa450edef68
* htdigest: Fix buffer overflow when reading digestRainer Jung2013-04-261-1/+4
| | | | | | | | | | | | | | password file with very long lines. PR 54893. Backport of r1475878 from trunk. Proposed/Backported by: rjung Reviewed by: humbedooh, covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1476089 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1452128 from trunk:Jim Jagielski2013-04-151-1/+1
| | | | | | | | | | | | | | Remove useless tests. Turn if (*x && apr_isspace(*x)) into if (apr_isspace(*x)) Submitted by: jailletc36 Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1467980 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1463750, r1463754, r1464675 from trunk:Jim Jagielski2013-04-152-22/+18
| | | | | | | | | | | | | | Use apr_file_printf(... "%pm"...) instead of explicit call to apr_strerror Use apr_psprintf(... "%pm"...) instead of explicit call to apr_strerror Use apr_file_printf(... "%pm"...) instead of explicit call to apr_strerror + add some spaces to improve formatting Submitted by: jailletc36 Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1467978 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1442865, r1442759, r1442326, r1442309, r1448171, r1418556, r1448453, ↵Jim Jagielski2013-03-115-2/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r1425771, r1425772, r1425775 from trunk: Change bzero/bcopy into memset/memcpy PR 54346 Can't figure out why we allocate len+2 bytes here. Len+1 should be enough. Fix valgrind warning about uninitialized memory in argument to semctl PR: 53690 Submitted by: Mikhail T. <mi+apache aldan algebra com> fix valgrind warnings about uninitialized memory in syscall arguments This is useful info for mod_status ;) Add some __attribute__ for automatic format checking. Correct one catch in sed0.c. Correct some spelling. Replace strdup by ap_malloc to ensure a proper error message if out-of-memory. While there, only allocate memory for the string part we actually use. PR: 54345 Exit with error message if out of mem htdbm, htpasswd: print error message if out of memory PR: 54345 Submitted by: jailletc36, sf, sf, jim, jailletc36, minfrin, sf, sf, sf Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1455225 13f79535-47bb-0310-9956-ffa450edef68
* Merge 1436401 from trunk:Joe Orton2013-01-221-4/+4
| | | | | | | | | | * support/htcacheclean.c (main): Ensure -p was used before attempting to process URL arguments. Reviewed by: jorton, rpluem, rjung git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1436846 13f79535-47bb-0310-9956-ffa450edef68
* htcacheclean: Fix list options "-a" and "-A".Rainer Jung2013-01-151-1/+1
| | | | | | | | | | | Without the fix output is empty because there's no filetype without APR_FINFO_TYPE. The options are new in 2.4. Backport of r1433001 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1433393 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1331110 from trunk:Jim Jagielski2013-01-081-14/+3
| | | | | | | | | | | | | | | | Replace use of apr_file_write() with apr_file_write_full() to prevent incomplete writes. Add comments in some places where error handling/logging is missing. PR: 53131. Submitted by: Nicolas Viennot <apache viennot biz>, Stefan Fritsch Submitted by: sf Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1430514 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1422937 from trunk:Jim Jagielski2013-01-081-4/+11
| | | | | | | | | | | | | | | | | | | ab: add the possibility to define a socket timeout (-s timeout) [Guido Serra <zeph fsfe org>] Also some changes In usage(): - reword -t option to be more clear with the new -s - add missing -q - add the new -s option - reword some options to better match online documentation ab.xml claimed that -s was already there, but nothing in the code looks like that. So, I guess it only landed on the online doc... Submitted by: jailletc36 Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1430300 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1422135 from trunk:Jim Jagielski2013-01-081-1/+1
| | | | | | | | | httxt2dbm: Correct length computation for the 'value' stored in the DBM file PR 47650 Submitted by: jailletc36 Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1430298 13f79535-47bb-0310-9956-ffa450edef68
* htdbm:Rainer Jung2012-12-122-22/+21
| | | | | | | | | | | | | | - Add vxl to getopt - Remove "-C" from usage for -x and -l - Add space between -C and "cost" - Usage reorder and sync with htpasswd htpasswd: - Usage reorder and sync with htdbm Backport of r1420644 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1420925 13f79535-47bb-0310-9956-ffa450edef68
* Start refactoring of htpasswd and htdbmRainer Jung2012-12-119-563/+666
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move many common code parts into separate source file. This adds some of htpasswd's recent improvements to htdbm. - Rework salt generation to use the full 48bit of entropy for MD5 Previously, it would only generate 2^32 different salts on a given platform. - Use apr_getopt(). Submitted by: sf Backport of r1395253 from trunk. Add passwd_common.c build support for Windows and Netware Submitted by: sf Backport of r1395254 from trunk. Add support for bcrypt (requires apr-util 1.5 or higher). PR: 49288 Submitted by: sf Backport of r1395255 from trunk. Optionally read passwords from stdin as more secure alternative to -b. PR: 40243 Submitted by: Adomas Paltanavicius <adomas paltanavicius gmail com>, sf Backport of r1395256 from trunk. Submitted by: Adomas Paltanavicius <adomas paltanavicius gmail com>, sf Removed __func__ usage which is c99. Submitted by: sf Backport of r1395792 from trunk. All of the above backported by: sf All of the above reviewed by: sf, gsmith, rjung fix unresolved external symbol __imp__UuidCreate error Submitted by: gsmith Backported by: gsmith Reviewed by: gsmith, rjung Backport of r1419084 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1420084 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1337344, r1378178, r1397636, r1398025, r1398040, r1398481, r1407004, ↵Jim Jagielski2012-12-032-11/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r1407006, r1407088, r1407528 from trunk: * support/suexec.c: Add gcc format-string attributes to logging functions. (main): Always print uid/gid as unsigned long, and cast to avoid warnings (which somewhat defeats the point of the format string attrs, but is necessary since the size of gid/uid varies). remove an unnecessary check in a nest loop of ap_create_environment() s/;;/;/ No need to test for NULL before calling apr_pstrdup. No need it apr_pcalloc here, the memory is fully initialized the line just after cppCheck: unreadVariable - 'serviceFlag' is not used in the function, so remove it Remove unused code. "Next week" hasn't happened in the last 10 years or so. log client error at level debug, log broken Host header value remove some more old unused code remove obsolete comment from 1.3 days Submitted by: jorton, pqf, jailletc36, jailletc36, jailletc36, jailletc36, sf, sf, sf, sf Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1416581 13f79535-47bb-0310-9956-ffa450edef68
* Merge 1409726 from trunk:Joe Orton2012-12-031-1/+1
| | | | | | | | | | | * support/rotatelogs.c (post_rotate): Really omit the second arg when invoking a post-rotate program, rather than passing an empty arg. (Fixes to code match desired&documented behaviour.) Reviewed by: jorton, jim, sf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1416406 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1395225 from trunk:Jim Jagielski2012-10-221-4/+25
| | | | | | | | | | | | | | | | | Allow forced setting of TLS1.1 and TLS1.2 protocols with the -f command-line switch, and adapt the output to more accurately report what SSL/TLS protocol was negotiated (use SSL_get_version() instead of SSL_CIPHER_get_version()). PR: 53916 Submitted by: Nicolás Pernas Maradei <nico emutex com> Reviewed/amended by: Kaspar Brand Submitted by: kbrand Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1400946 13f79535-47bb-0310-9956-ffa450edef68
* backport r1385216, r1387610 from trunk:Jim Jagielski2012-09-261-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Spin off module-specific build options into separate build vars. [second try, supersedes r1385214] Add MOD_CFLAGS, MOD_LDFLAGS variables etc. to the build commands, which are available to modules for customization on a per-subdir basis (by adding definitions to modules.mk). Reduces the risk of side-effects when a module needs to add CFLAGS, LDFLAGS etc. and these would be added to the global settings (ALL_CFLAGS etc.). Adapt build settings for mod_ssl, mod_socache_dc, mod_deflate, mod_xml2enc, mod_proxy_html, and mod_lua to use the new MOD_xxx build variables. Change PICFLAGS, SHLTCFLAGS and LTCFLAGS into config vars, instead of AC_SUBSTing them in build/rules.mk.in. For support/ab, introduce ab_CFLAGS and ab_LDFLAGS, and define explicit make targets where they appear at the proper position in the build commands. Consistently use "--with-xxx=PATH" in configure help strings which are used to specify a path to the installation directory of an auxiliary package. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1390518 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1364133, r1371791 from trunk:Jim Jagielski2012-08-141-2/+14
| | | | | | | | | | | | | | | When -B is specified, search for a host address in the same family as the specified outbound interface. If impossible, fail at name resolution instead of bind(). ab: Fix read failure when targeting SSL server. Submitted by: trawick Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1373084 13f79535-47bb-0310-9956-ffa450edef68
* htpasswd: Use correct file mode for checking if file is writable.Rainer Jung2012-08-131-2/+2
| | | | | | | | | | | | | | Also switch to the non-deprecated APR_FOPEN_* flags. PR: 45923 Backport of r1369618 from trunk. Submitted by: sf Reviewed by: rjung, trawick, humbedooh Backported by: rjung git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1372373 13f79535-47bb-0310-9956-ffa450edef68
* * apxs: Make apxs use LDFLAGS from config_vars.mk in addition toJim Jagielski2012-07-251-1/+4
| | | | | | | | | | | CFLAGS and CPPFLAGS. trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1343094 2.4.x patch: trunk patch works +1: rjung, humbedooh, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1365532 13f79535-47bb-0310-9956-ffa450edef68
* * htpasswd: Note more prominently that SHA and crypt are insecure.Jim Jagielski2012-07-251-2/+3
| | | | | | | | | | trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1352910 2.4.x patch: trunk patch works +1: rjung, humbedooh, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1365528 13f79535-47bb-0310-9956-ffa450edef68
* Encourage best practice in Perl scripts (use strict, warnings).Rainer Jung2012-07-231-4/+7
| | | | | | | | | | | Backport of r1335882 and r1325724 from trunk. Submitted by: rbowen Reviewed by: rjung, humbedooh Backported by: rjung git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1364713 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1351737 from trunk:Joe Orton2012-07-231-9/+13
| | | | | | | | | | * support/ab.c (test, start_connect): Only bind the local end of the socket (and look up an address for it) if -B is specified. Reviewed by: trawick, rjung, jorton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1364674 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1346905: Stefan Fritsch2012-07-032-2/+25
| | | | | | | | | htdbm/htpasswd: fix handling of crypt() failures. Reviewed by: jorton, covener, sf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1356887 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1325218,1325227,1325250,1325265,1325275,Stefan Fritsch2012-04-281-45/+43
| | | | | | | | | | | | | add CHANGES entry: log_server_status: Bring Perl style forward to the present, use standard modules, update for new format of server-status output. Submitted by: rbowen, Dave Brondsema, igalic, humbedooh Reviewed by: rbowen, jim, sf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1331851 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1296428 from trunk:Jim Jagielski2012-03-081-1/+5
| | | | | | | | | | | | | Fix insecure handling of LD_LIBRARY_PATH that could lead to the current working directory to be searched for DSOs CVE-2012-0883 Submitted by: sf Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1298453 13f79535-47bb-0310-9956-ffa450edef68
* Um. I'm sorry. That's the wrong spot.Rich Bowen2012-02-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238929 13f79535-47bb-0310-9956-ffa450edef68
* Make apachectl -h aware of status, fullstatus, and configtest.Rich Bowen2012-02-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238926 13f79535-47bb-0310-9956-ffa450edef68
* Backport:Graham Leggett2011-12-201-4/+4
| | | | | | | | Move ab, logresolve, httxt2dbm and apxs to bin from sbin, along with corresponding man pages. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1221299 13f79535-47bb-0310-9956-ffa450edef68