Changesets: bareos
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 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 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 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 | ||
master ebb83464 2016-02-18 16:06 Ported: N/A Details Diff |
dird: Add support for non-interactive label barcodes. We should not ask for confirmation in batch mode and accept the yes keyword as indication that we should not be interactive like we do in other situations. Also add the drive argument to label which is needed when we have a multidrive autochanger. |
||
mod - src/dird/ua_cmds.c | Diff File | ||
mod - src/dird/ua_label.c | Diff File | ||
master d6830701 2016-02-16 20:49 Frank Bergkemper Ported: N/A Details Diff |
Composer usage Instead of pulling the whole framework via composer, we now pull just a minimal set of required individual framework components and their dependencies from packages.zendframework.com. |
||
mod - composer.json | Diff File | ||
mod - composer.phar | Diff File | ||
master c0e71aa7 2016-02-15 17:47 Joerg Steffens Ported: N/A Details Diff |
ndmp: clarification for copy jobs | ||
mod - manuals/en/main/ndmp.tex | Diff File | ||
master 0e1f9c8f 2016-02-14 11:29 Ported: N/A Details Diff |
ceph: Make m_stripe_unit uint64_t | ||
mod - src/stored/backends/rados_device.h | Diff File | ||
master a81fe7fe 2016-02-14 10:33 Ported: N/A Details Diff |
ceph: Fix compile problem. | ||
mod - src/stored/backends/rados_device.c | Diff File | ||
mvw 03734600 2016-02-11 11:02 Ported: N/A Details Diff |
docs: Update AUTHORS | ||
mod - AUTHORS | Diff File | ||
master 2f5940b3 2016-02-11 11:02 Ported: N/A Details Diff |
docs: Update AUTHORS | ||
mod - AUTHORS | Diff File | ||
mvw cdfc6b7b 2016-02-11 10:21 Ported: N/A Details Diff |
ceph: Introduce private methods for device operations. Add some generic private methods that abstract the device operations so we can easily extend them to support different types of backing stores and operations in the future. |
||
mod - src/stored/backends/rados_device.c | Diff File | ||
mod - src/stored/backends/rados_device.h | Diff File | ||
mvw 95774ec7 2016-02-11 00:36 mr245 Committer: mvwieringen Ported: N/A Details Diff |
stripe unit and count were not being read correctly | ||
mod - src/stored/backends/rados_device.c | Diff File | ||
master 48d5b786 2016-02-11 00:36 mr245 Committer: mvwieringen Ported: N/A Details Diff |
ceph: Stripe unit and count were not being read correctly Fixes 0000618: rados stripe unit and stripe count settings are not being read correctly |
Affected Issues 0000618 |
|
mod - src/stored/backends/rados_device.c | Diff File | ||
mvw 6bc94619 2016-02-10 16:27 mr245 Committer: mvwieringen Ported: N/A Details Diff |
add support for rados_striper functions in rados_device.c where it currently dosn't exist Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - src/stored/backends/rados_device.c | Diff File | ||
mod - src/stored/backends/rados_device.h | Diff File | ||
master 01c224cf 2016-02-10 16:27 mr245 Committer: mvwieringen Ported: N/A Details Diff |
ceph: Add more support for rados_striper functions. Fixes 0000617: Add support for rados_striper functions in rados_device.c where it currently dosn't exist. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000617 |
|
mod - src/stored/backends/rados_device.c | Diff File | ||
mod - src/stored/backends/rados_device.h | Diff File | ||
master ce117dad 2016-02-10 11:52 Ported: N/A Details Diff |
build: Bump version date. | ||
mod - src/include/version.h | Diff File | ||
master 04d123c2 2016-02-09 22:51 Ported: N/A Details Diff |
docs: Update README.md | ||
mod - README.md | Diff File | ||
master 27217e66 2016-02-09 21:39 Ported: N/A Details Diff |
build: Rebuild configure and config.h.in | ||
mod - autoconf/config.h.in | Diff File | ||
mod - configure | Diff File | ||
master a5477561 2016-02-09 21:35 Ported: N/A Details Diff |
build: Upgrade to libtool 2.4.6 | ||
mod - autoconf/libtool/libtool.m4 | Diff File | ||
mod - autoconf/libtool/ltdl.m4 | Diff File | ||
mod - autoconf/libtool/ltoptions.m4 | Diff File | ||
mod - autoconf/libtool/ltsugar.m4 | Diff File | ||
mod - autoconf/libtool/ltversion.m4 | Diff File | ||
mod - autoconf/libtool/lt~obsolete.m4 | Diff File | ||
mod - autoconf/ltmain.sh | Diff File |