Changesets: bareos
|
dev f0e2f451 2018-10-30 13:39 Ported: N/A Details Diff |
tls: in a debug message, identity more readable - used BStringList to Join the parts of the identity readable - aligned another lines of text |
||
| mod - core/src/lib/tls_openssl_private.cc | Diff File | ||
|
master 6f456aa1 2018-10-30 12:27 Ported: N/A Details Diff |
console: changed argument name from stdin to std_in to avoid name conflicts - part of pullrequest 0000123 by peter-kutak |
||
| mod - core/src/console/auth_pam.cc | Diff File | ||
| mod - core/src/console/auth_pam.h | Diff File | ||
|
bareos-18.2 eaa3cd26 2018-10-30 12:27 Ported: N/A Details Diff |
console: changed argument name from stdin to std_in to avoid name conflicts - part of pullrequest 0000123 by peter-kutak |
||
| mod - core/src/console/auth_pam.cc | Diff File | ||
| mod - core/src/console/auth_pam.h | Diff File | ||
|
master 1bd991e0 2018-10-30 11:50 Committer: GitHub Ported: N/A Details Diff |
Merge pull request #127 from peter-kutak/peter-kutak-patch-1 Rename round function to avoid conflict |
||
| mod - core/src/lib/bsnprintf.cc | Diff File | ||
|
bareos-18.2 25d6a988 2018-10-30 11:50 Ported: N/A Details Diff |
Merge pull request #127 from peter-kutak/peter-kutak-patch-1 Rename round function to avoid conflict |
||
| mod - core/src/lib/bsnprintf.cc | Diff File | ||
|
dev 82924cf5 2018-10-30 11:33 Ported: N/A Details Diff |
bsock: moved response message functions into class bsock | ||
| mod - core/src/console/console.cc | Diff File | ||
| mod - core/src/dird/authenticate.cc | Diff File | ||
| mod - core/src/lib/bnet.cc | Diff File | ||
| mod - core/src/lib/bsock.cc | Diff File | ||
| mod - core/src/lib/bsock.h | Diff File | ||
| mod - core/src/tests/bsock_test.cc | Diff File | ||
|
dev ed90e941 2018-10-30 11:33 Ported: N/A Details Diff |
bsock: moved response message functions into class bsock | ||
| mod - core/src/console/console.cc | Diff File | ||
| mod - core/src/dird/authenticate.cc | Diff File | ||
| mod - core/src/lib/bnet.cc | Diff File | ||
| mod - core/src/lib/bsock.cc | Diff File | ||
| mod - core/src/lib/bsock.h | Diff File | ||
| mod - core/src/tests/bsock_test.cc | Diff File | ||
|
dev c87a00a0 2018-10-30 11:33 Ported: N/A Details Diff |
bsock: moved response message functions into class bsock | ||
| mod - core/src/console/console.cc | Diff File | ||
| mod - core/src/dird/authenticate.cc | Diff File | ||
| mod - core/src/lib/bnet.cc | Diff File | ||
| mod - core/src/lib/bsock.cc | Diff File | ||
| mod - core/src/lib/bsock.h | Diff File | ||
| mod - core/src/tests/bsock_test.cc | Diff File | ||
|
dev fdcbb7cc 2018-10-30 11:33 Ported: N/A Details Diff |
bsock: moved response message functions into class bsock | ||
| mod - core/src/console/console.cc | Diff File | ||
| mod - core/src/dird/authenticate.cc | Diff File | ||
| mod - core/src/lib/bnet.cc | Diff File | ||
| mod - core/src/lib/bsock.cc | Diff File | ||
| mod - core/src/lib/bsock.h | Diff File | ||
| mod - core/src/tests/bsock_test.cc | Diff File | ||
|
dev f5d7f6ec 2018-10-30 10:49 Ported: N/A Details Diff |
traymon: switched to the new connection method - removed unused function - adapted bsock_test connect_to_server to the new method |
||
| mod - core/src/dird/dird_conf.cc | Diff File | ||
| mod - core/src/lib/bsock.cc | Diff File | ||
| mod - core/src/lib/bsock.h | Diff File | ||
| mod - core/src/qt-tray-monitor/authenticate.cc | Diff File | ||
| mod - core/src/tests/bsock_test.cc | Diff File | ||
|
dev 0cbd1bd5 2018-10-30 10:49 Ported: N/A Details Diff |
traymon: switched to the new connection method - removed unused function - adapted bsock_test connect_to_server to the new method |
||
| mod - core/src/dird/dird_conf.cc | Diff File | ||
| mod - core/src/lib/bsock.cc | Diff File | ||
| mod - core/src/lib/bsock.h | Diff File | ||
| mod - core/src/qt-tray-monitor/authenticate.cc | Diff File | ||
| mod - core/src/tests/bsock_test.cc | Diff File | ||
|
dev d21a11a0 2018-10-30 10:49 Ported: N/A Details Diff |
traymon: switched to the new connection method - removed unused function - adapted bsock_test connect_to_server to the new method |
||
| mod - core/src/dird/dird_conf.cc | Diff File | ||
| mod - core/src/lib/bsock.cc | Diff File | ||
| mod - core/src/lib/bsock.h | Diff File | ||
| mod - core/src/qt-tray-monitor/authenticate.cc | Diff File | ||
| mod - core/src/tests/bsock_test.cc | Diff File | ||
|
dev 4a7a2f2e 2018-10-30 10:49 Ported: N/A Details Diff |
traymon: switched to the new connection method - removed unused function - adapted bsock_test connect_to_server to the new method |
||
| mod - core/src/dird/dird_conf.cc | Diff File | ||
| mod - core/src/lib/bsock.cc | Diff File | ||
| mod - core/src/lib/bsock.h | Diff File | ||
| mod - core/src/qt-tray-monitor/authenticate.cc | Diff File | ||
| mod - core/src/tests/bsock_test.cc | Diff File | ||
|
bareos-18.2 c6366364 2018-10-29 19:16 Committer: joergs Ported: N/A Details Diff |
docs: statistics collection Adds a section about how to enable statistics collection. |
||
| mod - docs/manuals/en/main/howto.tex | Diff File | ||
|
dev 4e09a718 2018-10-29 18:32 Ported: N/A Details Diff |
traymon: corrected a typo | ||
| mod - core/src/qt-tray-monitor/authenticate.cc | Diff File | ||
|
dev 89036c30 2018-10-29 18:32 Ported: N/A Details Diff |
traymon: corrected a typo | ||
| mod - core/src/qt-tray-monitor/authenticate.cc | Diff File | ||
|
dev 7c40c917 2018-10-29 18:32 Ported: N/A Details Diff |
traymon: corrected a typo | ||
| mod - core/src/qt-tray-monitor/authenticate.cc | Diff File | ||
|
dev b4481d97 2018-10-29 18:32 Ported: N/A Details Diff |
traymon: corrected a typo | ||
| mod - core/src/qt-tray-monitor/authenticate.cc | Diff File | ||
|
dev cb73560c 2018-10-29 18:06 Ported: N/A Details Diff |
console: pam credentials file line by line - on separate lines: username password |
||
| mod - core/src/console/console.cc | Diff File | ||
|
dev 632f59fc 2018-10-29 18:06 Ported: N/A Details Diff |
console: pam credentials file line by line - on separate lines: username password |
||
| mod - core/src/console/console.cc | Diff File | ||
|
dev 45dbf2bd 2018-10-29 18:06 Ported: N/A Details Diff |
console: pam credentials file line by line - on separate lines: username password |
||
| mod - core/src/console/console.cc | Diff File | ||
|
dev 48afeea1 2018-10-29 18:06 Ported: N/A Details Diff |
console: pam credentials file line by line - on separate lines: username password |
||
| mod - core/src/console/console.cc | Diff File | ||
|
dev 81875276 2018-10-29 17:39 Ported: N/A Details Diff |
lib: used a BStringList for parameter converting | ||
| mod - core/src/lib/qualified_resource_name_type_converter.cc | Diff File | ||
|
dev 5e201e56 2018-10-29 17:39 Ported: N/A Details Diff |
lib: used a BStringList for parameter converting | ||
| mod - core/src/lib/qualified_resource_name_type_converter.cc | Diff File | ||
|
dev 77ef706a 2018-10-29 17:39 Ported: N/A Details Diff |
lib: used a BStringList for parameter converting | ||
| mod - core/src/lib/qualified_resource_name_type_converter.cc | Diff File | ||