Changesets: bareos

master 621965a7

2013-10-07 09:10

mvwieringen

Ported: N/A

Details Diff
Update README.md with important new stuff in 13.3.x
mod - README.md Diff File

bareos-13.2 c615e720

2013-10-02 21:36

Marco van Wieringen

Ported: N/A

Details Diff
Move plugins to new layout.
mod - autoconf/configure.in Diff File
mod - configure Diff File
mod - platforms/win32/winbareos32.spec Diff File
mod - platforms/win32/winbareos64.spec Diff File
rm - src/plugins/Makefile Diff File
mod - src/win32/plugins/Makefile Diff File

bareos-13.2 bc044d04

2013-10-02 19:36

mvwieringen

Ported: N/A

Details Diff
Move plugins to new layout.
mod - autoconf/configure.in Diff File
mod - configure Diff File
mod - platforms/win32/winbareos32.spec Diff File
mod - platforms/win32/winbareos64.spec Diff File
rm - src/plugins/Makefile Diff File
mod - src/win32/plugins/Makefile Diff File

master 1a9e4cd2

2013-10-02 15:11

mvwieringen

Ported: N/A

Details Diff
Fix problem with copy/migrate jobs.

Now we select the right catalog and not always set a pool override of
the catalog we run into a crash in set_jcr_defaults as that now
derefences the job->client pointer which for copy/migrate jobs may not
have been set. This patch adds an extra catalog override method to
allow you to set a job specfic catalog setting. If none is set the
default (first) catalog is choosen for the copy/migration Job.
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/dird/job.c Diff File

bareos-13.2 68e6fa85

2013-10-01 15:54

Marco van Wieringen

Ported: N/A

Details Diff
When using multiple catalogs always the first is chosen.

With the introduction of the autoselection of the right catalog when
none is selected we also auto select a catalog in the pool resource.
That is of course wrong as that means every pool always has an
explicit override of the catalog to use to the first catalog which
makes the override in the client useless.

Fixes 0000229: When using multiple catalogs always the first is chosen.
mod - src/dird/dird_conf.c Diff File

bareos-12.4 d8191b14

2013-10-01 13:54

mvwieringen

Ported: N/A

Details Diff
When using multiple catalogs always the first is chosen.

With the introduction of the autoselection of the right catalog when
none is selected we also auto select a catalog in the pool resource.
That is of course wrong as that means every pool always has an
explicit override of the catalog to use to the first catalog which
makes the override in the client useless.

Fixes 0000229: When using multiple catalogs always the first is chosen.
Affected Issues
0000229
mod - src/dird/dird_conf.c Diff File

bareos-13.2 5b9f9f57

2013-10-01 13:54

mvwieringen

Ported: N/A

Details Diff
When using multiple catalogs always the first is chosen.

With the introduction of the autoselection of the right catalog when
none is selected we also auto select a catalog in the pool resource.
That is of course wrong as that means every pool always has an
explicit override of the catalog to use to the first catalog which
makes the override in the client useless.

Fixes 0000229: When using multiple catalogs always the first is chosen.
Affected Issues
0000229
mod - src/dird/dird_conf.c Diff File

master feef1bbc

2013-10-01 13:50

mvwieringen

Ported: N/A

Details Diff
When using multiple catalogs always the first is chosen.

With the introduction of the autoselection of the right catalog when
none is selected we also auto select a catalog in the pool resource.
That is of course wrong as that means every pool always has an
explicit override of the catalog to use to the first catalog which
makes the override in the client useless.

Fixes 0000229: When using multiple catalogs always the first is chosen.
Affected Issues
0000229
mod - src/dird/dird_conf.c Diff File

master d72c5178

2013-10-01 10:12

Marco van Wieringen

Ported: N/A

Details Diff
See if enabling hardening on Ubuntu is now fixed.

We remove the unsetting of the LDFLAGS so on Ubuntu it should now start
using the default hardening flags again.
mod - debian/rules Diff File

master d6bf486f

2013-10-01 08:12

mvwieringen

Ported: N/A

Details Diff
See if enabling hardening on Ubuntu is now fixed.

We remove the unsetting of the LDFLAGS so on Ubuntu it should now start
using the default hardening flags again.
mod - debian/rules Diff File

master 144e8f3c

2013-10-01 08:12

mvwieringen

Ported: N/A

Details Diff
See if enabling hardening on Ubuntu is now fixed.

We remove the unsetting of the LDFLAGS so on Ubuntu it should now start
using the default hardening flags again.
mod - debian/rules Diff File

master 21b23fa3

2013-09-30 22:32

mvwieringen

Ported: N/A

Details Diff
Fix to get ride of last MAXSTRING variables.

