Changesets: bareos

master 50226b4c

2014-08-21 23:39

Marco van Wieringen

Ported: N/A

Details Diff
Bump version date.
mod - src/include/version.h Diff File

master 2303ecf8

2014-08-21 23:28

Marco van Wieringen

Ported: N/A

Details Diff
Fix typo.
mod - src/dird/ndmp_dma.c Diff File

master 02fae0b7

2014-08-21 21:39

mvwieringen

Ported: N/A

Details Diff
Bump version date.
mod - src/include/version.h Diff File

master 36335850

2014-08-21 21:28

mvwieringen

Ported: N/A

Details Diff
Fix typo.
mod - src/dird/ndmp_dma.c Diff File

master 68c8df0e

2014-08-21 19:24

Marco van Wieringen

Ported: N/A

Details Diff
Don't save filehist for NDMP backup when requested.

Some NDMP implementations send their FILEHIST information in an out of
order way which we currently don't handle fully correct so allow the user
to set a config option to allow not to save the FILEHIST only count the
files and directories saved.
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/dird/ndmp_dma.c Diff File

master 044ea068

2014-08-21 19:23

Marco van Wieringen

Ported: N/A

Details Diff
Add some safeguards.

Add some safeguards against running a Native Backup Job on NDMP client
or storage.

Fixes 0000329: Add some safeguards against running a Native Backup Job on
NDMP client or storage.
mod - src/dird/backup.c Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/ndmp_dma.c Diff File
mod - src/dird/protos.h Diff File

bareos-13.2 519ce8a1

2014-08-21 19:23

Marco van Wieringen

Ported: N/A

Details Diff
Add some safeguards.

Add some safeguards against running a Native Backup Job on NDMP client
or storage.

Fixes 0000329: Add some safeguards against running a Native Backup Job on
NDMP client or storage.
mod - src/dird/backup.c Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/ndmp_dma.c Diff File
mod - src/dird/protos.h Diff File

master b0b9bcfc

2014-08-21 17:24

mvwieringen

Ported: N/A

Details Diff
Don't save filehist for NDMP backup when requested.

Some NDMP implementations send their FILEHIST information in an out of
order way which we currently don't handle fully correct so allow the user
to set a config option to allow not to save the FILEHIST only count the
files and directories saved.
Affected Issues
0000330
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/dird/ndmp_dma.c Diff File

bareos-14.2 cd1b8079

2014-08-21 17:24

mvwieringen

Ported: N/A

Details Diff
Don't save filehist for NDMP backup when requested.

Some NDMP implementations send their FILEHIST information in an out of
order way which we currently don't handle fully correct so allow the user
to set a config option to allow not to save the FILEHIST only count the
files and directories saved.
Affected Issues
0000330
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/dird/ndmp_dma.c Diff File

master 338c03a8

2014-08-21 17:23

mvwieringen

Ported: N/A

Details Diff
Add some safeguards.

Add some safeguards against running a Native Backup Job on NDMP client
or storage.

Fixes 0000329: Add some safeguards against running a Native Backup Job on
NDMP client or storage.
Affected Issues
0000329
mod - src/dird/backup.c Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/ndmp_dma.c Diff File
mod - src/dird/protos.h Diff File

bareos-14.2 246223e6

2014-08-21 17:23

mvwieringen

Ported: N/A

Details Diff
Add some safeguards.

Add some safeguards against running a Native Backup Job on NDMP client
or storage.

Fixes 0000329: Add some safeguards against running a Native Backup Job on
NDMP client or storage.
Affected Issues
0000329
mod - src/dird/backup.c Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/ndmp_dma.c Diff File
mod - src/dird/protos.h Diff File

bareos-13.2 f49380e8

2014-08-21 17:23

mvwieringen

Ported: N/A

Details Diff
Add some safeguards.

Add some safeguards against running a Native Backup Job on NDMP client
or storage.

Fixes 0000329: Add some safeguards against running a Native Backup Job on
NDMP client or storage.
Affected Issues
0000329
mod - src/dird/backup.c Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/ndmp_dma.c Diff File
mod - src/dird/protos.h Diff File

master ff1287e1

2014-08-20 20:56

Marco van Wieringen

Ported: N/A

Details Diff
Like with MD5 only use SHA1 implementation as fallback.

Like what we have done with MD5 the SHA1 implementation included is only
used on platforms where we cannot (or do not want) to use the openssl
SHA1 implementation. We include the right include file via the sha1.h
header. We also no longer build the test sha1sum program as the new SHA1
has no test program buildin anymore.
mod - src/lib/Makefile.in Diff File
mod - src/lib/md5.c Diff File
mod - src/lib/sha1.c Diff File
mod - src/lib/sha1.h Diff File

master 79badd52

2014-08-20 18:56

mvwieringen

Ported: N/A

