Changesets: bareos

master 169404ab

2018-07-19 01:49

pstorz

Ported: N/A

Details Diff
unittests: added auth_fails_with_different_names_with_tls_psk

Also shortened the redundant test names
mod - core/src/lib/unittests/bsock_test.cc Diff File

dev 3ba1e597

2018-07-19 01:49

pstorz


Committer: franku

Ported: N/A

Details Diff
unittests: added auth_fails_with_different_names_with_tls_psk

Also shortened the redundant test names
mod - core/src/lib/unittests/bsock_test.cc Diff File

master 7ea5f01a

2018-07-19 01:43

pstorz

Ported: N/A

Details Diff
bsock: make sleep_time_after_authentication_error configurable

The sleep time after authentication error now is configurable so that
we can skip it for unit tests.
mod - core/src/lib/bsock.h Diff File
mod - core/src/lib/cram-md5.cc Diff File
mod - core/src/lib/unittests/bsock_test.cc Diff File

dev 0db3ba7a

2018-07-19 01:43

pstorz


Committer: franku

Ported: N/A

Details Diff
bsock: make sleep_time_after_authentication_error configurable

The sleep time after authentication error now is configurable so that
we can skip it for unit tests.
mod - core/src/lib/bsock.h Diff File
mod - core/src/lib/cram-md5.cc Diff File
mod - core/src/lib/unittests/bsock_test.cc Diff File

master b76af334

2018-07-19 01:34

pstorz

Ported: N/A

Details Diff
unittest: bsock_test: make enable_tls_psk a parameter
mod - core/src/lib/unittests/bsock_test.cc Diff File

dev 3244417e

2018-07-19 01:34

pstorz


Committer: franku

Ported: N/A

Details Diff
unittest: bsock_test: make enable_tls_psk a parameter
mod - core/src/lib/unittests/bsock_test.cc Diff File

master 99566ef9

2018-07-18 18:18

pstorz

Ported: N/A

Details Diff
cmake: set lockmgr to off per default

We don't need the lockmgr and it collides with modern c++
threads so we disable it.
mod - core/cmake/BareosSetVariableDefaults.cmake Diff File

dev 363ba811

2018-07-18 18:18

pstorz


Committer: franku

Ported: N/A

Details Diff
cmake: set lockmgr to off per default

We don't need the lockmgr and it collides with modern c++
threads so we disable it.
mod - core/cmake/BareosSetVariableDefaults.cmake Diff File

master a15a6153

2018-07-18 18:13

pstorz

Ported: N/A

Details Diff
unit tests: added bsock_test

This test tests the authentication mechanism.
mod - core/src/lib/unittests/CMakeLists.txt Diff File
add - core/src/lib/unittests/bsock_test.cc Diff File

dev 01090e22

2018-07-18 18:13

pstorz


Committer: franku

Ported: N/A

Details Diff
unit tests: added bsock_test

This test tests the authentication mechanism.
mod - core/src/lib/unittests/CMakeLists.txt Diff File
add - core/src/lib/unittests/bsock_test.cc Diff File

master 834b1a33

2018-07-18 18:04

pstorz

Ported: N/A

Details Diff
cleanup: remove unused unit tests

Some of the old cmocka unit tests were still around and now
we remove those which we don't need anymore
mod - core/src/lib/unittests/CMakeLists.txt Diff File
rm - core/src/lib/unittests/base64_test.cc Diff File
rm - core/src/lib/unittests/bsnprintf_test.cc Diff File
rm - core/src/lib/unittests/devlock_test.cc Diff File
rm - core/src/lib/unittests/edit_test.cc Diff File
rm - core/src/lib/unittests/ini_test.cc Diff File
rm - core/src/lib/unittests/junction_test.cc Diff File
rm - core/src/lib/unittests/passphrase_test.cc Diff File
rm - core/src/lib/unittests/rblist_test.cc Diff File
rm - core/src/lib/unittests/rwlock_test.cc Diff File
rm - core/src/lib/unittests/scan_test.cc Diff File
rm - core/src/lib/unittests/sellist_test.cc Diff File
rm - core/src/lib/unittests/tree_test.cc Diff File

dev 2cbf940e

2018-07-18 18:04

pstorz


Committer: franku

Ported: N/A

Details Diff
cleanup: remove unused unit tests

Some of the old cmocka unit tests were still around and now
we remove those which we don't need anymore
mod - core/src/lib/unittests/CMakeLists.txt Diff File
rm - core/src/lib/unittests/base64_test.cc Diff File
rm - core/src/lib/unittests/bsnprintf_test.cc Diff File
rm - core/src/lib/unittests/devlock_test.cc Diff File
rm - core/src/lib/unittests/edit_test.cc Diff File
rm - core/src/lib/unittests/ini_test.cc Diff File
rm - core/src/lib/unittests/junction_test.cc Diff File
rm - core/src/lib/unittests/passphrase_test.cc Diff File
rm - core/src/lib/unittests/rblist_test.cc Diff File
rm - core/src/lib/unittests/rwlock_test.cc Diff File
rm - core/src/lib/unittests/scan_test.cc Diff File
rm - core/src/lib/unittests/sellist_test.cc Diff File
rm - core/src/lib/unittests/tree_test.cc Diff File

