Changesets: bareos2015

bareos-12.4 4c73066b

2013-08-28 20:42

mvwieringen

Ported: N/A

Details Diff
Add FreeBSD -lcam to build flags.
mod - autoconf/configure.in Diff File
mod - src/lib/Makefile.in Diff File

bareos-14.2 3a36f5ec

2013-08-28 19:33

mvwieringen

Ported: N/A

Details Diff
Fix compile errors in low level FreeBSD code.

The current lowlevel FreeBSD specific SCSI code doesn't compile
on FreeBSD. This patch at least makes sure that it compiles if it
actually works is something else.
mod - src/lib/scsi_lli.c Diff File

bareos-13.2 92a5f7ed

2013-08-28 19:33

mvwieringen

Ported: N/A

Details Diff
Fix compile errors in low level FreeBSD code.

The current lowlevel FreeBSD specific SCSI code doesn't compile
on FreeBSD. This patch at least makes sure that it compiles if it
actually works is something else.
mod - src/lib/scsi_lli.c Diff File

bareos-12.4 f572f385

2013-08-28 19:33

mvwieringen

Ported: N/A

Details Diff
Fix compile errors in low level FreeBSD code.

The current lowlevel FreeBSD specific SCSI code doesn't compile
on FreeBSD. This patch at least makes sure that it compiles if it
actually works is something else.
mod - src/lib/scsi_lli.c Diff File

bareos-14.2 fbbf762c

2013-08-21 11:12

frank


Committer: mvwieringen

Ported: N/A

Details Diff
Sortable tables in bRestore

Quick as is fix. Enable sorting in bRestore by setting the sorting
attribute using setSortingEnabled() on the bRestoreTable objects.
For FileList and FileRevisions we disable the sorting during the
filling of the table (to not make it to slow) and explicitly sort
the FileList on the filenames in them ascending and the FileRevisions
on the revision date descending (so you get the newest revision first
in the list.) Some sorting doesn't work or doesn't work right as we
need to write new sorting operators which are not there. That is
something we won't solve any time soon. The restore list also has
the sorting attribute enabled so you can use sorting in that view too.

Fixes 0000215: Sortable tables in bRestore

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000215
mod - src/qt-console/restore/brestore.cpp Diff File
mod - src/qt-console/restore/brestore.ui Diff File

bareos-13.2 eda02133

2013-08-21 11:12

frank


Committer: mvwieringen

Ported: N/A

Details Diff
Sortable tables in bRestore

Quick as is fix. Enable sorting in bRestore by setting the sorting
attribute using setSortingEnabled() on the bRestoreTable objects.
For FileList and FileRevisions we disable the sorting during the
filling of the table (to not make it to slow) and explicitly sort
the FileList on the filenames in them ascending and the FileRevisions
on the revision date descending (so you get the newest revision first
in the list.) Some sorting doesn't work or doesn't work right as we
need to write new sorting operators which are not there. That is
something we won't solve any time soon. The restore list also has
the sorting attribute enabled so you can use sorting in that view too.

Fixes 0000215: Sortable tables in bRestore

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000215
mod - src/qt-console/restore/brestore.cpp Diff File
mod - src/qt-console/restore/brestore.ui Diff File

bareos-12.4 021bdad4

2013-08-21 11:12

frank


Committer: mvwieringen

Ported: N/A

Details Diff
Sortable tables in bRestore

Quick as is fix. Enable sorting in bRestore by setting the sorting
attribute using setSortingEnabled() on the bRestoreTable objects.
For FileList and FileRevisions we disable the sorting during the
filling of the table (to not make it to slow) and explicitly sort
the FileList on the filenames in them ascending and the FileRevisions
on the revision date descending (so you get the newest revision first
in the list.) Some sorting doesn't work or doesn't work right as we
need to write new sorting operators which are not there. That is
something we won't solve any time soon. The restore list also has
the sorting attribute enabled so you can use sorting in that view too.

