Changesets: bareos

master 8c4ecbc2

2017-03-21 13:12

Frank Bergkemper

Ported: N/A

Details Diff
Fix OBS Specfile

Sets suse version according to SLE 11 for the a2enmod conditions,
so a2enmod is executed automatically during post install
on SLE 11 as well.
mod - packaging/obs/bareos-webui.spec Diff File

master a93e7628

2017-03-20 16:50

Frank Bergkemper

Ported: N/A

Details Diff
Update jsTree jQuery tree plugin

Updates jsTree from version 3.3.1 to 3.3.3 and also updates
jstreegrid plugin from version 3.4.2 to 3.8.0.
mod - public/css/jstree.css Diff File
mod - public/css/jstree.min.css Diff File
mod - public/js/jstree.js Diff File
mod - public/js/jstree.min.js Diff File
mod - public/js/jstreegrid.js Diff File

master 2c864d9b

2017-03-20 16:31

pstorz

Ported: N/A

Details Diff
Tests: test_fstype: / is not always mounted in obs workers

It seems that only /proc is always mounted and testable in the
obs workers. So we removed the test for "/" so that the
builds don't fail anymore
mod - src/findlib/unittests/fstype_test.c Diff File

bareos-15.2 9e5d0f68

2017-03-20 16:31

pstorz

Ported: N/A

Details Diff
Tests: test_fstype: / is not always mounted in obs workers

It seems that only /proc is always mounted and testable in the
obs workers. So we removed the test for "/" so that the
builds don't fail anymore
mod - src/findlib/unittests/fstype_test.c Diff File

master b18d8845

2017-03-20 16:19

Frank Bergkemper

Ported: N/A

Details Diff
Update composer

Updates composer.phar from version 1.2.1 to 1.4.1.
mod - composer.phar Diff File

master 1dd2bd9b

2017-03-20 15:50

Frank Bergkemper

Ported: N/A

Details Diff
Update Zend Framework 2 components

Updates Zend Framework 2 components from version 2.4.10 to 2.4.11.
mod - vendor/composer/installed.json Diff File
mod - vendor/zendframework/zend-version/src/Version.php Diff File

master 680d296e

2017-03-20 15:17

Frank Bergkemper

Ported: N/A

Details Diff
Update DataTables jQuery plug-in and extensions

This updates DataTables plug-in for the jQuery Javascript library
from version 1.10.12 to version 1.10.13.

It removes the DataTables select extension as it is was only used
during development and updates the buttons extension from version
1.2.1 to version 1.2.4.
mod - module/Storage/view/storage/storage/details.phtml Diff File
add - public/css/buttons.dataTables.css Diff File
add - public/css/buttons.dataTables.min.css Diff File
rm - public/css/datatables-ext.css Diff File
rm - public/css/datatables-ext.min.css Diff File
mod - public/css/datatables.css Diff File
mod - public/css/datatables.min.css Diff File
add - public/js/dataTables.buttons.min.js Diff File
rm - public/js/datatables-ext.min.js Diff File
mod - public/js/datatables.js Diff File
mod - public/js/datatables.min.js Diff File

master ef9eb60f

2017-03-20 13:03

joergs

Ported: N/A

Details Diff
bareos-sd: close network connection if job isn't started

If the Director tries to start a new job on the SD, the SD checks,
if the MaximumConcurrentJobs criteria meet. If not, no new job is
started.
This fix will close the network connection.

Fixes 0000763: some Backups fail after 605 seconds in a schedule of 170 server
Affected Issues
0000763
mod - src/stored/dir_cmd.c Diff File

bareos-15.2 adfecb42

2017-03-20 13:03

joergs

Ported: N/A

Details Diff
bareos-sd: close network connection if job isn't started

If the Director tries to start a new job on the SD, the SD checks,
if the MaximumConcurrentJobs criteria meet. If not, no new job is
started.
This fix will close the network connection.

Fixes 0000763: some Backups fail after 605 seconds in a schedule of 170 server
Affected Issues
0000763
mod - src/stored/dir_cmd.c Diff File

master 875441f6

2017-03-17 18:19

Frank Bergkemper

Ported: N/A

Details Diff
Fix to bugreport 0000692

Fixes 0000692: Postin rpm script contain a2enmod calls, there's no a2enmod on RHEL system
mod - packaging/obs/bareos-webui.spec Diff File

master 3a252c0b

2017-03-16 17:29

Frank Bergkemper

Ported: N/A

Details Diff
Merge branch 'bareos-16.2'
mod - module/Auth/src/Auth/Controller/AuthController.php Diff File

master 455f6b5c

2017-03-16 17:10

Frank Bergkemper

Ported: N/A