dev 486ab772

2018-07-18 13:53

joergs

Ported: N/A

Details Diff
droplet: fix comments
mod - README.droplet Diff File

master 677c1ef3

2018-07-17 18:39

pstorz

Ported: N/A

Details Diff
lockmgr.h: disable if _USE_LOCKMGR is not set

This seems to have been the intention but was never
implemented like that.
mod - core/src/lib/lockmgr.h Diff File

dev 7d03f645

2018-07-17 18:39

pstorz


Committer: franku

Ported: N/A

Details Diff
lockmgr.h: disable if _USE_LOCKMGR is not set

This seems to have been the intention but was never
implemented like that.
mod - core/src/lib/lockmgr.h Diff File

master e2caeb2b

2018-07-16 13:57

pstorz

Ported: N/A

Details Diff
regress: repair after merging everything in one repo

As we now have everything into one repository, we always
know where the source code resides for regression testing.

This commit adapts the scripts to know where the source code
is and also fixes the coverage check.
mod - regress/Makefile Diff File
mod - regress/prototype.conf Diff File
mod - regress/rtest Diff File
mod - regress/scripts/create_sed Diff File
mod - regress/scripts/regress-config.in Diff File
mod - regress/scripts/setup Diff File
mod - regress/scripts/update-ctest.in Diff File

dev 76d8f144

2018-07-16 13:57

pstorz


Committer: franku

Ported: N/A

Details Diff
regress: repair after merging everything in one repo

As we now have everything into one repository, we always
know where the source code resides for regression testing.

This commit adapts the scripts to know where the source code
is and also fixes the coverage check.
mod - regress/Makefile Diff File
mod - regress/prototype.conf Diff File
mod - regress/rtest Diff File
mod - regress/scripts/create_sed Diff File
mod - regress/scripts/regress-config.in Diff File
mod - regress/scripts/setup Diff File
mod - regress/scripts/update-ctest.in Diff File

master f7b2c310

2018-07-13 18:40

Jörg Steffens


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000096 from thraizz/SeleniumFix

webui: fix selenium test
mod - webui/tests/selenium/webui-selenium-test.py Diff File

dev 990e3226

2018-07-13 17:54

franku

Ported: N/A

Details Diff
director: added configuration parameter UsePamAuthentication

- general console
- named console
mod - core/src/dird/auth_pam.cc Diff File
mod - core/src/dird/auth_pam.h Diff File
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/dird/dird_conf.h Diff File
mod - core/src/dird/ua_server.cc Diff File

dev 33afeb3e

2018-07-13 17:54

franku

Ported: N/A

Details Diff
director: added configuration parameter UsePamAuthentication

- general console
- named console
mod - core/src/dird/auth_pam.cc Diff File
mod - core/src/dird/auth_pam.h Diff File
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/dird/dird_conf.h Diff File
mod - core/src/dird/ua_server.cc Diff File

dev 515c0531

2018-07-13 17:54

franku

Ported: N/A

Details Diff
director: added configuration parameter UsePamAuthentication

- general console
- named console
mod - core/src/dird/auth_pam.cc Diff File
mod - core/src/dird/auth_pam.h Diff File
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/dird/dird_conf.h Diff File
mod - core/src/dird/ua_server.cc Diff File

dev 2862dd72

2018-07-13 17:07

franku

Ported: N/A

Details Diff
console: cleanup code

- removed CONIO command line attribute
- removed obvious comments
- renamed variables a little meaningful
mod - core/src/console/console.cc Diff File

dev 869b1931

2018-07-13 17:07

franku

Ported: N/A

Details Diff
console: cleanup code

- removed CONIO command line attribute
- removed obvious comments
- renamed variables a little meaningful
mod - core/src/console/console.cc Diff File

dev 2a2dec6c

2018-07-13 17:07

franku

Ported: N/A

Details Diff
console: cleanup code

- removed CONIO command line attribute
- removed obvious comments
- renamed variables a little meaningful
mod - core/src/console/console.cc Diff File

master a4c40c8d

2018-07-13 16:43

aron_s

Ported: N/A

Details Diff
webui: fix selenium test

- move exception classes to top so that they will be available
- get environment variables on class level instead of instance level
- remove dead code
- adapt language test to exit ok if languages missing
mod - webui/tests/selenium/webui-selenium-test.py Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 383 384 385 386 387 388 389 ... 420 ... 480 ... 540 ... 600 ... 607 608 609  Next  Last