Changesets: bareos

bareos-15.2 ac383e14

2016-03-07 12:22

pstorz

Ported: N/A

Details Diff
Bump version number
mod - configure Diff File
mod - platforms/packaging/bareos-Univention_4.0.dsc Diff File
mod - platforms/packaging/bareos.changes Diff File
mod - platforms/packaging/bareos.dsc Diff File
mod - platforms/packaging/bareos.spec Diff File
mod - platforms/win32/mingw-debugsrc-devel.spec Diff File
mod - platforms/win32/winbareos-nsi.spec Diff File
mod - platforms/win32/winbareos32.spec Diff File
mod - platforms/win32/winbareos64.spec Diff File
mod - src/include/version.h Diff File

master 094a27fe

2016-03-06 12:29

mvwieringen

Ported: N/A

Details Diff
Merge branch 'bareos-15.2'
mod - src/dird/ua_label.c Diff File
mod - src/lmdb/mdb.c Diff File
mod - src/lmdb/midl.h Diff File
mod - src/plugins/filed/bpipe-fd.c Diff File
mod - src/plugins/filed/cephfs-fd.c Diff File
mod - src/plugins/filed/gfapi-fd.c Diff File
mod - src/plugins/filed/rados-fd.c Diff File
mod - src/plugins/filed/test-deltaseq-fd.c Diff File
mod - src/plugins/filed/test-plugin-fd.c Diff File

bareos-15.2 06bceeef

2016-03-06 12:26

mvwieringen

Ported: N/A

Details Diff
lmdb: Sync to upstream.
mod - src/lmdb/mdb.c Diff File
mod - src/lmdb/midl.h Diff File

bareos-15.2 0a0b0a64

2016-03-06 12:21

mvwieringen

Ported: N/A

Details Diff
plugins: Remove confusing comment.

setFileAttributes() is called for every restored file by the plugin so
lets remove the confusing comment.
mod - src/plugins/filed/bpipe-fd.c Diff File
mod - src/plugins/filed/cephfs-fd.c Diff File
mod - src/plugins/filed/gfapi-fd.c Diff File
mod - src/plugins/filed/rados-fd.c Diff File
mod - src/plugins/filed/test-deltaseq-fd.c Diff File
mod - src/plugins/filed/test-plugin-fd.c Diff File

bareos-15.2 7399408d

2016-03-05 14:36

pstorz

Ported: N/A

Details Diff
Fix compiler warning:

