Changesets: bareos

bareos-17.2 38aebda2

2018-07-09 15:34

joergs

Ported: N/A

Details Diff
Merge branch 'bareos-16.2-droplet' into dev/joergs/bareos-17.2/merge-16.2-droplet
mod - README.droplet Diff File
mod - src/dird/msgchan.c Diff File
mod - src/stored/acquire.c Diff File
mod - src/stored/append.c Diff File
mod - src/stored/backends/Makefile.in Diff File
mod - src/stored/backends/chunked_device.c Diff File
mod - src/stored/backends/chunked_device.h Diff File
mod - src/stored/backends/droplet_device.c Diff File
mod - src/stored/backends/droplet_device.d/bareos-sd.d/device/S3_ObjectStorage.conf.example Diff File
mod - src/stored/backends/droplet_device.h Diff File
mod - src/stored/block.c Diff File
mod - src/stored/dev.c Diff File
mod - src/stored/dev.h Diff File

dev b95c3a3c

2018-07-09 15:06

pstorz

Ported: N/A

Details Diff
d_msg: is now able to filter for sourcefile with regular expression.

d_msg can filter the debug output based on a regex and only print the
messages that are generated by files that match to the regex.

This is implemented with the c++11 <regex> header and we have
gtest unit tests that verify the functionality.

We have to check if this can be compiled on all platforms.

What is still missing is to enable the setdebug command to set this
filter string.
mod - core/src/lib/message.cc Diff File
mod - core/src/lib/unittests/CMakeLists.txt Diff File
add - core/src/lib/unittests/d_msg_test.cc Diff File

dev bb1a2c7a

2018-07-09 15:06

pstorz

Ported: N/A

Details Diff
d_msg: is now able to filter for sourcefile with regular expression.

d_msg can filter the debug output based on a regex and only print the
messages that are generated by files that match to the regex.

This is implemented with the c++11 <regex> header and we have
gtest unit tests that verify the functionality.

We have to check if this can be compiled on all platforms.

What is still missing is to enable the setdebug command to set this
filter string.
mod - core/src/lib/message.cc Diff File
mod - core/src/lib/unittests/CMakeLists.txt Diff File
add - core/src/lib/unittests/d_msg_test.cc Diff File

bareos-17.2 ac2cceae

2018-07-09 15:05

joergs

Ported: N/A

Details Diff
Merge branch 'bareos-16.2'
mod - configure Diff File
mod - src/include/version.h Diff File

bareos-17.2 fa8f15e5

2018-07-09 14:52

joergs

Ported: N/A

Details Diff
write_block_to_dev: don't retry on EIO, only on EBUSY: cleanup
mod - src/stored/block.c Diff File

bareos-17.2 4bd389cb

2018-07-09 14:49

joergs

Ported: N/A

Details Diff
modify job messages when releasing device
mod - src/stored/acquire.c Diff File

master 91f46400

2018-07-09 14:03

pstorz

Ported: N/A

Details Diff
ndmp: rpcgen: do not generate error messages when copying

We now only copy the generated files after checking they exist.
This suppresses the copy errors in the regression dashboard.
mod - core/src/ndmp/CMakeLists.txt Diff File

dev 47960f1d

2018-07-09 14:03

pstorz


Committer: franku

Ported: N/A

Details Diff
ndmp: rpcgen: do not generate error messages when copying

We now only copy the generated files after checking they exist.
This suppresses the copy errors in the regression dashboard.
mod - core/src/ndmp/CMakeLists.txt Diff File

master 9052c1cc

2018-07-06 21:19

Carlos Rodrigues


Committer: pstorz

Ported: N/A

Details Diff
initial functional version
add - core/src/plugins/filed/BareosFdPluginOvirt.py Diff File
add - core/src/plugins/filed/bareos-fd-ovirt.py Diff File

dev cae4e093

2018-07-06 19:46

franku

Ported: N/A

Details Diff
pam: moved files from lib/ to dird/

- lib/pam_handler.cc/.h --> dird/auth_pam.cc/.h
mod - core/src/dird/CMakeLists.txt Diff File
add - core/src/dird/auth_pam.h Diff File
mod - core/src/dird/ua_server.cc Diff File
mod - core/src/lib/CMakeLists.txt Diff File
rm - core/src/lib/pam_handler.h Diff File

dev 39a12236

2018-07-06 19:46

franku

Ported: N/A

Details Diff
pam: moved files from lib/ to dird/

