Changesets: bareos

master 5b32430e

2014-09-18 14:31

Joerg Steffens


Committer: Marco van Wieringen

Ported: N/A

Details Diff
disable auditing by default, but active it in conf

auditing is a new feature.
To prevent chaniging behavior, set the default to disable,
but active it in the default configuration.
mod - src/defaultconfigs/diskonly/bareos-dir.conf.in Diff File
mod - src/dird/dird_conf.c Diff File

bareos-14.2 3668a073

2014-09-18 12:46

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
logrotate all logfiles named bareos*.log

not only bareos.log.
This will include bareos-audit.log (defined in the default configuration)
and possible other logfiles, that come in the future.
Time to keep logfiles increased from 5 to 6 month, to cover half a year.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - scripts/logrotate.in Diff File

master 7e386ade

2014-09-18 12:46

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
logrotate all logfiles named bareos*.log

not only bareos.log.
This will include bareos-audit.log (defined in the default configuration)
and possible other logfiles, that come in the future.
Time to keep logfiles increased from 5 to 6 month, to cover half a year.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - scripts/logrotate.in Diff File

bareos-14.2 c0a65fd2

2014-09-18 12:31

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
disable auditing by default, but active it in conf

auditing is a new feature.
To prevent chaniging behavior, set the default to disable,
but active it in the default configuration.
mod - src/defaultconfigs/diskonly/bareos-dir.conf.in Diff File
mod - src/dird/dird_conf.c Diff File

master 906cb93b

2014-09-18 12:31

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
disable auditing by default, but active it in conf

auditing is a new feature.
To prevent chaniging behavior, set the default to disable,
but active it in the default configuration.
mod - src/defaultconfigs/diskonly/bareos-dir.conf.in Diff File
mod - src/dird/dird_conf.c Diff File

master c8b02dd9

2014-09-18 12:24

Joerg Steffens


Committer: Marco van Wieringen

Ported: N/A

Details Diff
adding MacOS build targets nothing and all

nothing is the first target, to prevent loops
when Makefile is called again without parameter.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - platforms/osx/Makefile.in Diff File

master a049cb7a

2014-09-18 11:55

Marco van Wieringen

Ported: N/A

Details Diff
Fix sample.
mod - src/defaultconfigs/bareos-sd.d/device-ceph-rados.conf Diff File

master f9201455

2014-09-18 10:49

Evgeni Golov


Committer: Marco van Wieringen

Ported: N/A

Details Diff
be more precise why files are in the public-domain

As per [1], "License: public-domain" needs an explanation why the work
is in the public-domain.

[1] https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - debian/copyright Diff File
mod - debian/copyright.footer Diff File

bareos-14.2 f1642474

2014-09-18 10:24

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
adding MacOS build targets nothing and all

nothing is the first target, to prevent loops
when Makefile is called again without parameter.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - platforms/osx/Makefile.in Diff File

master 242599e2

2014-09-18 10:24

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
adding MacOS build targets nothing and all

nothing is the first target, to prevent loops
when Makefile is called again without parameter.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - platforms/osx/Makefile.in Diff File

master da12ad2c

2014-09-18 09:55

mvwieringen

Ported: N/A

Details Diff
Fix sample.
mod - src/defaultconfigs/bareos-sd.d/device-ceph-rados.conf Diff File

bareos-14.2 66ef1408

2014-09-18 09:55

mvwieringen

Ported: N/A

Details Diff
Fix sample.
mod - src/defaultconfigs/bareos-sd.d/device-ceph-rados.conf Diff File

master f8599f7d

2014-09-18 08:49

Evgeni Golov


Committer: mvwieringen

Ported: N/A

Details Diff
be more precise why files are in the public-domain

As per [1], "License: public-domain" needs an explanation why the work
is in the public-domain.

[1] https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - debian/copyright Diff File
mod - debian/copyright.footer Diff File

bareos-14.2 432830fb

2014-09-18 08:49

Evgeni Golov


Committer: mvwieringen

Ported: N/A

