Changesets: bareos

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

bareos-13.2 fd56e360

2013-10-11 17:10

pstorz


Committer: mvwieringen

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
Affected Issues
0000234
mod - platforms/win32/winbareos.nsi Diff File

bareos-12.4 e6b2b878

2013-10-11 17:10

pstorz


Committer: mvwieringen

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
Affected Issues
0000234
mod - platforms/win32/winbareos.nsi Diff File

master cea71965

2013-10-11 17:10

pstorz


Committer: mvwieringen

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
Affected Issues
0000234
mod - platforms/win32/winbareos.nsi Diff File

bareos-13.2 56ea00de

2013-10-09 19:43

Bastian Friedrich


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Missing handling of "close" errors

When backing up on a CIFS target (others?), a full (remote) file system
is not detected until close() returns (returning -1 and setting errno).
However, the return value is not verified, and the incorrect write
operation is not detected. The final job result is "ok", but the volume
files are small or empty.

Fixes 0000233: Missing handling of "close" errors

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/stored/dev.c Diff File

master d2296ef6

2013-10-09 17:43

bastian

Ported: N/A

Details Diff
Missing handling of "close" errors

When backing up on a CIFS target (others?), a full (remote) file system
is not detected until close() returns (returning -1 and setting errno).
However, the return value is not verified, and the incorrect write
operation is not detected. The final job result is "ok", but the volume
files are small or empty.

Fixes 0000233: Missing handling of "close" errors

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000233
mod - src/stored/dev.c Diff File

bareos-12.4 ce6baf19

2013-10-09 17:43

bastian

Ported: N/A

Details Diff
Missing handling of "close" errors

When backing up on a CIFS target (others?), a full (remote) file system
is not detected until close() returns (returning -1 and setting errno).
However, the return value is not verified, and the incorrect write
operation is not detected. The final job result is "ok", but the volume
files are small or empty.

Fixes 0000233: Missing handling of "close" errors

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000233
mod - src/stored/dev.c Diff File

bareos-13.2 b27b5445

2013-10-09 17:43

bastian

Ported: N/A

Details Diff
Missing handling of "close" errors

When backing up on a CIFS target (others?), a full (remote) file system
is not detected until close() returns (returning -1 and setting errno).
However, the return value is not verified, and the incorrect write
operation is not detected. The final job result is "ok", but the volume
files are small or empty.

Fixes 0000233: Missing handling of "close" errors

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000233
mod - src/stored/dev.c Diff File

master 6ded1e85

2013-10-09 10:35

mvwieringen

Ported: N/A

Details Diff
Fix compiler warning.
mod - src/plugins/filed/test-plugin-fd.c Diff File

master c494044b

2013-10-07 17:10

mvwieringen

Ported: N/A

Details Diff
Fix typo.
mod - src/include/version.h Diff File

bareos-13.2 100050bd

2013-10-07 11:21

Marco van Wieringen

Ported: N/A

Details Diff
Update README.md with important new stuff in 13.2.x
mod - README.md Diff File

master 93a4b3ae

2013-10-07 10:34

mvwieringen

Ported: N/A

Details Diff
Fix compiler warning.

NULL is NOT 0 (zero).
mod - src/lib/edit.c Diff File

master 56dfa0a1

2013-10-07 09:27

mvwieringen

Ported: N/A

Details Diff
Fix typo.
mod - README.md Diff File

bareos-13.2 4c241e2d

2013-10-07 09:21

mvwieringen

Ported: N/A

Details Diff
Update README.md with important new stuff in 13.2.x
mod - README.md Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 610 611 612 613 614 615 616 ... 641 642 643  Next  Last