Changesets: bareos

master d58126ed

2015-02-18 18:00

mvwieringen

Ported: N/A

Details Diff
Don't RecoverAfterRestore when we restore to a file.
mod - src/win32/plugins/filed/mssqlvdi-fd.c Diff File

bareos-14.2 de561402

2015-02-18 18:00

Marco van Wieringen

Ported: N/A

Details Diff
Don't RecoverAfterRestore when we restore to a file.
mod - src/win32/plugins/filed/mssqlvdi-fd.c Diff File

master b71aa9c7

2015-02-17 16:14

Marco van Wieringen

Ported: N/A

Details Diff
Fixup tree for rebuilding code tree.
mod - src/console/console.c Diff File
mod - src/dird/dird.c Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/dird/job.c Diff File
mod - src/dird/migrate.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_select.c Diff File
mod - src/filed/backup.c Diff File
mod - src/filed/dir_cmd.c Diff File
mod - src/filed/filed.c Diff File
mod - src/filed/filed_conf.c Diff File
mod - src/filed/verify.c Diff File
mod - src/lib/edit.c Diff File
mod - src/stored/dev.h Diff File
mod - src/stored/dir_cmd.c Diff File
mod - src/stored/spool.c Diff File
mod - src/stored/stored_conf.c Diff File
mod - src/stored/stored_conf.h Diff File
mod - src/win32/compat/include/mingwconfig.h Diff File

master c0b2f27c

2015-02-17 11:40

Marco van Wieringen

Ported: N/A

Details Diff
Fix mssqlvdi plugin to interpret where argument correctly.

Fixes 0000425: Mssqlvdi always restores to file.
Affected Issues
0000425
mod - src/win32/plugins/filed/mssqlvdi-fd.c Diff File

bareos-14.2 baa404b7

2015-02-17 11:40

Marco van Wieringen

Ported: N/A

Details Diff
Fix mssqlvdi plugin to interpret where argument correctly.

Fixes 0000425: Mssqlvdi always restores to file.
mod - src/win32/plugins/filed/mssqlvdi-fd.c Diff File

bareos-14.2 e733bbc4

2015-02-17 10:39

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
added specfile for SLE_10
add - platforms/packaging/bareos-SLE_10.spec Diff File

master 555d4a9c

2015-02-09 17:52

pstorz

Ported: N/A

Details Diff
Adapt opsi specfile to single windows project
mod - platforms/opsi/winbareos-opsi.spec Diff File

master 81840b9e

2015-02-09 17:52

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Adapt opsi specfile to single windows project
mod - platforms/opsi/winbareos-opsi.spec Diff File

bareos-14.2 657c10ef

2015-02-09 17:52

Philipp Storz

Ported: N/A

Details Diff
Adapt opsi specfile to single windows project
mod - platforms/opsi/winbareos-opsi.spec Diff File

master da1f26aa

2015-02-08 22:29

mvwieringen

Ported: N/A

Details Diff
Volume manager cleanup

- Cleanup comments
- Make concurrent read from filedevice configurable
- Use find_read_volume() instead of is_on_read_volume_list()
- Make free_volume_list() a generic function.

Instead of some trickery with using some temp vars give
free_volume_list() two args e.g. a comment what about what its freeing
and a dlist with the actual volume list it needs to free. Then we can
reuse this in 3 places to delete any volume list. We also don't have
to lock the vol_list when freeing the temp_vol_list as it now no longer
"misuses" the global dlist pointer.

Issues 0000414: Bareos storage daemon crashes during backups
Affected Issues
0000414
mod - src/stored/reserve.c Diff File
mod - src/stored/stored_conf.c Diff File
mod - src/stored/stored_conf.h Diff File
mod - src/stored/vol_mgr.c Diff File

master 71c3b9e5

2015-02-08 14:36

mvwieringen

Ported: N/A

Details Diff
Fix use of wrong variable for WeekOfMonth check in next hour.

wom ==> nh_wom

Fixes 0000424: Scheduling select wrong run line in schedule.
Affected Issues
0000424
mod - src/dird/scheduler.c Diff File

master c0a0c909

2015-02-08 14:36

Marco van Wieringen

Ported: N/A

Details Diff
Fix use of wrong variable for WeekOfMonth check in next hour.

wom ==> nh_wom

