Changesets: bareos

master 5e0af548

2015-01-19 18:25

pstorz

Ported: N/A

Details Diff
Rename dbcheck.exe -> bareos-dbcheck.exe

on unix the name is bareos-dbcheck
mod - platforms/win32/winbareos-nsi.spec Diff File
mod - platforms/win32/winbareos.nsi Diff File
mod - platforms/win32/winbareos32.spec Diff File
mod - platforms/win32/winbareos64.spec Diff File
mod - src/win32/dird/Makefile Diff File
mod - src/win32/dird/dbcheckres.rc.in Diff File

bareos-14.2 40ef4403

2015-01-19 18:25

Philipp Storz


Committer: Joerg Steffens

Ported: N/A

Details Diff
Rename dbcheck.exe -> bareos-dbcheck.exe

on unix the name is bareos-dbcheck
mod - platforms/win32/winbareos-nsi.spec Diff File
mod - platforms/win32/winbareos.nsi Diff File
mod - platforms/win32/winbareos32.spec Diff File
mod - platforms/win32/winbareos64.spec Diff File
mod - src/win32/dird/Makefile Diff File
mod - src/win32/dird/dbcheckres.rc.in Diff File

master df71d8a1

2015-01-19 18:25

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Rename dbcheck.exe -> bareos-dbcheck.exe

on unix the name is bareos-dbcheck
mod - platforms/win32/winbareos-nsi.spec Diff File
mod - platforms/win32/winbareos.nsi Diff File
mod - platforms/win32/winbareos32.spec Diff File
mod - platforms/win32/winbareos64.spec Diff File
mod - src/win32/dird/Makefile Diff File
mod - src/win32/dird/dbcheckres.rc.in Diff File

master 851fe106

2015-01-19 15:40

pstorz

Ported: N/A

Details Diff
Fix show job=<jobname> by keyword order change

As job is also the beginning of jobdefs, the keyword
parser matches jobdefs if show job is called.

Reordering the keywords fixed the problem.

Fixes 0000399: show job=<jobname> does not work
Affected Issues
0000399
mod - src/dird/ua_output.c Diff File

bareos-14.2 372b767d

2015-01-19 15:40

Philipp Storz


Committer: Joerg Steffens

Ported: N/A

Details Diff
Fix show job=<jobname> by keyword order change

As job is also the beginning of jobdefs, the keyword
parser matches jobdefs if show job is called.

Reordering the keywords fixed the problem.

Fixes 0000399: show job=<jobname> does not work
mod - src/dird/ua_output.c Diff File

master fdab404d

2015-01-19 15:40

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Fix show job=<jobname> by keyword order change

As job is also the beginning of jobdefs, the keyword
parser matches jobdefs if show job is called.

Reordering the keywords fixed the problem.

Fixes 0000399: show job=<jobname> does not work
mod - src/dird/ua_output.c Diff File

bareos-14.2-debian ebaa27c3

2015-01-19 14:55

joergs

Ported: N/A

Details Diff
Merge commit '10b8d968d54aa6cbc3daf9d0d1d3e8d8e2f2a7bd' into bareos-14.2-debian
mod - debian/bareos-database-common.config.in Diff File
mod - debian/bareos-database-common.postinst.in Diff File
mod - debian/bareos-database-mysql.install.in Diff File
mod - debian/bareos-database-postgresql.install.in Diff File
mod - debian/bareos-database-sqlite3.install.in Diff File
mod - debian/bareos-filedaemon.install.in Diff File
mod - platforms/debian/Makefile.in Diff File
mod - platforms/opsi/winbareos-opsi.spec Diff File
mod - platforms/univention/conffiles/etc/bareos/bareos-dir.conf Diff File
mod - scripts/bareos-config-lib.sh.in Diff File
mod - src/defaultconfigs/diskonly/bareos-dir.conf.in Diff File
mod - src/defaultconfigs/legacy/bareos-dir.conf.in Diff File
mod - src/dird/ua_tree.c Diff File
mod - src/filed/authenticate.c Diff File
mod - src/stored/block.c Diff File
mod - src/stored/btape.c Diff File
mod - src/stored/protos.h Diff File
mod - src/stored/stored.c Diff File
mod - src/win32/compat/compat.c Diff File

master faec274c

2015-01-18 11:39

mvwieringen

Ported: N/A

Details Diff
Fix compiler warning.
mod - src/console/console_conf.c Diff File

master 760e16d0

2015-01-18 11:39

Marco van Wieringen

Ported: N/A

Details Diff
Fix compiler warning.
mod - src/console/console_conf.c Diff File

master d5241739

2015-01-16 21:37

mvwieringen

Ported: N/A

Details Diff
Fix windows build for new configure cmd.
mod - src/win32/dird/Makefile Diff File

bareos-14.2 71d69ab2

2015-01-16 21:37

Marco van Wieringen


Committer: Joerg Steffens

Ported: N/A

Details Diff
Fix windows build for new configure cmd.
mod - src/win32/dird/Makefile Diff File

master 941c821c

2015-01-16 21:37

Marco van Wieringen

Ported: N/A

Details Diff
Fix windows build for new configure cmd.
mod - src/win32/dird/Makefile Diff File

master 9a53c8ce

2015-01-16 20:13

mvwieringen

