Changesets: bareos

master c7256fa2

2016-04-28 16:18

Frank Bergkemper

Ported: N/A

Details Diff
Authenticate redirect on session expiration
add - module/Application/src/Application/Controller/Plugin/RequestURIPlugin.php Diff File
mod - module/Application/src/Application/Controller/Plugin/SessionTimeoutPlugin.php Diff File
mod - module/Auth/src/Auth/Controller/AuthController.php Diff File
mod - module/Client/src/Client/Controller/ClientController.php Diff File
mod - module/Dashboard/src/Dashboard/Controller/DashboardController.php Diff File
mod - module/Director/config/module.config.php Diff File
mod - module/Director/src/Director/Controller/DirectorController.php Diff File
mod - module/Fileset/src/Fileset/Controller/FilesetController.php Diff File
mod - module/Job/src/Job/Controller/JobController.php Diff File
mod - module/Media/src/Media/Controller/MediaController.php Diff File
mod - module/Pool/src/Pool/Controller/PoolController.php Diff File
mod - module/Restore/src/Restore/Controller/RestoreController.php Diff File
mod - module/Storage/src/Storage/Controller/StorageController.php Diff File

master db76682c

2016-04-28 15:35

Frank Bergkemper

Ported: N/A

Details Diff
Write version info to version.txt during build
mod - Makefile.am Diff File
mod - Makefile.in Diff File
add - autogen.sh Diff File
mod - debian/rules Diff File
mod - module/Application/view/layout/login.phtml Diff File
mod - module/Auth/view/auth/auth/login.phtml Diff File
mod - packaging/obs/bareos-webui.spec Diff File
add - version.txt Diff File

master 654d98c5

2016-04-27 17:28

Kristian


Committer: Joerg Steffens

Ported: N/A

Details Diff
Updated general index

Signed-off-by: Joerg Steffens <joerg.steffens@bareos.com>
mod - manuals/en/main/ansi-labels.tex Diff File
mod - manuals/en/main/autochangers.tex Diff File
mod - manuals/en/main/bareos-manual-main-reference.tex Diff File
mod - manuals/en/main/bareos-sd-resource-device-definitions.tex Diff File
mod - manuals/en/main/bootstrap.tex Diff File
mod - manuals/en/main/catmaintenance.tex Diff File
mod - manuals/en/main/compile.tex Diff File
mod - manuals/en/main/configure.tex Diff File
mod - manuals/en/main/critical.tex Diff File
mod - manuals/en/main/dataencryption.tex Diff File
mod - manuals/en/main/dirdconf-fileset.tex Diff File
mod - manuals/en/main/dirdconf.tex Diff File
mod - manuals/en/main/disk.tex Diff File
mod - manuals/en/main/filedconf.tex Diff File
mod - manuals/en/main/general.tex Diff File
mod - manuals/en/main/howto.tex Diff File
mod - manuals/en/main/migration.tex Diff File
mod - manuals/en/main/plugins.tex Diff File
mod - manuals/en/main/quickstart.tex Diff File
mod - manuals/en/main/recycling.tex Diff File
mod - manuals/en/main/state.tex Diff File
mod - manuals/en/main/tables.tex Diff File
mod - manuals/en/main/troubleshooting.tex Diff File
mod - manuals/en/main/tutorial.tex Diff File
mod - manuals/en/main/win32.tex Diff File

master 1a560e09

2016-04-27 16:59

pstorz

Ported: N/A

Details Diff
"list log" on postgresql needs an alias for subquery