Details Diff
Like with MD5 only use SHA1 implementation as fallback.

Like what we have done with MD5 the SHA1 implementation included is only
used on platforms where we cannot (or do not want) to use the openssl
SHA1 implementation. We include the right include file via the sha1.h
header. We also no longer build the test sha1sum program as the new SHA1
has no test program buildin anymore.
mod - src/lib/Makefile.in Diff File
mod - src/lib/md5.c Diff File
mod - src/lib/sha1.c Diff File
mod - src/lib/sha1.h Diff File

bareos-14.2 af3a96ff

2014-08-20 18:56

mvwieringen

Ported: N/A

Details Diff
Like with MD5 only use SHA1 implementation as fallback.

Like what we have done with MD5 the SHA1 implementation included is only
used on platforms where we cannot (or do not want) to use the openssl
SHA1 implementation. We include the right include file via the sha1.h
header. We also no longer build the test sha1sum program as the new SHA1
has no test program buildin anymore.
mod - src/lib/Makefile.in Diff File
mod - src/lib/md5.c Diff File
mod - src/lib/sha1.c Diff File
mod - src/lib/sha1.h Diff File

master ab1eb37a

2014-08-20 18:33

Joerg Steffens


Committer: Marco van Wieringen

Ported: N/A

Details Diff
adapted copyright information for SHA and MD5

The SHA and MD5 have been replaced by public domain versions.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - LICENSE Diff File
mod - debian/copyright.footer Diff File

master b61b995d

2014-08-20 16:33

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
adapted copyright information for SHA and MD5

The SHA and MD5 have been replaced by public domain versions.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - LICENSE Diff File
mod - debian/copyright.footer Diff File

bareos-14.2 c60c5106

2014-08-20 16:33

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
adapted copyright information for SHA and MD5

The SHA and MD5 have been replaced by public domain versions.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - LICENSE Diff File
mod - debian/copyright.footer Diff File

master febfc164

2014-08-20 16:00

Marco van Wieringen

Ported: N/A

Details Diff
Make the mediatype selection configurable.

Add an extra config option "device reserve by mediatype" which controls
if we try to reserve a certain non autochanger device by the mediatype
it has configured.

Some people configure different different devices with the same media
type. Although this will lead to all kind of problems lets make the new
device reserve by mediatype something you have to explictly enable as
probably very little people need this very specific reservation type.
mod - src/stored/reserve.c Diff File
mod - src/stored/stored_conf.c Diff File
mod - src/stored/stored_conf.h Diff File

master 46969ba9

2014-08-20 14:00

mvwieringen

Ported: N/A

Details Diff
Make the mediatype selection configurable.

Add an extra config option "device reserve by mediatype" which controls
if we try to reserve a certain non autochanger device by the mediatype
it has configured.

Some people configure different different devices with the same media
type. Although this will lead to all kind of problems lets make the new
device reserve by mediatype something you have to explictly enable as
probably very little people need this very specific reservation type.
mod - src/stored/reserve.c Diff File
mod - src/stored/stored_conf.c Diff File
mod - src/stored/stored_conf.h Diff File

master 7aaf2376

2014-08-19 18:16

Marco van Wieringen

Ported: N/A

Details Diff
Proper fix for using fallback MD5 support.

If we don't use the openssl MD5 support on windows we need to fallback
to using a C++ version so we don't have a name clash with the normal md5
routines available. So if we use our public domain version of MD5 we
always compile it as C++ code from now on.
mod - src/lib/md5.h Diff File

master f1314f23

2014-08-19 18:03

Marco van Wieringen

Ported: N/A

Details Diff
Revert "Compile MD5 as C and not C++ symbols."

This reverts commit 3f5943ef25d5d373848213c81cc319f3d66ff984.
mod - src/lib/md5.c Diff File
mod - src/lib/md5.h Diff File

master 827cacf0

2014-08-19 16:16

mvwieringen

Ported: N/A

Details Diff
Proper fix for using fallback MD5 support.

If we don't use the openssl MD5 support on windows we need to fallback
to using a C++ version so we don't have a name clash with the normal md5
routines available. So if we use our public domain version of MD5 we
always compile it as C++ code from now on.
mod - src/lib/md5.h Diff File

master 6541c918

2014-08-19 16:03

mvwieringen

Ported: N/A

Details Diff
Revert "Compile MD5 as C and not C++ symbols."

This reverts commit 3f5943ef25d5d373848213c81cc319f3d66ff984.
mod - src/lib/md5.c Diff File
mod - src/lib/md5.h Diff File

master 76008a0a

2014-08-19 13:18

Marco van Wieringen

Ported: N/A

Details Diff
Compile MD5 as C and not C++ symbols.
mod - src/lib/md5.c Diff File
mod - src/lib/md5.h Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 533 534 535 536 537 538 539 540 ... 600 ... 607 608 609  Next  Last