Changesets: bareos

master b9826e0f

2014-01-29 10:03

mvwieringen

Ported: N/A

Details Diff
Fix thinko in windows EFS support.
mod - src/filed/restore.c Diff File

master e01d924b

2014-01-27 19:42

Joerg Steffens


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Fix pathname
mod - autoconf/configure.in Diff File

bareos-13.2 eaac9828

2014-01-27 18:42

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
Fix pathname
mod - autoconf/configure.in Diff File

master 0e201828

2014-01-27 18:42

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
Fix pathname
mod - autoconf/configure.in Diff File

bareos-13.2 bfa42062

2014-01-27 12:23

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
identical debian/control and debian/control.common

make the files debian/control and debian/control.common identical.

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

master 35696f86

2014-01-26 16:22

Marco van Wieringen

Ported: N/A

Details Diff
Fix compiler warning.
mod - src/win32/plugins/filed/mssqlvdi-fd.c Diff File

bareos-13.2 82ac46ef

2014-01-26 15:22

mvwieringen

Ported: N/A

Details Diff
Fix compiler warning.
mod - src/win32/plugins/filed/mssqlvdi-fd.c Diff File

master e91c11e7

2014-01-26 15:22

mvwieringen

Ported: N/A

Details Diff
Fix compiler warning.
mod - src/win32/plugins/filed/mssqlvdi-fd.c Diff File

master b3460ff3

2014-01-25 23:32

Marco van Wieringen

Ported: N/A

Details Diff
Tweak windows build environment.
mod - src/win32/filed/Makefile Diff File
mod - src/win32/findlib/Makefile Diff File
mod - src/win32/lib/Makefile Diff File
mod - src/win32/stored/Makefile Diff File

master 03ecfbf9

2014-01-25 23:27

Marco van Wieringen

Ported: N/A

Details Diff
Don't use a pthread_t as a normal simple type.

Not on all platforms a pthread_t is a simple type and as such you cannot
normally determine if its initialized or not. So for the allocation of
the SD message channel we now use a bool that gets set when the thread
is running and needs teardown.
mod - src/dird/backup.c Diff File
mod - src/dird/dird.c Diff File
mod - src/dird/job.c Diff File
mod - src/dird/migrate.c Diff File
mod - src/dird/msgchan.c Diff File
mod - src/dird/ndmp_dma.c Diff File
mod - src/dird/restore.c Diff File
mod - src/dird/vbackup.c Diff File
mod - src/include/jcr.h Diff File

master 97b25998

2014-01-25 22:32

mvwieringen

Ported: N/A

Details Diff
Tweak windows build environment.
mod - src/win32/filed/Makefile Diff File
mod - src/win32/findlib/Makefile Diff File
mod - src/win32/lib/Makefile Diff File
mod - src/win32/stored/Makefile Diff File

master 46e642e9

2014-01-25 22:27

mvwieringen

Ported: N/A

Details Diff
Don't use a pthread_t as a normal simple type.

Not on all platforms a pthread_t is a simple type and as such you cannot
normally determine if its initialized or not. So for the allocation of
the SD message channel we now use a bool that gets set when the thread
is running and needs teardown.
mod - src/dird/backup.c Diff File
mod - src/dird/dird.c Diff File
mod - src/dird/job.c Diff File
mod - src/dird/migrate.c Diff File
mod - src/dird/msgchan.c Diff File
mod - src/dird/ndmp_dma.c Diff File
mod - src/dird/restore.c Diff File
mod - src/dird/vbackup.c Diff File
mod - src/include/jcr.h Diff File

bareos-13.2 44717c2b

2014-01-24 12:57

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
integrate building of additional UCS packages

