Changesets: bareos

master 2a8f370a

2016-06-17 16:20

joergs

Ported: N/A

Details Diff
Windows: use configuration subdirectories
add - platforms/win32/bareos-config-deploy.bat Diff File
add - platforms/win32/dummy.patch Diff File
mod - platforms/win32/fillup.sed Diff File
rm - platforms/win32/tray-monitor-conf-fd-sd.patch Diff File
rm - platforms/win32/tray-monitor-conf.patch Diff File
mod - platforms/win32/winbareos-nsi.spec Diff File
mod - platforms/win32/winbareos.nsi Diff File
mod - platforms/win32/winbareos32.spec Diff File
mod - platforms/win32/winbareos64.spec Diff File
mod - src/win32/Makefile.inc Diff File

master bbe9e56f

2016-06-17 13:58

Jörg Steffens


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #23 from aussendorf/master

relesenotes 15.2.4
mod - manuals/en/main/releasenotes.tex Diff File

master cc635ef7

2016-06-17 13:10

Maik Aussendorf

Ported: N/A

Details Diff
relesenotes 15.2.4
mod - manuals/en/main/releasenotes.tex Diff File

master c9f5c8ce

2016-06-16 22:58

mvwieringen

Ported: N/A

Details Diff
Merge branch 'bareos-15.2'
mod - src/cats/sql_cmds.c Diff File
mod - src/cats/sql_cmds.h Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_label.c Diff File
mod - src/dird/ua_prune.c Diff File
mod - src/dird/ua_restore.c Diff File
mod - src/dird/ua_run.c Diff File
mod - src/dird/ua_select.c Diff File
mod - src/dird/ua_update.c Diff File

master 1057eebb

2016-06-16 21:52

mvwieringen

Ported: N/A

Details Diff
dird: More work to make storage more generic.

We introduce a new type named slot_flags_t for slot
specific flags. This is used in the volume list structure which
allows us to store the more generic slot flags that NDMP will
give back from the SCSI element status e.g. things like if a
slot can be used for import or export or if its excluded from
our view and if if things must be done by operator or can be
done by the robot arm (MTE).

This should make things mostly future proof if we ever move
more of the logic from the SD to the DIR to remove the whole
split brain reservation logic which now exists between the two.
mod - src/dird/dird.h Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/protos.h Diff File
mod - src/dird/sd_cmds.c Diff File
mod - src/dird/storage.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_impexp.c Diff File
mod - src/dird/ua_label.c Diff File
mod - src/dird/ua_status.c Diff File

master df717ab3

2016-06-16 13:58

Frank Bergkemper

Ported: N/A

Details Diff
version bump 15.2.4
mod - module/Application/view/layout/layout.phtml Diff File

master 11893050

2016-06-15 18:29

mvwieringen

Ported: N/A

Details Diff
dird: Simplify temp table.

Currently a lot of fields are inserted into the temp table which are not
used at all. Now that we lookup the storage bits using the new
uar_list_jobs_by_idlist query there is no need to have this overhead
still in the temp table which essentially only needs the JobId,
Termination time and Start time of the Job.
mod - src/cats/sql_cmds.c Diff File

master 1151baf2

2016-06-14 19:26

mvwieringen

Ported: N/A

Details Diff
plugins: Allow plugins to override JobLevel.

This patch implements the bVarLevel also for the setBareosValue
callback. This way the plugin can change the backup level of the Job if
it sees reason to change it.
mod - src/filed/fd_plugins.c Diff File
mod - src/plugins/filed/bareos_fd_consts.py Diff File
mod - src/plugins/filed/python-fd.c Diff File

master d047b52e

2016-06-14 17:01

Frank Bergkemper

Ported: N/A

Details Diff
Include Zend Framework 2 components