And fixes to make testfind work again after some time. As no one
probably uses this ever it was broken for some time already.
mod - src/dird/testfind.c Diff File
mod - src/qt-console/restore/restore.cpp Diff File

master 1e036223

2013-09-30 20:07

mvwieringen

Ported: N/A

Details Diff
Fix problems in qt programs with new config engine.
mod - src/console/console_conf.c Diff File
mod - src/qt-console/bat_conf.cpp Diff File
mod - src/qt-tray-monitor/tray_conf.cpp Diff File

master 4d771cb9

2013-09-30 19:23

mvwieringen

Ported: N/A

Details Diff
Enable __builtin_va_copy on mingw.
mod - src/win32/compat/include/mingwconfig.h Diff File

master d2ce847c

2013-09-29 10:53

mvwieringen

Ported: N/A

Details Diff
Updated version to 13.4.0
mod - configure Diff File
mod - platforms/packaging/bareos-Debian_6.0.dsc Diff File
mod - platforms/packaging/bareos-Debian_7.0.dsc Diff File
mod - platforms/packaging/bareos-Univention_3.1.dsc Diff File
mod - platforms/packaging/bareos-xUbuntu_10.04.dsc Diff File
mod - platforms/packaging/bareos-xUbuntu_12.04.dsc Diff File
mod - platforms/packaging/bareos.changes Diff File
mod - platforms/packaging/bareos.spec Diff File
mod - platforms/win32/winbareos-nsi.spec Diff File
mod - platforms/win32/winbareos32.spec Diff File
mod - platforms/win32/winbareos64.spec Diff File
mod - src/include/version.h Diff File

master 0689de6e

2013-09-29 09:57

mvwieringen

Ported: N/A

Details Diff
Get ride of the dreaded my_compare function.

Give the function a somewhat better name so you at least get a clue as
to what its doing.
mod - src/dird/ua_status.c Diff File
mod - src/stored/vol_mgr.c Diff File

bareos-13.2 ba23c5d9

2013-09-28 19:23

Marco van Wieringen

Ported: N/A

Details Diff
Fix some complains by NSIS.

And document why we have two libgcc names (32/64 bits).
mod - platforms/win32/winbareos.nsi Diff File

master 3242efe7

2013-09-28 17:23

mvwieringen

Ported: N/A

Details Diff
Fix some complains by NSIS.

And document why we have two libgcc names (32/64 bits).
mod - platforms/win32/winbareos.nsi Diff File

bareos-12.4 cf557e06

2013-09-28 17:23

mvwieringen

Ported: N/A

Details Diff
Fix some complains by NSIS.

And document why we have two libgcc names (32/64 bits).
mod - platforms/win32/winbareos.nsi Diff File

bareos-13.2 10cefebe

2013-09-28 17:23

mvwieringen

Ported: N/A

Details Diff
Fix some complains by NSIS.

And document why we have two libgcc names (32/64 bits).
mod - platforms/win32/winbareos.nsi Diff File

master d6a687f0

2013-09-28 16:51

mvwieringen

Ported: N/A

Details Diff
Fix error.
mod - platforms/win32/winbareos.nsi Diff File

bareos-13.2 ca5393c1

2013-09-28 13:32

Marco van Wieringen

Ported: N/A

Details Diff
Fix windows installer.

Explicitly do SetOutPath to the right directory for all sections
so files end up in the right directory and not in the last set output
dir. Also autoselect the install of the plugins. And some cleanup of
old debug and unneeded comments.
mod - platforms/win32/winbareos.nsi Diff File

master 91d558e3

2013-09-28 11:32

mvwieringen

Ported: N/A

Details Diff
Fix windows installer.

Explicitly do SetOutPath to the right directory for all sections
so files end up in the right directory and not in the last set output
dir. Also autoselect the install of the plugins. And some cleanup of
old debug and unneeded comments.
mod - platforms/win32/winbareos.nsi Diff File

bareos-12.4 b1f04233

2013-09-28 11:32

mvwieringen

Ported: N/A

Details Diff
Fix windows installer.

Explicitly do SetOutPath to the right directory for all sections
so files end up in the right directory and not in the last set output
dir. Also autoselect the install of the plugins. And some cleanup of
old debug and unneeded comments.
mod - platforms/win32/winbareos.nsi Diff File

bareos-13.2 a056fa1b

2013-09-28 11:32

mvwieringen

Ported: N/A

Details Diff
Fix windows installer.

Explicitly do SetOutPath to the right directory for all sections
so files end up in the right directory and not in the last set output
dir. Also autoselect the install of the plugins. And some cleanup of
old debug and unneeded comments.
mod - platforms/win32/winbareos.nsi Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 611 612 613 614 615 616 617 ... 641 642 643  Next  Last