Changesets: bareos

playground 11c166ea

2014-05-21 15:59

pstorz

Ported: N/A

Details Diff
Fix set_label_blocksize to set minimum_blocksize

We now also set the minimum blocksize when writing labels
so that we are sure that the label really has 63k instead of
only 1k which it was without this fix.

We also remove an unneeded newline in debug output of the autochanger.
mod - src/stored/autochanger.c Diff File
mod - src/stored/dev.c Diff File
mod - src/stored/label.c Diff File

master f44b3cf1

2014-05-21 15:59

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Fix set_label_blocksize to set minimum_blocksize

We now also set the minimum blocksize when writing labels
so that we are sure that the label really has 63k instead of
only 1k which it was without this fix.

We also remove an unneeded newline in debug output of the autochanger.
mod - src/stored/autochanger.c Diff File
mod - src/stored/dev.c Diff File
mod - src/stored/label.c Diff File

playground 982f51e1

2014-05-21 15:59

pstorz


Committer: joergs

Ported: N/A

Details Diff
Fix set_label_blocksize to set minimum_blocksize

We now also set the minimum blocksize when writing labels
so that we are sure that the label really has 63k instead of
only 1k which it was without this fix.

We also remove an unneeded newline in debug output of the autochanger.
mod - src/stored/autochanger.c Diff File
mod - src/stored/dev.c Diff File
mod - src/stored/label.c Diff File

master 1ba7bb67

2014-05-21 14:55

Marco van Wieringen

Ported: N/A

Details Diff
Fix compile problems when no compression libs are available.
mod - src/filed/compression.c Diff File
mod - src/lib/compression.c Diff File
mod - src/plugins/stored/autoxflate-sd.c Diff File
mod - src/stored/bextract.c Diff File

playground f3a7b5dc

2014-05-21 14:34

mvwieringen

Ported: N/A

Details Diff
Cleanup block handling.
mod - src/stored/device.c Diff File

master a3495779

2014-05-21 14:34

mvwieringen

Ported: N/A

Details Diff
Cleanup block handling.
mod - src/stored/device.c Diff File

master a1156aa4

2014-05-21 12:55

mvwieringen

Ported: N/A

Details Diff
Fix compile problems when no compression libs are available.
mod - src/filed/compression.c Diff File
mod - src/lib/compression.c Diff File
mod - src/plugins/stored/autoxflate-sd.c Diff File
mod - src/stored/bextract.c Diff File

playground c65609ae

2014-05-21 12:55

mvwieringen

Ported: N/A

Details Diff
Fix compile problems when no compression libs are available.
mod - src/filed/compression.c Diff File
mod - src/lib/compression.c Diff File
mod - src/plugins/stored/autoxflate-sd.c Diff File
mod - src/stored/bextract.c Diff File

master dc87abd9

2014-05-19 15:12

Marco van Wieringen

Ported: N/A

Details Diff
Fix error in Shadowing

Fixes 0000299: Error in Shadowing
mod - src/findlib/shadowing.c Diff File

master 49cf9045

2014-05-19 13:12

mvwieringen

Ported: N/A

Details Diff
Fix error in Shadowing

Fixes 0000299: Error in Shadowing
Affected Issues
0000299
mod - src/findlib/shadowing.c Diff File

bareos-12.4 14b855f7

2014-05-19 13:12

mvwieringen

Ported: N/A

Details Diff
Fix error in Shadowing

Fixes 0000299: Error in Shadowing
Affected Issues
0000299
mod - src/findlib/shadowing.c Diff File

bareos-13.2 88320773

2014-05-19 13:12

mvwieringen

Ported: N/A

Details Diff
Fix error in Shadowing

Fixes 0000299: Error in Shadowing
Affected Issues
0000299
mod - src/findlib/shadowing.c Diff File

playground 6af35d77

2014-05-19 13:12

mvwieringen

Ported: N/A

Details Diff
Fix error in Shadowing

Fixes 0000299: Error in Shadowing
Affected Issues
0000299
mod - src/findlib/shadowing.c Diff File

master 03bb94a3

2014-05-19 11:33

Marco van Wieringen

Ported: N/A

Details Diff
Fix hardware encryption (LTO) not creating cachefile/hangs bconsole

