Changesets: bareos

master 344a834f

2020-10-29 13:35

arogge

Ported: N/A

Details Diff
devtools: add copyright headers, fix whitespace
mod - devtools/new-changelog-release.sh Diff File
mod - devtools/prepare-release.sh Diff File
mod - devtools/update-changelog-links.sh Diff File

master 33ac8153

2020-10-29 12:53

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000640 from arogge/dev/arogge/master/remove-unused

lib/tools: remove unused code to reduce license-diversity a bit
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 ecfb54d9

2020-10-29 12:15

pstorz

Ported: N/A

Details Diff
nsi installer: add missing libssp-0.dll
mod - core/platforms/win32/winbareos.nsi Diff File

bareos-18.2 00a1a03a

2020-10-29 12:15

pstorz

Ported: N/A

Details Diff
nsi installer: add missing libssp-0.dll
mod - core/platforms/win32/winbareos.nsi Diff File

bareos-19.2 172ec2a6

2020-10-29 12:15

pstorz

Ported: N/A

Details Diff
nsi installer: add missing libssp-0.dll
mod - core/platforms/win32/winbareos.nsi Diff File

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
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 250 251 252 253 254 255 256 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 675 676 677  Next  Last