Changesets: bareos
master 2e6cd73f 2013-05-04 21:01 Committer: Ported: N/A Details Diff |
Start to create defaultconfigs We want to create default configurations for certain use cases. This is the first try to create a good default config for disk-only backup. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
add - src/defaultconfigs/diskonly/bareos-sd.conf.in | Diff File | ||
add - src/defaultconfigs/diskonly/bareos-dir.conf.in | Diff File | ||
mod - autoconf/configure.in | Diff File | ||
master 2b045229 2013-05-04 21:01
Ported: N/A Details Diff |
Use the smarter filedescriptor closing in bpipe. Instead of closing the filedescriptors ourself (and a maximum of 29 (32 - 3)) use fcntl(F_CLOSEM) or closefrom() library call to perform what we really want e.g. close all unneeded filedescriptors of the forked process. |
||
mod - src/lib/daemon.c | Diff File | ||
mod - src/lib/bpipe.c | Diff File | ||
master 9655bb34 2013-05-04 21:00
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 | ||
master bbbb0c1e 2013-05-04 21:00
Ported: N/A Details Diff |
Fix compiler warning. | ||
mod - src/stored/bextract.c | Diff File | ||
master 0df113a4 2013-05-04 21:00 Committer: Ported: N/A Details Diff |
Force the LDFLAGS to be unset As unfortunately the unsetting of the hardening doesn't work, we unset the LDFLAGS right before configure Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - debian/rules | Diff File | ||
master ba1bda70 2013-05-04 21:00 Committer: 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 | ||
master b37a7cdc 2013-05-04 20:59
Ported: N/A Details Diff |
Fix typo in configure. | ||
mod - configure | Diff File | ||
mod - autoconf/configure.in | Diff File | ||
master 73f3e002 2013-05-04 20:59
Ported: N/A Details Diff |
debian/rules is a Makefile not a shell script. The current file seems to indicate that the rules file is a shell script by exporting all variables and using the ${} variable expansion while the normal Makefile variable expansion uses $() and we also can have spaces around the variable initialization as it Makefile and not shell. |
||
mod - debian/rules | Diff File | ||
master e904851d 2013-05-04 20:59
Ported: N/A Details Diff |
Disable debian hardening. Enabling hardening gives the following LDFLAGS -Wl,-Bsymbolic-functions -Wl,-z,relro which break the config engine. |
||
mod - debian/rules | Diff File | ||
master c6f11ff8 2013-05-04 20:59
Ported: N/A Details Diff |
Drop LDFLAGS unset. | ||
mod - debian/rules | Diff File | ||
master e6e8fa6f 2013-05-04 20:59
Ported: N/A Details Diff |
Try to get ride of LDFLAGS on xUbuntu Ubuntu compiles the shared libs with -Wl,-Bsymbolic-functions -Wl,-z,relro which makes the config_engine blowup as function pointers are not ok and all offsets calculated at compile time are not right and as such the whole config structure doesn't get initialized properly and the code crashes at random places. |
||
mod - debian/rules | Diff File | ||
master 57c16424 2013-05-04 20:59
Ported: N/A Details Diff |
Tweak some Makefiles. Drop all old GNOME menu stuff and drop all uninstall related targets. |
||
mod - scripts/logwatch/Makefile.in | Diff File | ||
mod - scripts/Makefile.in | Diff File | ||
mod - manpages/Makefile.in | Diff File | ||
mod - Makefile.in | Diff File | ||
master 05e06ed0 2013-05-04 20:59
Ported: N/A Details Diff |
Don't install initscripts on Solaris 10 and higher. | ||
mod - platforms/solaris/Makefile.in | Diff File | ||
master 99c0162b 2013-05-04 20:59
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 | ||
master f738888d 2013-05-04 20:59
Ported: N/A Details Diff |
Rebuild configure. | ||
mod - configure | Diff File | ||
master 165325a4 2013-05-04 20:59
Ported: N/A Details Diff |
Rewrite btraceback. Rewrote btraceback to be a uniform script that behaves the same on each platform. We now let configure determine which debugger is available on the platform we are on. On execution of the btraceback script it checks which debuggers were available and also checks if that one is available on the current platform. If not it will fall back to runtime detection of any available debugger. |
||
mod - scripts/btraceback.in | Diff File | ||
mod - autoconf/configure.in | Diff File | ||
master 0f724ecc 2013-05-04 20:59
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 | ||
master 77ed2190 2013-05-04 20:58
Ported: N/A Details Diff |
Fix problem when zlib is not available. | ||
mod - src/findlib/bfile.c | Diff File | ||
master 8622e49d 2013-05-04 20:58
Ported: N/A Details Diff |
Tweak Makefile.in Make sure timelimit is build with the right CXXFLAGS. |
||
mod - src/tools/Makefile.in | Diff File | ||
master c2f0162c 2013-05-04 20:56 Committer: Ported: N/A Details Diff |
build bebug package Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - platforms/deb/bareos-xUbuntu_12.04.dsc | Diff File | ||
mod - debian/rules | Diff File | ||
mod - debian/control | Diff File | ||
master 859ad6ea 2013-05-04 20:55 Committer: Ported: N/A Details Diff |
create OPSI package for winbareos Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
add - platforms/opsi/winbareos-opsi.spec | Diff File | ||
add - platforms/opsi/winbareos-opsi.changes | Diff File | ||
rm - platforms/opsi/download_and_opsibuild.sh | Diff File | ||
mod - platforms/opsi/OPSI/control | Diff File | ||
mod - platforms/opsi/CLIENT_DATA/setup3264.ins | Diff File | ||
mod - platforms/opsi/CLIENT_DATA/delsub3264.ins | Diff File | ||
master 40050197 2013-05-04 20:54
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 | ||
master 983a14b9 2013-05-04 20:52
Ported: N/A Details Diff |
Update README.md with new features. | ||
mod - README.md | Diff File | ||
master 6d012b0c 2013-05-04 20:52 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 | ||
master 0b010245 2013-05-04 20:52
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 |