Changesets: bareos

master 694f1364

2015-01-10 11:46

Marco van Wieringen

Ported: N/A

Details Diff
Make NDMP ImageStream buffer dynamically allocated size.

Instead of hardcoding the Image Stream buffer to 100 K size it to the
actual recordsize in use by the NDMP Job. This way we don't have to
check if the recordsize specified is outside the allowable size.
Affected Issues
0000374
mod - src/ndmp/ndma_image_stream.c Diff File
mod - src/ndmp/ndmagents.h Diff File

bareos-14.2 761ce867

2015-01-10 11:46

Marco van Wieringen


Committer: Joerg Steffens

Ported: N/A

Details Diff
Make NDMP ImageStream buffer dynamically allocated size.

Instead of hardcoding the Image Stream buffer to 100 K size it to the
actual recordsize in use by the NDMP Job. This way we don't have to
check if the recordsize specified is outside the allowable size.
mod - src/ndmp/ndma_image_stream.c Diff File
mod - src/ndmp/ndmagents.h Diff File

master d4ea100b

2015-01-10 11:46

Marco van Wieringen

Ported: N/A

Details Diff
Make NDMP ImageStream buffer dynamically allocated size.

Instead of hardcoding the Image Stream buffer to 100 K size it to the
actual recordsize in use by the NDMP Job. This way we don't have to
check if the recordsize specified is outside the allowable size.
mod - src/ndmp/ndma_image_stream.c Diff File
mod - src/ndmp/ndmagents.h Diff File

master 0ccd2304

2015-01-08 17:15

joergs

Ported: N/A

Details Diff
update database version list
mod - src/cats/ddl/versions.map.in Diff File

bareos-14.2 b73352e8

2015-01-08 17:15

joergs

Ported: N/A

Details Diff
update database version list
mod - src/cats/ddl/versions.map.in Diff File

master d82d644a

2015-01-08 17:15

Joerg Steffens


Committer: Marco van Wieringen

Ported: N/A

Details Diff
update database version list
mod - src/cats/ddl/versions.map.in Diff File

master 04818202

2015-01-07 23:09

mvwieringen

Ported: N/A

Details Diff
Make resource propagation a standard operation.
mod - src/dird/dird.c Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/protos.h Diff File

master e47e4d8e

2015-01-07 17:47

pstorz

Ported: N/A

Details Diff
Do not show false messagebox when moving cfgfile
mod - platforms/win32/winbareos.nsi Diff File

bareos-14.2 317796a6

2015-01-07 17:47

Philipp Storz


Committer: Joerg Steffens

Ported: N/A

Details Diff
Do not show false messagebox when moving cfgfile
mod - platforms/win32/winbareos.nsi Diff File

master cd0049a2

2015-01-07 17:47

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Do not show false messagebox when moving cfgfile
mod - platforms/win32/winbareos.nsi Diff File

master 65e8a07b

2015-01-07 17:05

pstorz

Ported: N/A

Details Diff
Do not check DB if dir is not installed

Fixes 0000389: Windows installer asks for postgres settings while installing
client only
Affected Issues
0000389
mod - platforms/win32/winbareos.nsi Diff File

bareos-14.2 89c4f01d

2015-01-07 17:05

Philipp Storz


Committer: Joerg Steffens

Ported: N/A

Details Diff
Do not check DB if dir is not installed

Fixes 0000389: Windows installer asks for postgres settings while installing
client only
mod - platforms/win32/winbareos.nsi Diff File

master 000119a5

2015-01-07 17:05

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Do not check DB if dir is not installed

Fixes 0000389: Windows installer asks for postgres settings while installing
client only
mod - platforms/win32/winbareos.nsi Diff File

master 7fb82b4c

2015-01-06 20:32

mvwieringen

Ported: N/A

Details Diff
Major TLS overhaul.

- Make tls verify peer checking more consistent.
- Implement the TLSVerifyPeer keyword in more places.
- Added TlsAllowedCn keyword in more places.
- Added the possibility to set a TlsCipherList as an
explicit cipher list to be used for the TLS connection.
(Format depends on the TLS library used.)

Fixes 0000371: "TLSVerifyPeer" not available in Client resource
Affected Issues
0000371
mod - src/console/console.c Diff File
mod - src/console/console_conf.c Diff File
mod - src/console/console_conf.h Diff File
mod - src/dird/authenticate.c Diff File
mod - src/dird/dird.c Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/filed/authenticate.c Diff File
mod - src/filed/filed.c Diff File
mod - src/filed/filed_conf.c Diff File
mod - src/filed/filed_conf.h Diff File
mod - src/lib/bnet.c Diff File
mod - src/lib/bsock.c Diff File
mod - src/lib/bsock.h Diff File
mod - src/lib/protos.h Diff File
mod - src/lib/tls_gnutls.c Diff File
mod - src/lib/tls_none.c Diff File
mod - src/lib/tls_nss.c Diff File
mod - src/lib/tls_openssl.c Diff File
mod - src/qt-console/bat_conf.cpp Diff File
mod - src/qt-console/bat_conf.h Diff File
mod - src/qt-console/bcomm/dircomm.cpp Diff File
mod - src/stored/authenticate.c Diff File
mod - src/stored/stored.c Diff File
mod - src/stored/stored_conf.c Diff File
mod - src/stored/stored_conf.h Diff File

master 4bce1072

2015-01-06 20:32

Marco van Wieringen

Ported: N/A

Details Diff
Major TLS overhaul.

