Changesets: bareos
master 24b1e088 2018-11-01 16:29 Oleg Agafonov Committer: pstorz Ported: N/A Details Diff |
Fixed infinite intall dialog for VC 2012 checks on x86 windows `Visual C++ Redistributable for Visual Studio 2012` checks in install wizards iz wrong. It's broken on x86 windows (32 bit) -- users gets infinite install dialog. It's work for x64 windows only. That's PR will fix that error and x86 will works fine too. Info about reg values can founded here: https://stackoverflow.com/questions/12206314/detect-if-visual-c-redistributable-for-visual-studio-2012-is-installed |
||
mod - core/platforms/win32/winbareos.nsi | Diff File | ||
bareos-18.2 2b387bca 2018-11-01 16:29 Oleg Agafonov Committer: franku Ported: N/A Details Diff |
Fixed infinite intall dialog for VC 2012 checks on x86 windows `Visual C++ Redistributable for Visual Studio 2012` checks in install wizards iz wrong. It's broken on x86 windows (32 bit) -- users gets infinite install dialog. It's work for x64 windows only. That's PR will fix that error and x86 will works fine too. Info about reg values can founded here: https://stackoverflow.com/questions/12206314/detect-if-visual-c-redistributable-for-visual-studio-2012-is-installed |
||
mod - core/platforms/win32/winbareos.nsi | Diff File | ||
master 9b859f6a 2018-11-01 15:34 Oleg Agafonov Ported: N/A Details Diff |
Fixed error installation on non standard postgres db port Installation script was missing from `PGPORT` environment setup. That's why it's can't install bareos on systems with non standard postgres port. User gets error about connection problem and can't install. That's PR will fix that error. |
||
mod - core/platforms/win32/winbareos.nsi | Diff File | ||
dev 486b7dc2 2018-10-31 19:27 Ported: N/A Details Diff |
console: added command "whoami" - prints the name of the user associated with the console |
||
mod - core/src/dird/ua_cmds.cc | Diff File | ||
dev 5cb005f6 2018-10-31 19:27 Ported: N/A Details Diff |
console: added command "whoami" - prints the name of the user associated with the console |
||
mod - core/src/dird/ua_cmds.cc | Diff File | ||
bareos-18.2 aedbf006 2018-10-31 19:06 Committer: franku Ported: N/A Details Diff |
python: implement usage of TLS-PSK and updated README | ||
mod - python-bareos/README.rst | Diff File | ||
mod - python-bareos/bareos/bsock/directorconsole.py | Diff File | ||
mod - python-bareos/bareos/bsock/filedaemon.py | Diff File | ||
mod - python-bareos/bareos/bsock/lowlevel.py | Diff File | ||
dev e3c3146a 2018-10-31 19:05 Ported: N/A Details Diff |
console: show the name of the logged in user after login | ||
mod - core/src/console/console.cc | Diff File | ||
mod - core/src/dird/authenticate_console.cc | Diff File | ||
mod - core/src/lib/bnet.h | Diff File | ||
mod - core/src/lib/bstringlist.cc | Diff File | ||
mod - core/src/lib/bstringlist.h | Diff File | ||
dev 1aea7370 2018-10-31 19:05 Ported: N/A Details Diff |
console: show the name of the logged in user after login | ||
mod - core/src/console/console.cc | Diff File | ||
mod - core/src/dird/authenticate_console.cc | Diff File | ||
mod - core/src/lib/bnet.h | Diff File | ||
mod - core/src/lib/bstringlist.cc | Diff File | ||
mod - core/src/lib/bstringlist.h | Diff File | ||
dev 79485bef 2018-10-31 18:44 Ported: N/A Details Diff |
console: abort program if password would be sent unencrypted - override with program argument '-o' |
||
mod - core/src/console/console.cc | Diff File | ||
dev 58cb11ce 2018-10-31 18:44 Ported: N/A Details Diff |
console: abort program if password would be sent unencrypted - override with program argument '-o' |
||
mod - core/src/console/console.cc | Diff File | ||
dev c187bc8b 2018-10-31 18:14 Ported: N/A Details Diff |
pam: some functions had to be rewritten due to bugs or readability | ||
mod - core/src/console/console.cc | Diff File | ||
mod - core/src/dird/auth_pam.cc | Diff File | ||
mod - core/src/dird/authenticate_console.cc | Diff File | ||
dev 97389ced 2018-10-31 18:14 Ported: N/A Details Diff |
pam: some functions had to be rewritten due to bugs or readability | ||
mod - core/src/console/console.cc | Diff File | ||
mod - core/src/dird/auth_pam.cc | Diff File | ||
mod - core/src/dird/authenticate_console.cc | Diff File | ||
dev edb67649 2018-10-31 17:23 Ported: N/A Details Diff |
dir: moved console-authenticate code into separate file | ||
mod - core/src/dird/CMakeLists.txt | Diff File | ||
mod - core/src/dird/authenticate.cc | Diff File | ||
mod - core/src/dird/authenticate.h | Diff File | ||
add - core/src/dird/authenticate_console.cc | Diff File | ||
add - core/src/dird/authenticate_console.h | Diff File | ||
dev 6c827b51 2018-10-31 17:23 Ported: N/A Details Diff |
dir: moved console-authenticate code into separate file | ||
mod - core/src/dird/CMakeLists.txt | Diff File | ||
mod - core/src/dird/authenticate.cc | Diff File | ||
mod - core/src/dird/authenticate.h | Diff File | ||
add - core/src/dird/authenticate_console.cc | Diff File | ||
add - core/src/dird/authenticate_console.h | Diff File | ||
dev 8a0122f5 2018-10-31 16:58 Ported: N/A Details Diff |
pam: made it more error tolerant and readable | ||
mod - core/src/console/auth_pam.cc | Diff File | ||
mod - core/src/console/console.cc | Diff File | ||
mod - core/src/dird/auth_pam.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/lib/btimers.cc | Diff File | ||
mod - core/src/lib/signal.cc | Diff File | ||
mod - core/src/qt-tray-monitor/authenticate.cc | Diff File | ||
mod - core/src/tests/bsock_test.cc | Diff File | ||
dev 9b39d9f1 2018-10-31 16:58 Ported: N/A Details Diff |
pam: made it more error tolerant and readable | ||
mod - core/src/console/auth_pam.cc | Diff File | ||
mod - core/src/console/console.cc | Diff File | ||
mod - core/src/dird/auth_pam.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/lib/btimers.cc | Diff File | ||
mod - core/src/lib/signal.cc | Diff File | ||
mod - core/src/qt-tray-monitor/authenticate.cc | Diff File | ||
mod - core/src/tests/bsock_test.cc | Diff File | ||
bareos-18.2 1c5bf440 2018-10-31 16:52 Ported: N/A Details Diff |
core: added comment | ||
mod - core/src/lib/output_formatter.h | Diff File | ||
bareos-18.2 9bd67652 2018-10-31 15:12 Ported: N/A Details Diff |
doc: make PSK (Pre-Shared-Key) a known abbrevation With this change, configuration directives containing "TlsPsk" are writen as "TLS PSK" instead of "TLS Psk". |
||
mod - docs/manuals/scripts/generate-resoure-descriptions.py | Diff File | ||
bareos-18.2 12a39ff6 2018-10-31 14:56 Ported: N/A Details Diff |
docs: statistics collection Fixed typo and added clarifications. |
||
mod - docs/manuals/en/main/howto.tex | Diff File | ||
dev d4773d02 2018-10-31 11:43 Ported: N/A Details Diff |
console: removed some conditional compilation for PAM - switch on command line option p only when PAM is compiled in - end sonsole when pam authentication could not be established |
||
mod - core/src/console/console.cc | Diff File | ||
dev 5493a3c7 2018-10-31 11:43 Ported: N/A Details Diff |
console: removed some conditional compilation for PAM - switch on command line option p only when PAM is compiled in - end sonsole when pam authentication could not be established |
||
mod - core/src/console/console.cc | Diff File | ||
dev f65ac566 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 | ||
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 |