Changesets: bareos2015
bareos-14.2 60c45244 2013-10-07 11:27 Ported: N/A Details Diff |
Fix typo. | ||
mod - README.md | Diff File | ||
bareos-13.2 100050bd 2013-10-07 11:21 Ported: N/A Details Diff |
Update README.md with important new stuff in 13.2.x | ||
mod - README.md | Diff File | ||
bareos-14.2 a956a23a 2013-10-07 11:10 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 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-14.2 f198f377 2013-10-02 17:11 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 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-12.4 30f9619f 2013-10-01 15:54 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-14.2 f0e89655 2013-10-01 15:50 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-14.2 d72c5178 2013-10-01 10:12 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 | ||
bareos-14.2 05343ab4 2013-09-29 12:53 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 | ||
bareos-14.2 a5d36747 2013-09-29 11:57 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-14.2 8756213b 2013-09-28 19:23 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 ba23c5d9 2013-09-28 19:23 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 16d55723 2013-09-28 19:23 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-14.2 2c512a90 2013-09-28 18:51 Ported: N/A Details Diff |
Fix error. | ||
mod - platforms/win32/winbareos.nsi | Diff File | ||
bareos-14.2 c36d8c73 2013-09-28 13:32 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 ca5393c1 2013-09-28 13:32 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 ed655db4 2013-09-28 13:32 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-14.2 818350c1 2013-09-27 19:33 Ported: N/A Details Diff |
Fix two compile errors on AIX. | ||
mod - src/findlib/acl.c | Diff File | ||
bareos-13.2 a72b2931 2013-09-27 19:33 Ported: N/A Details Diff |
Fix two compile errors on AIX. | ||
mod - src/findlib/acl.c | Diff File | ||
bareos-12.4 ca42134a 2013-09-27 19:33 Ported: N/A Details Diff |
Fix two compile errors on AIX. | ||
mod - src/findlib/acl.c | Diff File | ||
bareos-14.2 7aa6e3e8 2013-09-27 16:22 Committer: mvwieringen Ported: N/A Details Diff |
Allow upgrade on windows Now we check if bareos is already installed on the windows machine. If so, we call the uninstaller of the previous version and install ourselves afterwards. The newer uninstaller keep the configuration files as the uninstaller is called accordingly. The dialogs for parametrizing the configuration and the dialog for the config snipped are not shown, as the existing configuration files will be used. Still the user has to choose the same components during the upgrade as were installed before. fixes 0000225: Windows installer can't upgrade in place |
Affected Issues 0000225 |
|
mod - platforms/win32/winbareos.nsi | Diff File | ||
bareos-13.2 1658a64e 2013-09-27 16:22 Committer: mvwieringen Ported: N/A Details Diff |
Allow upgrade on windows Now we check if bareos is already installed on the windows machine. If so, we call the uninstaller of the previous version and install ourselves afterwards. The newer uninstaller keep the configuration files as the uninstaller is called accordingly. The dialogs for parametrizing the configuration and the dialog for the config snipped are not shown, as the existing configuration files will be used. Still the user has to choose the same components during the upgrade as were installed before. fixes 0000225: Windows installer can't upgrade in place |
Affected Issues 0000225 |
|
mod - platforms/win32/winbareos.nsi | Diff File | ||
bareos-12.4 77978c2d 2013-09-27 16:22 Committer: mvwieringen Ported: N/A Details Diff |
Allow upgrade on windows Now we check if bareos is already installed on the windows machine. If so, we call the uninstaller of the previous version and install ourselves afterwards. The newer uninstaller keep the configuration files as the uninstaller is called accordingly. The dialogs for parametrizing the configuration and the dialog for the config snipped are not shown, as the existing configuration files will be used. Still the user has to choose the same components during the upgrade as were installed before. fixes 0000225: Windows installer can't upgrade in place |
Affected Issues 0000225 |
|
mod - platforms/win32/winbareos.nsi | Diff File | ||
bareos-14.2 8f9ecc3d 2013-09-27 16:22 Ported: N/A Details Diff |
Add the new mssqlvdi plugin to the windows installer. Fixes 0000199: Plugin to do backup of Microsoft Sql Server (mssql) server |
Affected Issues 0000199 |
|
mod - platforms/win32/winbareos-nsi.spec | Diff File | ||
mod - platforms/win32/winbareos.nsi | Diff File | ||
mod - platforms/win32/winbareos32.spec | Diff File | ||
mod - platforms/win32/winbareos64.spec | Diff File |