Ported: N/A

Details Diff
No git-core on RHEL5 and CentOS5.
mod - platforms/packaging/bareos.spec Diff File

bareos-14.2 97b3236c

2015-01-16 20:13

Marco van Wieringen


Committer: Joerg Steffens

Ported: N/A

Details Diff
No git-core on RHEL5 and CentOS5.
mod - platforms/packaging/bareos.spec Diff File

master 0aa1d97f

2015-01-16 20:13

Marco van Wieringen

Ported: N/A

Details Diff
No git-core on RHEL5 and CentOS5.
mod - platforms/packaging/bareos.spec Diff File

master 621a6f05

2015-01-16 12:12

Marco van Wieringen

Ported: N/A

Details Diff
Use either the CreationTime or ChangeTime of the FILE_BASIC_INFO.

We switched to using the GetFileInformationByHandleEx() API call
when available to also get changes to directories when ACLs get
updated. It seems we need to take the highest value of the
CreationTime and ChangeTime value of the FILE_BASIC_INFO structure
to get a proper st_ctime stat structure field.
mod - src/win32/compat/compat.c Diff File

bareos-14.2 dad47b92

2015-01-16 12:12

Marco van Wieringen

Ported: N/A

Details Diff
Use either the CreationTime or ChangeTime of the FILE_BASIC_INFO.

We switched to using the GetFileInformationByHandleEx() API call
when available to also get changes to directories when ACLs get
updated. It seems we need to take the highest value of the
CreationTime and ChangeTime value of the FILE_BASIC_INFO structure
to get a proper st_ctime stat structure field.
mod - src/win32/compat/compat.c Diff File

master bca51e31

2015-01-16 12:12

Marco van Wieringen

Ported: N/A

Details Diff
Use either the CreationTime or ChangeTime of the FILE_BASIC_INFO.

We switched to using the GetFileInformationByHandleEx() API call
when available to also get changes to directories when ACLs get
updated. It seems we need to take the highest value of the
CreationTime and ChangeTime value of the FILE_BASIC_INFO structure
to get a proper st_ctime stat structure field.
mod - src/win32/compat/compat.c Diff File

master 9bc65fbd

2015-01-15 21:08

Marco van Wieringen

Ported: N/A

Details Diff
Use PM_FNAME instead of PM_NAME for some path like buffers.
mod - src/dird/testfind.c Diff File
mod - src/dird/ua_tree.c Diff File

bareos-14.2 d3949da6

2015-01-15 21:08

Marco van Wieringen


Committer: Joerg Steffens

Ported: N/A

Details Diff
Use PM_FNAME instead of PM_NAME for some path like buffers.
mod - src/dird/testfind.c Diff File
mod - src/dird/ua_tree.c Diff File

master 86244619

2015-01-15 21:08

Marco van Wieringen

Ported: N/A

Details Diff
Use PM_FNAME instead of PM_NAME for some path like buffers.
mod - src/dird/testfind.c Diff File
mod - src/dird/ua_tree.c Diff File

master 8f4be4db

2015-01-13 15:49

Joerg Steffens


Committer: Philipp Storz

Ported: bareos-14.2

Details Diff
add git log and configure settings to packages

Added a build subdirectory to the documentation path in the bareos-common
packages that contain information about the source code and the configure options used
to build this package.

Fixes 394: add git and configure information to the packages
Affected Issues
0000394
mod - Makefile.in Diff File
mod - debian/bareos-common.docs Diff File
mod - platforms/packaging/bareos.dsc Diff File
mod - platforms/packaging/bareos.spec Diff File
add - scripts/git-info.sh Diff File

bareos-14.2 703c64eb

2015-01-13 15:49

Joerg Steffens

Ported: master

Details Diff
add git log and configure settings to packages

Added a build subdirectory to the documentation path in the bareos-common
packages that contain information about the source code and the configure options used
to build this package.

Fixes 394: add git and configure information to the packages
Affected Issues
0000394
mod - Makefile.in Diff File
mod - debian/bareos-common.docs Diff File
mod - platforms/packaging/bareos.dsc Diff File
mod - platforms/packaging/bareos.spec Diff File
add - scripts/git-info.sh Diff File

master 51d54565

2015-01-13 15:49

Joerg Steffens


Committer: Marco van Wieringen

Ported: N/A

Details Diff
add git log and configure settings to packages

Added a build subdirectory to the documentation path in the bareos-common
packages that contain information about the source code and the configure options used
to build this package.

Fixes 394: add git and configure information to the packages
mod - Makefile.in Diff File
mod - debian/bareos-common.docs Diff File
mod - platforms/packaging/bareos.dsc Diff File
mod - platforms/packaging/bareos.spec Diff File
add - scripts/git-info.sh Diff File

master 739c923d

2015-01-13 11:36

Marco van Wieringen

Ported: N/A

Details Diff
Ignore tape labels in NDMP code.

When we encounter some sort of tape label in the backup stream
(e.g. FileIndex < 0) then we should just skip that data and not
use the default handling which leads to an EOF. When we now encounter a
unknown data stream we also print an error including the number of the
unwanted datastream.
Affected Issues
0000374
mod - src/stored/ndmp_tape.c Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 536 537 538 539 540 541 542 ... 600 ... 641 642 643  Next  Last