Changesets: bareos

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

dev 8e749f46

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 c3f9d95a

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 29ae2e03

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 a37bc7bf

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 18c6cbbd

2018-06-05 13:19

franku

Ported: N/A

Details Diff
bsock: refactored code

- move redundant lines
- set failed status where appropriate
mod - core/src/lib/bsock.cc Diff File

dev ab2fcfd5

2018-06-05 13:19

franku

Ported: N/A

Details Diff
bsock: refactored code

- move redundant lines
- set failed status where appropriate
mod - core/src/lib/bsock.cc Diff File

dev 78d33863

2018-06-05 13:19

franku

Ported: N/A

Details Diff
bsock: refactored code

- move redundant lines
- set failed status where appropriate
mod - core/src/lib/bsock.cc Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 427 428 429 430 431 432 433 ... 480 ... 540 ... 600 ... 641 642 643  Next  Last