Changesets: bareos

master d21ed245

2015-09-16 18:58

Joerg Steffens

Ported: N/A

Details Diff
seperated nodes in individual files
mod - bareos/fuse/node/__init__.py Diff File
add - bareos/fuse/node/backups.py Diff File
rm - bareos/fuse/node/bareosnodes.py Diff File
add - bareos/fuse/node/bvfsdir.py Diff File
add - bareos/fuse/node/bvfsfile.py Diff File
add - bareos/fuse/node/client.py Diff File
add - bareos/fuse/node/clients.py Diff File
mod - bareos/fuse/node/directory.py Diff File
mod - bareos/fuse/node/file.py Diff File
add - bareos/fuse/node/job.py Diff File
add - bareos/fuse/node/joblog.py Diff File
add - bareos/fuse/node/jobs.py Diff File
add - bareos/fuse/node/volume.py Diff File
add - bareos/fuse/node/volumes.py Diff File
mod - bareos/fuse/root.py Diff File

master 6e40e72e

2015-09-16 18:42

Frank Bergkemper

Ported: N/A

Details Diff
Fileset: fileset details display

Displays the correct fileset details, as we are now able to list
them via api 2 by e.g. 'llist fileset filesetid=<ID>'.

This also fixes reported issue 0000517 as we now have integer IDs
back again.

Fixes 0000517: webui can not show fileset with spaces in the name

Signed-off-by: Frank Bergkemper <frank.bergkemper@dass-it.de>
mod - module/Fileset/config/module.config.php Diff File
mod - module/Fileset/src/Fileset/Controller/FilesetController.php Diff File
mod - module/Fileset/view/fileset/fileset/details.phtml Diff File
mod - module/Fileset/view/fileset/fileset/index.phtml Diff File

master bc99d348

2015-09-16 17:11

Frank Bergkemper

Ported: N/A

Details Diff
Documentation update

Updates INSTALL.md

Signed-off-by: Frank Bergkemper <frank.bergkemper@dass-it.de>
mod - doc/INSTALL.md Diff File

bareos-15.2 c580d9fe

2015-09-16 17:08

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Add list fileset filesetid=<id>

Also update the help of list and llist commands
mod - src/cats/sql_list.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_output.c Diff File

bareos-15.2 a1b99aa8

2015-09-16 15:41

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
Cephfs-, Rados- and Gfapi-plugins: added examples

add an example configuration file for each of these plugins.
mod - debian/bareos-filedaemon-ceph-plugin.install.in Diff File
mod - platforms/packaging/bareos.spec Diff File
mod - src/plugins/filed/Makefile.in Diff File
mod - src/plugins/filed/cephfs-fd.c Diff File
add - src/plugins/filed/plugin-cephfs.conf Diff File
add - src/plugins/filed/plugin-gfapi.conf Diff File
add - src/plugins/filed/plugin-rados.conf Diff File

bareos-15.2 10507732

2015-09-16 15:40

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
added some version information
mod - src/stored/stored_conf.c Diff File

bareos-15.2 2699e582

2015-09-16 12:56

mvwieringen

Ported: N/A

Details Diff
Rebuild configure and config.h.in
mod - autoconf/config.h.in Diff File
mod - configure Diff File

master e1aec664

2015-09-16 12:27

Philipp Storz


Committer: Joerg Steffens

Ported: N/A

Details Diff
multiple fds on windows
mod - manuals/en/main/win32.tex Diff File

master 9ef9608f

2015-09-16 11:44

Joerg Steffens

Ported: N/A

Details Diff
added sections about filedaemon plugins ldap, ceph, gluster
mod - manuals/en/main/bareos-sd-resource-device-definitions.tex Diff File
mod - manuals/en/main/bareos.sty Diff File
mod - manuals/en/main/general.tex Diff File
mod - manuals/en/main/plugins.tex Diff File
mod - manuals/en/main/programs.tex Diff File

master 54f4a732

2015-09-16 00:27

Joerg Steffens

Ported: N/A

Details Diff
add information about Secure Erase Command
mod - manuals/en/main/bareos-fd-resource-client-definitions.tex Diff File
mod - manuals/en/main/bareos-sd-resource-storage-definitions.tex Diff File
mod - manuals/en/main/bareos.sty Diff File
mod - manuals/en/main/director-resource-director-definitions.tex Diff File
mod - manuals/en/main/security.tex Diff File

master 61d1e4e0

2015-09-15 22:09

Joerg Steffens

Ported: N/A

Details Diff
adapt "show filesets" output to current version
mod - manuals/en/main/tutorial.tex Diff File

bareos-15.2 51e3360b

2015-09-15 19:01

mvwieringen

Ported: N/A

Details Diff
Fix pattern matching crash on windows.

When we use the fallback bregex code we cannot use a nmatch == 0 and
pmatch == NULL as we can with regular regexec on UNIX nowadays.

One day we might want to teach this fall back code how things work in
reality in the real world now but for now we work around it.

From the current manpage on Solaris on regexec:

If nmatch is zero or REG_NOSUB was set in the cflags argument
to regcomp(), then regexec() will ignore the pmatch argument.
Otherwise, the pmatch argument must point to an array with at
least nmatch elements, and regexec() will fill in the elements
of that array with offsets of the substrings of string that
correspond to the parenthesised subexpressions of pattern.
mod - src/dird/ua_acl.c Diff File

bareos-14.2 9c24dba9

2015-09-15 19:01

mvwieringen

Ported: N/A

Details Diff
Fix pattern matching crash on windows.

When we use the fallback bregex code we cannot use a nmatch == 0 and
pmatch == NULL as we can with regular regexec on UNIX nowadays.

