Changesets: bareos

dev 2682584a

2018-06-08 19:23

franku

Ported: N/A

Details Diff
cleanup: refactored an polymorphic exception catch

- original code tried to catch a polymorphic exception by value
- this removes a compiler warning from the build
mod - core/src/lib/tls_openssl.cc Diff File

dev 6c6bcf28

2018-06-08 19:23

franku

Ported: N/A

Details Diff
cleanup: refactored an polymorphic exception catch

- original code tried to catch a polymorphic exception by value
- this removes a compiler warning from the build
mod - core/src/lib/tls_openssl.cc Diff File

dev 9e278a2f

2018-06-08 18:41

franku

Ported: N/A

Details Diff
cleanup: refactored initialization of htable from memcpy to assignment

- this removes one compiler warning from the build
mod - core/src/lib/htable.cc Diff File

dev 9bd9e7e3

2018-06-08 18:41

franku

Ported: N/A

Details Diff
cleanup: refactored initialization of htable from memcpy to assignment

- this removes one compiler warning from the build
mod - core/src/lib/htable.cc Diff File

dev 9057edf3

2018-06-08 18:41

franku

Ported: N/A

Details Diff
cleanup: refactored initialization of htable from memcpy to assignment

- this removes one compiler warning from the build
mod - core/src/lib/htable.cc Diff File

dev 05035403

2018-06-08 18:41

franku

Ported: N/A

Details Diff
cleanup: refactored initialization of htable from memcpy to assignment

- this removes one compiler warning from the build
mod - core/src/lib/htable.cc Diff File

dev e8745153

2018-06-08 18:41

franku

Ported: N/A

Details Diff
cleanup: refactored initialization of htable from memcpy to assignment

- this removes one compiler warning from the build
mod - core/src/lib/htable.cc Diff File

dev 9dc06091

2018-06-08 18:41

franku

Ported: N/A

Details Diff
cleanup: refactored initialization of htable from memcpy to assignment

- this removes one compiler warning from the build
mod - core/src/lib/htable.cc Diff File

dev 3479a233

2018-06-08 17:21

franku

Ported: N/A

Details Diff
cleanup: removed deprecated OpenSSL functions from build

using #if OPENSSL_VERSION_NUMBER < 0x10000000L because these functions
are deprecated since 1.0.0

in our actual openssl/crypto.h of 1.1.8 these functions are defined like this
and there is no compatible replacement:

define CRYPTO_num_locks() (1)
define CRYPTO_set_locking_callback(func)
define CRYPTO_get_locking_callback() (NULL)
define CRYPTO_set_add_lock_callback(func)
define CRYPTO_get_add_lock_callback() (NULL)
mod - core/src/lib/crypto_openssl.cc Diff File

dev 40fcfeef

2018-06-08 17:21

franku

Ported: N/A

Details Diff
cleanup: removed deprecated OpenSSL functions from build

using #if OPENSSL_VERSION_NUMBER < 0x10000000L because these functions
are deprecated since 1.0.0

in our actual openssl/crypto.h of 1.1.8 these functions are defined like this
and there is no compatible replacement:

define CRYPTO_num_locks() (1)
define CRYPTO_set_locking_callback(func)
define CRYPTO_get_locking_callback() (NULL)
define CRYPTO_set_add_lock_callback(func)
define CRYPTO_get_add_lock_callback() (NULL)
mod - core/src/lib/crypto_openssl.cc Diff File

dev 83986987

2018-06-08 17:21

franku

Ported: N/A

Details Diff
cleanup: removed deprecated OpenSSL functions from build

using #if OPENSSL_VERSION_NUMBER < 0x10000000L because these functions
are deprecated since 1.0.0

in our actual openssl/crypto.h of 1.1.8 these functions are defined like this
and there is no compatible replacement:

define CRYPTO_num_locks() (1)
define CRYPTO_set_locking_callback(func)
define CRYPTO_get_locking_callback() (NULL)
define CRYPTO_set_add_lock_callback(func)
define CRYPTO_get_add_lock_callback() (NULL)
mod - core/src/lib/crypto_openssl.cc Diff File

dev 6bd2d523

2018-06-08 17:21

franku

Ported: N/A

Details Diff
cleanup: removed deprecated OpenSSL functions from build

using #if OPENSSL_VERSION_NUMBER < 0x10000000L because these functions
are deprecated since 1.0.0

in our actual openssl/crypto.h of 1.1.8 these functions are defined like this
and there is no compatible replacement:

define CRYPTO_num_locks() (1)
define CRYPTO_set_locking_callback(func)
define CRYPTO_get_locking_callback() (NULL)
define CRYPTO_set_add_lock_callback(func)
define CRYPTO_get_add_lock_callback() (NULL)
mod - core/src/lib/crypto_openssl.cc Diff File

dev f8252e4e

2018-06-08 17:21

franku

Ported: N/A

Details Diff
cleanup: removed deprecated OpenSSL functions from build

using #if OPENSSL_VERSION_NUMBER < 0x10000000L because these functions
are deprecated since 1.0.0

in our actual openssl/crypto.h of 1.1.8 these functions are defined like this
and there is no compatible replacement:

define CRYPTO_num_locks() (1)
define CRYPTO_set_locking_callback(func)
define CRYPTO_get_locking_callback() (NULL)
define CRYPTO_set_add_lock_callback(func)
define CRYPTO_get_add_lock_callback() (NULL)
mod - core/src/lib/crypto_openssl.cc Diff File

dev afcab6c4

2018-06-08 17:21

franku

Ported: N/A

Details Diff
cleanup: removed deprecated OpenSSL functions from build

using #if OPENSSL_VERSION_NUMBER < 0x10000000L because these functions
are deprecated since 1.0.0

in our actual openssl/crypto.h of 1.1.8 these functions are defined like this
and there is no compatible replacement:

define CRYPTO_num_locks() (1)
define CRYPTO_set_locking_callback(func)
define CRYPTO_get_locking_callback() (NULL)
define CRYPTO_set_add_lock_callback(func)
define CRYPTO_get_add_lock_callback() (NULL)
mod - core/src/lib/crypto_openssl.cc Diff File

dev 70a66d81

2018-06-08 15:39

franku

Ported: N/A

Details Diff
cleanup: refactored initialization of DevLock from memset to assignment

- this removes one compiler warning form the build
mod - core/src/lib/devlock.cc Diff File
mod - core/src/lib/devlock.h Diff File

dev a104f2cb

2018-06-08 15:39

franku

Ported: N/A

Details Diff
cleanup: refactored initialization of DevLock from memset to assignment

- this removes one compiler warning form the build
mod - core/src/lib/devlock.cc Diff File
mod - core/src/lib/devlock.h Diff File

dev 09314658

2018-06-08 15:39

franku

Ported: N/A

Details Diff
cleanup: refactored initialization of DevLock from memset to assignment

- this removes one compiler warning form the build
mod - core/src/lib/devlock.cc Diff File
mod - core/src/lib/devlock.h Diff File

dev 0273ac92

2018-06-08 15:39

franku

Ported: N/A

Details Diff
cleanup: refactored initialization of DevLock from memset to assignment

- this removes one compiler warning form the build
mod - core/src/lib/devlock.cc Diff File
mod - core/src/lib/devlock.h Diff File

dev 45257a71

2018-06-08 15:39

franku

Ported: N/A

Details Diff
cleanup: refactored initialization of DevLock from memset to assignment

- this removes one compiler warning form the build
mod - core/src/lib/devlock.cc Diff File
mod - core/src/lib/devlock.h Diff File

dev e74684d4

2018-06-08 15:39

franku

Ported: N/A

Details Diff
cleanup: refactored initialization of DevLock from memset to assignment

- this removes one compiler warning form the build
mod - core/src/lib/devlock.cc Diff File
mod - core/src/lib/devlock.h Diff File

master 32303ce5

2018-06-08 13:03

Joerg Steffens

Ported: N/A

Details Diff
droplet: on SUSE build only on SLE_12
mod - core/platforms/packaging/bareos.spec Diff File

bareos-17.2 3f9c7f4f

2018-06-08 13:03

joergs

Ported: N/A

Details Diff
droplet: on SUSE build only on SLE_12
mod - platforms/packaging/bareos.spec Diff File

dev 323a0aaa

2018-06-05 15:51

franku

Ported: N/A

Details Diff
bsock: added statement for better readability
mod - core/src/lib/bsock.cc Diff File

dev 1f577b09

2018-06-05 15:51

franku

Ported: N/A

Details Diff
bsock: added statement for better readability
mod - core/src/lib/bsock.cc Diff File

dev 9ae98d1b

2018-06-05 15:51

franku

Ported: N/A

Details Diff
bsock: added statement for better readability
mod - core/src/lib/bsock.cc Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 393 394 395 396 397 398 399 ... 420 ... 480 ... 540 ... 600 ... 608 609 610  Next  Last