- Changes ZF2/PHP dependenies as we now include the components of the framework we use
- *.rpm & *.deb packaging adjustments
mod - composer.phar Diff File
mod - debian/control Diff File
mod - init_autoloader.php Diff File
mod - packaging/obs/bareos-webui.spec Diff File
mod - tests/selenium/webui-selenium-test.py Diff File
mod - vendor/.gitignore Diff File
add - vendor/autoload.php Diff File
add - vendor/composer/ClassLoader.php Diff File
add - vendor/composer/LICENSE Diff File
add - vendor/composer/autoload_classmap.php Diff File
add - vendor/composer/autoload_namespaces.php Diff File
add - vendor/composer/autoload_psr4.php Diff File
add - vendor/composer/autoload_real.php Diff File
add - vendor/composer/autoload_static.php Diff File
add - vendor/composer/installed.json Diff File
add - vendor/zendframework/zend-cache/.coveralls.yml Diff File
add - vendor/zendframework/zend-cache/CHANGELOG.md Diff File
add - vendor/zendframework/zend-cache/CONTRIBUTING.md Diff File
add - vendor/zendframework/zend-cache/LICENSE.txt Diff File
add - vendor/zendframework/zend-cache/README.md Diff File
add - vendor/zendframework/zend-cache/composer.json Diff File
add - vendor/zendframework/zend-cache/phpunit.xml.dist Diff File
add - vendor/zendframework/zend-cache/phpunit.xml.travis Diff File
add - vendor/zendframework/zend-cache/src/Exception/BadMethodCallException.php Diff File
add - vendor/zendframework/zend-cache/src/Exception/ExceptionInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Exception/ExtensionNotLoadedException.php Diff File
add - vendor/zendframework/zend-cache/src/Exception/InvalidArgumentException.php Diff File
add - vendor/zendframework/zend-cache/src/Exception/LogicException.php Diff File
add - vendor/zendframework/zend-cache/src/Exception/MissingDependencyException.php Diff File
add - vendor/zendframework/zend-cache/src/Exception/MissingKeyException.php Diff File
add - vendor/zendframework/zend-cache/src/Exception/OutOfSpaceException.php Diff File
add - vendor/zendframework/zend-cache/src/Exception/RuntimeException.php Diff File
add - vendor/zendframework/zend-cache/src/Exception/UnexpectedValueException.php Diff File
add - vendor/zendframework/zend-cache/src/Exception/UnsupportedMethodCallException.php Diff File
add - vendor/zendframework/zend-cache/src/Pattern/AbstractPattern.php Diff File
add - vendor/zendframework/zend-cache/src/Pattern/CallbackCache.php Diff File
add - vendor/zendframework/zend-cache/src/Pattern/CaptureCache.php Diff File
add - vendor/zendframework/zend-cache/src/Pattern/ClassCache.php Diff File
add - vendor/zendframework/zend-cache/src/Pattern/ObjectCache.php Diff File
add - vendor/zendframework/zend-cache/src/Pattern/OutputCache.php Diff File
add - vendor/zendframework/zend-cache/src/Pattern/PatternInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Pattern/PatternOptions.php Diff File
add - vendor/zendframework/zend-cache/src/PatternFactory.php Diff File
add - vendor/zendframework/zend-cache/src/PatternPluginManager.php Diff File
add - vendor/zendframework/zend-cache/src/Service/StorageCacheAbstractServiceFactory.php Diff File
add - vendor/zendframework/zend-cache/src/Service/StorageCacheFactory.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/AbstractAdapter.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/AbstractZendServer.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/AdapterOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/Apc.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/ApcIterator.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/ApcOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/BlackHole.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/Dba.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/DbaIterator.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/DbaOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/Filesystem.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/FilesystemIterator.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/FilesystemOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/KeyListIterator.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/Memcache.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/MemcacheOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/MemcacheResourceManager.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/Memcached.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/MemcachedOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/MemcachedResourceManager.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/Memory.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/MemoryOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/MongoDb.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/MongoDbOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/MongoDbResourceManager.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/Redis.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/RedisOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/RedisResourceManager.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/Session.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/SessionOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/WinCache.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/WinCacheOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/XCache.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/XCacheOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/ZendServerDisk.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Adapter/ZendServerShm.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/AdapterPluginManager.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/AvailableSpaceCapableInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Capabilities.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/ClearByNamespaceInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/ClearByPrefixInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/ClearExpiredInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Event.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/ExceptionEvent.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/FlushableInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/IterableInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/IteratorInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/OptimizableInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Plugin/AbstractPlugin.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Plugin/ClearExpiredByFactor.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Plugin/ExceptionHandler.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Plugin/IgnoreUserAbort.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Plugin/OptimizeByFactor.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Plugin/PluginInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Plugin/PluginOptions.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/Plugin/Serializer.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/PluginManager.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/PostEvent.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/StorageInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/TaggableInterface.php Diff File
add - vendor/zendframework/zend-cache/src/Storage/TotalSpaceCapableInterface.php Diff File
add - vendor/zendframework/zend-cache/src/StorageFactory.php Diff File
add - vendor/zendframework/zend-config/.coveralls.yml Diff File
add - vendor/zendframework/zend-config/CONTRIBUTING.md Diff File
add - vendor/zendframework/zend-config/LICENSE.txt Diff File
add - vendor/zendframework/zend-config/README.md Diff File
add - vendor/zendframework/zend-config/composer.json Diff File
add - vendor/zendframework/zend-config/phpunit.xml.dist Diff File
add - vendor/zendframework/zend-config/phpunit.xml.travis Diff File
add - vendor/zendframework/zend-config/src/AbstractConfigFactory.php Diff File
add - vendor/zendframework/zend-config/src/Config.php Diff File
add - vendor/zendframework/zend-config/src/Exception/ExceptionInterface.php Diff File
add - vendor/zendframework/zend-config/src/Exception/InvalidArgumentException.php Diff File
add - vendor/zendframework/zend-config/src/Exception/RuntimeException.php Diff File
add - vendor/zendframework/zend-config/src/Factory.php Diff File
add - vendor/zendframework/zend-config/src/Processor/Constant.php Diff File
add - vendor/zendframework/zend-config/src/Processor/Filter.php Diff File
add - vendor/zendframework/zend-config/src/Processor/ProcessorInterface.php Diff File
add - vendor/zendframework/zend-config/src/Processor/Queue.php Diff File
add - vendor/zendframework/zend-config/src/Processor/Token.php Diff File
add - vendor/zendframework/zend-config/src/Processor/Translator.php Diff File
add - vendor/zendframework/zend-config/src/Reader/Ini.php Diff File
add - vendor/zendframework/zend-config/src/Reader/JavaProperties.php Diff File
add - vendor/zendframework/zend-config/src/Reader/Json.php Diff File
add - vendor/zendframework/zend-config/src/Reader/ReaderInterface.php Diff File
add - vendor/zendframework/zend-config/src/Reader/Xml.php Diff File
add - vendor/zendframework/zend-config/src/Reader/Yaml.php Diff File
add - vendor/zendframework/zend-config/src/ReaderPluginManager.php Diff File
add - vendor/zendframework/zend-config/src/Writer/AbstractWriter.php Diff File
add - vendor/zendframework/zend-config/src/Writer/Ini.php Diff File
add - vendor/zendframework/zend-config/src/Writer/Json.php Diff File
add - vendor/zendframework/zend-config/src/Writer/PhpArray.php Diff File
add - vendor/zendframework/zend-config/src/Writer/WriterInterface.php Diff File
add - vendor/zendframework/zend-config/src/Writer/Xml.php Diff File
add - vendor/zendframework/zend-config/src/Writer/Yaml.php Diff File
add - vendor/zendframework/zend-config/src/WriterPluginManager.php Diff File
add - vendor/zendframework/zend-console/.coveralls.yml Diff File
add - vendor/zendframework/zend-console/CONTRIBUTING.md Diff File
add - vendor/zendframework/zend-console/LICENSE.txt Diff File
add - vendor/zendframework/zend-console/README.md Diff File
add - vendor/zendframework/zend-console/composer.json Diff File
add - vendor/zendframework/zend-console/phpunit.xml.dist Diff File
add - vendor/zendframework/zend-console/phpunit.xml.travis Diff File
add - vendor/zendframework/zend-console/src/Adapter/AbstractAdapter.php Diff File
add - vendor/zendframework/zend-console/src/Adapter/AdapterInterface.php Diff File
add - vendor/zendframework/zend-console/src/Adapter/Posix.php Diff File
add - vendor/zendframework/zend-console/src/Adapter/Virtual.php Diff File
add - vendor/zendframework/zend-console/src/Adapter/Windows.php Diff File
add - vendor/zendframework/zend-console/src/Adapter/WindowsAnsicon.php Diff File
add - vendor/zendframework/zend-console/src/Charset/Ascii.php Diff File
add - vendor/zendframework/zend-console/src/Charset/AsciiExtended.php Diff File
add - vendor/zendframework/zend-console/src/Charset/CharsetInterface.php Diff File
add - vendor/zendframework/zend-console/src/Charset/DECSG.php Diff File
add - vendor/zendframework/zend-console/src/Charset/Utf8.php Diff File
add - vendor/zendframework/zend-console/src/Charset/Utf8Heavy.php Diff File
add - vendor/zendframework/zend-console/src/Color/Xterm256.php Diff File
add - vendor/zendframework/zend-console/src/ColorInterface.php Diff File
add - vendor/zendframework/zend-console/src/Console.php Diff File
add - vendor/zendframework/zend-console/src/Exception/BadMethodCallException.php Diff File
add - vendor/zendframework/zend-console/src/Exception/ExceptionInterface.php Diff File
add - vendor/zendframework/zend-console/src/Exception/InvalidArgumentException.php Diff File
add - vendor/zendframework/zend-console/src/Exception/RuntimeException.php Diff File
add - vendor/zendframework/zend-console/src/Getopt.php Diff File
add - vendor/zendframework/zend-console/src/Prompt/AbstractPrompt.php Diff File
add - vendor/zendframework/zend-console/src/Prompt/Char.php Diff File
add - vendor/zendframework/zend-console/src/Prompt/Checkbox.php Diff File
add - vendor/zendframework/zend-console/src/Prompt/Confirm.php Diff File
add - vendor/zendframework/zend-console/src/Prompt/Line.php Diff File
add - vendor/zendframework/zend-console/src/Prompt/Number.php Diff File
add - vendor/zendframework/zend-console/src/Prompt/Password.php Diff File
add - vendor/zendframework/zend-console/src/Prompt/PromptInterface.php Diff File
add - vendor/zendframework/zend-console/src/Prompt/Select.php Diff File
add - vendor/zendframework/zend-console/src/Request.php Diff File
add - vendor/zendframework/zend-console/src/Response.php Diff File
add - vendor/zendframework/zend-console/src/RouteMatcher/DefaultRouteMatcher.php Diff File
add - vendor/zendframework/zend-console/src/RouteMatcher/RouteMatcherInterface.php Diff File
add - vendor/zendframework/zend-db/.coveralls.yml Diff File
add - vendor/zendframework/zend-db/CONTRIBUTING.md Diff File
add - vendor/zendframework/zend-db/LICENSE.txt Diff File
add - vendor/zendframework/zend-db/README.md Diff File
add - vendor/zendframework/zend-db/composer.json Diff File
add - vendor/zendframework/zend-db/phpunit.xml.dist Diff File
add - vendor/zendframework/zend-db/phpunit.xml.travis Diff File
add - vendor/zendframework/zend-db/src/Adapter/Adapter.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/AdapterAbstractServiceFactory.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/AdapterAwareInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/AdapterAwareTrait.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/AdapterInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/AdapterServiceFactory.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/AbstractConnection.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/ConnectionInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/DriverInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Feature/AbstractFeature.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Feature/DriverFeatureInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/IbmDb2/Connection.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/IbmDb2/IbmDb2.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/IbmDb2/Result.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/IbmDb2/Statement.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Mysqli/Connection.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Mysqli/Mysqli.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Mysqli/Result.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Mysqli/Statement.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Oci8/Connection.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Oci8/Oci8.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Oci8/Result.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Oci8/Statement.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Connection.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Feature/OracleRowCounter.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Feature/SqliteRowCounter.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Pdo.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Result.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Statement.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Pgsql/Connection.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Pgsql/Pgsql.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Pgsql/Result.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Pgsql/Statement.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/ResultInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Connection.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Exception/ErrorException.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Exception/ExceptionInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Result.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Sqlsrv.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Statement.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Driver/StatementInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Exception/ErrorException.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Exception/ExceptionInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Exception/InvalidArgumentException.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Exception/InvalidConnectionParametersException.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Exception/InvalidQueryException.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Exception/RuntimeException.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Exception/UnexpectedValueException.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/ParameterContainer.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Platform/AbstractPlatform.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Platform/IbmDb2.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Platform/Mysql.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Platform/Oracle.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Platform/PlatformInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Platform/Postgresql.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Platform/Sql92.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Platform/SqlServer.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Platform/Sqlite.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Profiler/Profiler.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Profiler/ProfilerAwareInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/Profiler/ProfilerInterface.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/StatementContainer.php Diff File
add - vendor/zendframework/zend-db/src/Adapter/StatementContainerInterface.php Diff File
add - vendor/zendframework/zend-db/src/Exception/ErrorException.php Diff File
add - vendor/zendframework/zend-db/src/Exception/ExceptionInterface.php Diff File
add - vendor/zendframework/zend-db/src/Exception/InvalidArgumentException.php Diff File
add - vendor/zendframework/zend-db/src/Exception/RuntimeException.php Diff File
add - vendor/zendframework/zend-db/src/Exception/UnexpectedValueException.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Metadata.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/MetadataInterface.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Object/AbstractTableObject.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Object/ColumnObject.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Object/ConstraintKeyObject.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Object/ConstraintObject.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Object/TableObject.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Object/TriggerObject.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Object/ViewObject.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Source/AbstractSource.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Source/MysqlMetadata.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Source/OracleMetadata.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Source/PostgresqlMetadata.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Source/SqlServerMetadata.php Diff File
add - vendor/zendframework/zend-db/src/Metadata/Source/SqliteMetadata.php Diff File
add - vendor/zendframework/zend-db/src/ResultSet/AbstractResultSet.php Diff File
add - vendor/zendframework/zend-db/src/ResultSet/Exception/ExceptionInterface.php Diff File
add - vendor/zendframework/zend-db/src/ResultSet/Exception/InvalidArgumentException.php Diff File
add - vendor/zendframework/zend-db/src/ResultSet/Exception/RuntimeException.php Diff File
add - vendor/zendframework/zend-db/src/ResultSet/HydratingResultSet.php Diff File
add - vendor/zendframework/zend-db/src/ResultSet/ResultSet.php Diff File
add - vendor/zendframework/zend-db/src/ResultSet/ResultSetInterface.php Diff File
add - vendor/zendframework/zend-db/src/RowGateway/AbstractRowGateway.php Diff File
add - vendor/zendframework/zend-db/src/RowGateway/Exception/ExceptionInterface.php Diff File
add - vendor/zendframework/zend-db/src/RowGateway/Exception/InvalidArgumentException.php Diff File
add - vendor/zendframework/zend-db/src/RowGateway/Exception/RuntimeException.php Diff File
add - vendor/zendframework/zend-db/src/RowGateway/Feature/AbstractFeature.php Diff File
add - vendor/zendframework/zend-db/src/RowGateway/Feature/FeatureSet.php Diff File
add - vendor/zendframework/zend-db/src/RowGateway/RowGateway.php Diff File
add - vendor/zendframework/zend-db/src/RowGateway/RowGatewayInterface.php Diff File
add - vendor/zendframework/zend-db/src/Sql/AbstractExpression.php Diff File
add - vendor/zendframework/zend-db/src/Sql/AbstractPreparableSql.php Diff File
add - vendor/zendframework/zend-db/src/Sql/AbstractSql.php Diff File
add - vendor/zendframework/zend-db/src/Sql/Combine.php Diff File
add - vendor/zendframework/zend-db/src/Sql/Ddl/AlterTable.php Diff File
add - vendor/zendframework/zend-db/src/Sql/Ddl/Column/AbstractLengthColumn.php Diff File
add - vendor/zendframework/zend-db/src/Sql/Ddl/Column/AbstractPrecisionColumn.php Diff File
add - vendor/zendframework/zend-db/src/Sql/Ddl/Column/AbstractTimestampColumn.php Diff File
add - vendor/zendframework/zend-db/src/Sql/Ddl/Column/BigInteger.php Diff File
add - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Binary.php Diff File
add - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Blob.php Diff File
add - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Boolean.php Diff File
add - vendor/zendframework/zend-db/src/Sql/Ddl/Column/Char.php Diff File