Details Diff
Fix to bugreport 0000781

Check if request URI matches against registered Router
to prevent injected arbitrary uri redirects.

Fixes 0000781: Login will redirect to arbitrary urls from req parameter
mod - module/Auth/src/Auth/Controller/AuthController.php Diff File

master bca5a66a

2017-03-16 09:51

stephand


Committer: joergs

Ported: N/A

Details Diff
Fix director crash on incorrect .bvfs_* commands

Incorrect BVFS commands using parameters without equals character
were causing a segementation fault in Bareos director. For example
.bvfs_lsfiles jobid pathid=1234 caused a crash. This has been fixed.
mod - src/dird/ua_dotcmds.c Diff File

bareos-15.2 860863b5

2017-03-16 09:51

stephand


Committer: joergs

Ported: N/A

Details Diff
Fix director crash on incorrect .bvfs_* commands

Incorrect BVFS commands using parameters without equals character
were causing a segementation fault in Bareos director. For example
.bvfs_lsfiles jobid pathid=1234 caused a crash. This has been fixed.
mod - src/dird/ua_dotcmds.c Diff File

master ed63c7e0

2017-03-16 09:51

stephand

Ported: N/A

Details Diff
Fix director crash on incorrect .bvfs_* commands

Incorrect BVFS commands using parameters without equals character
were causing a segementation fault in Bareos director. For example
.bvfs_lsfiles jobid pathid=1234 caused a crash. This has been fixed.
mod - src/dird/ua_dotcmds.c Diff File

master 33727ccd

2017-03-15 18:04

Frank Bergkemper

Ported: N/A

Details Diff
Merge branch 'bareos-16.2'
mod - module/Job/src/Job/Controller/JobController.php Diff File

bareos-16.2 7c38c83c

2017-03-14 18:36

joergs


Committer: pstorz

Ported: N/A

Details Diff
Windows installer: workaround to keep config files

The Bareos Windows installer versions 16.2.4 and 16.2.5 remove legacy
configuration files (eg. bareos-fd.conf), even if "keep old
configuration" is selected. This bug has been fixed, however, when
upgrading from one of this versions, the uninstaller of this versions
still removes the legacy configuration files.
With this commit, the upgrade process backups of the existing configuration files before
calling the uninstaller. After the uninstaller, the configuration files
are copied back to their original location.
mod - platforms/win32/winbareos.nsi Diff File

master 0135c25d

2017-03-13 14:25

joergs

Ported: N/A

Details Diff
bareos-dir reload fix: close configuration files

Close all configuration files, if reloading failed.
mod - src/dird/dird.c Diff File
mod - src/lib/parse_conf.c Diff File

master 138fce07

2017-03-13 13:50

pstorz

Ported: N/A

Details Diff
llist command improvement

This also shows the storage name when executing llist media in api2 mode.

This is a reapply of the older patch ea391e0932ded29e7835fbe7143a9f9c8fc97c3c
as it disappeared during the merge of the database changes.
mod - src/cats/sql_list.c Diff File

master 8e63b63b

2017-03-13 13:27

Joerg Steffens

Ported: N/A

Details Diff
fixed description
mod - bareos/util/path.py Diff File

master b542382b

2017-03-13 13:18

Joerg Steffens

Ported: N/A

Details Diff
Merge branch 'wangchuan2008888-master'
mod - bareos/fuse/node/pool.py Diff File
mod - setup.py Diff File

bareos-16.2 132bb756

2017-03-13 12:42

joergs


Committer: pstorz

Ported: N/A

Details Diff
Windows installer: do not delete configuration on update

This commit fixes a problem in the Windows installer.
Without this patch, on update, even with "keep old configuration" set,
it only keeps the configuration in the configuration directory
structure, like bareos-fd.d/, but deletes the legacy configuration
files like bareos-fd.conf.
mod - platforms/win32/winbareos.nsi Diff File

master 3b015f49

2017-03-09 16:57

Joerg Steffens

Ported: N/A

Details Diff
release notes 16.2.5
mod - manuals/en/main/releasenotes.tex Diff File

master a30f2ff6

2017-03-09 16:31

Joerg Steffens

Ported: N/A

Details Diff
typo
mod - manuals/en/main/coverpage.tex Diff File
mod - manuals/en/main/director-resource-job-definitions.tex Diff File

master 0df41ab7

2017-03-08 09:31

andrew


Committer: Joerg Steffens

Ported: N/A

Details Diff
multidefine do_updatae_stat and do_update
I'm sure it is a misstake
mod - bareos/fuse/node/pool.py Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 431 432 433 434 435 436 437 ... 480 ... 540 ... 600 ... 607 608 609  Next  Last