Changesets: bareos

master 4a217aa9

2014-08-19 10:47

mvwieringen

Ported: N/A

Details Diff
Fix windows build.
mod - src/win32/findlib/Makefile Diff File

bareos-14.2 6a60a661

2014-08-19 10:47

mvwieringen

Ported: N/A

Details Diff
Fix windows build.
mod - src/filed/fd_plugins.c Diff File
mod - src/win32/findlib/Makefile Diff File

master 9532e714

2014-08-18 18:17

Marco van Wieringen

Ported: N/A

Details Diff
Fix use of uninitialized jcr member in DCR constructor.
mod - src/stored/acquire.c Diff File

master ce6babec

2014-08-18 16:17

mvwieringen

Ported: N/A

Details Diff
Fix use of uninitialized jcr member in DCR constructor.
mod - src/stored/acquire.c Diff File

bareos-14.2 4d007be4

2014-08-18 16:17

mvwieringen

Ported: N/A

Details Diff
Fix use of uninitialized jcr member in DCR constructor.
mod - src/stored/acquire.c Diff File

master e739e53c

2014-08-15 14:33

Evgeni Golov


Committer: Marco van Wieringen

Ported: N/A

Details Diff
optimize Debian package building

Debian dislikes the use of RPATH[1]. Setting it to our private libdir might be
useful, but not to the global libdir as it is searched anyways.
The SQL plugins set rpath to /usr/lib/<triplet>, strip those away with chrpath.
[1] https://wiki.debian.org/RpathIssue

dh_makeshlibs generates maintainer scripts that call ldconfig.
As we are shipping private libs only, ldconfig won't update anything.
Thus we can ommit the ldconfig call all together.
Calling dh_makeshlibs with -n solves this.

try to build parallel (note: this might break on older debhelpers)

add a build target for generating debian copyright

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - debian/Makefile Diff File
mod - debian/control.dummy Diff File
mod - debian/control.in Diff File
mod - debian/rules Diff File
mod - platforms/packaging/bareos-Univention_3.1.dsc Diff File
mod - platforms/packaging/bareos-Univention_3.2.dsc Diff File
mod - platforms/packaging/bareos.dsc Diff File

master 3bc0a0db

2014-08-15 12:33

Evgeni Golov


Committer: mvwieringen

Ported: N/A

Details Diff
optimize Debian package building

Debian dislikes the use of RPATH[1]. Setting it to our private libdir might be
useful, but not to the global libdir as it is searched anyways.
The SQL plugins set rpath to /usr/lib/<triplet>, strip those away with chrpath.
[1] https://wiki.debian.org/RpathIssue

dh_makeshlibs generates maintainer scripts that call ldconfig.
As we are shipping private libs only, ldconfig won't update anything.
Thus we can ommit the ldconfig call all together.
Calling dh_makeshlibs with -n solves this.

try to build parallel (note: this might break on older debhelpers)

add a build target for generating debian copyright

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - debian/Makefile Diff File
mod - debian/control.dummy Diff File
mod - debian/control.in Diff File
mod - debian/rules Diff File
mod - platforms/packaging/bareos-Univention_3.1.dsc Diff File
mod - platforms/packaging/bareos-Univention_3.2.dsc Diff File
mod - platforms/packaging/bareos.dsc Diff File

bareos-14.2 c5f5d8c1

2014-08-15 12:33

Evgeni Golov


Committer: mvwieringen

Ported: N/A

Details Diff
optimize Debian package building

Debian dislikes the use of RPATH[1]. Setting it to our private libdir might be
useful, but not to the global libdir as it is searched anyways.
The SQL plugins set rpath to /usr/lib/<triplet>, strip those away with chrpath.
[1] https://wiki.debian.org/RpathIssue

dh_makeshlibs generates maintainer scripts that call ldconfig.
As we are shipping private libs only, ldconfig won't update anything.
Thus we can ommit the ldconfig call all together.
Calling dh_makeshlibs with -n solves this.

try to build parallel (note: this might break on older debhelpers)

add a build target for generating debian copyright

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - debian/Makefile Diff File
mod - debian/control.dummy Diff File
mod - debian/control.in Diff File
mod - debian/rules Diff File
mod - platforms/packaging/bareos-Univention_3.1.dsc Diff File
mod - platforms/packaging/bareos-Univention_3.2.dsc Diff File
mod - platforms/packaging/bareos.dsc Diff File

master 86cd22f4

2014-08-15 00:52

Marco van Wieringen

Ported: N/A

Details Diff
Update AUTHORS.
mod - AUTHORS Diff File

master 285f07cb

2014-08-14 22:52

mvwieringen

Ported: N/A

Details Diff
Update AUTHORS.
mod - AUTHORS Diff File

master bc2d49db

2014-08-11 12:26

Marco van Wieringen

Ported: N/A

Details Diff
When we have a valid BSR also use it.

