Changesets: bareos

master 5b3661aa

2013-10-22 22:18

Marco van Wieringen

Ported: N/A

Details Diff
Fix compile problems when compiling without libz support.

Don't depend on Bytef as datatype which is a libz invention.
mod - src/filed/compression.c Diff File
mod - src/lib/compression.c Diff File

bareos-13.2 5a83d4dc

2013-10-22 20:18

mvwieringen

Ported: N/A

Details Diff
Fix compile problems when compiling without libz support.

Don't depend on Bytef as datatype which is a libz invention.
mod - src/filed/compression.c Diff File
mod - src/lib/compression.c Diff File

master bd67bc25

2013-10-22 20:18

mvwieringen

Ported: N/A

Details Diff
Fix compile problems when compiling without libz support.

Don't depend on Bytef as datatype which is a libz invention.
mod - src/filed/compression.c Diff File
mod - src/lib/compression.c Diff File

master 77ad2498

2013-10-22 11:54

Marco van Wieringen

Ported: N/A

Details Diff
Store sizes as unsigned.

All conversion and printing functions already assume handling an
unsigned but the type is still signed. A negative size of course makes
no sense. The only thing we are interested in is if its zero or more
(e.g. zero means not set so ignore the setting.) but a zero also fits in
an unsigned variable.
mod - src/dird/dird.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/dird/migrate.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/filed/dir_cmd.c Diff File
mod - src/filed/verify.c Diff File
mod - src/stored/dev.h Diff File
mod - src/stored/dir_cmd.c Diff File
mod - src/stored/spool.c Diff File
mod - src/stored/stored_conf.h Diff File

master 755ce267

2013-10-22 09:54

mvwieringen

Ported: N/A

Details Diff
Store sizes as unsigned.

All conversion and printing functions already assume handling an
unsigned but the type is still signed. A negative size of course makes
no sense. The only thing we are interested in is if its zero or more
(e.g. zero means not set so ignore the setting.) but a zero also fits in
an unsigned variable.
mod - src/dird/dird.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/dird/migrate.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/filed/dir_cmd.c Diff File
mod - src/filed/verify.c Diff File
mod - src/stored/dev.h Diff File
mod - src/stored/dir_cmd.c Diff File
mod - src/stored/spool.c Diff File
mod - src/stored/stored_conf.c Diff File
mod - src/stored/stored_conf.h Diff File

bareos-13.2 7218af33

2013-10-21 19:03

Marco van Wieringen

Ported: N/A

Details Diff
Fix a integer overflow in btape.

From now on you can use blocksize bigger then 230 Kb in btape as
it caculates the max-file-size as 10000 (number of records) times
the device blocksize but that will overflow a 32 bits integer so
explicitly cast it to 64 bits.
mod - src/stored/btape.c Diff File

master 44c7bf7e

2013-10-21 19:03

Marco van Wieringen

Ported: N/A

Details Diff
Fix a integer overflow in btape.

From now on you can use blocksize bigger then 230 Kb in btape as
it caculates the max-file-size as 10000 (number of records) times
the device blocksize but that will overflow a 32 bits integer so
explicitly cast it to 64 bits.
mod - src/stored/btape.c Diff File

bareos-13.2 1055d45d

2013-10-21 17:38

Marco van Wieringen

Ported: N/A

Details Diff
Rebuild configure.
mod - configure Diff File

master 9e3ca6bd

2013-10-21 17:38

Marco van Wieringen

Ported: N/A

Details Diff
Rebuild configure.
mod - configure Diff File

bareos-13.2 1b9fcf59

2013-10-21 17:38

Marco van Wieringen

Ported: N/A

Details Diff
Some fixes to allow non libtool building on AIX.
mod - autoconf/configure.in Diff File
mod - src/console/Makefile.in Diff File
mod - src/dird/Makefile.in Diff File
mod - src/filed/Makefile.in Diff File
mod - src/stored/Makefile.in Diff File
mod - src/stored/stored.h Diff File
mod - src/tools/Makefile.in Diff File

bareos-12.4 10a687ff

2013-10-21 17:03

mvwieringen

Ported: N/A

Details Diff
Fix a integer overflow in btape.

From now on you can use blocksize bigger then 230 Kb in btape as
it caculates the max-file-size as 10000 (number of records) times
the device blocksize but that will overflow a 32 bits integer so
explicitly cast it to 64 bits.
mod - src/stored/btape.c Diff File

bareos-13.2 c7301645

2013-10-21 17:03

mvwieringen

Ported: N/A

Details Diff
Fix a integer overflow in btape.