master d3e8c0b9

2016-06-14 15:44

mvwieringen

Ported: N/A

Details Diff
dird: Allow to restore from copies.

Until now you can specify the keyword copies when doing a restore
but it will only show the copies but not actually use them for restore.
This is somewhat counter intuitive so this patch adds the code that
asks if you really want to use the copies for the restore. If you
specify the yes keyword you can skip this question.
mod - src/cats/sql_cmds.c Diff File
mod - src/cats/sql_cmds.h Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_label.c Diff File
mod - src/dird/ua_prune.c Diff File
mod - src/dird/ua_restore.c Diff File
mod - src/dird/ua_run.c Diff File
mod - src/dird/ua_select.c Diff File
mod - src/dird/ua_update.c Diff File

master 56ee168a

2016-06-13 21:15

Joerg Steffens

Ported: N/A

Details Diff
Added new default configuration based on directory structure

Added a new default configuration under
configs/BASE/

It contains a basic configuration for all components as configuration
directories (bareos >= 16.2.4).
It also uses TLS, as we expect that if the test succeeds with TLS it
would proberly also succeed without.

One major advantages of using the configuration subdirectory structure
is that it is now easy to added additional resources to the
configuration of a test.
Tests specific resoures that are defined in
* configs/$TestName
extends (or overwrites) the configuration defined in configs/BASE.