When scanning volumes and we have a valid BSR we should really use it
for scanning SOS_LABEL and EOS_LABEL parsing and if they don't pass the
BSR filter they should be ignored.
mod - src/stored/bscan.c Diff File

master 5c64405a

2014-08-11 10:26

mvwieringen

Ported: N/A

Details Diff
When we have a valid BSR also use it.

When scanning volumes and we have a valid BSR we should really use it
for scanning SOS_LABEL and EOS_LABEL parsing and if they don't pass the
BSR filter they should be ignored.
mod - src/stored/bscan.c Diff File

master 3eebbacc

2014-08-09 22:31

mvwieringen

Ported: N/A

Details Diff
No need to multiply with 1024LL as we already cast to int64_t
mod - src/dird/ua_cmds.c Diff File

master 11990839

2014-08-08 23:29

Daniel Holtkamp


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Enhance read device selection to respect media_type

When looking for a device to mount a volume that is to be read bareos
goes for the device the volume was last mounted in. If the original
device is blocked but there are other devices that can be used those
will not be selected and the job will fail.

Fixes 0000326: Enhance read device selection to respect media_type

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/stored/reserve.c Diff File

master bf8c0d90

2014-08-08 23:29

Daniel Holtkamp


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Make consecutive tape reads more like writing to tape

No rewinding between each job! but if we need the same tape and
the device has the always open flag set the header cannot really change
so rereading it has little value. The Storage daemon should just
reposition the tape and start reading.

Fixes 0000322: Make consecutive tape reads more like writing to tape

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/stored/acquire.c Diff File

master 1b56f9a0

2014-08-08 23:29

holtkamp


Committer: mvwieringen

Ported: N/A

Details Diff
Make consecutive tape reads more like writing to tape

No rewinding between each job! but if we need the same tape and
the device has the always open flag set the header cannot really change
so rereading it has little value. The Storage daemon should just
reposition the tape and start reading.

Fixes 0000322: Make consecutive tape reads more like writing to tape

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000322
mod - src/stored/acquire.c Diff File

master aed0a0c6

2014-08-08 21:29

holtkamp

Ported: N/A

Details Diff
Enhance read device selection to respect media_type

When looking for a device to mount a volume that is to be read bareos
goes for the device the volume was last mounted in. If the original
device is blocked but there are other devices that can be used those
will not be selected and the job will fail.

Fixes 0000326: Enhance read device selection to respect media_type

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000326
mod - src/stored/reserve.c Diff File

master 7bf1ea4f

2014-08-08 21:29

holtkamp

Ported: N/A

Details Diff
Make consecutive tape reads more like writing to tape

No rewinding between each job! but if we need the same tape and
the device has the always open flag set the header cannot really change
so rereading it has little value. The Storage daemon should just
reposition the tape and start reading.

Fixes 0000322: Make consecutive tape reads more like writing to tape

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000322
mod - src/stored/acquire.c Diff File

master 0cfa3d07

2014-08-07 15:00

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Fix wrong call of acl_access_ok

A typo in calling acl_access_ok was fixed.

Fixes 0000327: "No authorization for Client" on any operations from BAT.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/dird/ua_cmds.c Diff File

playground 12cbc0e5

2014-08-07 13:00

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Fix wrong call of acl_access_ok

A typo in calling acl_access_ok was fixed.

Fixes 0000327: "No authorization for Client" on any operations from BAT.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000327
mod - src/dird/ua_cmds.c Diff File

playground 2742cbec

2014-08-07 13:00

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Fix wrong call of acl_access_ok

A typo in calling acl_access_ok was fixed.

Fixes 0000327: "No authorization for Client" on any operations from BAT.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000327
mod - src/dird/ua_cmds.c Diff File

master 7e183b86

2014-08-07 13:00

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Fix wrong call of acl_access_ok

A typo in calling acl_access_ok was fixed.

Fixes 0000327: "No authorization for Client" on any operations from BAT.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000327
mod - src/dird/ua_cmds.c Diff File

bareos-14.2 b8e66c41

2014-08-07 13:00

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Fix wrong call of acl_access_ok

A typo in calling acl_access_ok was fixed.

Fixes 0000327: "No authorization for Client" on any operations from BAT.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000327
mod - src/dird/ua_cmds.c Diff File

master a5c79d3c

2014-08-04 19:06

Marco van Wieringen

Ported: N/A

Details Diff
For the time being disable the backend configdir option on windows.

Until we find a good way to set the good backenddir on windows we use
the windows black magic way of using the search path for finding the
right catalog backend dll.
mod - src/cats/cats_backends.c Diff File

master dff61fc0

2014-08-04 17:06

mvwieringen

Ported: N/A

Details Diff
For the time being disable the backend configdir option on windows.

Until we find a good way to set the good backenddir on windows we use
the windows black magic way of using the search path for finding the
right catalog backend dll.
mod - src/cats/cats_backends.c Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 534 535 536 537 538 539 540 ... 600 ... 607 608 609  Next  Last