Changesets: bareos

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

master 621965a7

2013-10-07 09:10

mvwieringen

Ported: N/A

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

bareos-13.2 c615e720

2013-10-02 21:36

Marco van Wieringen

Ported: N/A

Details Diff
Move plugins to new layout.
mod - autoconf/configure.in Diff File
mod - configure Diff File
mod - platforms/win32/winbareos32.spec Diff File
mod - platforms/win32/winbareos64.spec Diff File
rm - src/plugins/Makefile Diff File
mod - src/win32/plugins/Makefile Diff File

bareos-13.2 bc044d04

2013-10-02 19:36

mvwieringen

Ported: N/A

Details Diff
Move plugins to new layout.
mod - autoconf/configure.in Diff File
mod - configure Diff File
mod - platforms/win32/winbareos32.spec Diff File
mod - platforms/win32/winbareos64.spec Diff File
rm - src/plugins/Makefile Diff File
mod - src/win32/plugins/Makefile Diff File

master 1a9e4cd2

2013-10-02 15:11

mvwieringen

Ported: N/A

Details Diff
Fix problem with copy/migrate jobs.

Now we select the right catalog and not always set a pool override of
the catalog we run into a crash in set_jcr_defaults as that now
derefences the job->client pointer which for copy/migrate jobs may not
have been set. This patch adds an extra catalog override method to
allow you to set a job specfic catalog setting. If none is set the
default (first) catalog is choosen for the copy/migration Job.
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/dird/job.c Diff File

bareos-13.2 68e6fa85

2013-10-01 15:54

Marco van Wieringen

Ported: N/A

Details Diff
When using multiple catalogs always the first is chosen.

With the introduction of the autoselection of the right catalog when
none is selected we also auto select a catalog in the pool resource.
That is of course wrong as that means every pool always has an
explicit override of the catalog to use to the first catalog which
makes the override in the client useless.

Fixes 0000229: When using multiple catalogs always the first is chosen.
mod - src/dird/dird_conf.c Diff File

bareos-12.4 d8191b14

2013-10-01 13:54

mvwieringen

Ported: N/A

Details Diff
When using multiple catalogs always the first is chosen.

With the introduction of the autoselection of the right catalog when
none is selected we also auto select a catalog in the pool resource.
That is of course wrong as that means every pool always has an
explicit override of the catalog to use to the first catalog which
makes the override in the client useless.

Fixes 0000229: When using multiple catalogs always the first is chosen.
Affected Issues
0000229
mod - src/dird/dird_conf.c Diff File

bareos-13.2 5b9f9f57

2013-10-01 13:54

mvwieringen

Ported: N/A

Details Diff
When using multiple catalogs always the first is chosen.

With the introduction of the autoselection of the right catalog when
none is selected we also auto select a catalog in the pool resource.
That is of course wrong as that means every pool always has an
explicit override of the catalog to use to the first catalog which
makes the override in the client useless.

Fixes 0000229: When using multiple catalogs always the first is chosen.
Affected Issues
0000229
mod - src/dird/dird_conf.c Diff File

master feef1bbc

2013-10-01 13:50

mvwieringen

Ported: N/A

Details Diff
When using multiple catalogs always the first is chosen.

With the introduction of the autoselection of the right catalog when
none is selected we also auto select a catalog in the pool resource.
That is of course wrong as that means every pool always has an
explicit override of the catalog to use to the first catalog which
makes the override in the client useless.

Fixes 0000229: When using multiple catalogs always the first is chosen.
Affected Issues
0000229
mod - src/dird/dird_conf.c Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 644 645 646 647 648 649 650 ... 675 676 677  Next  Last