Tests:
* tests/tls-client-initiated-connection-backup-test
* adapted to use the new configuration directory structure

* tests/config-add-client-test
* new test, that adds clients via configuration API

* tests/1-example-test
* example tests, including comments to give a basis for creating
additional tests.
mod - DartTestfile.txt.in Diff File
mod - all-disk-tests Diff File
add - configs/BASE/README.txt Diff File
add - configs/BASE/bareos-dir-export/.dummy Diff File
add - configs/BASE/bareos-dir.d/catalog/MyCatalog.conf.in Diff File
add - configs/BASE/bareos-dir.d/client/bareos-fd.conf.in Diff File
add - configs/BASE/bareos-dir.d/director/bareos-dir.conf.in Diff File
add - configs/BASE/bareos-dir.d/fileset/FS_TESTJOB.conf.in Diff File
add - configs/BASE/bareos-dir.d/job/RestoreFiles.conf Diff File
add - configs/BASE/bareos-dir.d/job/backup-bareos-fd.conf Diff File
add - configs/BASE/bareos-dir.d/jobdefs/DefaultJob.conf.in Diff File
add - configs/BASE/bareos-dir.d/messages/Standard.conf.in Diff File
add - configs/BASE/bareos-dir.d/pool/Default.conf Diff File
add - configs/BASE/bareos-dir.d/pool/Scratch.conf Diff File
add - configs/BASE/bareos-dir.d/storage/File1.conf.in Diff File
add - configs/BASE/bareos-fd.d/client/myself.conf.in Diff File
add - configs/BASE/bareos-fd.d/director/bareos-dir.conf.in Diff File
add - configs/BASE/bareos-fd.d/messages/Standard.conf Diff File
add - configs/BASE/bareos-sd.d/device/FileStorage.conf.in Diff File
add - configs/BASE/bareos-sd.d/director/bareos-dir.conf.in Diff File
add - configs/BASE/bareos-sd.d/messages/Standard.conf Diff File
add - configs/BASE/bareos-sd.d/storage/bareos-sd.conf.in Diff File
add - configs/BASE/bconsole.conf.in Diff File
rm - configs/tls-client-initiated-connection-backup-test/bareos-dir.conf.in Diff File
add - configs/tls-client-initiated-connection-backup-test/bareos-dir.d/client/connectingclient-fd.conf.in Diff File
add - configs/tls-client-initiated-connection-backup-test/bareos-dir.d/job/backup-connectingclient-fd.conf Diff File
rm - configs/tls-client-initiated-connection-backup-test/bareos-fd.conf.in Diff File
add - configs/tls-client-initiated-connection-backup-test/bareos-fd.d/client/myself.conf.in Diff File
add - configs/tls-client-initiated-connection-backup-test/bareos-fd.d/director/bareos-dir.conf.in Diff File
rm - configs/tls-client-initiated-connection-backup-test/bareos-sd.conf.in Diff File
mod - scripts/bareos-dir.conf.in Diff File
mod - scripts/cleanup Diff File
mod - scripts/do_sed Diff File
mod - scripts/functions Diff File
mod - scripts/setup Diff File
add - tests/1-example-test Diff File
rm - tests/bweb-test.pl Diff File
add - tests/config-add-client-test Diff File
mod - tests/tls-client-initiated-connection-backup-test Diff File