ua_label.c:399:13: warning: suggest parentheses around ‘&&’ within ‘||’
[-Wparentheses]
if (!yes &&
^
mod - src/dird/ua_label.c Diff File

bareos-15.2 82817ff3

2016-03-04 18:41

mvwieringen

Ported: N/A

Details Diff
cephfs: Rename variable from new_entry to entry.

Use the same naming as in the other pop from stack case. Only call the
entry new_entry when we push the entry onto the stack.
mod - src/plugins/filed/cephfs-fd.c Diff File

bareos-15.2 c684d5ef

2016-03-04 18:41

mvwieringen

Ported: N/A

Details Diff
cephfs: Return right return code.

On a unknown filetype we should return CF_ERROR and when we have a
DELETED file we should return CF_SKIP.
mod - src/plugins/filed/cephfs-fd.c Diff File

bareos-15.2 54aa86b3

2016-03-04 18:41

mvwieringen

Ported: N/A

Details Diff
gfapi: Return right return code.

On a unknown filetype we should return CF_ERROR and when we have a
DELETED file we should return CF_SKIP.
mod - src/plugins/filed/gfapi-fd.c Diff File

bareos-15.2 bb0653f7

2016-03-04 18:41

mvwieringen

Ported: N/A

Details Diff
gfapi: Rename variable from new_entry to entry.

Use the same naming as in the other pop from stack case. Only call the
entry new_entry when we push the entry onto the stack.
mod - src/plugins/filed/gfapi-fd.c Diff File

master d990fbf9

2016-03-04 16:41

pstorz

Ported: N/A

Details Diff
Merge branch 'bareos-15.2'
mod - src/dird/ua_label.c Diff File

master a797c82a

2016-03-04 16:16

pstorz

Ported: N/A

Details Diff
Fix inverse logic for automatic labeling with "yes"
mod - src/dird/ua_label.c Diff File

master e70b0281

2016-03-04 12:25

Jörg Steffens

Ported: N/A

Details Diff
Merge pull request #18 from aussendorf/master

Pool definition / storage resource list and readme
mod - manuals/en/main/README.document-conventions.txt Diff File
mod - manuals/en/main/director-resource-pool-definitions.tex Diff File

master f9e01790

2016-03-04 12:07

Maik Aussendorf

Ported: N/A

Details Diff
Update README.document-conventions.txt
mod - manuals/en/main/README.document-conventions.txt Diff File

master b008960d

2016-03-03 15:59

aussendorf

Ported: N/A

Details Diff
Hint about storage resource list in pool configuration
mod - manuals/en/main/director-resource-pool-definitions.tex Diff File

master 1ab5cb2f

2016-02-26 16:29

Frank Bergkemper

Ported: N/A

Details Diff
Merge branch 'bareos-15.2'
mod - module/Dashboard/view/dashboard/dashboard/index.phtml Diff File
mod - vendor/Bareos/library/Bareos/BSock/BareosBSock.php Diff File

master e3641ae3

2016-02-26 14:42

Frank Bergkemper

Ported: N/A

Details Diff
Bugfix 0000548

Adds missing quotes around the restore job name to allow names including whitespaces.

Fixes 0000548: Unable to use "Restore" function in bareos-webui (Error: Restore Job resource "Restore" does not exist.)
mod - vendor/Bareos/library/Bareos/BSock/BareosBSock.php Diff File

master 0bca9e8c

2016-02-26 13:20

Frank Bergkemper

Ported: N/A

Details Diff
Version bump 15.2.3
mod - module/Application/view/layout/layout.phtml Diff File

master 27520f95

2016-02-26 13:14

Frank Bergkemper

Ported: N/A

Details Diff
API 2: Exception message

As we make use of API 2 compressed mode by default,
director version 15.2.2 or greater is needed.
mod - vendor/Bareos/library/Bareos/BSock/BareosBSock.php Diff File

master 8cc637eb

2016-02-26 13:10

Frank Bergkemper

Ported: N/A

Details Diff
Dashboard: Removes alert message from dashboard
mod - module/Dashboard/view/dashboard/dashboard/index.phtml Diff File

master a92ba26d

2016-02-25 20:29

Joerg Steffens

Ported: N/A

Details Diff
initial support to communicate with bareos-fd
mod - bareos/bsock/__init__.py Diff File
mod - bareos/bsock/bsock.py Diff File
add - bareos/bsock/connectiontype.py Diff File
add - bareos/bsock/filedaemon.py Diff File
mod - bareos/bsock/lowlevel.py Diff File
mod - bareos/bsock/protocolmessages.py Diff File
add - bin/bareos-fd-connect.py Diff File
mod - setup.py Diff File

master ccaffc0d

2016-02-25 19:32

joergs

Ported: N/A

Details Diff
output error messages also as debug messages

this makes developing/debugging easier.
mod - src/lib/message.c Diff File

master ff4485b3

2016-02-25 17:26

Stephan Duehr


Committer: Joerg Steffens

Ported: N/A

Details Diff
added VMware Plugin restore to local VMDK
mod - manuals/en/main/plugins-vmware-plugin.tex Diff File

master e1a34b71

2016-02-18 22:56

mvwieringen

Ported: N/A

Details Diff
Merge branch 'bareos-15.2'
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_label.c Diff File

master fbbfe1c6

2016-02-18 19:59

Joerg Steffens

Ported: N/A

Details Diff
cleanup utilies section
mod - manuals/en/main/programs.tex Diff File

master 79efc1fd

2016-02-18 18:28

joergs

Ported: N/A

Details Diff
config files: allow wildcards to include config files

Allow the usage of wildcards when including other config files.

Until now, the include single file (@/path/to/config/file) or executing
scripts (@|"sh -c 'some script to create configuration'") have been
possible.

Now wildcards are supported in the include path:

@/path/to/config/*.conf

or even

@/path/to/config/*/*.conf

Fixes 0000198: Implement "include directory" directive
for configuration files
Affected Issues
0000198
mod - autoconf/configure.in Diff File
mod - src/lib/lex.c Diff File
mod - src/lib/protos.h Diff File
mod - src/win32/compat/glob.c Diff File
mod - src/win32/compat/include/mingwconfig.h Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 463 464 465 466 467 468 469 ... 480 ... 540 ... 600 ... 609 610 611  Next  Last