- Make tls verify peer checking more consistent.
- Implement the TLSVerifyPeer keyword in more places.
- Added TlsAllowedCn keyword in more places.
- Added the possibility to set a TlsCipherList as an
explicit cipher list to be used for the TLS connection.
(Format depends on the TLS library used.)

Fixes 0000371: "TLSVerifyPeer" not available in Client resource
mod - src/console/console.c Diff File
mod - src/console/console_conf.c Diff File
mod - src/console/console_conf.h Diff File
mod - src/dird/authenticate.c Diff File
mod - src/dird/dird.c Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/filed/authenticate.c Diff File
mod - src/filed/filed.c Diff File
mod - src/filed/filed_conf.c Diff File
mod - src/filed/filed_conf.h Diff File
mod - src/lib/bnet.c Diff File
mod - src/lib/bsock.c Diff File
mod - src/lib/bsock.h Diff File
mod - src/lib/protos.h Diff File
mod - src/lib/tls_gnutls.c Diff File
mod - src/lib/tls_none.c Diff File
mod - src/lib/tls_nss.c Diff File
mod - src/lib/tls_openssl.c Diff File
mod - src/qt-console/bat_conf.cpp Diff File
mod - src/qt-console/bat_conf.h Diff File
mod - src/qt-console/bcomm/dircomm.cpp Diff File
mod - src/stored/authenticate.c Diff File
mod - src/stored/stored.c Diff File
mod - src/stored/stored_conf.c Diff File
mod - src/stored/stored_conf.h Diff File

master c862034f

2015-01-04 10:47

Bruno Friedmann


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Make systemd aware of normal daemon exit status

Make systemd aware of normal daemon exit status, so service are in
success state after stop or restart.

Fixes 0000386: Add special SIGNAL to service unit (systemd) to support
correctly normal exit status

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000386
mod - platforms/systemd/bareos-dir.service.in Diff File
mod - platforms/systemd/bareos-fd.service.in Diff File
mod - platforms/systemd/bareos-sd.service.in Diff File

bareos-14.2 93a53997

2015-01-04 10:47

Bruno Friedmann


Committer: Joerg Steffens

Ported: master

Details Diff
Make systemd aware of normal daemon exit status

Make systemd aware of normal daemon exit status, so service are in
success state after stop or restart.

Fixes 0000386: Add special SIGNAL to service unit (systemd) to support
correctly normal exit status

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000386
mod - platforms/systemd/bareos-dir.service.in Diff File
mod - platforms/systemd/bareos-fd.service.in Diff File
mod - platforms/systemd/bareos-sd.service.in Diff File

master 4fee68d7

2015-01-04 10:47

Bruno Friedmann


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Make systemd aware of normal daemon exit status

Make systemd aware of normal daemon exit status, so service are in
success state after stop or restart.

Fixes 0000386: Add special SIGNAL to service unit (systemd) to support
correctly normal exit status

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - platforms/systemd/bareos-dir.service.in Diff File
mod - platforms/systemd/bareos-fd.service.in Diff File
mod - platforms/systemd/bareos-sd.service.in Diff File

master dda58fce

2015-01-01 11:50

Marco van Wieringen

Ported: N/A

Details Diff
Make the old syntax parsing of bpipe somewhat more robust.

Instead of triggering on the fact that we find a = in the syntax
explicitly check if we find the new syntax keywords and if not pretend
its an old syntax plugin definition. Still make mixing of syntax however
fatal.
mod - src/plugins/filed/bpipe-fd.c Diff File

bareos-14.2 05bcb87a

2015-01-01 11:50

Marco van Wieringen


Committer: Joerg Steffens

Ported: N/A

Details Diff
Make the old syntax parsing of bpipe somewhat more robust.

Instead of triggering on the fact that we find a = in the syntax
explicitly check if we find the new syntax keywords and if not pretend
its an old syntax plugin definition. Still make mixing of syntax however
fatal.
mod - src/plugins/filed/bpipe-fd.c Diff File

master 68613645

2015-01-01 11:50

Marco van Wieringen

Ported: N/A

Details Diff
Make the old syntax parsing of bpipe somewhat more robust.

Instead of triggering on the fact that we find a = in the syntax
explicitly check if we find the new syntax keywords and if not pretend
its an old syntax plugin definition. Still make mixing of syntax however
fatal.
mod - src/plugins/filed/bpipe-fd.c Diff File

master 4e2cf357

2014-12-31 19:29

joergs

Ported: N/A

Details Diff
fixes typo (Check Label -> Check Labels)
mod - src/defaultconfigs/bareos-sd.d/device-tape-with-autoloader.conf Diff File

bareos-14.2 a8238051

2014-12-31 19:29

joergs

Ported: N/A

Details Diff
fixes typo (Check Label -> Check Labels)
mod - src/defaultconfigs/bareos-sd.d/device-tape-with-autoloader.conf Diff File

master a5c94e4b

2014-12-31 19:29

Joerg Steffens


Committer: Marco van Wieringen

Ported: N/A

Details Diff
fixes typo (Check Label -> Check Labels)
mod - src/defaultconfigs/bareos-sd.d/device-tape-with-autoloader.conf Diff File

Release 43dec071

2014-12-30 22:44

mvwieringen

Ported: N/A

Details Diff
Use explicitly uint32_t in btape for filling.
mod - src/stored/btape.c Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 503 504 505 506 507 508 509 ... 540 ... 600 ... 607 608 609  Next  Last