Changesets: bareos

master 5aee9372

2013-05-04 21:25

mvwieringen adm

Ported: N/A

Details Diff
Show right info in status slots.

Slot should not be empty but show the correct loaded volume info and
not the first slot after the drive in the enumeration.

Fixes 0000159: Display Error in bconsole for status slots; did not show empty slot after load
Affected Issues
0000159
mod - src/dird/ua_status.c Diff File

master 425356ad

2013-05-04 21:25

pstorz


Committer: mvwieringen adm

Ported: N/A

Details Diff
add dependency for libfastlz
mod - platforms/deb/bareos-xUbuntu_12.04.dsc Diff File
mod - platforms/deb/bareos-xUbuntu_10.04.dsc Diff File
mod - platforms/deb/bareos-Debian_6.0.dsc Diff File
mod - debian/control Diff File

master bcd0c739

2013-05-04 21:25

joergs


Committer: mvwieringen adm

Ported: N/A

Details Diff
travis: bugfix
mod - .travis.yml Diff File

master ac52d2b3

2013-05-04 21:25

joergs


Committer: mvwieringen adm

Ported: N/A

Details Diff
travis: set hostname to localhost to prevent problems with name resolution
mod - .travis.yml Diff File

master 6a5a3f55

2013-05-04 21:25

joergs


Committer: mvwieringen adm

Ported: N/A

Details Diff
activate debian release numbers on OBS

Debian has no separate field for release numbers,
only version numbers.
Mostly, the release number is added to the version number,
separated by a "-".
OBS has a feature to auto-increment release numbers for RPM packages.
Our modified OBS also enables this feature for DEB packages.
add - platforms/deb/debian.changelog Diff File
mod - platforms/deb/bareos-xUbuntu_12.04.dsc Diff File
mod - platforms/deb/bareos-xUbuntu_10.04.dsc Diff File
mod - platforms/deb/bareos-Debian_6.0.dsc Diff File

master b4e14f0f

2013-05-04 21:25

pstorz


Committer: mvwieringen adm

Ported: N/A

Details Diff
Enhanced the standard configuration file

- We now have two-digit reference marks
- Changed the introductional text
mod - src/defaultconfigs/diskonly/bareos-dir.conf.in Diff File

master 5e70bfd0

2013-05-04 21:24

pstorz


Committer: mvwieringen adm

Ported: N/A

Details Diff
Fixed pool names in standard config

The names of the standard pools were still
referenced.
mod - src/defaultconfigs/diskonly/bareos-dir.conf.in Diff File

master 2009b871

2013-05-04 21:24

pstorz


Committer: mvwieringen adm

Ported: N/A

Details Diff
Add icons and fileinfo to windows executables

Updated the icons fileinfo for windows executables

Fixes 0000154: Add icon and file info to windows executables

Conflicts:
src/win32/console/consoleres.rc
Affected Issues
0000154
add - src/win32/qt-tray-monitor/traymon.rc Diff File
mod - src/win32/qt-tray-monitor/tray-monitor.pro Diff File
add - src/win32/qt-console/batres.rc Diff File
mod - src/win32/qt-console/bat.pro Diff File
mod - src/win32/filed/Makefile Diff File
add - src/win32/console/consoleres.rc Diff File
mod - src/win32/console/Makefile Diff File
mod - src/qt-console/prefs.ui Diff File
mod - src/qt-console/main.ui Diff File
mod - src/images/bat.svg Diff File

master 183887e7

2013-05-04 21:22

mvwieringen adm

Ported: N/A

Details Diff
Rebuild configure.
mod - configure Diff File

master d24a3df2

2013-05-04 21:19

pstorz


Committer: mvwieringen adm

Ported: N/A

Details Diff
elaborated the disk-only default config

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/defaultconfigs/diskonly/bareos-dir.conf.in Diff File

master b78eea96

2013-05-04 21:19

mvwieringen adm

Ported: N/A

Details Diff
Fix compiler warning.
mod - src/dird/ua_select.c Diff File

master a9d43dc2

2013-05-04 21:19

mvwieringen adm

Ported: N/A

Details Diff
Remove obscure beef variable.

As we don't have an enterprise version we don't need a bareos
enable enterprise feature flag.
mod - src/win32/lib/make_def Diff File
mod - src/stored/status.c Diff File
mod - src/lib/message.c Diff File
mod - src/include/version.h Diff File
mod - src/filed/fd_plugins.h Diff File
mod - src/filed/fd_plugins.c Diff File
mod - src/dird/ua_status.c Diff File
mod - scripts/btraceback.gdb Diff File
mod - scripts/btraceback.dbx Diff File

