Changesets: bareos

bareos-17.2 244cb671

2018-06-19 17:22

joergs

Ported: N/A

Details Diff
Build: Bump version number to 17.2.6
mod - configure Diff File
mod - platforms/packaging/bareos.spec Diff File
mod - src/include/version.h Diff File

bareos-17.2 b8e13c2e

2018-06-19 17:15

joergs

Ported: N/A

Details Diff
bareos-dir: allow unlimited restart

Use

[Service]
StartLimitInterval=0

instead of

[Unit]
StartLimitIntervalSec=0

to be complient with systems using systemd < 230.
However, this setting is deprecated and should be replaced in the future.
mod - debian/bareos-director.service.in Diff File
mod - platforms/systemd/bareos-dir.service.in Diff File

master 10842d5a

2018-06-19 14:41

joergs

Ported: N/A

Details Diff
doc: add Release Notes for bareos-17.2.6
mod - docs/manuals/en/main/coverpage.tex Diff File
mod - docs/manuals/en/main/install.tex Diff File
mod - docs/manuals/en/main/operating-system-univention-corporate-server.tex Diff File
mod - docs/manuals/en/main/releasenotes.tex Diff File

bareos-17.2 77494e15

2018-06-19 14:38

joergs

Ported: N/A

Details Diff
Univention: update year to 2018
mod - platforms/univention/AppCenter/LICENSE_AGREEMENT.in Diff File

bareos-17.2 c55a0503

2018-06-14 21:02

stephand

Ported: N/A

Details Diff
Fix gfapi-fd: handle non-fatal Gluster problems properly

Previously when the gfapi-fd plugin encountered a stale file handle
problem in Gluster, a job error message was generated and the processing
of the glusterfind list stopped but the job terminated with status
Backup OK -- with warnings.

Also when using the glusterfind and the gffilelist option, files in the
list but missing on disk have been silently ignored. Now, a warning
job message is emitted in this case but not causing the termination
status with warning.

With this change, stale file handle problems are considered non-fatal,
for each such file an error is reported in the job messages and
and the termination status will be Backup OK -- with warnings.
When files that were in the glusterfind list are not found when they
going to be backed up, a warning is reported in the job message but
the termination status will be just Backup OK (not with warning).
Any other error is considered fatal and the job will terminate with
the Backup Error status immediately.

When gluster has a stale file handle problem, the plugin crashed
with a segmentation fault when not using the glusterfind option.
This is fixed now by skipping useless calls of checkChanges() in
that case.
mod - src/plugins/filed/gfapi-fd.c Diff File

bareos-16.2-droplet b29bd509

2018-06-14 18:57

joergs

Ported: N/A

Details Diff
droplet: update example
mod - README.droplet Diff File
mod - src/stored/backends/droplet_device.d/bareos-sd.d/device/S3_ObjectStorage.conf.example Diff File

master 74390f01

2018-06-14 18:30

joergs

Ported: N/A

Details Diff
[docs] add troubleshooting section about Media VolWrites column overflow
mod - docs/manuals/en/main/troubleshooting.tex Diff File

master 04368abf

2018-06-13 21:52

Jörg Steffens


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000087 from dne/fix-queries

Fix ambiguous sample queries
mod - core/src/dird/query.sql Diff File

bareos-17.2 fc3d8ac3

2018-06-13 17:56

joergs

Ported: N/A

Details Diff
droplet: fix spec file
mod - platforms/packaging/bareos.spec Diff File

bareos-17.2 b12b42f9

2018-06-12 23:09

joergs

Ported: N/A

Details Diff
set_config_param: added warning
mod - scripts/bareos-config-lib.sh.in Diff File

dev 9595745f

2018-06-11 16:41

franku

Ported: N/A

Details Diff
console: pam authentication via bconsole

- first implementation needs refactoring and improvements
- works with pam module pam_unix.so
mod - core/src/console/console.cc Diff File
mod - core/src/dird/ua_server.cc Diff File
mod - core/src/lib/pam_handler.cc Diff File
mod - core/src/lib/pam_handler.h Diff File

dev e6b503f4

2018-06-11 16:41

franku

Ported: N/A