for the univention distribution, Bareos offers two additional packages for better integration:
univention-bareos
univention-bareos-schema
These two packages are now be automatically builded with OBS.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - .travis.yml Diff File
mod - Makefile.in Diff File
mod - autoconf/bareos/os.m4 Diff File
mod - autoconf/configure.in Diff File
mod - configure Diff File
mod - debian/control Diff File
add - debian/control.common Diff File
add - debian/univention-bareos.dirs Diff File
add - debian/univention-bareos.install Diff File
mod - platforms/Makefile.in Diff File
mod - platforms/packaging/bareos-Univention_3.1.dsc Diff File
mod - platforms/packaging/bareos-Univention_3.2.dsc Diff File
add - platforms/univention/Makefile.in Diff File
rm - platforms/univention/debian/changelog Diff File
rm - platforms/univention/debian/compat Diff File
rm - platforms/univention/debian/config Diff File
rm - platforms/univention/debian/files Diff File
rm - platforms/univention/debian/rules Diff File
rm - platforms/univention/debian/substvars Diff File
rm - platforms/univention/debian/univention-bareos-schema.conffiles Diff File
rm - platforms/univention/debian/univention-bareos-schema.dirs Diff File
rm - platforms/univention/debian/univention-bareos-schema.substvars Diff File
rm - platforms/univention/debian/univention-bareos.conffiles Diff File
rm - platforms/univention/debian/univention-bareos.dirs Diff File
rm - platforms/univention/debian/univention-bareos.install Diff File
mod - platforms/univention/fd-generic.template Diff File
mod - platforms/univention/univention-bareos.cron Diff File

master 10bcd4ab

2014-01-22 19:54

Joerg Steffens


Committer: Marco van Wieringen

Ported: N/A

Details Diff
integrate building of additional UCS packages

for the univention distribution, Bareos offers two additional packages for better integration:
univention-bareos
univention-bareos-schema
These two packages are now be automatically builded with OBS.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - .travis.yml Diff File
mod - Makefile.in Diff File
mod - autoconf/bareos/os.m4 Diff File
mod - autoconf/configure.in Diff File
mod - configure Diff File
mod - debian/control Diff File
add - debian/control.common Diff File
add - debian/univention-bareos.dirs Diff File
add - debian/univention-bareos.install Diff File
mod - platforms/Makefile.in Diff File
mod - platforms/packaging/bareos-Univention_3.1.dsc Diff File
mod - platforms/packaging/bareos-Univention_3.2.dsc Diff File
add - platforms/univention/Makefile.in Diff File
rm - platforms/univention/debian/changelog Diff File
rm - platforms/univention/debian/compat Diff File
rm - platforms/univention/debian/config Diff File
rm - platforms/univention/debian/files Diff File
rm - platforms/univention/debian/rules Diff File
rm - platforms/univention/debian/substvars Diff File
rm - platforms/univention/debian/univention-bareos-schema.conffiles Diff File
rm - platforms/univention/debian/univention-bareos-schema.dirs Diff File
rm - platforms/univention/debian/univention-bareos-schema.substvars Diff File
rm - platforms/univention/debian/univention-bareos.conffiles Diff File
rm - platforms/univention/debian/univention-bareos.dirs Diff File
rm - platforms/univention/debian/univention-bareos.install Diff File
mod - platforms/univention/fd-generic.template Diff File
mod - platforms/univention/univention-bareos.cron Diff File

master 5d094068

2014-01-22 18:54

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
integrate building of additional UCS packages

for the univention distribution, Bareos offers two additional packages for better integration:
univention-bareos
univention-bareos-schema
These two packages are now be automatically builded with OBS.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - .travis.yml Diff File
mod - Makefile.in Diff File
mod - autoconf/bareos/os.m4 Diff File
mod - autoconf/configure.in Diff File
mod - configure Diff File
mod - debian/control Diff File
add - debian/control.common Diff File
add - debian/univention-bareos.dirs Diff File
add - debian/univention-bareos.install Diff File
mod - platforms/Makefile.in Diff File
mod - platforms/packaging/bareos-Univention_3.1.dsc Diff File
mod - platforms/packaging/bareos-Univention_3.2.dsc Diff File
add - platforms/univention/Makefile.in Diff File
rm - platforms/univention/debian/changelog Diff File
rm - platforms/univention/debian/compat Diff File
rm - platforms/univention/debian/config Diff File
rm - platforms/univention/debian/files Diff File
rm - platforms/univention/debian/rules Diff File
rm - platforms/univention/debian/substvars Diff File
rm - platforms/univention/debian/univention-bareos-schema.conffiles Diff File
rm - platforms/univention/debian/univention-bareos-schema.dirs Diff File
rm - platforms/univention/debian/univention-bareos-schema.substvars Diff File
rm - platforms/univention/debian/univention-bareos.conffiles Diff File
rm - platforms/univention/debian/univention-bareos.dirs Diff File
rm - platforms/univention/debian/univention-bareos.install Diff File
mod - platforms/univention/fd-generic.template Diff File
mod - platforms/univention/univention-bareos.cron Diff File

master f8475c78

2014-01-17 18:04

