Changesets: bareos2015
bareos-12.4 698b1430 2013-05-04 15:14 Ported: N/A Details Diff |
Sync changes for Ubuntu build from master. | ||
mod - debian/rules | Diff File | ||
bareos-12.4 6c1388c2 2013-05-04 15:14 Ported: N/A Details Diff |
Don't print password while replacing it. The bareos-config script writes the passwords in cleartext when replacing them in the config files. As they are passwords, they should be kept secret so not displayed. Fixes 0000058: Passwords are printed when they are set |
Affected Issues 0000058 |
|
mod - scripts/bareos-config | Diff File | ||
bareos-12.4 ebb139fe 2013-05-04 15:14 Ported: N/A Details Diff |
Remove DVD example. As DVD support is removed it doesn't make sense to have an example for a DVD file device. |
||
mod - src/dird/bareos-dir.conf.in | Diff File | ||
bareos-12.4 e03fa261 2013-05-04 15:14 Ported: N/A Details Diff |
Don't install initscripts on Solaris 10 and higher. | ||
mod - platforms/solaris/Makefile.in | Diff File | ||
bareos-12.4 cec655dd 2013-05-04 15:14 Ported: N/A Details Diff |
Tweak some Makefiles. Drop all old GNOME menu stuff and drop all uninstall related targets. |
||
mod - Makefile.in | Diff File | ||
mod - manpages/Makefile.in | Diff File | ||
mod - scripts/Makefile.in | Diff File | ||
mod - scripts/logwatch/Makefile.in | Diff File | ||
bareos-12.4 99f405a3 2013-05-04 15:14 Ported: N/A Details Diff |
Fix typo in configure. | ||
mod - autoconf/configure.in | Diff File | ||
mod - configure | Diff File | ||
bareos-12.4 5136df9c 2013-05-04 15:14 Committer: mvwieringen Ported: N/A Details Diff |
add bareos-dbg for Debian Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - platforms/deb/bareos-Debian_6.0.dsc | Diff File | ||
bareos-12.4 e6aaaf07 2013-05-04 15:14 Ported: N/A Details Diff |
Tweak Makefile.in Make sure timelimit is build with the right CXXFLAGS. |
||
mod - src/tools/Makefile.in | Diff File | ||
bareos-12.4 29161fd5 2013-05-04 15:14 Ported: N/A Details Diff |
Extract default database type from config. As the bareos-config script is non-portable (bash) we better extract the default database backend from the bareos-dir.conf. To be even more sure the script uses the right database type the call to it should just include the 5th argument which is the database type in the config so we are not dependent on any default type guessing. |
||
mod - src/cats/make_catalog_backup.in | Diff File | ||
bareos-12.4 2d665473 2013-05-04 15:14 Ported: N/A Details Diff |
Tweak use CFLAGS not CXXFLAGS as we use CC not CXX timelimit.c is compiled with the normal C compiler not with C++ so lets use the proper set of flags e.g. CFLAGS instead of CXXFLAGS. |
||
mod - src/tools/Makefile.in | Diff File | ||
bareos-12.4 d5cb1ca8 2013-05-04 15:14 Ported: N/A Details Diff |
Next to live debugging the crash also save a crash dump. On Solaris we already save the crash dump using gcore so we can do postmortem debugging. We now also try this on other platforms so we can do postmortem debugging on those platforms. |
||
mod - scripts/btraceback.in | Diff File | ||
bareos-12.4 93effb79 2013-05-04 15:14 Committer: mvwieringen Ported: N/A Details Diff |
BAT gives cryptic error message BAT gives cryptic error message, if director network address is configured wrong. Fixes 0000021: bat gives cryptic error message, if director network address is configured wrong Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000021 |
|
mod - src/qt-console/console/console.cpp | Diff File | ||
bareos-12.4 10d5cffb 2013-05-04 15:14 Committer: mvwieringen Ported: N/A Details Diff |
create OPSI package for winbareos Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - platforms/opsi/CLIENT_DATA/delsub3264.ins | Diff File | ||
mod - platforms/opsi/CLIENT_DATA/setup3264.ins | Diff File | ||
mod - platforms/opsi/OPSI/control | Diff File | ||
rm - platforms/opsi/download_and_opsibuild.sh | Diff File | ||
add - platforms/opsi/winbareos-opsi.changes | Diff File | ||
add - platforms/opsi/winbareos-opsi.spec | Diff File | ||
bareos-12.4 d3837681 2013-05-04 15:14 Committer: mvwieringen Ported: N/A Details Diff |
build bebug package Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - debian/control | Diff File | ||
mod - debian/rules | Diff File | ||
mod - platforms/deb/bareos-xUbuntu_12.04.dsc | Diff File | ||
bareos-12.4 7faa133b 2013-05-04 15:14
Committer: mvwieringen Ported: N/A Details Diff |
opsi files for the opsi package management tool Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
add - platforms/opsi/CLIENT_DATA/delsub3264.ins | Diff File | ||
add - platforms/opsi/CLIENT_DATA/logo.png | Diff File | ||
add - platforms/opsi/CLIENT_DATA/readme.txt | Diff File | ||
add - platforms/opsi/CLIENT_DATA/setup3264.ins | Diff File | ||
add - platforms/opsi/CLIENT_DATA/uninstall3264.ins | Diff File | ||
add - platforms/opsi/OPSI/control | Diff File | ||
add - platforms/opsi/OPSI/postinst | Diff File | ||
add - platforms/opsi/OPSI/preinst | Diff File | ||
bareos-12.4 39c671c1 2013-05-04 15:14
Committer: mvwieringen Ported: N/A Details Diff |
added a script for automating opsi Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
add - platforms/opsi/download_and_opsibuild.sh | Diff File | ||
bareos-12.4 9a61ccef 2013-05-04 15:14 Committer: mvwieringen Ported: N/A Details Diff |
show OK instead of Yes/No if reinstalling The messagebox for the "is already installed, please reinstall first" shows now OK instead of YesNo. Also added copyright header. Fixes #70: Dialog of windows installer, if software is already installed should show "OK" instead of "yes/no" Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - platforms/win32/winbareos.nsi | Diff File | ||
bareos-12.4 e6c860de 2013-05-04 15:14 Committer: mvwieringen Ported: N/A Details Diff |
add missing directories Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - Makefile.in | Diff File | ||
mod - platforms/rpms/bareos.spec | Diff File | ||
bareos-13.2 3beca800 2013-05-04 13:54 Ported: N/A Details Diff |
Rebuild configure. | ||
mod - configure | Diff File | ||
bareos-12.4 97868999 2013-05-04 13:54 Ported: N/A Details Diff |
Rebuild configure. | ||
mod - configure | Diff File | ||
bareos-13.2 f5d7ed6f 2013-05-04 13:51 Ported: N/A Details Diff |
Tweak sql update function. Use only one function to do the database update and pass as argument the minimum number of affected rows that must be met. |
||
mod - src/cats/cats.h | Diff File | ||
mod - src/cats/sql.c | Diff File | ||
bareos-12.4 3c25e9ec 2013-05-04 13:51 Ported: N/A Details Diff |
Tweak sql update function. Use only one function to do the database update and pass as argument the minimum number of affected rows that must be met. |
||
mod - src/cats/cats.h | Diff File | ||
mod - src/cats/sql.c | Diff File | ||
bareos-13.2 0fe2716c 2013-05-04 13:51 Ported: N/A Details Diff |
Fix typo. | ||
mod - src/dird/ua_cmds.c | Diff File | ||
bareos-12.4 691f2fd6 2013-05-04 13:51 Ported: N/A Details Diff |
Fix typo. | ||
mod - src/dird/ua_cmds.c | Diff File | ||
bareos-13.2 db1f55a9 2013-05-04 13:51 Committer: mvwieringen Ported: N/A Details Diff |
adapted for ubuntu, some improvements on packaging Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - debian/bareos-common.dirs | Diff File | ||
mod - debian/bareos-common.postinst | Diff File | ||
mod - debian/bareos-director.install | Diff File | ||
mod - debian/bareos-filedaemon.install | Diff File | ||
add - debian/bareos-storage.dirs | Diff File | ||
mod - debian/bareos-storage.install | Diff File | ||
mod - debian/bareos-storage.postinst | Diff File | ||
mod - debian/control | Diff File | ||
mod - debian/rules | Diff File | ||
mod - platforms/deb/bareos-Debian_6.0.dsc | Diff File | ||
mod - platforms/deb/bareos-xUbuntu_12.04.dsc | Diff File | ||
mod - platforms/debian/bareos-dir.in | Diff File | ||
mod - platforms/rpms/bareos.spec | Diff File | ||
mod - platforms/ubuntu/bareos-dir.in | Diff File | ||
mod - platforms/ubuntu/bareos-fd.in | Diff File | ||
mod - platforms/ubuntu/bareos-sd.in | Diff File | ||
mod - scripts/bareos-config | Diff File |