Changesets: bareos2015

bareos-14.2 7f850aa9

2014-04-02 12:48

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
get_database_param: return default value

return the default value, if calling bareos-dhcheck fails.

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

bareos-13.2 18a67e91

2014-04-02 12:48

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
get_database_param: return default value

return the default value, if calling bareos-dhcheck fails.

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

bareos-14.2 14e375b2

2014-03-31 20:12

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
bareos-config get_database_param: use dbcheck

modified get_database_param to use bareos-dbcheck to get database parameter
instead of directly accessing the Bareos Director config file.
Because bareos-dbcheck uses the Bareos config parser this prevents problems with different formating.

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

bareos-13.2 8364735e

2014-03-31 20:12

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
bareos-config get_database_param: use dbcheck

modified get_database_param to use bareos-dbcheck to get database parameter
instead of directly accessing the Bareos Director config file.
Because bareos-dbcheck uses the Bareos config parser this prevents problems with different formating.

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

bareos-14.2 d9d1fb03

2014-03-26 12:49

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
dir startscript also checks the configuration

Also added a debug message to the dummy libbareoscats library
mod - scripts/bareos-ctl-dir.in Diff File
mod - scripts/bareos-ctl-funcs Diff File
mod - src/cats/cats_dummy.c Diff File

bareos-13.2 f673f155

2014-03-26 12:49

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
dir startscript also checks the configuration

Also added a debug message to the dummy libbareoscats library
mod - scripts/bareos-ctl-dir.in Diff File
mod - scripts/bareos-ctl-funcs Diff File
mod - src/cats/cats_dummy.c Diff File

bareos-14.2 a29e59fe

2014-03-21 18:08

Evgeni Golov


Committer: mvwieringen

Ported: N/A

Details Diff
Make Bareos packaging more Debian compliant