Use bget_dirmsg() instead of bnet_recv() when automounting volume
because as part of the mount request the stored can request catalog
information for any plugin who listens to the bsdEventLabelVerified
event.

Fixes 0000297: hardware encryption (LTO) not creating cachefile/hangs bconsole
mod - src/dird/ua_label.c Diff File

master 421ddd09

2014-05-19 09:33

mvwieringen

Ported: N/A

Details Diff
Fix hardware encryption (LTO) not creating cachefile/hangs bconsole

Use bget_dirmsg() instead of bnet_recv() when automounting volume
because as part of the mount request the stored can request catalog
information for any plugin who listens to the bsdEventLabelVerified
event.

Fixes 0000297: hardware encryption (LTO) not creating cachefile/hangs bconsole
Affected Issues
0000297
mod - src/dird/ua_label.c Diff File

bareos-12.4 9e32beab

2014-05-19 09:33

mvwieringen

Ported: N/A

Details Diff
Fix hardware encryption (LTO) not creating cachefile/hangs bconsole

Use bget_dirmsg() instead of bnet_recv() when automounting volume
because as part of the mount request the stored can request catalog
information for any plugin who listens to the bsdEventLabelVerified
event.

Fixes 0000297: hardware encryption (LTO) not creating cachefile/hangs bconsole
Affected Issues
0000297
mod - src/dird/ua_label.c Diff File

bareos-13.2 83821c33

2014-05-19 09:33

mvwieringen

Ported: N/A

Details Diff
Fix hardware encryption (LTO) not creating cachefile/hangs bconsole

Use bget_dirmsg() instead of bnet_recv() when automounting volume
because as part of the mount request the stored can request catalog
information for any plugin who listens to the bsdEventLabelVerified
event.

Fixes 0000297: hardware encryption (LTO) not creating cachefile/hangs bconsole
Affected Issues
0000297
mod - src/dird/ua_label.c Diff File

playground 89cf18f9

2014-05-19 09:33

mvwieringen

Ported: N/A

Details Diff
Fix hardware encryption (LTO) not creating cachefile/hangs bconsole

Use bget_dirmsg() instead of bnet_recv() when automounting volume
because as part of the mount request the stored can request catalog
information for any plugin who listens to the bsdEventLabelVerified
event.

Fixes 0000297: hardware encryption (LTO) not creating cachefile/hangs bconsole
Affected Issues
0000297
mod - src/dird/ua_label.c Diff File

master 25439dba

2014-05-19 01:29

Marco van Wieringen

Ported: N/A

Details Diff
Update AUTHORS
mod - AUTHORS Diff File

master 98763196

2014-05-18 23:29

mvwieringen

Ported: N/A

Details Diff
Update AUTHORS
mod - AUTHORS Diff File

playground 867b3d4e

2014-05-16 23:22

joergs

Ported: N/A

Details Diff
debian
mod - platforms/packaging/bareos-RHEL_4.spec Diff File
mod - platforms/packaging/bareos.spec Diff File

playground ff0554e2

2014-05-16 17:48

joergs

Ported: N/A

Details Diff
debian
mod - platforms/packaging/bareos-RHEL_4.spec Diff File
mod - platforms/packaging/bareos.spec Diff File

master ef36f57e

2014-05-16 12:42

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
catalog backup on windows works

Now the installer creates batchfiles for
db dump and dump delete and configures
the catalog backup job to call them.

Also fixed uninstall so that everything
installed (also psql dlls) are deleted
on uninstall

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - platforms/win32/winbareos.nsi Diff File

playground 02f1849b

2014-05-16 10:42

pstorz

Ported: N/A

Details Diff
catalog backup on windows works

Now the installer creates batchfiles for
db dump and dump delete and configures
the catalog backup job to call them.

Also fixed uninstall so that everything
installed (also psql dlls) are deleted
on uninstall
mod - platforms/win32/winbareos.nsi Diff File

master e441df6b

2014-05-16 10:42

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
catalog backup on windows works

Now the installer creates batchfiles for
db dump and dump delete and configures
the catalog backup job to call them.

Also fixed uninstall so that everything
installed (also psql dlls) are deleted
on uninstall

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - platforms/win32/winbareos.nsi Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 545 546 547 548 549 550 551 ... 600 ... 604 605 606  Next  Last