Changesets: bareos

master 43b32e67

2013-05-04 21:07

mvwieringen adm

Ported: N/A

Details Diff
Tweak remove acconfig.h dependency

Now we use the 3 arguments AC_DEFINE there is no need for a acconfig.h
with bootstrap info for config.h.in we removed acconfig.h long time ago
but the Makefile still had a dependency.
mod - Makefile.in Diff File

master 11844c8e

2013-05-04 21:07

joergs


Committer: mvwieringen adm

Ported: N/A

Details Diff
Cleanup

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - platforms/deb/bareos-xUbuntu_12.04.dsc Diff File
mod - platforms/deb/bareos-Debian_6.0.dsc Diff File
mod - debian/control Diff File

master 9d2c56bb

2013-05-04 21:06

joergs


Committer: mvwieringen adm

Ported: N/A

Details Diff
make test script a bit more deterministic

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - test/all Diff File

master a59eddf4

2013-05-04 21:06

joergs


Committer: mvwieringen adm

Ported: N/A

Details Diff
Debian packages for bareos-bat and bareos-traymonitor

Debian packages for bareos-bat, bareos-traymonitor and bareos-devel.
Added configure opition --enable-traymonitor (again).
Uses qmake "make" and "make install" instead of special handling in SPEC file.
Moved files belonging to BAT and traymonitor from directory scripts
to source directories.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/qt-console/tray-monitor/tray-monitor.pro.in Diff File
mod - src/qt-console/main.qrc Diff File
mod - src/qt-console/bat.pro.in Diff File
rm - scripts/bat.desktop.xsu.in Diff File
rm - scripts/bat.desktop.consolehelper.in Diff File
mod - platforms/rpms/bareos.spec Diff File
mod - platforms/gentoo/bareos.ebuild Diff File
mod - debian/rules Diff File
mod - debian/bareos-traymonitor.install Diff File
add - debian/bareos-devel.install Diff File
mod - debian/bareos-common.install Diff File
add - debian/bareos-bat.install Diff File
mod - autoconf/configure.in Diff File
mod - autoconf/config.h.in Diff File
mod - Makefile.in Diff File

master 380111c9

2013-05-04 21:02

joergs


Committer: mvwieringen adm

Ported: N/A

Details Diff
Reduce dependencies

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - platforms/deb/bareos-xUbuntu_12.04.dsc Diff File
mod - platforms/deb/bareos-Debian_6.0.dsc Diff File
mod - debian/control Diff File
mod - .travis.yml Diff File

master 41c6107d

2013-05-04 21:02

mvwieringen adm

Ported: N/A

Details Diff
Tweak layout.
mod - debian/changelog Diff File

master 9633aa12

2013-05-04 21:02

mvwieringen adm

Ported: N/A

Details Diff
Tweak compiler warning.
mod - src/lib/crypto_cache.c Diff File

master d8342666

2013-05-04 21:02

mvwieringen adm

Ported: N/A

Details Diff
Fix printing of crypto cache.

Also fixed input to always clean the input buffer so we don't read
garbage and added a -r option to be able to reset the expiry time of
all entries in the cache by setting the time they were added to the
current time. Updated manpage to document the new flags.
mod - src/tools/bscrypto.c Diff File
mod - src/lib/crypto_cache.h Diff File
mod - src/lib/crypto_cache.c Diff File
mod - manpages/bscrypto.8 Diff File

master 7b39d70c

2013-05-04 21:02

mvwieringen adm

Ported: N/A

Details Diff
Fix layout when printing crypto keys.

First determine what size the volumename and cryptokey column
needs before printing the data. This way we always print the data
in a readable fashion.
mod - src/lib/crypto_cache.c Diff File

master 1c657d72

2013-05-04 21:02

mvwieringen adm

Ported: N/A

Details Diff
Tweak typo.
mod - scripts/bareos-ctl-funcs Diff File

master 43f118fd

2013-05-04 21:02

mvwieringen adm

Ported: N/A

Details Diff
Add ability to dump the content of the cryptocache.