Details Diff
console: pam authentication via bconsole

- first implementation needs refactoring and improvements
- works with pam module pam_unix.so
mod - core/src/console/console.cc Diff File
mod - core/src/dird/ua_server.cc Diff File
mod - core/src/lib/pam_handler.cc Diff File
mod - core/src/lib/pam_handler.h Diff File

dev fdd167b4

2018-06-11 16:41

franku

Ported: N/A

Details Diff
console: pam authentication via bconsole

- first implementation needs refactoring and improvements
- works with pam module pam_unix.so
mod - core/src/console/console.cc Diff File
mod - core/src/dird/ua_server.cc Diff File
mod - core/src/lib/pam_handler.cc Diff File
mod - core/src/lib/pam_handler.h Diff File

dev 938fea59

2018-06-11 16:41

franku

Ported: N/A

Details Diff
console: pam authentication via bconsole

- first implementation needs refactoring and improvements
- works with pam module pam_unix.so
mod - core/src/console/console.cc Diff File
mod - core/src/dird/ua_server.cc Diff File
mod - core/src/lib/pam_handler.cc Diff File
mod - core/src/lib/pam_handler.h Diff File

dev 4194da92

2018-06-11 16:36

franku

Ported: N/A

Details Diff
console: removed dead code

- initialization of line=NULL prevents else branches to be executed
mod - core/src/console/console.cc Diff File

dev b56bdf48

2018-06-08 19:23

franku

Ported: N/A

Details Diff
cleanup: refactored an polymorphic exception catch

- original code tried to catch a polymorphic exception by value
- this removes a compiler warning from the build
mod - core/src/lib/tls_openssl.cc Diff File

dev 67a36713

2018-06-08 19:23

franku

Ported: N/A

Details Diff
cleanup: refactored an polymorphic exception catch

- original code tried to catch a polymorphic exception by value
- this removes a compiler warning from the build
mod - core/src/lib/tls_openssl.cc Diff File

dev 78ebb184

2018-06-08 19:23

franku

Ported: N/A

Details Diff
cleanup: refactored an polymorphic exception catch

- original code tried to catch a polymorphic exception by value
- this removes a compiler warning from the build
mod - core/src/lib/tls_openssl.cc Diff File

dev 6d15f1d0

2018-06-08 19:23

franku

Ported: N/A

Details Diff
cleanup: refactored an polymorphic exception catch

- original code tried to catch a polymorphic exception by value
- this removes a compiler warning from the build
mod - core/src/lib/tls_openssl.cc Diff File

dev 2682584a

2018-06-08 19:23

franku

Ported: N/A

Details Diff
cleanup: refactored an polymorphic exception catch

- original code tried to catch a polymorphic exception by value
- this removes a compiler warning from the build
mod - core/src/lib/tls_openssl.cc Diff File

dev 6c6bcf28

2018-06-08 19:23

franku

Ported: N/A

Details Diff
cleanup: refactored an polymorphic exception catch

- original code tried to catch a polymorphic exception by value
- this removes a compiler warning from the build
mod - core/src/lib/tls_openssl.cc Diff File

dev 9e278a2f

2018-06-08 18:41

franku

Ported: N/A

Details Diff
cleanup: refactored initialization of htable from memcpy to assignment

- this removes one compiler warning from the build
mod - core/src/lib/htable.cc Diff File

dev 9bd9e7e3

2018-06-08 18:41

franku

Ported: N/A

Details Diff
cleanup: refactored initialization of htable from memcpy to assignment

- this removes one compiler warning from the build
mod - core/src/lib/htable.cc Diff File

dev 9057edf3

2018-06-08 18:41

franku

Ported: N/A

Details Diff
cleanup: refactored initialization of htable from memcpy to assignment

- this removes one compiler warning from the build
mod - core/src/lib/htable.cc Diff File

dev 05035403

2018-06-08 18:41

franku

Ported: N/A

Details Diff
cleanup: refactored initialization of htable from memcpy to assignment

- this removes one compiler warning from the build
mod - core/src/lib/htable.cc Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 392 393 394 395 396 397 398 ... 420 ... 480 ... 540 ... 600 ... 607 608 609  Next  Last