Skip to content
Snippets Groups Projects
Commit 7ed1b434 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Imported Bugzilla 3.2.9.

parent 90360bf9
No related branches found
No related tags found
No related merge requests found
Showing
with 83 additions and 81 deletions
6396 6403
\ No newline at end of file \ No newline at end of file
/PatchReader.pm/1.5.2.1/Sun Jun 29 17:38:03 2008//TBUGZILLA-3_2_8 /PatchReader.pm/1.5.2.1/Sun Jun 29 17:38:03 2008//TBUGZILLA-3_2_9
D D
NBUGZILLA-3_2_8 NBUGZILLA-3_2_9
/Login.pm/1.1/Fri May 12 02:41:05 2006//TBUGZILLA-3_2_8 /Login.pm/1.1/Fri May 12 02:41:05 2006//TBUGZILLA-3_2_9
/Verify.pm/1.7/Wed May 23 18:05:49 2007//TBUGZILLA-3_2_8 /Verify.pm/1.7/Wed May 23 18:05:49 2007//TBUGZILLA-3_2_9
D/Login//// D/Login////
D/Persist//// D/Persist////
D/Verify//// D/Verify////
NBUGZILLA-3_2_8 NBUGZILLA-3_2_9
/CGI.pm/1.8.2.4/Sat Oct 4 20:04:50 2008//TBUGZILLA-3_2_8 /CGI.pm/1.8.2.4/Sat Oct 4 20:04:50 2008//TBUGZILLA-3_2_9
/Cookie.pm/1.5/Wed Jul 5 23:42:47 2006//TBUGZILLA-3_2_8 /Cookie.pm/1.5/Wed Jul 5 23:42:47 2006//TBUGZILLA-3_2_9
/Env.pm/1.4/Mon Jul 3 21:42:46 2006//TBUGZILLA-3_2_8 /Env.pm/1.4/Mon Jul 3 21:42:46 2006//TBUGZILLA-3_2_9
/Stack.pm/1.1/Fri May 12 02:41:06 2006//TBUGZILLA-3_2_8 /Stack.pm/1.1/Fri May 12 02:41:06 2006//TBUGZILLA-3_2_9
D D
NBUGZILLA-3_2_8 NBUGZILLA-3_2_9
/Cookie.pm/1.5.4.3/Tue Jan 20 20:10:08 2009//TBUGZILLA-3_2_8 /Cookie.pm/1.5.4.3/Tue Jan 20 20:10:08 2009//TBUGZILLA-3_2_9
D D
NBUGZILLA-3_2_8 NBUGZILLA-3_2_9
/DB.pm/1.7.4.1/Fri Sep 12 15:12:20 2008//TBUGZILLA-3_2_8 /DB.pm/1.7.4.1/Fri Sep 12 15:12:20 2008//TBUGZILLA-3_2_9
/LDAP.pm/1.17.2.1/Mon Oct 20 18:37:38 2008//TBUGZILLA-3_2_8 /LDAP.pm/1.17.2.1/Mon Oct 20 18:37:38 2008//TBUGZILLA-3_2_9
/RADIUS.pm/1.1/Thu Aug 2 22:38:37 2007//TBUGZILLA-3_2_8 /RADIUS.pm/1.1/Thu Aug 2 22:38:37 2007//TBUGZILLA-3_2_9
/Stack.pm/1.1/Fri May 12 02:41:14 2006//TBUGZILLA-3_2_8 /Stack.pm/1.1/Fri May 12 02:41:14 2006//TBUGZILLA-3_2_9
D D
NBUGZILLA-3_2_8 NBUGZILLA-3_2_9
...@@ -172,7 +172,8 @@ sub multipart_init { ...@@ -172,7 +172,8 @@ sub multipart_init {
} }
# Set the MIME boundary and content-type # Set the MIME boundary and content-type
my $boundary = $param{'-boundary'} || '------- =_aaaaaaaaaa0'; my $boundary = $param{'-boundary'}
|| '------- =_' . generate_random_password(16);
delete $param{'-boundary'}; delete $param{'-boundary'};
$self->{'separator'} = "\r\n--$boundary\r\n"; $self->{'separator'} = "\r\n--$boundary\r\n";
$self->{'final_separator'} = "\r\n--$boundary--\r\n"; $self->{'final_separator'} = "\r\n--$boundary--\r\n";
......
/.cvsignore/1.1/Mon Aug 26 22:24:55 2002//TBUGZILLA-3_2_8 /.cvsignore/1.1/Mon Aug 26 22:24:55 2002//TBUGZILLA-3_2_9
/Attachment.pm/1.56/Mon Feb 4 13:29:29 2008//TBUGZILLA-3_2_8 /Attachment.pm/1.56/Mon Feb 4 13:29:29 2008//TBUGZILLA-3_2_9
/Auth.pm/1.20.4.1/Tue Jan 20 20:10:06 2009//TBUGZILLA-3_2_8 /Auth.pm/1.20.4.1/Tue Jan 20 20:10:06 2009//TBUGZILLA-3_2_9
/Bug.pm/1.241.2.22/Wed Jul 8 13:56:51 2009//TBUGZILLA-3_2_8 /Bug.pm/1.241.2.22/Wed Jul 8 13:56:51 2009//TBUGZILLA-3_2_9
/BugMail.pm/1.118.2.3/Mon Dec 29 00:35:57 2008//TBUGZILLA-3_2_8 /BugMail.pm/1.118.2.3/Mon Dec 29 00:35:57 2008//TBUGZILLA-3_2_9
/CGI.pm/1.36.2.5/Mon Feb 2 18:23:43 2009//TBUGZILLA-3_2_8 /CGI.pm/1.36.2.6/Tue Nov 2 23:37:45 2010//TBUGZILLA-3_2_9
/Chart.pm/1.16/Fri Oct 19 06:46:14 2007//TBUGZILLA-3_2_8 /Chart.pm/1.16/Fri Oct 19 06:46:14 2007//TBUGZILLA-3_2_9
/Classification.pm/1.11/Tue Dec 19 08:38:49 2006//TBUGZILLA-3_2_8 /Classification.pm/1.11/Tue Dec 19 08:38:49 2006//TBUGZILLA-3_2_9
/Component.pm/1.16/Thu Oct 11 23:07:22 2007//TBUGZILLA-3_2_8 /Component.pm/1.16/Thu Oct 11 23:07:22 2007//TBUGZILLA-3_2_9
/Config.pm/1.74.2.1/Wed Dec 24 19:08:58 2008//TBUGZILLA-3_2_8 /Config.pm/1.74.2.1/Wed Dec 24 19:08:58 2008//TBUGZILLA-3_2_9
/Constants.pm/1.92.2.26/Fri Aug 6 01:20:28 2010//TBUGZILLA-3_2_8 /Constants.pm/1.92.2.29/Wed Nov 3 00:48:52 2010//TBUGZILLA-3_2_9
/DB.pm/1.112.2.2/Fri Oct 17 13:36:01 2008//TBUGZILLA-3_2_8 /DB.pm/1.112.2.2/Fri Oct 17 13:36:01 2008//TBUGZILLA-3_2_9
/Error.pm/1.23.2.1/Tue May 27 22:11:56 2008//TBUGZILLA-3_2_8 /Error.pm/1.23.2.1/Tue May 27 22:11:56 2008//TBUGZILLA-3_2_9
/Field.pm/1.31/Mon Feb 25 16:06:25 2008//TBUGZILLA-3_2_8 /Field.pm/1.31/Mon Feb 25 16:06:25 2008//TBUGZILLA-3_2_9
/Flag.pm/1.95.2.2/Wed Aug 27 20:50:23 2008//TBUGZILLA-3_2_8 /Flag.pm/1.95.2.2/Wed Aug 27 20:50:23 2008//TBUGZILLA-3_2_9
/FlagType.pm/1.38.2.1/Wed Sep 17 03:57:05 2008//TBUGZILLA-3_2_8 /FlagType.pm/1.38.2.1/Wed Sep 17 03:57:05 2008//TBUGZILLA-3_2_9
/Group.pm/1.22.2.1/Wed Jul 22 19:33:29 2009//TBUGZILLA-3_2_8 /Group.pm/1.22.2.1/Wed Jul 22 19:33:29 2009//TBUGZILLA-3_2_9
/Hook.pm/1.14.2.7/Thu Dec 18 17:19:26 2008//TBUGZILLA-3_2_8 /Hook.pm/1.14.2.7/Thu Dec 18 17:19:26 2008//TBUGZILLA-3_2_9
/Install.pm/1.17/Wed Nov 28 16:35:57 2007//TBUGZILLA-3_2_8 /Install.pm/1.17/Wed Nov 28 16:35:57 2007//TBUGZILLA-3_2_9
/Keyword.pm/1.7/Tue Sep 5 19:18:26 2006//TBUGZILLA-3_2_8 /Keyword.pm/1.7/Tue Sep 5 19:18:26 2006//TBUGZILLA-3_2_9
/Mailer.pm/1.20.2.4/Sun Feb 22 00:45:22 2009//TBUGZILLA-3_2_8 /Mailer.pm/1.20.2.4/Sun Feb 22 00:45:22 2009//TBUGZILLA-3_2_9
/Milestone.pm/1.12/Fri Jan 18 15:56:54 2008//TBUGZILLA-3_2_8 /Milestone.pm/1.12/Fri Jan 18 15:56:54 2008//TBUGZILLA-3_2_9
/Object.pm/1.23.2.2/Wed Aug 4 22:22:01 2010//TBUGZILLA-3_2_8 /Object.pm/1.23.2.2/Wed Aug 4 22:22:01 2010//TBUGZILLA-3_2_9
/Product.pm/1.26.2.2/Wed Aug 4 22:04:01 2010//TBUGZILLA-3_2_8 /Product.pm/1.26.2.2/Wed Aug 4 22:04:01 2010//TBUGZILLA-3_2_9
/Search.pm/1.159.2.8/Wed Aug 4 21:51:48 2010//TBUGZILLA-3_2_8 /Search.pm/1.159.2.8/Wed Aug 4 21:51:48 2010//TBUGZILLA-3_2_9
/Series.pm/1.16.2.1/Fri Aug 22 15:36:22 2008//TBUGZILLA-3_2_8 /Series.pm/1.16.2.1/Fri Aug 22 15:36:22 2008//TBUGZILLA-3_2_9
/Status.pm/1.7/Tue Feb 12 01:32:51 2008//TBUGZILLA-3_2_8 /Status.pm/1.7/Tue Feb 12 01:32:51 2008//TBUGZILLA-3_2_9
/Template.pm/1.89.2.4/Wed Aug 4 22:22:01 2010//TBUGZILLA-3_2_8 /Template.pm/1.89.2.4/Wed Aug 4 22:22:01 2010//TBUGZILLA-3_2_9
/Token.pm/1.55.2.2/Mon Feb 9 19:20:40 2009//TBUGZILLA-3_2_8 /Token.pm/1.55.2.2/Mon Feb 9 19:20:40 2009//TBUGZILLA-3_2_9
/Update.pm/1.10/Fri May 2 19:14:13 2008//TBUGZILLA-3_2_8 /Update.pm/1.10/Fri May 2 19:14:13 2008//TBUGZILLA-3_2_9
/User.pm/1.164.2.5/Thu May 21 08:47:20 2009//TBUGZILLA-3_2_8 /User.pm/1.164.2.5/Thu May 21 08:47:20 2009//TBUGZILLA-3_2_9
/Util.pm/1.69.2.9/Fri Mar 6 14:43:40 2009//TBUGZILLA-3_2_8 /Util.pm/1.69.2.9/Fri Mar 6 14:43:40 2009//TBUGZILLA-3_2_9
/Version.pm/1.14/Thu Aug 23 21:31:20 2007//TBUGZILLA-3_2_8 /Version.pm/1.14/Thu Aug 23 21:31:20 2007//TBUGZILLA-3_2_9
/WebService.pm/1.9.2.4/Wed Nov 26 01:24:14 2008//TBUGZILLA-3_2_8 /WebService.pm/1.9.2.4/Wed Nov 26 01:24:14 2008//TBUGZILLA-3_2_9
D/Attachment//// D/Attachment////
D/Auth//// D/Auth////
D/Config//// D/Config////
......
NBUGZILLA-3_2_8 NBUGZILLA-3_2_9
/Admin.pm/1.2/Thu Oct 13 09:04:04 2005//TBUGZILLA-3_2_8 /Admin.pm/1.2/Thu Oct 13 09:04:04 2005//TBUGZILLA-3_2_9
/Attachment.pm/1.3.4.3/Mon Mar 2 01:23:09 2009//TBUGZILLA-3_2_8 /Attachment.pm/1.3.4.3/Mon Mar 2 01:23:09 2009//TBUGZILLA-3_2_9
/Auth.pm/1.3/Thu Aug 2 22:38:39 2007//TBUGZILLA-3_2_8 /Auth.pm/1.3/Thu Aug 2 22:38:39 2007//TBUGZILLA-3_2_9
/BugChange.pm/1.5/Tue Oct 9 10:34:54 2007//TBUGZILLA-3_2_8 /BugChange.pm/1.5/Tue Oct 9 10:34:54 2007//TBUGZILLA-3_2_9
/BugFields.pm/1.5/Mon Sep 10 22:57:00 2007//TBUGZILLA-3_2_8 /BugFields.pm/1.5/Mon Sep 10 22:57:00 2007//TBUGZILLA-3_2_9
/BugMove.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_2_8 /BugMove.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_2_9
/Common.pm/1.21.2.1/Mon Mar 2 01:23:09 2009//TBUGZILLA-3_2_8 /Common.pm/1.21.2.1/Mon Mar 2 01:23:09 2009//TBUGZILLA-3_2_9
/Core.pm/1.9/Thu Apr 3 19:05:37 2008//TBUGZILLA-3_2_8 /Core.pm/1.9/Thu Apr 3 19:05:37 2008//TBUGZILLA-3_2_9
/DependencyGraph.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_2_8 /DependencyGraph.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_2_9
/GroupSecurity.pm/1.8/Mon Aug 7 23:05:00 2006//TBUGZILLA-3_2_8 /GroupSecurity.pm/1.8/Mon Aug 7 23:05:00 2006//TBUGZILLA-3_2_9
/LDAP.pm/1.2/Fri Jun 2 11:52:48 2006//TBUGZILLA-3_2_8 /LDAP.pm/1.2/Fri Jun 2 11:52:48 2006//TBUGZILLA-3_2_9
/MTA.pm/1.16/Fri Mar 14 00:05:35 2008//TBUGZILLA-3_2_8 /MTA.pm/1.16/Fri Mar 14 00:05:35 2008//TBUGZILLA-3_2_9
/PatchViewer.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_2_8 /PatchViewer.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_2_9
/Query.pm/1.5/Tue Jul 3 16:22:01 2007//TBUGZILLA-3_2_8 /Query.pm/1.5/Tue Jul 3 16:22:01 2007//TBUGZILLA-3_2_9
/RADIUS.pm/1.1/Thu Aug 2 22:38:39 2007//TBUGZILLA-3_2_8 /RADIUS.pm/1.1/Thu Aug 2 22:38:39 2007//TBUGZILLA-3_2_9
/ShadowDB.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_2_8 /ShadowDB.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_2_9
/UserMatch.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_2_8 /UserMatch.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_2_9
D D
NBUGZILLA-3_2_8 NBUGZILLA-3_2_9
...@@ -160,7 +160,7 @@ use File::Basename; ...@@ -160,7 +160,7 @@ use File::Basename;
# CONSTANTS # CONSTANTS
# #
# Bugzilla version # Bugzilla version
use constant BUGZILLA_VERSION => "3.2.8"; use constant BUGZILLA_VERSION => "3.2.9";
# These are unique values that are unlikely to match a string or a number, # These are unique values that are unlikely to match a string or a number,
# to be used in criteria for match() functions and other things. They start # to be used in criteria for match() functions and other things. They start
...@@ -474,6 +474,7 @@ sub bz_locations { ...@@ -474,6 +474,7 @@ sub bz_locations {
'datadir' => "$libpath/$datadir", 'datadir' => "$libpath/$datadir",
'attachdir' => "$libpath/$datadir/attachments", 'attachdir' => "$libpath/$datadir/attachments",
'skinsdir' => "$libpath/skins", 'skinsdir' => "$libpath/skins",
'graphsdir' => "$libpath/graphs",
# $webdotdir must be in the web server's tree somewhere. Even if you use a # $webdotdir must be in the web server's tree somewhere. Even if you use a
# local dot, we output images to there. Also, if $webdotdir is # local dot, we output images to there. Also, if $webdotdir is
# not relative to the bugzilla root directory, you'll need to # not relative to the bugzilla root directory, you'll need to
......
/Mysql.pm/1.60.2.9/Sun Sep 20 22:34:33 2009//TBUGZILLA-3_2_8 /Mysql.pm/1.60.2.9/Sun Sep 20 22:34:33 2009//TBUGZILLA-3_2_9
/Oracle.pm/1.6.2.8/Tue Oct 21 23:30:47 2008//TBUGZILLA-3_2_8 /Oracle.pm/1.6.2.8/Tue Oct 21 23:30:47 2008//TBUGZILLA-3_2_9
/Pg.pm/1.27/Mon Mar 24 22:47:24 2008//TBUGZILLA-3_2_8 /Pg.pm/1.27/Mon Mar 24 22:47:24 2008//TBUGZILLA-3_2_9
/Schema.pm/1.99.2.1/Wed Nov 5 17:13:09 2008//TBUGZILLA-3_2_8 /Schema.pm/1.99.2.1/Wed Nov 5 17:13:09 2008//TBUGZILLA-3_2_9
D/Schema//// D/Schema////
NBUGZILLA-3_2_8 NBUGZILLA-3_2_9
/Mysql.pm/1.20/Mon Mar 24 22:47:25 2008//TBUGZILLA-3_2_8 /Mysql.pm/1.20/Mon Mar 24 22:47:25 2008//TBUGZILLA-3_2_9
/Oracle.pm/1.5.2.3/Wed Nov 5 17:13:11 2008//TBUGZILLA-3_2_8 /Oracle.pm/1.5.2.3/Wed Nov 5 17:13:11 2008//TBUGZILLA-3_2_9
/Pg.pm/1.15/Tue Dec 11 02:26:49 2007//TBUGZILLA-3_2_8 /Pg.pm/1.15/Tue Dec 11 02:26:49 2007//TBUGZILLA-3_2_9
D D
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment