Changesets: bareos

master bbbb0c1e

2013-05-04 21:00

mvwieringen adm

Ported: N/A

Details Diff
Fix compiler warning.
mod - src/stored/bextract.c Diff File

master 0df113a4

2013-05-04 21:00

pstorz


Committer: mvwieringen adm

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

joergs


Committer: mvwieringen adm

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

mvwieringen adm

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

mvwieringen adm

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

mvwieringen adm

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

mvwieringen adm

Ported: N/A

Details Diff
Drop LDFLAGS unset.
mod - debian/rules Diff File

master e6e8fa6f

2013-05-04 20:59

mvwieringen adm

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

mvwieringen adm

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

mvwieringen adm

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

mvwieringen adm

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

mvwieringen adm

Ported: N/A

Details Diff
Rebuild configure.
mod - configure Diff File

master 165325a4

2013-05-04 20:59

mvwieringen adm

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

mvwieringen adm

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

mvwieringen adm

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

mvwieringen adm

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

joergs


Committer: mvwieringen adm

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

joergs


Committer: mvwieringen adm

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

mvwieringen adm

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

mvwieringen adm

Ported: N/A

Details Diff
Update README.md with new features.
mod - README.md Diff File

master 6d012b0c

2013-05-04 20:52

maik

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

daniel

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

master 1cd2ddd2

2013-05-04 20:52

daniel

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/OPSI/preinst Diff File
add - platforms/opsi/OPSI/postinst Diff File
add - platforms/opsi/OPSI/control Diff File
add - platforms/opsi/CLIENT_DATA/uninstall3264.ins Diff File
add - platforms/opsi/CLIENT_DATA/setup3264.ins Diff File
add - platforms/opsi/CLIENT_DATA/readme.txt Diff File
add - platforms/opsi/CLIENT_DATA/logo.png Diff File
add - platforms/opsi/CLIENT_DATA/delsub3264.ins Diff File

master 966a4a65

2013-05-04 20:52

mvwieringen adm

Ported: N/A

Details Diff
Add pretty print function for unsupported compression.
mod - src/filed/compression.c Diff File

master d4d9f234

2013-05-04 20:52

mvwieringen adm

Ported: N/A

Details Diff
Fix windows compile problem.
mod - src/findlib/bfile.c Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 598 599 600 601 602 603 604 ... 608 609 610  Next  Last