Changesets: bareos
|
master d4758f8a 2018-01-03 18:26 Ported: N/A Details Diff |
Updated AUTHORS file | ||
| mod - AUTHORS | Diff File | ||
|
master e49e07ba 2018-01-03 16:19 Ported: N/A Details Diff |
removed unneeded savecwd.[cc|h] files The dead code was detected by gcov coverage analysis. |
||
| mod - src/findlib/CMakeLists.txt | Diff File | ||
| rm - src/findlib/savecwd.cc | Diff File | ||
| rm - src/findlib/savecwd.h | Diff File | ||
|
bareos-16.2 8dd3811a 2018-01-03 16:05 Ported: N/A Details Diff |
Merge branch https://github.com/mvwieringen/bareos mvw/stable-fixes into bareos-16.2 | ||
| mod - src/dird/dird_conf.c | Diff File | ||
| mod - src/filed/fd_plugins.c | Diff File | ||
| mod - src/include/version.h | Diff File | ||
| mod - src/plugins/filed/cephfs-fd.c | Diff File | ||
| mod - src/plugins/filed/gfapi-fd.c | Diff File | ||
| mod - src/stored/mount.c | Diff File | ||
|
master 3fdcadd1 2018-01-03 11:04 Ported: N/A Details Diff |
Bumped Version and Date | ||
| mod - src/include/version.h | Diff File | ||
|
master fc63f295 2018-01-03 10:53 Ported: N/A Details Diff |
packaging: devel package has no la files anymore As we use cmake now which does not use libtool, we do not have any .la files |
||
| mod - platforms/packaging/bareos.spec | Diff File | ||
|
master 8b248416 2018-01-03 10:24 Ported: N/A Details Diff |
Merge branch 'master' of ssh://gitblit.intern.bareos:29418/bareos/bareos into pstorz/cmake-master | ||
| mod - platforms/packaging/bareos.spec | Diff File | ||
| mod - src/include/streams.h | Diff File | ||
| mod - src/lib/crypto_openssl.cc | Diff File | ||
|
master dee5666d 2018-01-02 19:26 Ported: N/A Details Diff |
Merge branch 'tuxmaster-rpm-macro' | ||
| mod - platforms/packaging/bareos.spec | Diff File | ||
|
master 3482071c 2018-01-02 19:26 Ported: N/A Details Diff |
Merge branch 'rpm-macro' of https://github.com/tuxmaster/bareos into tuxmaster-rpm-macro | ||
| mod - platforms/packaging/bareos.spec | Diff File | ||
|
master 978dcbc4 2018-01-02 19:14 Ported: N/A Details Diff |
Merge branch https://github.com/mskuta/bareos.git allow-compiling-with-libressl | ||
| mod - src/lib/crypto_openssl.c | Diff File | ||
|
master 2fa4d2d9 2018-01-02 19:13 Ported: N/A Details Diff |
Merge branch https://github.com/mskuta/bareos allow-compiling-with-libressl | ||
| mod - src/lib/crypto_openssl.c | Diff File | ||
|
bareos-17.2 da1432f6 2018-01-02 14:50 palstek Committer: joergs Ported: N/A Details Diff |
Fix Univention bareos-dir-restart script Add missing absolute path to service command. Otherwise it fails with /usr/share/univention-bareos/bareos-dir-restart: 3: /usr/share/univention-bareos/bareos-dir-restart: service: not found |
||
| mod - platforms/univention/bareos-dir-restart | Diff File | ||
|
master 42ff708d 2018-01-02 14:50 palstek Committer: GitHub Ported: N/A Details Diff |
Fix Univention bareos-dir-restart script Add missing absolute path to service command. Otherwise it fails with /usr/share/univention-bareos/bareos-dir-restart: 3: /usr/share/univention-bareos/bareos-dir-restart: service: not found |
||
| mod - platforms/univention/bareos-dir-restart | Diff File | ||
|
master 851717c4 2018-01-02 14:01 Ported: N/A Details Diff |
added gcov running script | ||
| add - scripts/run-gcov.sh | Diff File | ||
|
master 754b8a2d 2018-01-02 12:59 Ported: N/A Details Diff |
cmake: added ordered_cbuf, enabled regress build | ||
| mod - src/lib/CMakeLists.txt | Diff File | ||
| mod - src/stored/CMakeLists.txt | Diff File | ||
|
master 0473cdba 2018-01-02 12:28 Ported: N/A Details Diff |
Merge remote-tracking branch 'refs/remotes/gitblit/pstorz/cmake-master' into pstorz/cmake-master | ||
| add - src/stored/backends/object_store_device.cc | Diff File | ||
|
master 5c36f665 2018-01-02 12:22 Ported: N/A Details Diff |
cmake: rename object_store_device.cc | ||
| mod - src/stored/CMakeLists.txt | Diff File | ||
|
master f8e9fc93 2018-01-02 12:15 Ported: N/A Details Diff |
droplet_device.cc: renamed object_store_logfunc() to droplet_logfunc() | ||
| mod - src/stored/backends/droplet_device.cc | Diff File | ||
|
master 237b3976 2018-01-02 12:14 Ported: N/A Details Diff |
remove renamed object_store_device.cc | ||
| rm - src/stored/backends/object_store_device.cc | Diff File | ||
|
master ee7f0614 2017-12-21 21:47 Martin Skuta Ported: N/A Details Diff |
Allow compiling with LibreSSL | ||
| mod - src/lib/crypto_openssl.c | Diff File | ||
|
master b20751a0 2017-12-21 10:46 Ported: N/A Details Diff |
Merge branch 'bareos-17.2' | ||
| mod - src/dird/migrate.c | Diff File | ||
|
bareos-17.2 e188d6eb 2017-12-21 10:26 Ported: N/A Details Diff |
remote replication: set JobLevel correctly * The JobLevel now is set correctly on the writing storagedaemon so that the SOS_LABEL has the correct JobLevel. This makes the medium bscanable which before had the problem of the wrong job level of the scanned jobs. * refactored the inverse logic from if (!jcr->remote_replicate) { /*local replicate*/ } else { /*remote replicate*/ } to better understandable if (jcr->remote_replicate) { /*remote replicate*/ } else { /*local replicate*/ } * fixed some typos |
||
| mod - src/dird/migrate.c | Diff File | ||
|
master 9c24f247 2017-12-20 11:59 Ported: N/A Details Diff |
Merge branch 'bareos-17.2' | ||
| mod - src/stored/backends/droplet_device.c | Diff File | ||
| mod - src/stored/mac.c | Diff File | ||
| mod - src/stored/status.c | Diff File | ||
| mod - src/stored/vol_mgr.c | Diff File | ||
|
master f3656d9c 2017-12-20 11:42 Ported: N/A Details Diff |
Use the rpm macro for name instead of bareos. | ||
| mod - platforms/packaging/bareos.spec | Diff File | ||
|
master 6ee6c8d8 2017-12-20 11:30 Ported: N/A Details Diff |
Fix problems with commit 4dac5d072dd2e4fcd726dd2ee954f58ffa632e61 The problem was that the joid was taken from the first SOS_LABEL. We now do not set the jobid from the SOS_LABEL anymore. Also unified the logging of some functions. |
||
| mod - src/stored/mac.c | Diff File | ||
| mod - src/stored/status.c | Diff File | ||
| mod - src/stored/vol_mgr.c | Diff File | ||
|
master 1d9fae17 2017-12-20 10:27 Ported: N/A Details Diff |
droplet_device: remove unused variable | ||
| mod - src/stored/backends/droplet_device.c | Diff File | ||