- lib/pam_handler.cc/.h --> dird/auth_pam.cc/.h
mod - core/src/dird/CMakeLists.txt Diff File
add - core/src/dird/auth_pam.h Diff File
mod - core/src/dird/ua_server.cc Diff File
mod - core/src/lib/CMakeLists.txt Diff File
rm - core/src/lib/pam_handler.h Diff File

dev ef01b1cd

2018-07-06 19:46

franku

Ported: N/A

Details Diff
pam: moved files from lib/ to dird/

- lib/pam_handler.cc/.h --> dird/auth_pam.cc/.h
mod - core/src/dird/CMakeLists.txt Diff File
add - core/src/dird/auth_pam.h Diff File
mod - core/src/dird/ua_server.cc Diff File
rm - core/src/lib/pam_handler.h Diff File

master 0b110932

2018-07-06 17:33

stephand

Ported: N/A

Details Diff
Fix missing closing curly bracket

Also AIX and current HP-UX Packages were already added within 16.2.7
mod - docs/manuals/en/main/releasenotes.tex Diff File

dev f09e33e6

2018-07-06 17:33

stephand


Committer: franku

Ported: N/A

Details Diff
Fix missing closing curly bracket

Also AIX and current HP-UX Packages were already added within 16.2.7
mod - docs/manuals/en/main/releasenotes.tex Diff File

bareos-16.2 c533f28b

2018-07-06 17:08

stephand

Ported: N/A

Details Diff
Build: Bump version number.
mod - configure Diff File
mod - src/include/version.h Diff File

master 9e51eac4

2018-07-06 16:59

pstorz

Ported: N/A

Details Diff
build: fix rpcgen problem on FreeBSD

rpcgen on FreeBSD and on Linux store the generated files in different
directories, either where the source file is stored or into the current
directory.

We now check both options to copy the generated files when being built
outside of the source tree.
mod - core/src/ndmp/CMakeLists.txt Diff File

dev be5bbd96

2018-07-06 16:59

pstorz


Committer: franku

Ported: N/A

Details Diff
build: fix rpcgen problem on FreeBSD

rpcgen on FreeBSD and on Linux store the generated files in different
directories, either where the source file is stored or into the current
directory.

We now check both options to copy the generated files when being built
outside of the source tree.
mod - core/src/ndmp/CMakeLists.txt Diff File

master d7d376aa

2018-07-06 11:40

pstorz

Ported: N/A

Details Diff
dird: stats.cc: removed double Dmsgs
mod - core/src/dird/stats.cc Diff File

dev a7ed1b73

2018-07-06 11:40

pstorz


Committer: franku

Ported: N/A

Details Diff
dird: stats.cc: removed double Dmsgs
mod - core/src/dird/stats.cc Diff File

master 84fad9a0

2018-07-05 20:44

stephand

Ported: N/A

Details Diff
doc: add Release Notes for bareos-16.2.8
mod - docs/manuals/en/main/releasenotes.tex Diff File

dev a1e0885d

2018-07-05 20:44

stephand


Committer: franku

Ported: N/A

Details Diff
doc: add Release Notes for bareos-16.2.8
mod - docs/manuals/en/main/releasenotes.tex Diff File

bareos-17.2 aa34bdda

2018-07-05 19:01

joergs

Ported: N/A

Details Diff
added comment about changed behavior
mod - src/dird/msgchan.c Diff File

master e62ce8cc

2018-07-05 16:32

franku

Ported: N/A

Details Diff
console: removed dead code

- line is always initialized with NULL therefore none of the else branches applied
- removed the useless branches
mod - core/src/console/console.cc Diff File

master 8f468ba2

2018-07-05 16:18

franku

Ported: N/A

Details Diff
dird, filed, stored: renamed some function calls
mod - core/src/dird/fd_cmds.cc Diff File
mod - core/src/dird/fd_cmds.h Diff File
mod - core/src/dird/socket_server.cc Diff File
mod - core/src/dird/ua_server.cc Diff File
mod - core/src/dird/ua_server.h Diff File
mod - core/src/filed/socket_server.cc Diff File
mod - core/src/stored/fd_cmds.cc Diff File
mod - core/src/stored/fd_cmds.h Diff File
mod - core/src/stored/socket_server.cc Diff File

master 7e8b32f2

2018-07-05 14:10

frank

Ported: N/A

Details Diff
webui: README.md cleanup after subproject merge
mod - webui/README.md Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 417 418 419 420 421 422 423 ... 480 ... 540 ... 600 ... 637 638 639  Next  Last