For tape encryption the storage daemon keeps a cache of recently used
data it needs when loading a crypto enabled volume and it doesn't have
a connection to the director (e.g. when starting the SD). The bscrypto
tool already had support for populating the cache with data which is
used when a Disaster Recovery is needed but it would be nice if you
could also dump the content of the cache using the bscrypto tool. There
is no real security risk as you still need read access to the cache file
and the data dumped is the wrapped/encrypted version of the key for
which you need the KeyEncryptionKey to be able to translate it to the
actual key loaded into the drive.
mod - src/tools/bscrypto.c Diff File
mod - src/lib/crypto_cache.h Diff File
mod - src/lib/crypto_cache.c Diff File

master a5dcc802

2013-05-04 21:02

mvwieringen adm

Ported: N/A

Details Diff
Add support for starting/stopping deamons.

On debian and ubuntu the init scripts are not registered on install and
unregistered on deinstall of the package. Added the right calls to the
postint script of the different daemons and added prerm scripts to do
the right thing on deinstall.

Fixes 0000086: No start scripts created during installation
Affected Issues
0000086
add - debian/bareos-storage.prerm Diff File
mod - debian/bareos-storage.postinst Diff File
add - debian/bareos-filedaemon.prerm Diff File
mod - debian/bareos-filedaemon.postinst Diff File
add - debian/bareos-director.prerm Diff File
mod - debian/bareos-director.postinst Diff File

master 5e4d55a4

2013-05-04 21:02

mvwieringen adm

Ported: N/A

Details Diff
Fix specfile cleanup for new script.
mod - platforms/rpms/bareos.spec Diff File

master b9cd4b32

2013-05-04 21:02

mvwieringen adm

Ported: N/A

Details Diff
Fix typo.
mod - scripts/bareos-ctl-sd.in Diff File
mod - scripts/bareos-ctl-fd.in Diff File
mod - scripts/bareos-ctl-dir.in Diff File

master e2c0abfc

2013-05-04 21:02

mvwieringen adm

Ported: N/A

Details Diff
Only code shell functions once.

All bareos-ctl-* scripts code the same set of functions which is kind
of stupid. This patch creates a common set of functions which are
included into the script so we only need to code them once and reuse
them. Also added support for pgrep support which is on Platforms like
Solaris and xBSD next to pidof support.
mod - scripts/bareos-ctl-sd.in Diff File
add - scripts/bareos-ctl-funcs Diff File
mod - scripts/bareos-ctl-fd.in Diff File
mod - scripts/bareos-ctl-dir.in Diff File
mod - scripts/Makefile.in Diff File
mod - autoconf/configure.in Diff File

master 40c08dc9

2013-05-04 21:02

mvwieringen adm

Ported: N/A

Details Diff
Fix typo.
mod - scripts/btraceback.in Diff File

master 559d76ad

2013-05-04 21:01

mvwieringen adm

Ported: N/A

Details Diff
Rebuild configure
mod - configure Diff File

master ee70b877

2013-05-04 21:01

mvwieringen adm

Ported: N/A

Details Diff
For now disable GNUTLS support.

Until this stuff really works disable the GNUTLS detection in configure.
mod - autoconf/configure.in Diff File

master 0cec82cd

2013-05-04 21:01

joergs


Committer: mvwieringen adm

Ported: N/A

Details Diff
move make_catalog_backup.pl to bareos-director

move make_catalog_backup.pl to bareos-director, as in the Debian packages.
Also done some cleanup.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - platforms/rpms/bareos.spec Diff File

master 62ed8d2a

2013-05-04 21:01

mvwieringen adm

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

master ad7c259c

2013-05-04 21:01

mvwieringen adm

Ported: N/A

Details Diff
Rebuild configure.
mod - configure Diff File

master 2e6cd73f

2013-05-04 21:01

pstorz


Committer: mvwieringen adm

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

mvwieringen adm

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

mvwieringen adm

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

mvwieringen adm

Ported: N/A

Details Diff
Fix compiler warning.
mod - src/stored/bextract.c Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 619 620 621 622 623 624 625 ... 630 631 632  Next  Last