Changesets: bareos

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

franku

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

franku

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

joergs

Ported: N/A

Details Diff
droplet: cleanup resources
mod - src/stored/backends/droplet_device.c Diff File

dev 22cad09c

2018-09-19 15:35

joergs

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

readonly

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

gnif


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

gnif


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

gnif


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

franku

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

franku

Ported: N/A

Details Diff
bnet: corrected swapped resource pointers
mod - core/src/dird/backup.cc Diff File

dev 6ff6fc4d

2018-09-18 20:58

franku

Ported: N/A

Details Diff
dird: corrected error messages
mod - core/src/dird/authenticate.cc Diff File

dev 98884f27

2018-09-18 20:58

franku

Ported: N/A

Details Diff
fixes during testing of tls:

dird: corrected error messages
bnet: corrected swapped resource pointers

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

fd-commands: ConnectToFileDaemon - reset job status to running
- after an unsuccessful TLS without cleartext handshake the jobstatus
will be reset to "running"

jcr: moved ConnectionHandshakeMode variables to the general public area
- gefore this change these variables were located in the director
public area of the class

passive-backup: wait 2 seconds before continuing with the job
passive-verify: wait 2 seconds before continuing with the job

passive-restore: wait 2 seconds before continuing with the job
- after sending the bootstrap file to the sd wait for 2 seconds with response

tls: replaced a wrong variable name
- crlfile_ instead of certfile_
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/dird/verify.cc Diff File
mod - core/src/include/jcr.h 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

dev 100d2f8e

2018-09-18 20:58

franku

Ported: N/A

Details Diff
fixes during testing of tls:

dird: corrected error messages
bnet: corrected swapped resource pointers

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

fd-commands: ConnectToFileDaemon - reset job status to running
- after an unsuccessful TLS without cleartext handshake the jobstatus
will be reset to "running"

jcr: moved ConnectionHandshakeMode variables to the general public area
- gefore this change these variables were located in the director
public area of the class

passive-backup: wait 2 seconds before continuing with the job
passive-verify: wait 2 seconds before continuing with the job

passive-restore: wait 2 seconds before continuing with the job
- after sending the bootstrap file to the sd wait for 2 seconds with response

tls: replaced a wrong variable name
- crlfile_ instead of certfile_
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/dird/verify.cc Diff File
mod - core/src/include/jcr.h 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

dev 589d4fae

2018-09-18 20:58

franku

Ported: N/A

Details Diff
fixes during testing of tls:

dird: corrected error messages
bnet: corrected swapped resource pointers

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

fd-commands: ConnectToFileDaemon - reset job status to running
- after an unsuccessful TLS without cleartext handshake the jobstatus
will be reset to "running"

jcr: moved ConnectionHandshakeMode variables to the general public area
- gefore this change these variables were located in the director
public area of the class

passive-backup: wait 2 seconds before continuing with the job
passive-verify: wait 2 seconds before continuing with the job

passive-restore: wait 2 seconds before continuing with the job
- after sending the bootstrap file to the sd wait for 2 seconds with response

tls: replaced a wrong variable name
- crlfile_ instead of certfile_
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/dird/verify.cc Diff File
mod - core/src/include/jcr.h 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

dev 202d8249

2018-09-18 18:11

readonly

Ported: N/A

Details Diff
another try with batch-insert
mod - core/src/cats/postgresql.cc Diff File

dev 3b603632

2018-09-18 17:06

readonly

Ported: N/A

Details Diff
Try with insert into batch table
mod - core/src/cats/dbi.cc Diff File
mod - core/src/cats/sql_create.cc Diff File

dev ca3be49f

2018-09-18 16:34

readonly

Ported: N/A

Details Diff
another try with function for clientid
mod - core/src/cats/dbi.cc Diff File
mod - core/src/cats/sql_create.cc Diff File

dev 677ae3bd

2018-09-18 15:07

readonly

Ported: N/A

Details Diff
query fix
mod - core/src/cats/ddl/creates/postgresql.sql Diff File
mod - core/src/cats/sql_create.cc Diff File

dev 57b8fa49

2018-09-18 14:09

readonly

Ported: N/A

Details Diff
yet another create temporary table stmt adjusted
mod - core/src/cats/postgresql.cc Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 350 351 352 353 354 355 356 ... 360 ... 420 ... 480 ... 540 ... 600 ... 608 609 610  Next  Last