Changesets: bareos

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

pstorz

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

pstorz

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

pstorz

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

tuxmaster

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

pstorz

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

pstorz

Ported: N/A

Details Diff
droplet_device: remove unused variable
mod - src/stored/backends/droplet_device.c Diff File

master bb8d3bde

2017-12-20 09:31

pstorz

Ported: N/A

Details Diff
fix coverity problems
mod - src/stored/mac.c Diff File

master 1f16e0a7

2017-12-19 17:20

pstorz

Ported: N/A

Details Diff
do not install bconsole in scriptdir
mod - scripts/CMakeLists.txt Diff File

master 5a695145

2017-12-19 17:20

pstorz

Ported: N/A

Details Diff
do not install bconsole in scriptdir
mod - scripts/CMakeLists.txt Diff File

master 70f5447d

2017-12-19 17:01

pstorz

Ported: N/A

Details Diff
droplet: add installation for droplet_device samples
mod - CMakeLists.txt Diff File
mod - src/stored/CMakeLists.txt Diff File

master 410c750e

2017-12-19 17:01

pstorz

Ported: N/A

Details Diff
droplet: add installation for droplet_device samples
mod - CMakeLists.txt Diff File
mod - src/stored/CMakeLists.txt Diff File

master 56c75383

2017-12-19 16:26

pstorz

Ported: N/A

Details Diff
sd backends: install droplet and chunked backends
mod - src/stored/backends/CMakeLists.txt Diff File

master 4c073e8a

2017-12-19 16:26

pstorz

Ported: N/A

Details Diff
sd backends: install droplet and chunked backends
mod - src/stored/backends/CMakeLists.txt Diff File

master cd43b598

2017-12-19 14:47

pstorz

Ported: N/A

Details Diff
renamed objectstorage->droplet in spec file
mod - platforms/packaging/bareos.spec Diff File

master 307ed266

2017-12-19 14:47

pstorz

Ported: N/A

Details Diff
renamed objectstorage->droplet in spec file
mod - platforms/packaging/bareos.spec Diff File

bareos-17.2 e9241fff

2017-12-19 14:47

pstorz


Committer: joergs

Ported: N/A

Details Diff
renamed objectstorage->droplet in spec file
mod - platforms/packaging/bareos.spec Diff File

master 8e4204bf

2017-12-19 14:35

pstorz

Ported: N/A

Details Diff
definition of -Ddroplet not needed as we autodetect
mod - platforms/packaging/bareos.spec Diff File

master 8f2451d5

2017-12-19 14:35

pstorz

Ported: N/A

Details Diff
definition of -Ddroplet not needed as we autodetect
mod - platforms/packaging/bareos.spec Diff File

master 7c44f75b

2017-12-19 14:31

pstorz

Ported: N/A

Details Diff
autodetect droplet library
mod - CMakeLists.txt Diff File
mod - cmake/BareosCheckIncludes.cmake Diff File
mod - cmake/BareosFindAllLibraries.cmake Diff File
mod - cmake/BareosSetVariableDefaults.cmake Diff File
mod - src/stored/backends/CMakeLists.txt Diff File

master e4d643cf

2017-12-19 14:31

pstorz

Ported: N/A

Details Diff
autodetect droplet library
mod - CMakeLists.txt Diff File
mod - cmake/BareosCheckIncludes.cmake Diff File
mod - cmake/BareosFindAllLibraries.cmake Diff File
mod - cmake/BareosSetVariableDefaults.cmake Diff File
mod - src/stored/backends/CMakeLists.txt Diff File

master 708a3291

2017-12-19 14:14

pstorz

Ported: N/A

Details Diff
droplet support
mod - CMakeLists.txt Diff File
mod - cmake/BareosSetVariableDefaults.cmake Diff File
mod - platforms/packaging/bareos.spec Diff File
mod - src/stored/backends/CMakeLists.txt Diff File

master 34c945bf

2017-12-19 14:14

pstorz

Ported: N/A

Details Diff
droplet support
mod - CMakeLists.txt Diff File
mod - cmake/BareosSetVariableDefaults.cmake Diff File
mod - platforms/packaging/bareos.spec Diff File
mod - src/stored/backends/CMakeLists.txt Diff File

master 77133396

2017-12-19 14:01

pstorz

Ported: N/A

Details Diff
Rename HAVE_OBJECTSTORE to HAVE_DROPLET
mod - src/include/config.h.in Diff File
mod - src/stored/backends/chunked_device.cc Diff File
mod - src/stored/backends/droplet_device.c Diff File
mod - src/stored/backends/object_store_device.cc Diff File
mod - src/stored/dev.cc Diff File

master 9af7a275

2017-12-19 14:01

pstorz

Ported: N/A

Details Diff
Rename HAVE_OBJECTSTORE to HAVE_DROPLET
mod - src/include/config.h.in Diff File
mod - src/stored/backends/chunked_device.cc Diff File
mod - src/stored/backends/droplet_device.c Diff File
mod - src/stored/backends/object_store_device.cc Diff File
mod - src/stored/dev.cc Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 479 480 481 482 483 484 485 ... 490 ... 560 ... 630 ... 675 676 677  Next  Last