Changesets: bareos

bareos-17.2 b12b42f9

2018-06-12 23:09

joergs

Ported: N/A

Details Diff
set_config_param: added warning
mod - scripts/bareos-config-lib.sh.in Diff File

dev 9595745f

2018-06-11 16:41

franku

Ported: N/A

Details Diff
console: pam authentication via bconsole

- first implementation needs refactoring and improvements
- works with pam module pam_unix.so
mod - core/src/console/console.cc Diff File
mod - core/src/dird/ua_server.cc Diff File
mod - core/src/lib/pam_handler.cc Diff File
mod - core/src/lib/pam_handler.h Diff File

dev e6b503f4

2018-06-11 16:41

franku

Ported: N/A

Details Diff
console: pam authentication via bconsole

- first implementation needs refactoring and improvements
- works with pam module pam_unix.so
mod - core/src/console/console.cc Diff File
mod - core/src/dird/ua_server.cc Diff File
mod - core/src/lib/pam_handler.cc Diff File
mod - core/src/lib/pam_handler.h Diff File

dev fdd167b4

2018-06-11 16:41

franku

Ported: N/A

Details Diff
console: pam authentication via bconsole

- first implementation needs refactoring and improvements
- works with pam module pam_unix.so
mod - core/src/console/console.cc Diff File
mod - core/src/dird/ua_server.cc Diff File
mod - core/src/lib/pam_handler.cc Diff File
mod - core/src/lib/pam_handler.h Diff File

dev 938fea59

2018-06-11 16:41

franku

Ported: N/A

Details Diff
console: pam authentication via bconsole

- first implementation needs refactoring and improvements
- works with pam module pam_unix.so
mod - core/src/console/console.cc Diff File
mod - core/src/dird/ua_server.cc Diff File
mod - core/src/lib/pam_handler.cc Diff File
mod - core/src/lib/pam_handler.h Diff File

dev 4194da92

2018-06-11 16:36

franku

Ported: N/A

Details Diff
console: removed dead code

- initialization of line=NULL prevents else branches to be executed
mod - core/src/console/console.cc Diff File

dev b56bdf48

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 67a36713

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 78ebb184

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 6d15f1d0

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 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
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 460 461 462 463 464 465 466 ... 490 ... 560 ... 630 ... 675 676 677  Next  Last