master 8b1c713b

2016-06-13 19:43

mvwieringen

Ported: N/A

Details Diff
vss: Fix IVssBackupComponents::SetBackupState call

We currently always call the IVssBackupComponents::SetBackupState method
with the arguments bSelectComponents and bBackupBootableSystemState set
to true. This indicates that we do a backup or restore operation in
component mode and that a bootable system state backup is being
performed. This is not really true until we fully implement the whole
VSS API in a new dedicated VSS plugin. As such this patch adds a new
event bEventVssSetBackupState which is raised when normally a
IVssBackupComponents::SetBackupState call is done the plugin can
register this event and implement its own call to
IVssBackupComponents::SetBackupState with the options it want to set and
return an bRC_Skip to let the core not call the method.

This patch also adds a new event named bEventVssPrepareForBackup which is
raised just before a call to IVssBackupComponents::PrepareForBackup is
done.

Fixes 0000562: VSS Plugin is missing method
IVssBackupComponents::SetBackupSucceeded
Affected Issues
0000562
mod - src/filed/fd_plugins.h Diff File
mod - src/plugins/filed/bareos_fd_consts.py Diff File
mod - src/win32/filed/vss_generic.c Diff File

master 3ae6aa73

2016-06-13 19:43

mvwieringen

Ported: N/A

