Changesets: bareos
bareos-16.2 e83cf698 2018-09-20 14:49 Jörg Steffens Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000115 from Intellique/list-job-by-pool Improve list command |
||
mod - src/cats/protos.h | Diff File | ||
mod - src/cats/sql_list.c | Diff File | ||
mod - src/dird/ua_output.c | Diff File | ||
mod - src/dird/ua_select.c | Diff File | ||
master e6724f23 2018-09-20 14:29 Jörg Steffens Committer: GitHub Ported: N/A Details Diff |
Merge pull request #114 from gnif/patch-2 Revert rename of python "create_file" |
||
mod - core/src/plugins/filed/python-fd.cc | Diff File | ||
dev 8f3738d1 2018-09-20 14:12 Ported: N/A Details Diff |
bsock: changed a function declaration to complete a merge | ||
mod - core/src/lib/bsock.h | Diff File | ||
mod - core/src/lib/bsock_tcp.h | Diff File | ||
dev 45a97c7c 2018-09-20 14:12 Ported: N/A Details Diff |
bsock: changed a function declaration to complete a merge | ||
mod - core/src/lib/bsock.h | Diff File | ||
mod - core/src/lib/bsock_tcp.h | Diff File | ||
dev b6025295 2018-09-20 11:32 Ported: N/A Details Diff |
merged branch dev/franku/master/tls-md5-handshake - up to commit 52946226ea553df0c8e93aea832659be4dd9086b |
||
mod - core/src/console/CMakeLists.txt | Diff File | ||
mod - core/src/console/console_output.cc | Diff File | ||
mod - core/src/dird/authenticate.cc | Diff File | ||
mod - core/src/dird/backup.cc | Diff File | ||
mod - core/src/dird/fd_cmds.cc | Diff File | ||
mod - core/src/dird/restore.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/bsock_tcp.cc | Diff File | ||
mod - core/src/lib/tls_openssl.cc | Diff File | ||
bareos-18.2 b2e94cf2 2018-09-19 22:19 Clercin Guillaume Ported: N/A Details Diff |
Improve list command Can list jobs by pool. Backport of commit 7a84d50d65845252f601e08fe5bde888d8834404 See also 0269b12967d622bc7430da242ec9fd4a7d3adaa1 |
||
mod - core/src/cats/cats.h | Diff File | ||
mod - core/src/cats/sql_list.cc | Diff File | ||
mod - core/src/dird/ua_output.cc | Diff File | ||
mod - core/src/dird/ua_select.cc | Diff File | ||
bareos-17.2 7a84d50d 2018-09-19 21:56 Clercin Guillaume Ported: N/A Details Diff |
Improve list command Can list jobs by pool. Backport of commit 0269b12967d622bc7430da242ec9fd4a7d3adaa1. |
||
mod - src/cats/cats.h | Diff File | ||
mod - src/cats/sql_list.c | Diff File | ||
mod - src/dird/ua_output.c | Diff File | ||
mod - src/dird/ua_select.c | Diff File | ||
dev 52946226 2018-09-19 19:09 Ported: N/A Details Diff |
tls: replaced a wrong variable name - crlfile_ instead of certfile_ |
||
mod - core/src/lib/tls_openssl.cc | Diff File | ||
dev b6c76512 2018-09-19 18:14 root Committer: franku Ported: N/A Details Diff |
bnet: corrected swapped resource pointers | ||
mod - core/src/dird/verify.cc | Diff File | ||
dev b91bbbfa 2018-09-19 18:09 root Committer: franku Ported: N/A Details Diff |
bnet: corrected swapped resource pointers | ||
mod - core/src/dird/restore.cc | Diff File | ||
dev ff184fe2 2018-09-19 18:06 root Committer: franku Ported: N/A Details Diff |
passive-restore: wait 2 seconds before continuing with the job - after sending the bootstrap file to the sd wait for 2 seconds with response |
||
mod - core/src/dird/restore.cc | Diff File | ||
dev 8cceb5f6 2018-09-19 16:41 Ported: N/A Details Diff |
passive-verify: wait 2 seconds before continuing with the job | ||
mod - core/src/dird/verify.cc | Diff File | ||
dev 2d683ecb 2018-09-19 16:40 Ported: N/A Details Diff |
passive-restore: wait 2 seconds before continuing with the job | ||
mod - core/src/dird/restore.cc | Diff File | ||
dev bce65c54 2018-09-19 16:22 root Committer: franku Ported: N/A Details Diff |
jcr: moved ConnectionHandshakeMode variables to the general public area - gefore this change these variables were located in the director public area of the class |
||
mod - core/src/include/jcr.h | Diff File | ||
dev b15f053d 2018-09-19 16:20 root Committer: franku Ported: N/A Details Diff |
fd-commands: ConnectToFileDaemon - reset job status to running - after an unsuccessful TLS without cleartext handshake the jobstatus will be reset to "running" |
||
mod - core/src/dird/fd_cmds.cc | Diff File | ||
dev 630ac998 2018-09-19 16:16 root Committer: franku Ported: N/A Details Diff |
passive-backup: wait 2 seconds before continuing with the job | ||
mod - core/src/dird/backup.cc | Diff File | ||
dev 13964032 2018-09-19 15:36 Ported: N/A Details Diff |
droplet: cleanup resources | ||
mod - src/stored/backends/droplet_device.c | Diff File | ||
dev 22cad09c 2018-09-19 15:35 Ported: N/A Details Diff |
TEMP TEST: prevent delete of chunk 0007 | ||
mod - src/stored/backends/droplet_device.c | Diff File | ||
bareos-16.2 0269b129 2018-09-19 15:17 Clercin Guillaume Ported: N/A Details Diff |
Improve list command Honor "pool" filter for jobs so you can list jobs by pool. |
||
mod - src/cats/protos.h | Diff File | ||
mod - src/cats/sql_list.c | Diff File | ||
mod - src/dird/ua_output.c | Diff File | ||
mod - src/dird/ua_select.c | Diff File | ||
dev ed00484f 2018-09-19 13:25 Ported: N/A Details Diff |
Try with db function to get clientid into File table | ||
mod - core/src/cats/dbi.cc | Diff File | ||
mod - core/src/cats/postgresql.cc | Diff File | ||
mod - core/src/cats/sql_create.cc | Diff File | ||
master 9832ac68 2018-09-19 12:07 Committer: pstorz Ported: N/A Details Diff |
Fix failure to send RestoreObject for Jobs When using plugins such as Percona Xtrabackup restoration fails due to failure to send the RestoreObjects for the related jobs. This patch corrects this. |
||
mod - core/src/dird/ua_restore.cc | Diff File | ||
bareos-18.2 309fcdc7 2018-09-19 12:07 Committer: franku Ported: N/A Details Diff |
Fix failure to send RestoreObject for Jobs When using plugins such as Percona Xtrabackup restoration fails due to failure to send the RestoreObjects for the related jobs. This patch corrects this. |
||
mod - core/src/dird/ua_restore.cc | Diff File | ||
master 7caba512 2018-09-19 08:08 Committer: GitHub Ported: N/A Details Diff |
Revert rename of python "create_file" | ||
mod - core/src/plugins/filed/python-fd.cc | Diff File | ||
dev d7acc84f 2018-09-18 21:05 Ported: N/A Details Diff |
bsock: added an extra unique pointer for tls initialization - added unique_ptr tls_conn_init that is used during tls initialization and handshake to hold the pointer to the Tls implementation - upen successful initialization this pointer will be moved to the shared_ptr tls_conn - tls_conn is used from the send and receive routines - BareosSocket::mutex_ is used for thread safeness |
||
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/bsock_tcp.cc | Diff File | ||
dev 988bcfad 2018-09-18 20:58 Ported: N/A Details Diff |
bnet: corrected swapped resource pointers | ||
mod - core/src/dird/backup.cc | Diff File |