Fixes 0000424: Scheduling select wrong run line in schedule.
mod - src/dird/scheduler.c Diff File

bareos-14.2 16ff7622

2015-02-08 14:36

Marco van Wieringen

Ported: N/A

Details Diff
Fix use of wrong variable for WeekOfMonth check in next hour.

wom ==> nh_wom

Fixes 0000424: Scheduling select wrong run line in schedule.
mod - src/dird/scheduler.c Diff File

bareos-13.2 2cce82d5

2015-02-08 14:36

mvwieringen

Ported: N/A

Details Diff
Fix use of wrong variable for WeekOfMonth check in next hour.

wom ==> nh_wom

Fixes 0000424: Scheduling select wrong run line in schedule.
Affected Issues
0000424
mod - src/dird/scheduler.c Diff File

bareos-12.4 546905fd

2015-02-08 14:36

mvwieringen

Ported: N/A

Details Diff
Fix use of wrong variable for WeekOfMonth check in next hour.

wom ==> nh_wom

Fixes 0000424: Scheduling select wrong run line in schedule.
Affected Issues
0000424
mod - src/dird/scheduler.c Diff File

master f9690a12

2015-02-06 17:03

mvwieringen

Ported: N/A

Details Diff
Reformat code layout.
mod - src/dird/next_vol.c Diff File
mod - src/dird/recycle.c Diff File
mod - src/stored/askdir.c Diff File

master 82083a32

2015-02-04 18:18

joergs

Ported: N/A

Details Diff
make Makefile more portable again

Fixes 0000423: Non-portable cp in Makefile.in
Affected Issues
0000423
mod - Makefile.in Diff File

master 2237fb23

2015-02-04 18:18

Joerg Steffens


Committer: Marco van Wieringen

Ported: N/A

Details Diff
make Makefile more portable again

Fixes 0000423: Non-portable cp in Makefile.in
mod - Makefile.in Diff File

bareos-14.2 a3f9c0af

2015-02-04 18:18

Joerg Steffens

Ported: N/A

Details Diff
make Makefile more portable again

Fixes 0000423: Non-portable cp in Makefile.in
mod - Makefile.in Diff File

master 57ce99f2

2015-02-03 16:45

mvwieringen


Committer: pstorz

Ported: N/A

Details Diff
Use argument_value not argument in bpipe config parser.

Fixes 0000422: bpipe plugin: Error closing stream for pseudo file file:
Affected Issues
0000422
mod - src/plugins/filed/bpipe-fd.c Diff File

master a76020b5

2015-02-03 16:45

Marco van Wieringen

Ported: N/A

Details Diff
Use argument_value not argument in bpipe config parser.

Fixes 0000422: bpipe plugin: Error closing stream for pseudo file file:
mod - src/plugins/filed/bpipe-fd.c Diff File

bareos-14.2 c4baf251

2015-02-03 16:45

Marco van Wieringen

Ported: N/A

Details Diff
Use argument_value not argument in bpipe config parser.

Fixes 0000422: bpipe plugin: Error closing stream for pseudo file file:
mod - src/plugins/filed/bpipe-fd.c Diff File

master 7a09b934

2015-02-02 19:39

mvwieringen


Committer: pstorz

Ported: N/A

Details Diff
Add SPECfile packaging for Gluster and CEPH FD plugins.
mod - platforms/packaging/bareos.spec Diff File

master f22b2a88

2015-02-02 11:01

mvwieringen


Committer: pstorz

Ported: N/A

Details Diff
Bump version number.
mod - configure 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.changes Diff File
mod - platforms/packaging/bareos.dsc Diff File
mod - platforms/packaging/bareos.spec Diff File
mod - platforms/win32/mingw-debugsrc-devel.spec Diff File
mod - platforms/win32/winbareos-nsi.spec Diff File
mod - platforms/win32/winbareos32.spec Diff File
mod - platforms/win32/winbareos64.spec Diff File
mod - src/include/version.h Diff File

master d65baecb

2015-02-02 10:52

mvwieringen


Committer: pstorz

Ported: N/A

Details Diff
Rebuild configure.
mod - autoconf/config.h.in Diff File
mod - configure Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 499 500 501 502 503 504 505 ... 540 ... 600 ... 608 609 610  Next  Last