Changesets: bareos

bareos-15.2 779a7d07

2015-10-19 19:16

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
glusterfs: fixes a typo in Debian packaging
mod - autoconf/configure.in Diff File

bareos-15.2 223144cf

2015-10-19 19:13

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
logrotate: use "su" keyword only if available

Newer version of logrotate (>= 3.7 or 3.8, depending on the distribution)
the "su" directive is required.
Unfortunally, older version do not know about this keyword.
With this patch configure detects, if "su" is a valid keyword in a
logrotate configuration file.

Fixes 0000537: usage of too-new "su" in logrotate file
Affected Issues
0000537
mod - autoconf/configure.in Diff File
mod - scripts/logrotate.in Diff File

bareos-14.2 94d253e6

2015-10-19 19:13

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
logrotate: use "su" keyword only if available

Newer version of logrotate (>= 3.7 or 3.8, depending on the distribution)
the "su" directive is required.
Unfortunally, older version do not know about this keyword.
With this patch configure detects, if "su" is a valid keyword in a
logrotate configuration file.

Fixes 0000537: usage of too-new "su" in logrotate file
Affected Issues
0000537
mod - autoconf/configure.in Diff File
mod - scripts/logrotate.in Diff File

bareos-14.2 1450494a

2015-10-19 17:20

mvwieringen

Ported: N/A

Details Diff
Revert "Fix pattern matching crash on windows"

This reverts commit b9ff53929e0d6a1c5d5d9f94360f10a37ed0a69b.
mod - src/stored/bsr.c Diff File

bareos-14.2 5ddcfb68

2015-10-19 17:20

mvwieringen

Ported: N/A

Details Diff
Revert "Fix pattern matching crash on windows."

This reverts commit f54ebea8eb6b9e8d1d89a3fa47d6025612b70b17.
mod - src/dird/ua_acl.c Diff File

bareos-15.2 fa879c5c

2015-10-17 12:44

mvwieringen

Ported: N/A

Details Diff
Sync lmdb.
mod - src/lmdb/mdb.c Diff File

master eae09897

2015-10-16 22:19

mvwieringen

Ported: N/A

Details Diff
Merge branch 'bareos-15.2'
mod - src/cats/sql_cmds.c Diff File

master 84ba7730

2015-10-16 21:16

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
bsock: allow sending long messages

While API modes 0 and 1 normally send data as small chunks (often line
based), API mode 2 (JSON) collects the result of a bcommand, forms a
JSON object and sends it. This can result in large messages.

The maximum valid size of the result of a bcommand used to be 4 MB.
The size of "llist jobs limit=1" is already close to 1 KB.
So before this patch, "llist jobs" silently fails if the Bareos
Director returns more than 5000 jobs.

With this patch, the maximum length of a bcommand result is int32 (2GB).
mod - src/lib/bsock_tcp.c Diff File
mod - src/lib/bsock_tcp.h Diff File

master ed86ede8

2015-10-16 18:35

Marco van Wieringen

Ported: N/A

Details Diff
Add "accurate" support to VMWARE plugin.

As we want all files to be restored in the same order that the backups
are taken of the VM we have to fool the accurate code to think that all
previous "virtual files" are also found again. We can fake this by
returning bRC_Seen on each question to the check_file method of the
plugin which gets invoked for each file on the accurate Seen bitmap when
building the so called deleted files list.
mod - vmware_plugin/BareosFdPluginVMware.py Diff File

master d390b13a

2015-10-16 16:01

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
bcommand: list jobs count: fix sql query
mod - src/cats/sql_cmds.c Diff File

master 5b254e83

2015-10-14 22:43

mvwieringen

Ported: N/A

Details Diff
Merge branch 'bareos-15.2'
mod - src/stored/bscan.c Diff File

bareos-15.2 2e59a17b

2015-10-14 22:43

mvwieringen

Ported: N/A

Details Diff
STREAM_NDMP_SEPERATOR was already handled by bscan.
mod - src/stored/bscan.c Diff File

