Changesets: bareos

master 31f78208

2014-01-07 17:09

mvwieringen

Ported: N/A

Details Diff
Make the error message a bit more explicit.

When the compat mode is enabled we report a Bacula compatible version id
for the filed protocol. But if you want things like passive mode or
plugin passing you need to disable the compat mode. Changed the error
message issued when using passive mode or plugin option passing when
talking to a Bareos filed in compat mode. This way the use a least knows
that it could also be a problem with the compat mode.
mod - src/dird/backup.c Diff File
mod - src/dird/restore.c Diff File
mod - src/dird/verify.c Diff File

master 05f66052

2014-01-07 14:48

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Plugin Options ACL now works.

Fixes: 0000266: pluginoptions override not working during restore
mod - src/dird/ua_acl.c Diff File

master 89b31c1c

2014-01-07 13:48

pstorz

Ported: N/A

Details Diff
Plugin Options ACL now works.

Fixes: 0000266: pluginoptions override not working during restore
Affected Issues
0000266
mod - src/dird/ua_acl.c Diff File

master 722a1ef4

2014-01-06 12:43

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
check return values of spool functions

We now check the return values of

* begin_data_spool()
* begin_attribute_spool()

as otherwise the job hangs until eternety if there is a problem with the
spool file.

Fixes: 0000265: job hangs and cannot be terminated if spool file is not writable
mod - src/stored/append.c Diff File
mod - src/stored/mac.c Diff File
mod - src/stored/ndmp_tape.c Diff File

master 9204714a

2014-01-06 11:43

pstorz

Ported: N/A

Details Diff
check return values of spool functions

We now check the return values of

* begin_data_spool()
* begin_attribute_spool()

as otherwise the job hangs until eternety if there is a problem with the
spool file.

Fixes: 0000265: job hangs and cannot be terminated if spool file is not writable
Affected Issues
0000265
mod - src/stored/append.c Diff File
mod - src/stored/mac.c Diff File
mod - src/stored/ndmp_tape.c Diff File

bareos-13.2 88e4f457

2014-01-06 11:43

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
check return values of spool functions

We now check the return values of

* begin_data_spool()
* begin_attribute_spool()

as otherwise the job hangs until eternety if there is a problem with the
spool file.

Fixes: 0000265: job hangs and cannot be terminated if spool file is not writable
Affected Issues
0000265
mod - src/stored/append.c Diff File
mod - src/stored/mac.c Diff File
mod - src/stored/ndmp_tape.c Diff File

master 20a46676

2013-12-27 14:07

Marco van Wieringen

Ported: N/A

Details Diff
Change getJobType() == JT_XX into is_JobType(JT_XX)
mod - src/dird/backup.c Diff File
mod - src/dird/job.c Diff File
mod - src/dird/migrate.c Diff File
mod - src/dird/ua_run.c Diff File
mod - src/dird/ua_status.c Diff File
mod - src/filed/verify.c Diff File
mod - src/stored/askdir.c Diff File
mod - src/stored/block.c Diff File
mod - src/stored/mac.c Diff File

master 7202a401

2013-12-27 14:07

Marco van Wieringen

Ported: N/A

Details Diff
First attempt at proper support for JS_Warnings

Hopefully fixes a TODO from March 2009 when the first attempt was made
to introduce JS_Warnings but things never finished.

Fixes 0000255: Bad mail subject when an backup terminates with warnings
mod - src/cats/bvfs.c Diff File
mod - src/dird/backup.c Diff File
mod - src/dird/jobq.c Diff File
mod - src/dird/migrate.c Diff File
mod - src/dird/ndmp_dma.c Diff File
mod - src/dird/vbackup.c Diff File
mod - src/filed/dir_cmd.c Diff File
mod - src/include/jcr.h Diff File
mod - src/lib/runscript.c Diff File
mod - src/qt-console/util/comboutil.cpp Diff File
mod - src/stored/bscan.c Diff File
mod - src/stored/ndmp_tape.c Diff File

master 68bd762f

2013-12-27 13:07

mvwieringen

Ported: N/A

Details Diff
Change getJobType() == JT_XX into is_JobType(JT_XX)
mod - src/dird/backup.c Diff File
mod - src/dird/job.c Diff File
mod - src/dird/migrate.c Diff File
mod - src/dird/ua_run.c Diff File
mod - src/dird/ua_status.c Diff File
mod - src/filed/verify.c Diff File
mod - src/stored/askdir.c Diff File
mod - src/stored/block.c Diff File
mod - src/stored/mac.c Diff File

master d45b3c75

2013-12-27 13:07

mvwieringen

Ported: N/A

Details Diff
First attempt at proper support for JS_Warnings

Hopefully fixes a TODO from March 2009 when the first attempt was made
to introduce JS_Warnings but things never finished.

Fixes 0000255: Bad mail subject when an backup terminates with warnings
Affected Issues
0000255
mod - src/cats/bvfs.c Diff File
mod - src/dird/backup.c Diff File
mod - src/dird/jobq.c Diff File
mod - src/dird/migrate.c Diff File
mod - src/dird/ndmp_dma.c Diff File
mod - src/dird/vbackup.c Diff File
mod - src/filed/dir_cmd.c Diff File
mod - src/include/jcr.h Diff File
mod - src/lib/runscript.c Diff File
mod - src/qt-console/util/comboutil.cpp Diff File
mod - src/stored/bscan.c Diff File
mod - src/stored/ndmp_tape.c Diff File

master 41127f7b

2013-12-26 20:09

Marco van Wieringen

Ported: N/A

Details Diff
Allow history file and size to be configurable.

