Changesets: bareos
bareos-13.2 1e27da2c 2014-04-16 19:20 Ported: N/A Details Diff |
Allow to disable client in client configuration Fixes 0000288: Disable client in client configuration |
Affected Issues 0000288 |
|
mod - src/dird/dird_conf.c | Diff File | ||
mod - src/dird/dird_conf.h | Diff File | ||
mod - src/dird/protos.h | Diff File | ||
mod - src/dird/scheduler.c | Diff File | ||
mod - src/dird/ua_cmds.c | Diff File | ||
mod - src/dird/ua_dotcmds.c | Diff File | ||
mod - src/dird/ua_output.c | Diff File | ||
mod - src/dird/ua_select.c | Diff File | ||
mod - src/dird/ua_status.c | Diff File | ||
master a37e29dc 2014-04-16 17:33 Marco van Wieringen Ported: N/A Details Diff |
Remove old global variable. | ||
mod - src/stored/stored.h | Diff File | ||
master f4213283 2014-04-16 17:27 Marco van Wieringen Ported: N/A Details Diff |
Drop an unneeded global variable and make it local. | ||
mod - src/stored/bcopy.c | Diff File | ||
mod - src/stored/bextract.c | Diff File | ||
mod - src/stored/bls.c | Diff File | ||
mod - src/stored/bscan.c | Diff File | ||
mod - src/stored/btape.c | Diff File | ||
mod - src/stored/stored.c | Diff File | ||
mod - src/stored/wait.c | Diff File | ||
playground 6a65ecd4 2014-04-16 15:33 Ported: N/A Details Diff |
Remove old global variable. | ||
mod - src/stored/stored.h | Diff File | ||
bareos-13.2 841f859b 2014-04-16 15:33 Ported: N/A Details Diff |
Remove old global variable. | ||
mod - src/stored/stored.h | Diff File | ||
playground b0c310fc 2014-04-16 15:27 Ported: N/A Details Diff |
Drop an unneeded global variable and make it local. | ||
mod - src/stored/bcopy.c | Diff File | ||
mod - src/stored/bextract.c | Diff File | ||
mod - src/stored/bls.c | Diff File | ||
mod - src/stored/bscan.c | Diff File | ||
mod - src/stored/btape.c | Diff File | ||
mod - src/stored/stored.c | Diff File | ||
mod - src/stored/wait.c | Diff File | ||
bareos-13.2 50fc3ea0 2014-04-16 15:27 Ported: N/A Details Diff |
Drop an unneeded global variable and make it local. | ||
mod - src/stored/bcopy.c | Diff File | ||
mod - src/stored/bextract.c | Diff File | ||
mod - src/stored/bls.c | Diff File | ||
mod - src/stored/bscan.c | Diff File | ||
mod - src/stored/btape.c | Diff File | ||
mod - src/stored/stored.c | Diff File | ||
mod - src/stored/wait.c | Diff File | ||
master 37c53353 2014-04-16 00:55 Marco van Wieringen Ported: N/A Details Diff |
Make res_all a static variable. Also make the msgs resource config items a static array in the different config parsers of the daemons and no longder some global variable that is exported from the shared library. Jobdefs are now expanded using a dedicated function in src/dird/dird_conf.c |
||
mod - src/console/console_conf.c | Diff File | ||
mod - src/dird/dird.c | Diff File | ||
mod - src/dird/dird_conf.c | Diff File | ||
mod - src/dird/inc_conf.c | Diff File | ||
mod - src/dird/protos.h | Diff File | ||
mod - src/dird/run_conf.c | Diff File | ||
mod - src/filed/filed_conf.c | Diff File | ||
add - src/lib/msg_res.h | Diff File | ||
mod - src/lib/parse_conf.c | Diff File | ||
mod - src/lib/res.c | Diff File | ||
mod - src/stored/stored_conf.c | Diff File | ||
playground 47c87508 2014-04-15 22:55 Ported: N/A Details Diff |
Make res_all a static variable. Also make the msgs resource config items a static array in the different config parsers of the daemons and no longder some global variable that is exported from the shared library. Jobdefs are now expanded using a dedicated function in src/dird/dird_conf.c |
||
mod - src/console/console_conf.c | Diff File | ||
mod - src/dird/dird.c | Diff File | ||
mod - src/dird/dird_conf.c | Diff File | ||
mod - src/dird/inc_conf.c | Diff File | ||
mod - src/dird/protos.h | Diff File | ||
mod - src/dird/run_conf.c | Diff File | ||
mod - src/filed/filed_conf.c | Diff File | ||
add - src/lib/msg_res.h | Diff File | ||
mod - src/lib/parse_conf.c | Diff File | ||
mod - src/lib/res.c | Diff File | ||
mod - src/stored/stored_conf.c | Diff File | ||
master e0307f3d 2014-04-15 13:09 Marco van Wieringen Ported: N/A Details Diff |
Fix typo. | ||
mod - src/cats/Makefile.in | Diff File | ||
master c039ff9d 2014-04-15 12:20 Marco van Wieringen Ported: N/A Details Diff |
Some loop variables are used outside the loop. So we cannot make them locally scoped. |
||
mod - src/dird/dird_conf.c | Diff File | ||
master fc1b75e5 2014-04-15 11:33 Marco van Wieringen Ported: N/A Details Diff |
Use some locally scoped loop variables. | ||
mod - src/dird/dird_conf.c | Diff File | ||
master 6b34e284 2014-04-15 11:09 Ported: N/A Details Diff |
Fix typo. | ||
mod - src/cats/Makefile.in | Diff File | ||
bareos-13.2 28351f5b 2014-04-15 11:09 Ported: N/A Details Diff |
Fix typo. | ||
mod - src/cats/Makefile.in | Diff File | ||
master 3f068a17 2014-04-15 10:20 Ported: N/A Details Diff |
Some loop variables are used outside the loop. So we cannot make them locally scoped. |
||
mod - src/dird/dird_conf.c | Diff File | ||
playground 36016cad 2014-04-15 09:33 Ported: N/A Details Diff |
Use some locally scoped loop variables. | ||
mod - src/dird/dird_conf.c | Diff File | ||
master 4122e4c4 2014-04-14 22:47 Marco van Wieringen Ported: N/A Details Diff |
Make the work of a static analyzer a lot easier. Most static analyzers don't understand that a M_FATAL message means things will generate a NULL pointer dereference and blow up the daemon and that M_ERROR_TERM leads to the program doing an exit(1) |
||
mod - src/dird/dbcheck.c | Diff File | ||
mod - src/dird/dird.c | Diff File | ||
master 14f24767 2014-04-14 21:29 Marco van Wieringen Ported: N/A Details Diff |
Fix warnings from merged code. | ||
mod - src/qt-console/bat_conf.cpp | Diff File | ||
mod - src/qt-tray-monitor/tray_conf.cpp | Diff File | ||
master 7fe704f0 2014-04-14 21:10 Marco van Wieringen Ported: N/A Details Diff |
Fix warnings from merged code. | ||
mod - src/dird/dird_conf.c | Diff File | ||
mod - src/plugins/filed/test-plugin-fd.c | Diff File | ||
master 1f0e483d 2014-04-14 20:47 Ported: N/A Details Diff |
Make the work of a static analyzer a lot easier. Most static analyzers don't understand that a M_FATAL message means things will generate a NULL pointer dereference and blow up the daemon and that M_ERROR_TERM leads to the program doing an exit(1) |
||
mod - src/dird/dbcheck.c | Diff File | ||
mod - src/dird/dird.c | Diff File | ||
master 61bdac1a 2014-04-14 20:25 Marco van Wieringen Ported: N/A Details Diff |
Rework dlopen of plugins. Allow plugins to do lazy symbol binding when loading and allow the symbols to be global so in the python plugins we can load the dynload modules which are not linked against libpython. Otherwise we get symbol errors on load. |
||
mod - autoconf/configure.in | Diff File | ||
mod - src/lib/plugins.c | Diff File | ||
mod - src/win32/compat/include/mingwconfig.h | Diff File | ||
master 4e524f68 2014-04-14 19:29 Ported: N/A Details Diff |
Fix warnings from merged code. | ||
mod - src/qt-console/bat_conf.cpp | Diff File | ||
mod - src/qt-tray-monitor/tray_conf.cpp | Diff File | ||
master b34fdea1 2014-04-14 19:11 Marco van Wieringen Ported: N/A Details Diff |
Fix some errors detected by coverity. | ||
mod - src/dird/dir_plugins.c | Diff File | ||
mod - src/dird/dird_conf.c | Diff File | ||
mod - src/filed/accurate.h | Diff File | ||
mod - src/filed/fd_plugins.c | Diff File | ||
mod - src/lib/ini.c | Diff File | ||
mod - src/lib/res.c | Diff File | ||
mod - src/stored/sd_plugins.c | Diff File | ||
master bded1e0c 2014-04-14 19:10 Ported: N/A Details Diff |
Fix warnings from merged code. | ||
mod - src/dird/dird_conf.c | Diff File | ||
mod - src/plugins/filed/test-plugin-fd.c | Diff File | ||
playground 185f00a4 2014-04-14 18:25 Ported: N/A Details Diff |
Rework dlopen of plugins. Allow plugins to do lazy symbol binding when loading and allow the symbols to be global so in the python plugins we can load the dynload modules which are not linked against libpython. Otherwise we get symbol errors on load. |
||
mod - autoconf/configure.in | Diff File | ||
mod - src/lib/plugins.c | Diff File | ||
mod - src/win32/compat/include/mingwconfig.h | Diff File |