aboutsummaryrefslogtreecommitdiffstats
path: root/testserver.pl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1079065: [SECURITY] Always use the 3 arguments form for open() to ↵Gervase Markham2015-01-211-3/+3
| | | | | | prevent shell code injection r=dkl,a=glob
* Bug 1040728 - testserver.pl on Ubuntu 12.04 with Apache2 invalidly gives ↵Dylan William Hardison2014-09-031-1/+1
| | | | | | error 'Failed to find the GID for the 'httpd' process' due to truncated command name r=gerv,a=sgreen
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
| | | | r=dkl a=sgreen
* Bug 834770: testserver.pl should support uppercase URLsKoosha Khajeh Moogahi2013-02-031-1/+1
| | | | r/a=LpSolit
* Bug 800964: Unknown dot(.) is present instead of 'T' in console while ↵Frédéric Buclin2012-10-291-1/+2
| | | | | | running testserver.pl on Windows r=wurblzap a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-1/+1
| | | | r=wicked a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-13/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 662070: Use say() instead of print() where appropriateFrédéric Buclin2011-08-171-31/+32
| | | | r=glob a=LpSolit
* Bug 224588: Unify ($^O =~ /MSWin/) checks (always use ON_WINDOWS)mkanat%bugzilla.org2009-09-041-3/+3
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 123165 – Permissions setup option for bugzilla_user==webserver_user ↵wurblzap%gmail.com2009-04-031-4/+8
| | | | | | (suexec). Patch by Marc Schumann <wurblzap@gmail.com>; r/a=mkanat
* Bug 475063: Make the logged-out index.cgi simplermkanat%bugzilla.org2009-02-121-4/+4
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 470442: Only delete tainted environment variables if we're running in ↵mkanat%bugzilla.org2008-12-221-7/+1
| | | | | | taint mode Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 345970 Avoid using the string 'the web'timeless%mozdev.org2007-07-241-6/+6
| | | | | patch by jhulten@tragicallyleet.com r=timeless I've updated it to trunk r=lpsolit a=lpsolit
* Bug 369956: Have testserver.pl report whether or not the server is using ↵justdave%bugzilla.org2007-02-111-2/+2
| | | | | | mod_perl r=mkanat, a=justdave
* Bug 366624: testserver.pl fails to find the GID for the httpd process - ↵lpsolit%gmail.com2007-01-121-1/+7
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 352235: Use Bugzilla->localconfig everywhere instead of :localconfig ↵mkanat%bugzilla.org2006-09-191-7/+2
| | | | | | from Bugzilla::Config Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 345389: Template-Toolkit 2.15 moved Template::Plugin::GD into a separate ↵mkanat%bugzilla.org2006-07-251-0/+8
| | | | | | package Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com2006-06-211-8/+11
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric ↵lpsolit%gmail.com2006-06-201-5/+11
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Spelling in code comments patch: 'involked' -> 'invoked'; patch by Vlad ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | Dascalu <vladd@bugzilla.org>.
* Bug 286724: change testserver.pl to do a simpler check for image creation, ↵gerv%gerv.net2006-01-051-33/+28
| | | | thereby avoiding false negatives. Patch by gerv; r=glob, a=justdave.
* Bug 311091: Remove unused image files ant.jpg and ↵lpsolit%gmail.com2005-10-071-4/+4
| | | | skins/standard/index/front.jpg - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 299468: Unable to run testserver.pl on FreeBSD - Patch by Dennis ↵lpsolit%gmail.com2005-09-151-1/+1
| | | | Melentyev <dennis.melentyev@infopulse.com.ua> r=joel a=justdave
* Bug 280193: Round up places using data/ instead of $datadir - Patch by Marc ↵lpsolit%gmail.com2005-03-231-4/+5
| | | | Schumann <wurblzap@gmail.com> r=LpSolit, a=justdave
* Bug 275705 - better diagnostics for charts. Patch by bugzilla@glob.com.au; ↵gerv%gerv.net2005-03-161-0/+106
| | | | r=gerv, a=myk.
* Patch for bug 277210: Testserver.pl should find apache2/httpd2 as well when ↵jocuri%softhome.net2005-01-161-1/+1
| | | | it looks for webservers; patch by Kieran Lal <kieran@gmail.com> and Colin S. Ogilvie <colin.ogilvie@gmail.com>, r=wurblzap, r=vladd, a=myk.
* Patch for bug 254146: make the error message clear if servertest.pl failed ↵jocuri%softhome.net2004-08-281-2/+4
| | | | to find the GID for HTTPD; patch by Byron Jones (glob) <bugzilla@glob.com.au>; r=joel, a=justdave.
* Bug 245877: Add an installation test suitebugreport%peshkin.net2004-07-221-0/+169
r=gerv a=justdave