bareos-14.2 53a9ae5e

2015-10-14 22:43

mvwieringen

Ported: N/A

Details Diff
STREAM_NDMP_SEPERATOR was already handled by bscan.
mod - src/stored/bscan.c Diff File

master 1eb5a6ac

2015-10-14 22:23

mvwieringen

Ported: N/A

Details Diff
Add support to reload now that OUTPUT_FORMATTER has bool type
mod - src/dird/ua_cmds.c Diff File

master 2ba886eb

2015-10-14 22:23

mvwieringen

Ported: N/A

Details Diff
Merge branch 'bareos-15.2'
mod - src/dird/ua_cmds.c Diff File
mod - src/lib/output_formatter.c Diff File
mod - src/lib/output_formatter.h Diff File
mod - src/stored/bscan.c Diff File

bareos-15.2 128ecf84

2015-10-14 21:25

mvwieringen

Ported: N/A

Details Diff
Add filtering in bscan for some new stream types.
mod - src/stored/bscan.c Diff File

bareos-14.2 8668e012

2015-10-14 21:25

mvwieringen

Ported: N/A

Details Diff
Add filtering in bscan for some new stream types.
mod - src/stored/bscan.c Diff File

bareos-13.2 f106d2ce

2015-10-14 21:25

mvwieringen

Ported: N/A

Details Diff
Add filtering in bscan for some new stream types.
mod - src/stored/bscan.c Diff File

bareos-12.4 5f5e25c8

2015-10-14 21:25

mvwieringen

Ported: N/A

Details Diff
Add filtering in bscan for some new stream types.
mod - src/stored/bscan.c Diff File

master 468b84fc

2015-10-14 19:16

mvwieringen

Ported: N/A

Details Diff
Fix compiler warning.
mod - src/dird/dird_conf.c Diff File

master dd0a3213

2015-10-14 18:43

mvwieringen

Ported: N/A

Details Diff
Merge branch 'bareos-15.2'
mod - src/cats/sql_cmds.c Diff File
mod - src/dird/ua_output.c Diff File

bareos-15.2 5b1f6f56

2015-10-14 16:06

joergs

Ported: N/A

Details Diff
bcommand: fix duplicates in "[l]list jobs"

A job can be stored on multiple volumes.
Without this patch, it is than shown multiple times in the "list jobs"
output.
This patch fixes this problem.
Drawback: the recently introduced volumename field is no longer shown in "llist jobs".
However "[l]list jobs volume=<volume>" still works as expected.
mod - src/cats/sql_cmds.c Diff File

bareos-15.2 f20b7f2f

2015-10-14 13:51

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
bcommand: fixes a problem in the output format

Bareos has different methods to generate output for consoles:
* print
* messages
* send_msg, error_msg, warning_msg, info_msg

Strings from the print method are first stored into a text buffer and only send
to the console on request or at the end of the bcommand.
Messages are send directly to the console.

Some methods use both types to generate output.
To show them in the correct order, this change first flushes the text buffer
to the console before sending a message.
mod - src/dird/ua_output.c Diff File

master b594f3b2

2015-10-14 13:04

Marco van Wieringen

Ported: N/A

Details Diff
Update copyright.
mod - vadp_dumper/bareos_vadp_dumper.cpp Diff File

master 9dc12d50

2015-10-13 19:24

Frank Bergkemper

Ported: N/A

Details Diff
jQuery plugin library DataTables added

Signed-off-by: Frank Bergkemper <frank.bergkemper@dass-it.de>
add - public/css/dataTables.bootstrap.css Diff File
add - public/css/dataTables.bootstrap.min.css Diff File
add - public/js/dataTables.bootstrap.js Diff File
add - public/js/dataTables.bootstrap.min.js Diff File
add - public/js/jquery.dataTables.js Diff File
add - public/js/jquery.dataTables.min.js Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 478 479 480 481 482 483 484 ... 540 ... 600 ... 609 610 611  Next  Last