Details Diff
be more precise why files are in the public-domain

As per [1], "License: public-domain" needs an explanation why the work
is in the public-domain.

[1] https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - debian/copyright Diff File
mod - debian/copyright.footer Diff File

master 58872daf

2014-09-17 18:41

Marco van Wieringen

Ported: N/A

Details Diff
Rebuild configure.
mod - configure Diff File

master 00ae8d13

2014-09-17 18:15

Joerg Steffens


Committer: Marco van Wieringen

Ported: N/A

Details Diff
renamed Python plugins example to .py.template

to prevent, that users modify them directly,
as these files get replaced on a package update.

Attention: if plugin is activated
(package is installed and Plugin Directory is definied in the configuration file),
bareos-dir and bareos-sd will refuse to work, because of the missing Python code.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/defaultconfigs/diskonly/bareos-dir.conf.in Diff File
mod - src/defaultconfigs/diskonly/bareos-sd.conf.in Diff File
mod - src/filed/bareos-fd.conf.in 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-14.2 c6214ba8

2014-09-17 16:41

mvwieringen

Ported: N/A

Details Diff
Rebuild configure.
mod - configure Diff File

master 5c14c457

2014-09-17 16:41

mvwieringen

Ported: N/A

Details Diff
Rebuild configure.
mod - configure Diff File

bareos-14.2 98296420

2014-09-17 16:15

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
renamed Python plugins example to .py.template

to prevent, that users modify them directly,
as these files get replaced on a package update.

Attention: if plugin is activated
(package is installed and Plugin Directory is definied in the configuration file),
bareos-dir and bareos-sd will refuse to work, because of the missing Python code.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/defaultconfigs/diskonly/bareos-dir.conf.in Diff File
mod - src/defaultconfigs/diskonly/bareos-sd.conf.in Diff File
mod - src/filed/bareos-fd.conf.in 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 ac27c2d0

2014-09-17 16:15

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
renamed Python plugins example to .py.template

to prevent, that users modify them directly,
as these files get replaced on a package update.

Attention: if plugin is activated
(package is installed and Plugin Directory is definied in the configuration file),
bareos-dir and bareos-sd will refuse to work, because of the missing Python code.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/defaultconfigs/diskonly/bareos-dir.conf.in Diff File
mod - src/defaultconfigs/diskonly/bareos-sd.conf.in Diff File
mod - src/filed/bareos-fd.conf.in 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 064dad7e

2014-09-17 15:18

Evgeni Golov


Committer: Marco van Wieringen

Ported: N/A

Details Diff
drop SHA license, it's unused and only confuses lintian

we do not ship the problematic SHA files anymore

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - debian/copyright Diff File
mod - debian/copyright.footer Diff File

master be8380a4

2014-09-17 13:18

Evgeni Golov


Committer: mvwieringen

Ported: N/A

Details Diff
drop SHA license, it's unused and only confuses lintian

we do not ship the problematic SHA files anymore

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - debian/copyright Diff File
mod - debian/copyright.footer Diff File

bareos-14.2 82b5fa1c

2014-09-17 13:18

Evgeni Golov


Committer: mvwieringen

Ported: N/A

Details Diff
drop SHA license, it's unused and only confuses lintian

we do not ship the problematic SHA files anymore

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - debian/copyright Diff File
mod - debian/copyright.footer Diff File

master 0f8e63de

2014-09-16 19:39

aussendorf


Committer: Marco van Wieringen

Ported: N/A

Details Diff
creating directories and logging

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/plugins/filed/BareosFdPluginBaseclass.py Diff File

master 43004af1

2014-09-16 17:43

Marco van Wieringen

Ported: N/A

Details Diff
Pass Python debug and job messages as literals.

We don't want the Jmsg and Dmsg calls to expand the data that it
gets passed in from a plugin. So we pass it now using a simple '%s'
format and just print the whole buffer.
mod - src/plugins/filed/python-fd.c Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 615 616 617 618 619 620 621 ... 630 ... 695 696 697  Next  Last