Up until now the readline history file always had a fixed name and size
of 100 entries in memory and 200 on disk. You could always configure a
name for the history file but it was never used. We now also always
truncate the history size to the configured size before reading it into
memory.
mod - src/console/console.c Diff File
mod - src/console/console_conf.c Diff File
mod - src/console/console_conf.h Diff File

master 6a2f04a2

2013-12-26 19:09

mvwieringen

Ported: N/A

Details Diff
Allow history file and size to be configurable.

Up until now the readline history file always had a fixed name and size
of 100 entries in memory and 200 on disk. You could always configure a
name for the history file but it was never used. We now also always
truncate the history size to the configured size before reading it into
memory.
mod - src/console/console.c Diff File
mod - src/console/console_conf.c Diff File
mod - src/console/console_conf.h Diff File

master 73d26a5e

2013-12-23 17:50

Joerg Steffens


Committer: Marco van Wieringen

Ported: N/A

Details Diff
added depency to openssl

bareos-config call openssl to generate passwords.
This patch added the package depency to openssl.

Fixes 0000262: debian packages missing openssl dependency
mod - debian/control Diff File
mod - platforms/packaging/bareos.spec Diff File

master 1c97eb0d

2013-12-23 17:41

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Fixed build problem on centos5/rhel5

We had a packaging problem on those dists
as the python scripts are intalled during
make install but not packaged.

now we remove them in those dists.
mod - platforms/packaging/bareos.spec Diff File

master 1e42c890

2013-12-23 16:50

joergs


Committer: pstorz

Ported: N/A

Details Diff
added depency to openssl

bareos-config call openssl to generate passwords.
This patch added the package depency to openssl.

Fixes 0000262: debian packages missing openssl dependency
Affected Issues
0000262
mod - debian/control Diff File
mod - platforms/packaging/bareos.spec Diff File

master 6cae3b46

2013-12-23 16:41

pstorz

Ported: N/A

Details Diff
Fixed build problem on centos5/rhel5

We had a packaging problem on those dists
as the python scripts are intalled during
make install but not packaged.

now we remove them in those dists.
mod - platforms/packaging/bareos.spec Diff File

bareos-13.2 a70f483b

2013-12-23 16:31

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Added Univention 3.2 Support
mod - README.md Diff File
add - platforms/packaging/bareos-Univention_3.2.dsc Diff File

master 15cb99ff

2013-12-23 16:31

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Added Univention 3.2 Support
mod - README.md Diff File
add - platforms/packaging/bareos-Univention_3.2.dsc Diff File

master 30ae9f4f

2013-12-23 15:31

pstorz

Ported: N/A

Details Diff
Added Univention 3.2 Support
mod - README.md Diff File
add - platforms/packaging/bareos-Univention_3.2.dsc Diff File

bareos-13.2 8be412d3

2013-12-23 15:31

pstorz

Ported: N/A

Details Diff
Added Univention 3.2 Support
mod - README.md Diff File
add - platforms/packaging/bareos-Univention_3.2.dsc Diff File

master fbb4d1c3

2013-12-20 14:45

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Cleanup .dsc files
mod - platforms/packaging/bareos-Debian_6.0.dsc Diff File
mod - platforms/packaging/bareos-Debian_7.0.dsc Diff File
mod - platforms/packaging/bareos-Univention_3.1.dsc Diff File
mod - platforms/packaging/bareos-xUbuntu_10.04.dsc Diff File
mod - platforms/packaging/bareos-xUbuntu_12.04.dsc Diff File

master 510a8cb5

2013-12-20 13:45

pstorz

Ported: N/A

Details Diff
Cleanup .dsc files
mod - platforms/packaging/bareos-Debian_6.0.dsc Diff File
mod - platforms/packaging/bareos-Debian_7.0.dsc Diff File
mod - platforms/packaging/bareos-Univention_3.1.dsc Diff File
mod - platforms/packaging/bareos-xUbuntu_10.04.dsc Diff File
mod - platforms/packaging/bareos-xUbuntu_12.04.dsc Diff File

master 41eca748

2013-12-20 11:20

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
python plugins now also for debian based dists

now we also build python plugin package for
.deb based distributions.

Now the makefiles of the plugins do install
the plugin itself and the basic *.py files.
mod - debian/bareos-director.install Diff File
mod - debian/bareos-filedaemon.install Diff File
mod - debian/bareos-storage.install Diff File
mod - debian/control Diff File
mod - debian/rules Diff File
mod - platforms/packaging/bareos-Debian_7.0.dsc Diff File
mod - platforms/packaging/bareos.spec Diff File
mod - src/plugins/dird/Makefile.in Diff File
mod - src/plugins/filed/Makefile.in Diff File
mod - src/plugins/stored/Makefile.in Diff File

master 74ca05f1

2013-12-20 10:20

pstorz

Ported: N/A

Details Diff
python plugins now also for debian based dists

now we also build python plugin package for
.deb based distributions.

Now the makefiles of the plugins do install
the plugin itself and the basic *.py files.
mod - debian/bareos-director.install Diff File
mod - debian/bareos-filedaemon.install Diff File
mod - debian/bareos-storage.install Diff File
mod - debian/control Diff File
mod - debian/rules Diff File
mod - platforms/packaging/bareos-Debian_7.0.dsc Diff File
mod - platforms/packaging/bareos.spec Diff File
mod - src/plugins/dird/Makefile.in Diff File
mod - src/plugins/filed/Makefile.in Diff File
mod - src/plugins/stored/Makefile.in Diff File

bareos-13.2 87213556

2013-12-19 16:40

Marco van Wieringen

Ported: N/A

Details Diff
Fix indent.
mod - src/dird/ua_select.c Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 533 534 535 536 537 538 539 540 ... 572 573 574  Next  Last