Changesets: bareos

master 2360bd6b

2020-10-29 10:54

franku

Ported: N/A

Details Diff
fd python libcloud plugin: apply black to format all sourcefiles
mod - core/src/plugins/filed/python/libcloud/BareosFdPluginLibcloud.py Diff File
mod - core/src/plugins/filed/python/libcloud/BareosLibcloudApi.py Diff File
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/utils.py Diff File
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py Diff File

master e1337143

2020-10-29 10:41

pstorz

Ported: N/A

Details Diff
mssqlvdi-fd.cc: avoid collision of definition of MIDL_user_allocate()

The definitions of MIDL_user_allocate are different between "vdi.h" and
"rpcndr.h" so we add the definition "__MIDL_user_allocate_free_DEFINED__"
to skip the definition in rpcndr.h.

The problem only exists on 32Bit cross-compilation.
mod - core/src/win32/plugins/filed/mssqlvdi-fd.cc Diff File

bareos-18.2 b2930aca

2020-10-29 10:41

pstorz

Ported: N/A

Details Diff
mssqlvdi-fd.cc: avoid collision of definition of MIDL_user_allocate()

The definitions of MIDL_user_allocate are different between "vdi.h" and
"rpcndr.h" so we add the definition "__MIDL_user_allocate_free_DEFINED__"
to skip the definition in rpcndr.h.

The problem only exists on 32Bit cross-compilation.
mod - core/src/win32/plugins/filed/mssqlvdi-fd.cc Diff File

bareos-19.2 c0aa2624

2020-10-29 10:41

pstorz

Ported: N/A

Details Diff
mssqlvdi-fd.cc: avoid collision of definition of MIDL_user_allocate()

The definitions of MIDL_user_allocate are different between "vdi.h" and
"rpcndr.h" so we add the definition "__MIDL_user_allocate_free_DEFINED__"
to skip the definition in rpcndr.h.

The problem only exists on 32Bit cross-compilation.
mod - core/src/win32/plugins/filed/mssqlvdi-fd.cc Diff File

master 08437114

2020-10-28 23:22

pstorz

Ported: N/A

Details Diff
docs: introduce pkglists for Fedora 33
add - docs/pkglists/Fedora_33.x86_64 Diff File

master 37b2f5dd

2020-10-28 22:56

pstorz

Ported: N/A

Details Diff
mingw: adapt icu dlls to new build chain
mod - core/platforms/win32/winbareos.nsi Diff File

bareos-18.2 7ab2b3a3

2020-10-28 22:56

pstorz

Ported: N/A

Details Diff
mingw: adapt icu dlls to new build chain
mod - core/platforms/win32/winbareos.nsi Diff File

bareos-19.2 2a058935

2020-10-28 22:56

pstorz

Ported: N/A

Details Diff
mingw: adapt icu dlls to new build chain
mod - core/platforms/win32/winbareos.nsi Diff File

master decb8f34

2020-10-28 22:35

pstorz

Ported: N/A

Details Diff
mingw: define _POSIX_C_SOURCE to have localtime_r
mod - core/src/include/config.h.in Diff File

master 8db93d7a

2020-10-28 21:02

pstorz

Ported: N/A

Details Diff
bareos.spec: add version number to Obsoletes
mod - core/platforms/packaging/bareos.spec Diff File

master e1fe8bcd

2020-10-28 18:43

franku

Ported: N/A

Details Diff
fd python libcloud plugin: finish worker if connection to backend is broken
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py Diff File

master 6cb45d3c

2020-10-28 18:39

franku


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000642 from bareos/dev/franku/master/droplet-patch

libdroplet: use new HEAD
mod - core/src/droplet Diff File

bareos-18.2 2cd26d83

2020-10-28 18:34

frank

Ported: N/A

Details Diff
webui: adapt changes from master on webui-selenium-test.py
mod - webui/tests/selenium/webui-selenium-test.py Diff File

master 29f36cd1

2020-10-28 18:33

franku

Ported: N/A

Details Diff
fd python libcloud plugin: add a comment to clarify else branch
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py Diff File

master 21f5ffb5

2020-10-28 18:30

franku

Ported: N/A

Details Diff
fd python libcloud plugin: use utf-8 encoding for jobmessage where needed
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/debug.py Diff File

master cc76ba0b

2020-10-28 16:40

franku

Ported: N/A

Details Diff
libdroplet: use new HEAD
mod - core/src/droplet Diff File

bareos-19.2 2f46d55c

2020-10-28 15:01

frank


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000639 from bareos/dev/fbergkemper/bareos-19.2/fix-packaging-s4281

packaging: add dependency for Ubuntu 20.04 (backport 19.2)
mod - webui/debian/control Diff File

master 344aab5e

2020-10-27 18:19

pstorz


Committer: arogge

Ported: N/A

Details Diff
systemtests: fix typo in testname py3plug-fd-local-fileset-restoreobject
mod - systemtests/CMakeLists.txt Diff File

master b36328d6

2020-10-27 18:10

franku

Ported: N/A

Details Diff
fd python libcloud plugin: do not put empty temp files into the queue
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py Diff File

bareos-19.2 f7f7b51b

2020-10-27 17:55

arogge

Ported: N/A

Details Diff
debian: configure tests to run in i386, too
mod - core/debian/rules Diff File

master 45b4b4e4

2020-10-27 16:06

franku

Ported: N/A

Details Diff
fd python libcloud plugin: print the stacktrace on general errors
mod - core/src/plugins/filed/python/libcloud/BareosFdPluginLibcloud.py Diff File

master 592a749a

2020-10-27 16:06

franku

Ported: N/A

Details Diff
fd python libcloud plugin: remove dead code
mod - core/src/plugins/filed/python/libcloud/BareosFdPluginLibcloud.py Diff File

master 82d06d63

2020-10-27 16:02

pstorz


Committer: arogge

Ported: N/A

Details Diff
systemtests: mark filesets and py3plug-fd-localfileset-restoreobject as broken
mod - systemtests/CMakeLists.txt Diff File

master 719ab873

2020-10-27 10:13

arogge

Ported: N/A

Details Diff
lib/tools: remove unused code

* remove md5 and sha1 implementations
OpenSSL is used instead, so this is not necessary anymore
* remove tool timelimit
This was only used in regression testing as an optional component
* remove FreeBSD tapetest.c
This was not built at all and btape offers a better test
mod - core/LICENSE Diff File
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.devel Diff File
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.traymonitor Diff File
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/plist Diff File
rm - core/platforms/freebsd/tapetest.c Diff File
mod - core/platforms/packaging/bareos.spec Diff File
mod - core/src/dird/job.cc Diff File
mod - core/src/lib/CMakeLists.txt Diff File
mod - core/src/lib/hmac.cc Diff File
mod - core/src/lib/lib.h Diff File
rm - core/src/lib/md5.cc Diff File
rm - core/src/lib/md5.h Diff File
rm - core/src/lib/sha1.cc Diff File
rm - core/src/lib/sha1.h Diff File
mod - core/src/tools/CMakeLists.txt Diff File
rm - core/src/tools/timelimit.1 Diff File
rm - core/src/tools/timelimit.cc Diff File
mod - debian/bareos-regress-config.install.in Diff File
mod - debian/copyright Diff File
mod - debian/copyright.footer Diff File
mod - systemtests/CMakeLists.txt Diff File

master e79c4cbe

2020-10-26 16:22

pstorz


Committer: arogge

Ported: N/A

Details Diff
systemtests: only enable messages test if messages_resource target exists
mod - systemtests/CMakeLists.txt Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 183 184 185 186 187 188 189 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 607 608 609  Next  Last