Details Diff
vss: Remove SetBackupSucceeded fallback code.

IVssBackupComponents::SetBackupSucceeded method only needs to be called
when explicit entries are added to the backup snapshotset using the
IVssBackupComponents::AddComponent method. As we only have implicit
entries as we don't call IVssBackupComponents::AddComponent there is no
need to call IVssBackupComponents::SetBackupSucceeded at all.

If we finish our VSS plugin that will handle this part of the VSS API.
mod - src/filed/backup.c Diff File
mod - src/filed/fd_plugins.h Diff File
mod - src/plugins/filed/bareos_fd_consts.py Diff File
mod - src/win32/filed/vss_generic.c Diff File
mod - src/win32/include/vss.h Diff File

master f71bbee7

2016-06-13 19:20

mvwieringen

Ported: N/A

Details Diff
Add basic JT_ARCHIVE support.

Currently nothing more then an JT_ADMIN Job.
mod - src/dird/Makefile.in Diff File
mod - src/dird/admin.c Diff File
add - src/dird/archive.c Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/job.c Diff File
mod - src/dird/protos.h Diff File
mod - src/dird/ua_run.c Diff File
mod - src/dird/ua_status.c Diff File
mod - src/win32/dird/Makefile Diff File

master 4e0f2703

2016-06-13 19:20

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
First version of always incremental backup scheme