Fixes 0000215: Sortable tables in bRestore

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000215
mod - src/qt-console/restore/brestore.cpp Diff File
mod - src/qt-console/restore/brestore.ui Diff File

bareos-14.2 7de69345

2013-08-20 17:50

mvwieringen

Ported: N/A

Details Diff
Fix typo.
mod - src/filed/backup.c Diff File

bareos-13.2 e77c2512

2013-08-20 17:50

mvwieringen

Ported: N/A

Details Diff
Fix typo.
mod - src/filed/backup.c Diff File

bareos-12.4 a8f540a0

2013-08-20 17:50

mvwieringen

Ported: N/A

Details Diff
Fix typo.
mod - src/filed/backup.c Diff File

bareos-14.2 83dffd81

2013-08-15 13:36

mvwieringen

Ported: N/A

Details Diff
BAT segfaults when Password is missing from configuration

Fixes 0000216: bat segfaults when Password is missing from configuration
Affected Issues
0000216
mod - src/qt-console/bat_conf.cpp Diff File

bareos-13.2 7bc96b38

2013-08-15 13:36

mvwieringen

Ported: N/A

Details Diff
BAT segfaults when Password is missing from configuration

Fixes 0000216: bat segfaults when Password is missing from configuration
Affected Issues
0000216
mod - src/qt-console/bat_conf.cpp Diff File

bareos-12.4 1ef3dec8

2013-08-15 13:36

mvwieringen

Ported: N/A

Details Diff
BAT segfaults when Password is missing from configuration

Fixes 0000216: bat segfaults when Password is missing from configuration
Affected Issues
0000216
mod - src/qt-console/bat_conf.cpp Diff File

bareos-14.2 1f9a61b3

2013-08-14 12:46

mvwieringen

Ported: N/A

Details Diff
Fix filerights.

bareos-13.2 e610f3bb

2013-08-14 12:46

mvwieringen

Ported: N/A

Details Diff
Fix filerights.

bareos-12.4 ed62008e

2013-08-14 12:46

mvwieringen

Ported: N/A

Details Diff
Fix filerights.

bareos-14.2 da47a10c

2013-08-13 10:46

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Updated Readme.md distribution info

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - README.md Diff File

bareos-13.2 cbd4780e

2013-08-13 10:46

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Updated Readme.md distribution info

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - README.md Diff File

bareos-12.4 8b8fbdb8

2013-08-13 10:46

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Updated Readme.md distribution info

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - README.md Diff File

bareos-14.2 3fd37c58

2013-08-12 15:57

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
added dsc-file for Univention 3.1

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
add - platforms/packaging/bareos-Univention_3.1.dsc Diff File

bareos-13.2 5a3b3ba6

2013-08-12 15:57

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
added dsc-file for Univention 3.1

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
add - platforms/packaging/bareos-Univention_3.1.dsc Diff File

bareos-12.4 2a92fa4a

2013-08-12 15:57

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
added dsc-file for Univention 3.1

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
add - platforms/packaging/bareos-Univention_3.1.dsc Diff File

bareos-14.2 683cf6ef

2013-08-12 12:41

mvwieringen

Ported: N/A

Details Diff
Remove \ from the valid characters.

A passphrase with a \ at the end of the phrase will let the config
egine blow up so remove that character.
mod - src/lib/passphrase.c Diff File

bareos-13.2 00e7a611

2013-08-12 12:41

mvwieringen

Ported: N/A

Details Diff
Remove \ from the valid characters.

A passphrase with a \ at the end of the phrase will let the config
egine blow up so remove that character.
mod - src/lib/passphrase.c Diff File

bareos-12.4 10629293

2013-08-12 12:41

mvwieringen

Ported: N/A

Details Diff
Remove \ from the valid characters.

A passphrase with a \ at the end of the phrase will let the config
egine blow up so remove that character.
mod - src/lib/passphrase.c Diff File
 First  Prev  1 2 3 ... 10 ... 20 ... 30 ... 34 35 36 37 38 39 40 ... 50 ... 57 58 59  Next  Last