From now on you can use blocksize bigger then 230 Kb in btape as
it caculates the max-file-size as 10000 (number of records) times
the device blocksize but that will overflow a 32 bits integer so
explicitly cast it to 64 bits.
mod - src/stored/btape.c Diff File

master 6ecc84e5

2013-10-21 17:03

mvwieringen

Ported: N/A

Details Diff
Fix a integer overflow in btape.

From now on you can use blocksize bigger then 230 Kb in btape as
it caculates the max-file-size as 10000 (number of records) times
the device blocksize but that will overflow a 32 bits integer so
explicitly cast it to 64 bits.
mod - src/stored/btape.c Diff File

bareos-13.2 eb5ad673

2013-10-21 15:38

mvwieringen

Ported: N/A

Details Diff
Rebuild configure.
mod - configure Diff File

master a54cadd1

2013-10-21 15:38

mvwieringen

Ported: N/A

Details Diff
Rebuild configure.
mod - configure Diff File

bareos-13.2 e97620ef

2013-10-21 15:38

mvwieringen

Ported: N/A

Details Diff
Some fixes to allow non libtool building on AIX.
mod - autoconf/configure.in Diff File
mod - src/console/Makefile.in Diff File
mod - src/dird/Makefile.in Diff File
mod - src/filed/Makefile.in Diff File
mod - src/stored/Makefile.in Diff File
mod - src/stored/stored.h Diff File
mod - src/tools/Makefile.in Diff File

master 3ad6234b

2013-10-21 15:38

mvwieringen

Ported: N/A

Details Diff
Some fixes to allow non libtool building on AIX.
mod - autoconf/configure.in Diff File
mod - src/console/Makefile.in Diff File
mod - src/dird/Makefile.in Diff File
mod - src/filed/Makefile.in Diff File
mod - src/stored/Makefile.in Diff File
mod - src/stored/stored.h Diff File
mod - src/tools/Makefile.in Diff File

master a20c11c9

2013-10-15 17:44

Marco van Wieringen

Ported: N/A

Details Diff
Change close method of DEV class to return if it failed or not.
mod - src/stored/dev.c Diff File
mod - src/stored/dev.h Diff File

master c1ba2ac2

2013-10-15 15:44

mvwieringen

Ported: N/A

Details Diff
Change close method of DEV class to return if it failed or not.
mod - src/stored/dev.c Diff File
mod - src/stored/dev.h Diff File

bareos-13.2 429ee428

2013-10-14 21:03

Marco van Wieringen

Ported: N/A

Details Diff
Fix compiling without any compression.

When you don't have zlib, lzo2 or fastlz the code didn't compile
due to one missing dummy prototype. And two dummy prototypes had
wrong typed arguments to their non dummy counterparts.
mod - src/filed/compression.c Diff File
mod - src/lib/compression.c Diff File

master dffb96e2

2013-10-14 19:03

mvwieringen

Ported: N/A

Details Diff
Fix compiling without any compression.

When you don't have zlib, lzo2 or fastlz the code didn't compile
due to one missing dummy prototype. And two dummy prototypes had
wrong typed arguments to their non dummy counterparts.
mod - src/filed/compression.c Diff File
mod - src/lib/compression.c Diff File

bareos-13.2 4abb35c2

2013-10-14 19:03

mvwieringen

Ported: N/A

Details Diff
Fix compiling without any compression.

When you don't have zlib, lzo2 or fastlz the code didn't compile
due to one missing dummy prototype. And two dummy prototypes had
wrong typed arguments to their non dummy counterparts.
mod - src/filed/compression.c Diff File
mod - src/lib/compression.c Diff File

master d3c29acf

2013-10-13 13:40

mvwieringen

Ported: N/A

Details Diff
Tweak layout.
mod - src/filed/restore.c Diff File

bareos-13.2 5fee847f

2013-10-11 19:10

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Do not offer upgrade if existing version cannot keep cfg on silent uninstall

Old versions before 12.4.5 cannot keep config files when silenly uninstalling.
So do not offer upgrade there.

Fixes 0000234: Do not offer upgrade if existing version cannot keep cfg on silent uninstall
mod - platforms/win32/winbareos.nsi Diff File

master 3505f3bc

2013-10-11 19:10

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Do not offer upgrade if existing version cannot keep cfg on silent uninstall

Old versions before 12.4.5 cannot keep config files when silenly uninstalling.
So do not offer upgrade there.

Fixes 0000234: Do not offer upgrade if existing version cannot keep cfg on silent uninstall
mod - platforms/win32/winbareos.nsi Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 645 646 647 648 649 650 651 ... 677 678 679  Next  Last