Changesets: bareos
bareos-14.2 3fa4a41b 2014-10-26 17:29 Committer: pstorz Ported: N/A Details Diff |
Fix build when using GNUTLS instead of OpenSSL | ||
mod - src/lib/tls_gnutls.c | Diff File | ||
bareos-13.2 69af7325 2014-10-26 17:29 Committer: mvwieringen Ported: N/A Details Diff |
Fix build when using GNUTLS instead of OpenSSL | ||
mod - src/lib/tls_gnutls.c | Diff File | ||
master 4c430541 2014-10-26 16:17 Marco van Wieringen Ported: N/A Details Diff |
Refactor socket handling. Try to align the socket server in each daemon to work in the same way. Extracted the code for this socket server into a seperate file which dispatches to the right connection handler. Added first steps for allowing different type of connections on the socket the director has open. Analog to how the filed and stored determines based on the Hello message what type of connections is established. For now things should always connect as a normal console connection but the logic for determining if a Client connects are implemented only there is nothing done and the connection gets aborted right away. Use same kind of refactoring that already happened to FD and SD for allowing to reuse the two way challenge authentication for multiple connections without recoding the same over and over again. |
||
mod - src/dird/Makefile.in | Diff File | ||
mod - src/dird/authenticate.c | Diff File | ||
mod - src/dird/dird.c | Diff File | ||
mod - src/dird/dird_conf.c | Diff File | ||
mod - src/dird/dird_conf.h | Diff File | ||
mod - src/dird/fd_cmds.c | Diff File | ||
mod - src/dird/protos.h | Diff File | ||
mod - src/dird/sd_cmds.c | Diff File | ||
add - src/dird/socket_server.c | Diff File | ||
mod - src/dird/ua_server.c | Diff File | ||
mod - src/filed/Makefile.in | Diff File | ||
mod - src/filed/authenticate.c | Diff File | ||
mod - src/filed/dir_cmd.c | Diff File | ||
mod - src/filed/filed.c | Diff File | ||
mod - src/filed/protos.h | Diff File | ||
add - src/filed/socket_server.c | Diff File | ||
mod - src/stored/Makefile.in | Diff File | ||
mod - src/stored/authenticate.c | Diff File | ||
mod - src/stored/dir_cmd.c | Diff File | ||
mod - src/stored/ndmp_tape.c | Diff File | ||
mod - src/stored/protos.h | Diff File | ||
mod - src/stored/sd_cmds.c | Diff File | ||
add - src/stored/socket_server.c | Diff File | ||
mod - src/stored/status.c | Diff File | ||
mod - src/stored/stored.c | Diff File | ||
mod - src/win32/dird/Makefile | Diff File | ||
mod - src/win32/filed/Makefile | Diff File | ||
mod - src/win32/stored/Makefile | Diff File | ||
master a5fe9ef2 2014-10-26 15:17 Ported: N/A Details Diff |
Refactor socket handling. Try to align the socket server in each daemon to work in the same way. Extracted the code for this socket server into a seperate file which dispatches to the right connection handler. Added first steps for allowing different type of connections on the socket the director has open. Analog to how the filed and stored determines based on the Hello message what type of connections is established. For now things should always connect as a normal console connection but the logic for determining if a Client connects are implemented only there is nothing done and the connection gets aborted right away. Use same kind of refactoring that already happened to FD and SD for allowing to reuse the two way challenge authentication for multiple connections without recoding the same over and over again. |
||
mod - src/dird/Makefile.in | Diff File | ||
mod - src/dird/authenticate.c | Diff File | ||
mod - src/dird/dird.c | Diff File | ||
mod - src/dird/dird_conf.c | Diff File | ||
mod - src/dird/dird_conf.h | Diff File | ||
mod - src/dird/fd_cmds.c | Diff File | ||
mod - src/dird/protos.h | Diff File | ||
mod - src/dird/sd_cmds.c | Diff File | ||
add - src/dird/socket_server.c | Diff File | ||
mod - src/dird/ua_server.c | Diff File | ||
mod - src/filed/Makefile.in | Diff File | ||
mod - src/filed/authenticate.c | Diff File | ||
mod - src/filed/dir_cmd.c | Diff File | ||
mod - src/filed/filed.c | Diff File | ||
mod - src/filed/protos.h | Diff File | ||
add - src/filed/socket_server.c | Diff File | ||
mod - src/stored/Makefile.in | Diff File | ||
mod - src/stored/authenticate.c | Diff File | ||
mod - src/stored/dir_cmd.c | Diff File | ||
mod - src/stored/ndmp_tape.c | Diff File | ||
mod - src/stored/protos.h | Diff File | ||
mod - src/stored/sd_cmds.c | Diff File | ||
add - src/stored/socket_server.c | Diff File | ||
mod - src/stored/status.c | Diff File | ||
mod - src/stored/stored.c | Diff File | ||
mod - src/win32/dird/Makefile | Diff File | ||
mod - src/win32/filed/Makefile | Diff File | ||
mod - src/win32/stored/Makefile | Diff File | ||
master e95e1af0 2014-10-26 14:23 Marco van Wieringen Ported: N/A Details Diff |
Allow to restore mssqlvdi database dumps to a file on the filesystem. | ||
mod - src/win32/plugins/filed/mssqlvdi-fd.c | Diff File | ||
master 7795e9ad 2014-10-26 14:22 Marco van Wieringen Ported: N/A Details Diff |
Add ability to specify server address for ADO connect string. Fixes 0000321: Add ability to specify server address for ADO connect string. |
||
mod - src/win32/plugins/filed/mssqlvdi-fd.c | Diff File | ||
master 13b68a17 2014-10-26 13:33 Marco van Wieringen Ported: N/A Details Diff |
Revert "Sync LMDB code." This reverts commit c028a49e976eb747c11b7c38b6620176e855971c. Wait until upstream fixes pthread mess current code has problems on several distributions. |
||
mod - src/lmdb/lmdb.h | Diff File | ||
mod - src/lmdb/mdb.c | Diff File | ||
master 63b37c5f 2014-10-26 13:23 Ported: N/A Details Diff |
Allow to restore mssqlvdi database dumps to a file on the filesystem. | ||
mod - src/win32/plugins/filed/mssqlvdi-fd.c | Diff File | ||
bareos-14.2 9dfd21a9 2014-10-26 13:23 Ported: N/A Details Diff |
Allow to restore mssqlvdi database dumps to a file on the filesystem. | ||
mod - src/win32/plugins/filed/mssqlvdi-fd.c | Diff File | ||
master 320a7062 2014-10-26 13:22 Ported: N/A Details Diff |
Add ability to specify server address for ADO connect string. Fixes 0000321: Add ability to specify server address for ADO connect string. |
Affected Issues 0000321 |
|
mod - src/win32/plugins/filed/mssqlvdi-fd.c | Diff File | ||
bareos-14.2 74515ea4 2014-10-26 13:22 Ported: N/A Details Diff |
Add ability to specify server address for ADO connect string. Fixes 0000321: Add ability to specify server address for ADO connect string. |
Affected Issues 0000321 |
|
mod - src/win32/plugins/filed/mssqlvdi-fd.c | Diff File | ||
master 13e77e72 2014-10-26 12:33 Ported: N/A Details Diff |
Revert "Sync LMDB code." This reverts commit c028a49e976eb747c11b7c38b6620176e855971c. Wait until upstream fixes pthread mess current code has problems on several distributions. |
||
mod - src/lmdb/lmdb.h | Diff File | ||
mod - src/lmdb/mdb.c | Diff File | ||
master ec2bd7ba 2014-10-25 15:19 Marco van Wieringen Ported: N/A Details Diff |
Fix some errors related to restore objects in the core. - Set the JobType of a JCR early before processing of the restore objects begins so we have the proper JobType and not JT_SYSTEM. - Move the test of having metadata and needing VSS after the restore objects are processed so we know for sure actually need VSS as the restore object triggers the setting of jcr->got_metadata. |
||
mod - src/filed/dir_cmd.c | Diff File | ||
master 75f74b4b 2014-10-25 13:19 Ported: N/A Details Diff |
Fix some errors related to restore objects in the core. - Set the JobType of a JCR early before processing of the restore objects begins so we have the proper JobType and not JT_SYSTEM. - Move the test of having metadata and needing VSS after the restore objects are processed so we know for sure actually need VSS as the restore object triggers the setting of jcr->got_metadata. |
||
mod - src/filed/dir_cmd.c | Diff File | ||
master 06462acb 2014-10-25 12:32 Marco van Wieringen Ported: N/A Details Diff |
Update copyright date. | ||
mod - src/plugins/stored/autoxflate-sd.c | Diff File | ||
master 0f624e5e 2014-10-25 12:32 Marco van Wieringen Ported: N/A Details Diff |
Fix typo. | ||
mod - src/plugins/stored/scsicrypto-sd.c | Diff File | ||
master 65e484e0 2014-10-25 10:32 Ported: N/A Details Diff |
Update copyright date. | ||
mod - src/plugins/stored/autoxflate-sd.c | Diff File | ||
bareos-14.2 6a150ab0 2014-10-25 10:32 Ported: N/A Details Diff |
Update copyright date. | ||
mod - src/plugins/stored/autoxflate-sd.c | Diff File | ||
master f5fc418e 2014-10-25 10:32 Ported: N/A Details Diff |
Fix typo. | ||
mod - src/plugins/stored/scsicrypto-sd.c | Diff File | ||
bareos-14.2 f77bd6f2 2014-10-25 10:32 Ported: N/A Details Diff |
Fix typo. | ||
mod - src/plugins/stored/scsicrypto-sd.c | Diff File | ||
master 537444a0 2014-10-25 00:20 Marco van Wieringen Ported: N/A Details Diff |
Given we are not plugin compatible anyway loose Bacula. | ||
mod - src/dird/dir_plugins.c | Diff File | ||
mod - src/filed/fd_plugins.c | Diff File | ||
mod - src/stored/sd_plugins.c | Diff File | ||
master e01b8e64 2014-10-24 22:20 Ported: N/A Details Diff |
Given we are not plugin compatible anyway loose Bacula. | ||
mod - src/dird/dir_plugins.c | Diff File | ||
mod - src/filed/fd_plugins.c | Diff File | ||
mod - src/stored/sd_plugins.c | Diff File | ||
bareos-14.2 01cf0950 2014-10-24 22:20 Ported: N/A Details Diff |
Given we are not plugin compatible anyway loose Bacula. | ||
mod - src/dird/dir_plugins.c | Diff File | ||
mod - src/filed/fd_plugins.c | Diff File | ||
mod - src/stored/sd_plugins.c | Diff File | ||
master 61f2228b 2014-10-24 16:56 Marco van Wieringen Ported: N/A Details Diff |
Fixes for restore objects in python-fd | ||
mod - src/dird/fd_cmds.c | Diff File | ||
mod - src/filed/dir_cmd.c | Diff File | ||
mod - src/plugins/filed/python-fd.c | Diff File | ||
mod - src/plugins/filed/python-fd.h | Diff File | ||
master 4e609647 2014-10-24 14:56 Ported: N/A Details Diff |
Fixes for restore objects in python-fd | ||
mod - src/dird/fd_cmds.c | Diff File | ||
mod - src/filed/dir_cmd.c | Diff File | ||
mod - src/plugins/filed/python-fd.c | Diff File | ||
mod - src/plugins/filed/python-fd.h | Diff File |