ERROR: subquery in FROM must have an alias
LINE 1: SELECT Time, LogText FROM (SELECT * FROM Log ORDER BY Log.Lo...
^
HINT: For example, FROM (SELECT ...)
[AS] foo.

this commit adds a alias to the subquery

Also, we specify the columns we ask for instead of using an asterisk and
also get the LogId so that the Webui can sort on it.
mod - src/cats/sql_list.c Diff File

master 907f1c1c

2016-04-27 15:45

Joerg Steffens

Ported: N/A

Details Diff
adapt for Python 3, but also for Python 2.6

Added restorejob option for FUSE.
mod - bareos/bsock/bsockjson.py Diff File
mod - bareos/bsock/lowlevel.py Diff File
mod - bareos/fuse/bareosfuse.py Diff File
mod - bareos/fuse/exceptions.py Diff File
mod - bareos/fuse/node/base.py Diff File
mod - bareos/fuse/node/bvfscommon.py Diff File
mod - bareos/fuse/node/bvfsdir.py Diff File
mod - bareos/fuse/node/directory.py Diff File
mod - bareos/fuse/node/file.py Diff File
mod - bareos/fuse/node/job.py Diff File
mod - bareos/fuse/node/volumestatus.py Diff File
mod - bareos/fuse/root.py Diff File
mod - bareos/util/password.py Diff File
mod - bin/bareos-fd-connect.py Diff File

master 0b8475dc

2016-04-27 11:28

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
dird: Show the output of dlerror() correctly.

As we use NPRT(dlerror()) we call dlerror() twice while expanding
the NPRT() macro and the manual page of dlerror() says:

The returned string contains no trailing newline. If no dynamic
linking errors have occurred since the last invocation of dlerror(),
dlerror() returns NULL. Thus, invoking dlerror() a second time,
immediately following a prior invocation, results in NULL being
returned.
mod - src/cats/cats_backends.c Diff File

master f0de1f72

2016-04-27 11:28

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
stored: Show the output of dlerror() correctly.

As we use NPRT(dlerror()) we call dlerror() twice while expanding
the NPRT() macro and the manual page of dlerror() says:

The returned string contains no trailing newline. If no dynamic
linking errors have occurred since the last invocation of dlerror(),
dlerror() returns NULL. Thus, invoking dlerror() a second time,
immediately following a prior invocation, results in NULL being
returned.
mod - src/stored/sd_backends.c Diff File

bareos-14.2 453828b4

2016-04-27 11:28

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
dird: Show the output of dlerror() correctly.

As we use NPRT(dlerror()) we call dlerror() twice while expanding
the NPRT() macro and the manual page of dlerror() says:

The returned string contains no trailing newline. If no dynamic
linking errors have occurred since the last invocation of dlerror(),
dlerror() returns NULL. Thus, invoking dlerror() a second time,
immediately following a prior invocation, results in NULL being
returned.
mod - src/cats/cats_backends.c Diff File

bareos-14.2 1f68a6d9

2016-04-27 11:28

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
stored: Show the output of dlerror() correctly.

As we use NPRT(dlerror()) we call dlerror() twice while expanding
the NPRT() macro and the manual page of dlerror() says:

The returned string contains no trailing newline. If no dynamic
linking errors have occurred since the last invocation of dlerror(),
dlerror() returns NULL. Thus, invoking dlerror() a second time,
immediately following a prior invocation, results in NULL being
returned.
mod - src/stored/sd_backends.c Diff File

master bc850fd6

2016-04-26 21:17

mvwieringen

Ported: N/A

Details Diff
build: Rebuild configure.
mod - configure Diff File

master 2ea6e7d2

2016-04-26 21:13

mvwieringen

Ported: N/A

Details Diff
build: Allow libmysqlclient instead of libmysqlclient_r

Some systems seem to only distribute libmysqlclient and not
libmysqlclient_r so this patch adds support to configure to also support
that variation.
mod - autoconf/bareos/db.m4 Diff File

bareos-14.2 053d08ab

2016-04-26 21:13

mvwieringen

Ported: N/A

Details Diff
build: Allow libmysqlclient instead of libmysqlclient_r

Some systems seem to only distribute libmysqlclient and not
libmysqlclient_r so this patch adds support to configure to also support
that variation.
mod - autoconf/bareos/db.m4 Diff File

master 4ad56f50

2016-04-26 13:39

mvwieringen

Ported: N/A

Details Diff
Fix compiler warnings.
mod - src/dird/ndmp_fhdb_lmdb.c Diff File
mod - src/stored/backends/gfapi_device.c Diff File

master 0db63f92

2016-04-26 13:35

mvwieringen

Ported: N/A

Details Diff
build: Some small change to debian build files.

Document that we build with libradosstriper-dev on Ubuntu 16.04
mod - debian/control.in Diff File
mod - platforms/packaging/bareos.dsc Diff File

master 0d2d1ce6

2016-04-25 21:15

mvwieringen

Ported: N/A

Details Diff
lib: Make htable bucket size configurable.

Until now the size of the htable bucket linked list is always set to 4
which is probably not to great for bigger hashtables. Linear searching
the bucket nowadays doesn't cost much and the hash will partition the
result set already quite a bit.
mod - src/lib/htable.c Diff File
mod - src/lib/htable.h Diff File

master 98a529b7

2016-04-25 20:42

mvwieringen

Ported: N/A

Details Diff
Merge branch 'bareos-15.2'
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/dird/jobq.c Diff File
mod - src/dird/ndmp_dma_backup.c Diff File
mod - src/dird/ndmp_dma_priv.h Diff File
mod - src/dird/ndmp_fhdb_lmdb.c Diff File
mod - src/lib/output_formatter.c Diff File

master 031808d1

2016-04-25 17:40

mvwieringen

Ported: N/A

Details Diff
dird: Simplify concurrency checking.

- Use atomic functions that increment and decrement the concurrency
counters. These all use a single mutex but that is not really a
problem as we only want to serialize them so an increment and
decrement happening on the same resource are handled correctly.
- The exclusion of certain concurrency checks is now done in the new
atomic functions so the calling code path is cleaner and doesn't need
to test for all kind of conditions.
- Replace ASSERT calls with Jmsg M_FATAL calls which tell you which
counter went negative including the name of the read or write storage
its happening on.
mod - src/dird/jobq.c Diff File

master ac627464

2016-04-25 17:40

mvwieringen

Ported: N/A

Details Diff
ndmp: Make the filehistory size for LMDB configurable.

With this new config option you can give a hint to the FHDB LMDB backend
as to how many files you expect the backup to contain so it can size the
LMDB temporary database accordingly.
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/dird/ndmp_dma_backup.c Diff File
mod - src/dird/ndmp_dma_priv.h Diff File
mod - src/dird/ndmp_fhdb_lmdb.c Diff File

master 3c3b7a5d

2016-04-25 17:37

Joerg Steffens

Ported: N/A

Details Diff
PYthon 3: use bytearrays instead of strings (str)

Should work with Python 2 (>= 2.6) and Python 3.
mod - bareos/bsock/bsock.py Diff File
mod - bareos/bsock/bsockjson.py Diff File
mod - bareos/bsock/lowlevel.py Diff File
mod - bareos/bsock/protocolmessages.py Diff File
mod - bareos/util/bareosbase64.py Diff File
mod - bareos/util/password.py Diff File
mod - bin/bconsole-json.py Diff File
mod - bin/bconsole.py Diff File

master d1762ac7

2016-04-25 14:01

Philipp Storz


Committer: Joerg Steffens

Ported: N/A

Details Diff
Format error-code table
mod - manuals/en/developers/generaldevel.md Diff File
mod - manuals/en/developers/storage.md Diff File

master fc7d3270

2016-04-22 19:37

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
stored: Fixes segfault on exit of bareos-sd
mod - src/stored/stored_conf.c Diff File

master d0e2410b

2016-04-22 19:26

Frank Bergkemper

Ported: N/A

Details Diff
Merge branch 'bareos-15.2'
mod - module/Application/config/module.config.php Diff File
rm - module/Application/src/Application/View/Helper/JobLevel.php Diff File
mod - public/js/dataTables.functions.js Diff File

master 32ff5e46

2016-04-22 17:09

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
Migrate/Copy-Job: show read storage
mod - src/dird/ua_run.c Diff File

master f5279140

2016-04-22 01:16

debfx


Committer: joergs

Ported: N/A

Details Diff
Enable all hardening build flags.
mod - debian/rules Diff File

master abb775f9

2016-04-22 00:25

mvwieringen

Ported: N/A

Details Diff
ndmp: Fix error handling for static analyzer

Coverity raised some new problems on this code. Thise should close
the important ones.
mod - src/dird/ndmp_fhdb_lmdb.c Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 458 459 460 461 462 463 464 ... 480 ... 540 ... 600 ... 608 609 610  Next  Last