To be able to run an always incremental backup scheme,
we need to be able to merge the oldest full backup with the oldest
incremental backup.

This is the first try to implement this by adding three directives to
the job resource regarding AlwaysIncremental:

AlwaysIncremental (yes/no) - is always incremental enabled at all
AlwaysIncrementalInterval - incrementals older than this are merged into
a full
AlwaysIncrementalNumber - this number of incrementals should be kept
even if the interval is smaller
mod - src/cats/sql_get.c Diff File
mod - src/dird/Makefile.in Diff File
mod - src/dird/admin.c Diff File
add - src/dird/consolidate.c Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/dird/job.c Diff File
mod - src/dird/protos.h Diff File
mod - src/dird/ua_run.c Diff File
mod - src/dird/vbackup.c Diff File
mod - src/include/jcr.h Diff File
mod - src/lib/jcr.c Diff File
mod - src/lib/util.c Diff File
mod - src/win32/dird/Makefile Diff File

master b7385dbd

2016-06-13 19:20

mvwieringen

Ported: N/A

Details Diff
dird: Allow user to specify jobids to use for Virtual Full.
mod - src/dird/job.c Diff File
mod - src/dird/ua_run.c Diff File
mod - src/dird/vbackup.c Diff File
mod - src/dird/verify.c Diff File
mod - src/include/jcr.h Diff File

