Changesets: bareos2015
bareos-14.2 bfebba4f 2014-11-03 14:21 Committer: mvwieringen Ported: N/A Details Diff |
add configure option dynamic-debian-package-list When building packages for Debian, the resulting packages are defined in the file debian/control. This file must exist at the beginning of the build process. As Bareos is build for different plattforms, the resulting packages differ. Therefore configure can overwrite debian/control so that is matches the configured options. However, the Debian project does not allow this file to be changed. Therefore we make this feature optional. The configure default is to keep the static debian/control file. When configure is used with the option --enable-dynamic-debian-package-list debian/control will be overwritten with the template debian/control.in. |
||
mod - autoconf/configure.in | Diff File | ||
mod - debian/Makefile | Diff File | ||
rm - debian/control | Diff File | ||
add - debian/control | Diff File | ||
rm - debian/control.dummy | Diff File | ||
mod - debian/control.in | Diff File | ||
mod - debian/rules | Diff File | ||
bareos-13.2 868b832c 2014-11-03 12:52
Committer: mvwieringen Ported: N/A Details Diff |
set missing keylength for field 'EnvName' Fixes 0000356: BLOB/TEXT column 'EnvName' keylengt is missing mysql Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000356 |
|
mod - src/cats/ddl/creates/mysql.sql | Diff File | ||
bareos-14.2 0e957f7c 2014-10-30 23:22 Ported: N/A Details Diff |
Refactor restore object handling. - Send also FT_PLUGIN_CONFIG restore objects as part of the send_restore_objects() function. - Send override plugin options before sending any restore objects. - send_restore_objects() function got two extra arguments that allow you to pass a JobId and a boolean if it needs to send the global restore objects or the ones specific to the given JobId. - On an incremental and differential backup we lookup the previous Job on which we are based and lookup the restore objects created by that Job and send those to the file daemon so they can be used as information on what config the previous backup either used or generated as information for a next backup. |
||
mod - src/dird/backup.c | Diff File | ||
mod - src/dird/fd_cmds.c | Diff File | ||
mod - src/dird/job.c | Diff File | ||
mod - src/dird/protos.h | Diff File | ||
mod - src/dird/restore.c | Diff File | ||
bareos-13.2 79d94af9 2014-10-30 19:52 Committer: mvwieringen Ported: N/A Details Diff |
Add support for SLE-12 | ||
mod - platforms/packaging/bareos.spec | Diff File | ||
bareos-14.2 d139cae9 2014-10-30 18:27 Ported: N/A Details Diff |
Compile NDMP code with C-compiler and use CFLAGS. | ||
mod - src/ndmp/Makefile.in | Diff File | ||
bareos-13.2 fde0269c 2014-10-30 18:27 Ported: N/A Details Diff |
Compile NDMP code with C-compiler and use CFLAGS. | ||
mod - src/ndmp/Makefile.in | Diff File | ||
bareos-12.4 33e67e56 2014-10-30 18:27 Ported: N/A Details Diff |
Compile NDMP code with C-compiler and use CFLAGS. | ||
mod - src/ndmp/Makefile.in | Diff File | ||
bareos-14.2 b08f1db6 2014-10-29 18:34 Evgeni Golov Committer: mvwieringen Ported: N/A Details Diff |
Add more conflicts against Bacula packages Our binaries have the same names as the ones from Bacula, so add proper Conflicts. Closes: #767058 Thanks: Ralf Treinen <treinen@free.fr> Signed-off-by: Joerg Steffens <joerg.steffens@bareos.com> |
||
mod - debian/control | Diff File | ||
mod - debian/control.in | Diff File | ||
bareos-14.2 9490eac9 2014-10-28 22:17 Committer: mvwieringen Ported: N/A Details Diff |
Support for SLE-12 and OpenSUSE 13.2 in spec | ||
mod - platforms/packaging/bareos.spec | Diff File | ||
bareos-14.2 7c6c4b2b 2014-10-28 11:27 Ported: N/A Details Diff |
Add proper headers to python scripts. | ||
mod - src/plugins/dird/bareos-dir.py.template | Diff File | ||
mod - src/plugins/dird/bareos_dir_consts.py | Diff File | ||
mod - src/plugins/filed/BareosFdPluginBaseclass.py | Diff File | ||
mod - src/plugins/filed/BareosFdPluginLocalFileset.py | Diff File | ||
mod - src/plugins/filed/BareosFdWrapper.py | Diff File | ||
mod - src/plugins/filed/bareos-fd-local-fileset.py | Diff File | ||
mod - src/plugins/filed/bareos-fd-mock-test.py | Diff File | ||
mod - src/plugins/filed/bareos-fd.py.template | Diff File | ||
mod - src/plugins/filed/bareos_fd_consts.py | Diff File | ||
mod - src/plugins/stored/bareos-sd.py.template | Diff File | ||
mod - src/plugins/stored/bareos_sd_consts.py | Diff File | ||
bareos-14.2 81340b40 2014-10-26 18:29 Committer: mvwieringen Ported: N/A Details Diff |
Fix build when using GNUTLS instead of OpenSSL | ||
mod - src/lib/tls_gnutls.c | Diff File | ||
bareos-13.2 eafebfcd 2014-10-26 18:29 Committer: mvwieringen Ported: N/A Details Diff |
Fix build when using GNUTLS instead of OpenSSL | ||
mod - src/lib/tls_gnutls.c | Diff File | ||
bareos-14.2 677c5c1e 2014-10-26 14:23 Ported: N/A Details Diff |
Allow to restore mssqlvdi database dumps to a file on the filesystem. | ||
mod - src/win32/plugins/filed/mssqlvdi-fd.c | Diff File | ||
bareos-14.2 52d157bf 2014-10-26 14:22 Ported: N/A Details Diff |
Add ability to specify server address for ADO connect string. Fixes 0000321: Add ability to specify server address for ADO connect string. |
Affected Issues 0000321 |
|
mod - src/win32/plugins/filed/mssqlvdi-fd.c | Diff File | ||
bareos-14.2 1018b35a 2014-10-25 12:32 Ported: N/A Details Diff |
Update copyright date. | ||
mod - src/plugins/stored/autoxflate-sd.c | Diff File | ||
bareos-14.2 c6113017 2014-10-25 12:32 Ported: N/A Details Diff |
Fix typo. | ||
mod - src/plugins/stored/scsicrypto-sd.c | Diff File | ||
bareos-14.2 5b4547b7 2014-10-25 00:20 Ported: N/A Details Diff |
Given we are not plugin compatible anyway loose Bacula. | ||
mod - src/dird/dir_plugins.c | Diff File | ||
mod - src/filed/fd_plugins.c | Diff File | ||
mod - src/stored/sd_plugins.c | Diff File | ||
bareos-14.2 300c234a 2014-10-24 16:56 Ported: N/A Details Diff |
Fixes for restore objects in python-fd | ||
mod - src/dird/fd_cmds.c | Diff File | ||
mod - src/filed/dir_cmd.c | Diff File | ||
mod - src/plugins/filed/python-fd.c | Diff File | ||
mod - src/plugins/filed/python-fd.h | Diff File | ||
bareos-14.2 450694fe 2014-10-17 14:41 Committer: mvwieringen Ported: N/A Details Diff |
code cleanup to comply with pep8 and enable static code analysis, passes flake8 check now. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - src/plugins/filed/BareosFdPluginBaseclass.py | Diff File | ||
mod - src/plugins/filed/BareosFdPluginLocalFileset.py | Diff File | ||
mod - src/plugins/filed/BareosFdWrapper.py | Diff File | ||
mod - src/plugins/filed/bareos-fd-local-fileset.py | Diff File | ||
bareos-14.2 853c9458 2014-10-15 15:03 Ported: N/A Details Diff |
Add new plugin variable handling to python-sd plugin. | ||
mod - src/plugins/stored/bareos_sd_consts.py | Diff File | ||
mod - src/plugins/stored/python-sd.c | Diff File | ||
bareos-14.2 b74f979e 2014-10-15 13:44 Ported: N/A Details Diff |
Implement missing SD plugin variables. Seems when designing the SD plugin variables a copy was made of the stuff available in the director. That of course doesn't work to well in the SD as some info is just not available there. Implemented now as many vars which can be filled with valuable info and removed the others which make little sense. Also did a cleanup of all plugin files to output the debug messages generated for a variable retrieval to look the same. |
||
mod - src/dird/dir_plugins.c | Diff File | ||
mod - src/filed/fd_plugins.c | Diff File | ||
mod - src/stored/sd_plugins.c | Diff File | ||
mod - src/stored/sd_plugins.h | Diff File | ||
bareos-14.2 1faae1bf 2014-10-14 23:02 Ported: N/A Details Diff |
Make estimate command somewhat more robust. Fixes 0000349: Director crashes on estimate command of Copy Job |
Affected Issues 0000349 |
|
mod - src/dird/ua_cmds.c | Diff File | ||
bareos-13.2 289aa9d6 2014-10-14 23:02 Ported: N/A Details Diff |
Make estimate command somewhat more robust. Fixes 0000349: Director crashes on estimate command of Copy Job |
Affected Issues 0000349 |
|
mod - src/dird/ua_cmds.c | Diff File | ||
bareos-12.4 69b9141b 2014-10-14 23:02 Ported: N/A Details Diff |
Make estimate command somewhat more robust. Fixes 0000349: Director crashes on estimate command of Copy Job |
Affected Issues 0000349 |
|
mod - src/dird/ua_cmds.c | Diff File | ||
bareos-14.2 cca7a5ac 2014-10-14 18:07 Ported: N/A Details Diff |
Tweak Job Scheduling code layout. | ||
mod - src/dird/jobq.c | Diff File |