Marco van Wieringen

Ported: N/A

Details Diff
Copy job definition requires unnecessary settings

Due to implementing this feature we can no longer asume that there
always is a Client and Fileset in a Job definition. So we need to learn
the .defaults cmd that is needs to print *None* when we don't have a
Client or Fileset and not just dereference a NULL pointer.

Fixes 0000220: Copy job definition requires unnecessary settings
mod - src/dird/ua_dotcmds.c Diff File

master bf520eef

2014-01-17 17:04

mvwieringen

Ported: N/A

Details Diff
Copy job definition requires unnecessary settings

Due to implementing this feature we can no longer asume that there
always is a Client and Fileset in a Job definition. So we need to learn
the .defaults cmd that is needs to print *None* when we don't have a
Client or Fileset and not just dereference a NULL pointer.

Fixes 0000220: Copy job definition requires unnecessary settings
Affected Issues
0000220
mod - src/dird/ua_dotcmds.c Diff File

bareos-13.2 b8af50a7

2014-01-13 22:02

Marco van Wieringen

Ported: N/A

Details Diff
Fix typo.
mod - src/cats/bvfs.c Diff File

master e67202d2

2014-01-13 22:02

Marco van Wieringen

Ported: N/A

Details Diff
Fix typo.
mod - src/cats/bvfs.c Diff File

bareos-13.2 6a220231

2014-01-13 21:02

mvwieringen

Ported: N/A

Details Diff
Fix typo.
mod - src/cats/bvfs.c Diff File

bareos-12.4 41042933

2014-01-13 21:02

mvwieringen

Ported: N/A

Details Diff
Fix typo.
mod - src/cats/bvfs.c Diff File

master 068b7e4b

2014-01-13 21:02

mvwieringen

Ported: N/A

Details Diff
Fix typo.
mod - src/cats/bvfs.c Diff File

bareos-13.2 56c180ee

2014-01-12 22:37

Marco van Wieringen

Ported: N/A

Details Diff
BVFS reported a problem for <id> fix.

There was a mixup of the return value returned from the
bvfs_update_path_hierarchy_cache() function which returns a zero which
is interpretted as a false by the calling dot_bvfs_update() function.
Lets return a proper boolean value and only set that return value to
true when we leave the bvfs_update_path_hierarchy_cache() function due
to hitting either an empty jobid list or after processing the jobid list
successfully. Any other exit (due to joblist corruption or failing to
update the path hierarchy cache) leads to the function returning false.

Fixes 0000217: BVFS reported a problem for <id>
mod - src/cats/bvfs.c Diff File
mod - src/cats/bvfs.h Diff File
mod - src/dird/ua_dotcmds.c Diff File

master d00f6536

2014-01-12 22:30

Marco van Wieringen

Ported: N/A

Details Diff
BVFS reported a problem for <id> fix.

There was a mixup of the return value returned from the
bvfs_update_path_hierarchy_cache() function which returns a zero which
is interpretted as a false by the calling dot_bvfs_update() function.
Lets return a proper boolean value and only set that return value to
true when we leave the bvfs_update_path_hierarchy_cache() function due
to hitting either an empty jobid list or after processing the jobid list
successfully. Any other exit (due to joblist corruption or failing to
update the path hierarchy cache) leads to the function returning false.

Fixes 0000217: BVFS reported a problem for <id>
mod - src/cats/bvfs.c Diff File
mod - src/cats/bvfs.h Diff File
mod - src/dird/ua_dotcmds.c Diff File

bareos-13.2 ca8fff52

2014-01-12 21:37

mvwieringen

Ported: N/A

Details Diff
BVFS reported a problem for <id> fix.

There was a mixup of the return value returned from the
bvfs_update_path_hierarchy_cache() function which returns a zero which
is interpretted as a false by the calling dot_bvfs_update() function.
Lets return a proper boolean value and only set that return value to
true when we leave the bvfs_update_path_hierarchy_cache() function due
to hitting either an empty jobid list or after processing the jobid list
successfully. Any other exit (due to joblist corruption or failing to
update the path hierarchy cache) leads to the function returning false.

Fixes 0000217: BVFS reported a problem for <id>
Affected Issues
0000217
mod - src/cats/bvfs.c Diff File
mod - src/cats/bvfs.h Diff File
mod - src/dird/ua_dotcmds.c Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 581 582 583 584 585 586 587 ... 600 ... 622 623 624  Next  Last