master fa788a0c

2016-06-13 16:35

Frank Bergkemper

Ported: N/A

Details Diff
Various naming adjustments
mod - module/Client/view/client/client/details.phtml Diff File
mod - module/Dashboard/view/dashboard/dashboard/index.phtml Diff File
mod - module/Dashboard/view/partial/JobsLastStatus.phtml Diff File
mod - module/Dashboard/view/partial/JobsPast24h.phtml Diff File
mod - module/Dashboard/view/partial/LastDirectorMessages.phtml Diff File
mod - module/Director/view/director/director/console.phtml Diff File
mod - module/Director/view/director/director/index.phtml Diff File
mod - module/Director/view/director/director/messages.phtml Diff File
mod - module/Director/view/director/director/schedule.phtml Diff File
mod - module/Director/view/director/director/schedulerstatus.phtml Diff File
mod - module/Job/src/Job/Form/JobForm.php Diff File
mod - module/Job/view/job/job/details.phtml Diff File
mod - module/Job/view/job/job/index.phtml Diff File
mod - module/Job/view/job/job/run.phtml Diff File
mod - module/Media/view/media/media/details.phtml Diff File
mod - module/Restore/src/Restore/Form/RestoreForm.php Diff File
mod - module/Restore/view/restore/restore/index.phtml Diff File
mod - module/Storage/view/storage/storage/index.phtml Diff File

bareos-14.2 0b778232

2016-06-12 12:31

mvwieringen

Ported: N/A

Details Diff
Rebuild configure.
mod - configure Diff File

master 41256fa6

2016-06-11 01:50

Joerg Steffens

Ported: N/A

Details Diff
make regression work with new config files

Before, "make install" has delivered a preconfigured config file.
However, as newer bareos versions work with configuration directories,
we copied the old bareos-*.conf to scripts.
However, it seams regression expects them somehow different.
Not sure what exactly. Anyhow, we make it work
and strip down bareos-dir.conf.
mod - Makefile Diff File
mod - README Diff File
mod - configs/scsi-crypto-test/bareos-dir.conf.scsi-crypto-test.in Diff File
mod - configs/status-schedule-test/bareos-dir.conf.status-schedule-test.in Diff File
mod - scripts/bareos-dir.conf.in Diff File
mod - scripts/create_sed Diff File
mod - scripts/setup Diff File
mod - tests/acl-xattr-test Diff File

master 0d40ab9b

2016-06-10 21:01

mvwieringen

Ported: N/A

Details Diff
bcommand: Add type=<pooltype> filtering to .pools cmd.
mod - src/defaultconfigs/diskonly/bareos-dir.conf.in Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_dotcmds.c Diff File

master 8364241a

2016-06-10 20:54

Joerg Steffens

Ported: N/A

Details Diff
from bareos main repository
add - scripts/bareos-dir.conf.in Diff File
add - scripts/bareos-fd.conf.in Diff File
add - scripts/bareos-sd.conf.in Diff File
add - scripts/bconsole.conf.in Diff File

master a2900660

2016-06-10 18:39

joergs

Ported: N/A

Details Diff
configure
mod - configure Diff File

master 830bf899

2016-06-10 17:56

mvwieringen

Ported: N/A

Details Diff
stored: Fix possible problem found by Coverity.

CID 25923: Null pointer dereferences (FORWARD_NULL)
Dereferencing null pointer "dcr".
mod - src/stored/dev.c Diff File

master a8f6bed1

2016-06-10 14:40

Jörg Steffens


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000022 from mbaschnitzi/patch-1

Fix typo in install.tex
mod - manuals/en/main/install.tex Diff File

master 1b2e05c8

2016-06-10 14:20

Micha Ahrweiler


Committer: GitHub

Ported: N/A

Details Diff
Fix typo in install.tex
mod - manuals/en/main/install.tex Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 452 453 454 455 456 457 458 ... 480 ... 540 ... 600 ... 608 609 610  Next  Last