One day we might want to teach this fall back code how things work in
reality in the real world now but for now we work around it.

From the current manpage on Solaris on regexec:

If nmatch is zero or REG_NOSUB was set in the cflags argument
to regcomp(), then regexec() will ignore the pmatch argument.
Otherwise, the pmatch argument must point to an array with at
least nmatch elements, and regexec() will fill in the elements
of that array with offsets of the substrings of string that
correspond to the parenthesised subexpressions of pattern.
mod - src/dird/ua_acl.c Diff File

bareos-15.2 f05dcbb3

2015-09-15 15:12

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Enable libjansson on windows
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/compat/include/mingwconfig.h Diff File
mod - src/win32/console/Makefile Diff File
mod - src/win32/dird/Makefile Diff File
mod - src/win32/filed/Makefile Diff File
mod - src/win32/lib/Makefile Diff File
mod - src/win32/qt-console/bat.pro Diff File
mod - src/win32/qt-tray-monitor/tray-monitor.pro Diff File
mod - src/win32/stored/Makefile Diff File

bareos-15.2 058f81ad

2015-09-15 13:22

pstorz

Ported: N/A

Details Diff
Fix insert of logtext into db

We now use the right length of the string to call db_escape_string
mod - src/dird/dird.c Diff File

bareos-14.2 43f4a256

2015-09-15 13:22

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Fix insert of logtext into db

We now use the right length of the string to call db_escape_string
mod - src/dird/dird.c Diff File

bareos-13.2 575a9bd4

2015-09-15 13:22

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Fix insert of logtext into db

We now use the right length of the string to call db_escape_string
mod - src/dird/dird.c Diff File

bareos-12.4 5591e43b

2015-09-15 13:22

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Fix insert of logtext into db

We now use the right length of the string to call db_escape_string
mod - src/dird/dird.c Diff File

bareos-15.2 f3e9c9d4

2015-09-14 23:54

mvwieringen

Ported: N/A

Details Diff
Rename silent flag to interactive.

- Lets call the silent flag of the cancel_storage_daemon_job() function
interactive which covers the actual meaning a bit better e.g. are we
doing an interactive cancel or not.
- When we are doing a non-interactive cancel we shouldn't kill the
thread as we are on the cancel path our self. There are some safeguards
in place that catch the thread id not being the same as pthread_self()
so we shouldn't be able to commit suicide but as we know we are in the
cancel path there is no need for all the trickery. For an interactive
cancel e.g. one invoked by the user an external thread is canceling so
we should let the actual Job thread that is doing the actual work know
things are being canceled.

Fixes 0000446: bareos-dir segfault
Affected Issues
0000446
mod - src/dird/protos.h Diff File
mod - src/dird/sd_cmds.c Diff File

bareos-14.2 04ff7665

2015-09-14 23:54

mvwieringen

Ported: N/A

Details Diff
Rename silent flag to interactive.

- Lets call the silent flag of the cancel_storage_daemon_job() function
interactive which covers the actual meaning a bit better e.g. are we
doing an interactive cancel or not.
- When we are doing a non-interactive cancel we shouldn't kill the
thread as we are on the cancel path our self. There are some safeguards
in place that catch the thread id not being the same as pthread_self()
so we shouldn't be able to commit suicide but as we know we are in the
cancel path there is no need for all the trickery. For an interactive
cancel e.g. one invoked by the user an external thread is canceling so
we should let the actual Job thread that is doing the actual work know
things are being canceled.

Fixes 0000446: bareos-dir segfault
Affected Issues
0000446
mod - src/dird/protos.h Diff File
mod - src/dird/sd_cmds.c Diff File

bareos-13.2 91b76770

2015-09-14 23:54

mvwieringen

Ported: N/A

Details Diff
Rename silent flag to interactive.

- Lets call the silent flag of the cancel_storage_daemon_job() function
interactive which covers the actual meaning a bit better e.g. are we
doing an interactive cancel or not.
- When we are doing a non-interactive cancel we shouldn't kill the
thread as we are on the cancel path our self. There are some safeguards
in place that catch the thread id not being the same as pthread_self()
so we shouldn't be able to commit suicide but as we know we are in the
cancel path there is no need for all the trickery. For an interactive
cancel e.g. one invoked by the user an external thread is canceling so
we should let the actual Job thread that is doing the actual work know
things are being canceled.

Fixes 0000446: bareos-dir segfault
Affected Issues
0000446
mod - src/dird/protos.h Diff File
mod - src/dird/sd_cmds.c Diff File

bareos-15.2 57715745

2015-09-14 17:17

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Get OBS Build Info into Variables
mod - autoconf/bareos/os.m4 Diff File
mod - autoconf/configure.in Diff File
mod - src/filed/dir_cmd.c Diff File
mod - src/include/host.h.in Diff File

bareos-14.2 279e0bba

2015-09-14 17:17

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Get OBS Build Info into Variables
mod - autoconf/bareos/os.m4 Diff File
mod - autoconf/configure.in Diff File
mod - src/filed/dir_cmd.c Diff File
mod - src/include/host.h.in Diff File

bareos-13.2 30a6f2c7

2015-09-14 17:17

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Get OBS Build Info into Variables
mod - autoconf/bareos/os.m4 Diff File
mod - autoconf/configure.in Diff File
mod - src/filed/dir_cmd.c Diff File
mod - src/include/host.h.in Diff File

bareos-15.2 b2dbf99f

2015-09-12 13:53

Tad Hunt


Committer: mvwieringen

Ported: N/A

Details Diff
Fix typo.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/stored/reserve.c Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 483 484 485 486 487 488 489 ... 540 ... 600 ... 607 608 609  Next  Last