master 305026b3

2013-05-04 21:18

joergs


Committer: mvwieringen adm

Ported: N/A

Details Diff
bareos-director requires bareos-database-tools

make_catalog_backup.pl (from bareos-director) requires bareso-dbcheck (from bareos-database-tools).

Fixes 0000148: bareos-director requires bareos-database-tools

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

master 9edc6e0e

2013-05-04 21:17

mvwieringen adm

Ported: N/A

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

master 536c96a2

2013-05-04 21:17

pstorz


Committer: mvwieringen adm

Ported: N/A

Details Diff
Extend cancel command to be able to cancel all running jobs

Especially when testing, it would be a very nice feature to be able to
cancel multiple jobs at once.

For the first step, it would be nice to be able to cancel all jobs.
Also useful would be to be able to cancel, jobs of a certain state, e.g.

cancel state=waiting

Fixes 0000144: Extend cancel command to be able to cancel all running jobs
Affected Issues
0000144
mod - src/dird/ua_select.c Diff File
mod - src/dird/ua_cmds.c Diff File

master c1162bca

2013-05-04 21:17

mvwieringen adm

Ported: N/A

Details Diff
Fix memory leak.
mod - src/lib/bsock.c Diff File
mod - src/lib/bnet_server.c Diff File

master 75559cc8

2013-05-04 21:17

mvwieringen adm

Ported: N/A

Details Diff
Updated README.MD
mod - README.md Diff File

master d4554587

2013-05-04 21:17

mvwieringen adm

Ported: N/A

Details Diff
Switch to new version number.
mod - src/include/version.h Diff File
mod - platforms/win32/winbareos64.spec Diff File
mod - platforms/win32/winbareos32.spec Diff File
mod - platforms/win32/winbareos-nsi.spec Diff File
mod - platforms/rpms/bareos.spec Diff File
mod - platforms/deb/bareos-xUbuntu_12.04.dsc Diff File
mod - platforms/deb/bareos-xUbuntu_10.04.dsc Diff File
mod - platforms/deb/bareos-Debian_6.0.dsc Diff File
mod - debian/changelog Diff File
mod - configure Diff File

master fba1cf3a

2013-05-04 21:15

mvwieringen adm

Ported: N/A

Details Diff
Used compression algorithms only when compression is done.
mod - src/dird/backup.c Diff File

master 84be09dc

2013-05-04 21:15

mvwieringen adm

Ported: N/A

Details Diff
Fix cancel to allow multiple job selection.
mod - src/dird/ua_select.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/protos.h Diff File

master 40ab1990

2013-05-04 21:15

mvwieringen adm

Ported: N/A

Details Diff
Reorder closing message channel.

For every daemon always close the message channel before starting
the cleanup of the JCR so we have a much cleaner code path.

Also tweaked the layout of the code somewhat so that we have more
distinctive code blocks.
mod - src/stored/job.c Diff File
mod - src/stored/butil.c Diff File
mod - src/stored/bscan.c Diff File
mod - src/lib/jcr.c Diff File
mod - src/filed/dir_cmd.c Diff File
mod - src/dird/job.c Diff File

master 44c642ef

2013-05-04 21:15

mvwieringen adm

Ported: N/A

Details Diff
Close message stream early.

For things like edit_job_codes() to work properly we should tear
down the message resource before we start tearing down the bits
and pieces of the JCR (and mig_jcr). Hopefully we don't trigger
to many deadlocks this way but this seems to be a severe design
flaw in which important state information is destroyed when you
might still want/need it.
mod - src/dird/job.c Diff File

master c162cc00

2013-05-04 21:15

pstorz


Committer: mvwieringen adm

Ported: N/A

Details Diff
Switch to gcc 4.8

Unfortunately, with gcc 4.8, libc now is called
- libgcc_s_sjlj-1.dll on 32Bit Windows
- libgcc_s_seh-1.dll on 64Bit Windows

This patch adapts to that fact.

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

master 1b5c5894

2013-05-04 21:15

pstorz


Committer: mvwieringen adm

Ported: N/A

Details Diff
file job.c is no more

Adapted makefile to correctly build.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/win32/filed/Makefile Diff File

master 3fdcd873

2013-05-04 21:15

mvwieringen adm

Ported: N/A

Details Diff
Tweak layout.
mod - src/dird/ua_cmds.c Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 646 647 648 649 650 651 652 ... 660 661 662  Next  Last