Install READMEs as docs into bareos-doc,
Set Standards-Version: 3.9.5,
Do not ship .la files, as suggested in Policy 10.2,
Remove dependency to hostname package, as it is always installed,
Let bareos-dbg properly depend on all the packages it proves symbols for,
Depending on the arch:all bareos package is wrong in several ways:
- Using binary:Version for an arch:all package will cause problems
with binNMUs (https://wiki.debian.org/binNMU)
- It will force everyone to install ALL packages when debugging a
(e.g.) filedaemon only problem
Add debian/watch file,
Depend on bsd-mailx | mailx instead of only mailx,
Some changes to the descriptions (wording, fixing too long Description lines),
Drop autoconf/config.log and add it to gitignore,
Install bat help in a subfolder of htmldir

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - .gitignore Diff File
rm - autoconf/config.log Diff File
mod - debian/bareos-devel.install Diff File
add - debian/bareos-doc.docs Diff File
mod - debian/control Diff File
mod - debian/control.common Diff File
add - debian/watch Diff File
mod - platforms/packaging/bareos-RHEL_4.spec Diff File
mod - platforms/packaging/bareos.spec Diff File
mod - src/qt-console/bat.pro.in Diff File

bareos-14.2 6dda09c4

2014-03-20 22:23

Malcolm Hunter


Committer: mvwieringen

Ported: N/A

Details Diff
Translatable string fix
mod - src/dird/authenticate.c Diff File
mod - src/filed/authenticate.c Diff File
mod - src/lib/bsock.c Diff File
mod - src/qt-tray-monitor/authenticate.cpp Diff File
mod - src/stored/authenticate.c Diff File

bareos-13.2 2ea96781

2014-03-20 22:23

Malcolm Hunter


Committer: mvwieringen

Ported: N/A

Details Diff
Translatable string fix
mod - src/dird/authenticate.c Diff File
mod - src/filed/authenticate.c Diff File
mod - src/lib/bsock.c Diff File
mod - src/qt-tray-monitor/authenticate.cpp Diff File
mod - src/stored/authenticate.c Diff File

bareos-12.4 10819a04

2014-03-20 22:23

Malcolm Hunter


Committer: mvwieringen

Ported: N/A

Details Diff
Translatable string fix
mod - src/dird/authenticate.c Diff File
mod - src/filed/authenticate.c Diff File
mod - src/lib/bsock.c Diff File
mod - src/qt-tray-monitor/authenticate.cpp Diff File
mod - src/stored/authenticate.c Diff File

bareos-14.2 4527c068

2014-03-20 19:58

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
added check for unknown database

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/cats/create_bareos_database.in Diff File
mod - src/cats/grant_bareos_privileges.in Diff File

bareos-13.2 0d5459d1

2014-03-20 19:58

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
added check for unknown database

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/cats/create_bareos_database.in Diff File
mod - src/cats/grant_bareos_privileges.in Diff File

bareos-14.2 542d6e4c

2014-03-20 16:46

NilByMouth


Committer: mvwieringen

Ported: N/A

Details Diff
Update LINGUAS

Add Polish language
mod - po/LINGUAS Diff File

bareos-14.2 96455bba

2014-03-20 11:35

mvwieringen

Ported: N/A

Details Diff
Fix typo

python_loaded is only a member of the p_ctx struct when Python is
detected.
mod - src/plugins/filed/python-fd.c Diff File

bareos-14.2 cdaea938

2014-03-19 21:07

mvwieringen

Ported: N/A

Details Diff
No need to check for this == NULL.
mod - src/lib/bsock_tcp.c Diff File

bareos-14.2 6c9046ea

2014-03-19 19:44

mvwieringen

Ported: N/A

Details Diff
Implement generate_plugin_event bEventPluginCommand

Up until now the so called Options Plugin never did a
generate_plugin_event() for the bEventPluginCommand event when a Options
plugin was specified in the fileset. Now when we finished parsing the
fileset in the term_fileset() function we generate those events for each
plugin which is configured as a Options Plugin in the fileset.

Also added an extra check in the python plugin to check if the python
specific module is loaded before trying to access the dictionary in the
PluginIO() function so in the future we don't crash there anymore.

Fixes 0000281: fd crashes when trying to execute a python plugin as option plugin
Affected Issues
0000281
mod - src/filed/fileset.c Diff File
mod - src/plugins/filed/python-fd.c Diff File

bareos-14.2 7b737917

2014-03-19 14:11

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
check cfg and db conn before startup of director

We now use the possibilty to check the configuration
and database connection on startup of the director before
we really startup the daemon so that we get direct
feedback if something is wrong.

Before, we did not get any feedback because the director
forked so problems only were visible in the logfile.

Without systemd, we get the output directly, with systemd we
need to call "systemctl status bareos-dir.service"

Fixes 0000286: Alter the startscripts to run the daemons with -t before starting them

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000286
mod - platforms/debian/bareos-dir.in Diff File
mod - platforms/redhat/bareos-dir.in Diff File
mod - platforms/suse/bareos-dir.in Diff File
mod - platforms/systemd/bareos-dir.service.in Diff File

bareos-13.2 72d84e11

2014-03-19 14:11

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
check cfg and db conn before startup of director

We now use the possibilty to check the configuration
and database connection on startup of the director before
we really startup the daemon so that we get direct
feedback if something is wrong.

Before, we did not get any feedback because the director
forked so problems only were visible in the logfile.

Without systemd, we get the output directly, with systemd we
need to call "systemctl status bareos-dir.service"

Fixes 0000286: Alter the startscripts to run the daemons with -t before starting them

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000286
mod - platforms/debian/bareos-dir.in Diff File
mod - platforms/redhat/bareos-dir.in Diff File
mod - platforms/suse/bareos-dir.in Diff File
mod - platforms/systemd/bareos-dir.service.in Diff File

bareos-13.2 4cec278c

2014-03-17 18:19

mvwieringen

Ported: N/A

Details Diff
Added new stuff in 13.2.3
mod - README.md Diff File

bareos-14.2 94a5502f

2014-03-17 16:31

mvwieringen

Ported: N/A

Details Diff
Update AUTHORS file.
mod - AUTHORS Diff File

bareos-14.2 a9168c2c

2014-03-17 12:27

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
added default Debian build description file.

bareos.dsc is used by OBS, if no distribution specific file (like bareos-Debian_7.0.dsc) is available.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
add - platforms/packaging/bareos.dsc Diff File

bareos-14.2 a07462bb

2014-03-17 12:27

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
use coverity@bareos.org for coverity scan reports

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - .travis.yml Diff File

bareos-14.2 316849a4

2014-03-17 12:26

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
bugfix: invalid sql statement

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/cats/ddl/grants/mysql-readonly.sql Diff File

bareos-13.2 23cd499e

2014-03-11 16:49

mvwieringen

Ported: N/A

Details Diff
Bump version number.
mod - configure Diff File
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-Univention_3.2.dsc Diff File
mod - platforms/packaging/bareos-xUbuntu_10.04.dsc Diff File
mod - platforms/packaging/bareos-xUbuntu_12.04.dsc Diff File
mod - platforms/packaging/bareos.changes Diff File
mod - platforms/packaging/bareos.spec Diff File
mod - platforms/win32/winbareos-nsi.spec Diff File
mod - platforms/win32/winbareos32.spec Diff File
mod - platforms/win32/winbareos64.spec Diff File
mod - po/POTFILES.in Diff File
mod - po/de.po Diff File
mod - po/es.po Diff File
mod - po/fr.po Diff File
mod - po/it.po Diff File
mod - po/nl.po Diff File
mod - po/sv.po Diff File
mod - po/uk.po Diff File
mod - src/include/version.h Diff File

bareos-14.2 34fef63d

2014-03-11 16:45

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Fix for win32 installer

We use some libs from the postgres installation, and
in win32, libint is called libint.dll instead of libint-8.dll.

We now use a glob to copy it over
mod - platforms/win32/winbareos.nsi Diff File
 First  Prev  1 2 3 ... 10 ... 20 21 22 23 24 25 26 ... 30 ... 40 ... 50 ... 57 58 59  Next  Last