Changesets: bareos

master 1b2e05c8

2016-06-10 14:20

Micha Ahrweiler


Committer: GitHub

Ported: N/A

Details Diff
Fix typo in install.tex
mod - manuals/en/main/install.tex Diff File

master cfdef282

2016-06-10 14:02

Philipp Storz

Ported: N/A

Details Diff
Update docs in Debian Packaging
mod - debian/docs Diff File

master a4790e94

2016-06-10 12:47

Philipp Storz

Ported: N/A

Details Diff
Do not create backup files(*.po~) of po files
mod - module/Application/language/Makefile.in Diff File

master a9d12f84

2016-06-10 12:45

mvwieringen

Ported: N/A

Details Diff
Merge branch 'bareos-15.2'
mod - src/dird/migrate.c Diff File
mod - src/lmdb/mdb.c Diff File

master f8dbb873

2016-06-10 12:23

mvwieringen

Ported: N/A

Details Diff
lmdb: Sync to upstream.
mod - src/lmdb/mdb.c Diff File

master 453e5420

2016-06-10 00:13

pstorz

Ported: N/A

Details Diff
Bump Version Number
mod - configure Diff File
mod - platforms/packaging/bareos-Univention_4.0.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 1e5b142b

2016-06-09 19:09

Frank Bergkemper

Ported: N/A

Details Diff
bump version 16.2.3
mod - version.txt Diff File

master a6203407

2016-06-09 19:07

pstorz

Ported: N/A

Details Diff
Bump Version
mod - configure Diff File
mod - platforms/packaging/bareos-Univention_4.0.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 294b6f90

2016-06-08 15:17

mvwieringen

Ported: N/A

Details Diff
python-fd: Fix compiler warning.
mod - src/plugins/filed/python-fd.c Diff File

master 1dd8d699

2016-06-08 12:24

mvwieringen

Ported: N/A

Details Diff
stored: Cleanup changer locking and SD events.
mod - src/plugins/stored/bareos_sd_consts.py Diff File
mod - src/plugins/stored/scsitapealert-sd.c Diff File
mod - src/stored/acquire.c Diff File
mod - src/stored/autochanger.c Diff File
mod - src/stored/dev.c Diff File
mod - src/stored/dir_cmd.c Diff File
mod - src/stored/lock.c Diff File
mod - src/stored/mount.c Diff File
mod - src/stored/protos.h Diff File
mod - src/stored/reserve.c Diff File
mod - src/stored/sd_plugins.h Diff File

master b466ab2c

2016-06-08 11:22

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
added uni-jena.de to Bareos sponsors.
mod - SPONSORS.md Diff File

master 75763633

2016-06-07 23:38

Frank Bergkemper

Ported: N/A

Details Diff
Client: Adds missing Request URI Plugin

Use requestURIPlugin() and SessionTimeoutPlugin() in client controller actions
as it is done in every other controller for consistancy.
mod - module/Client/src/Client/Controller/ClientController.php Diff File
mod - module/Storage/src/Storage/Controller/StorageController.php Diff File

master 6c1429d4

2016-06-07 22:42

Frank Bergkemper

Ported: N/A

Details Diff
Fixes LDAP Fileset browsing in restore filetree

This is a workaround which should fix the following bug reported.

bvfs_lsdirs should deliver @LDAP/ if path argument is left empty like it's
giving a / for *nix and all drives for windows clients on top level.

It currently only works if path argument get's an @, like:

*.bvfs_lsdirs jobid=684,691 path=@
282 0 0 0 A A A A A A A A A A A A A A .
282 0 0 0 A A A A A A A A A A A A A A ..
281 0 0 0 A A A A A A A A A A A A A A @LDAP/
282 0 0 0 A A A A A A A A A A A A A A @

Fixes 0000597: Python LDAP Plugin Fileset not visible in restore
mod - module/Restore/src/Restore/Model/RestoreModel.php Diff File

master 1473cde4

2016-06-07 11:06

mvwieringen

Ported: N/A

Details Diff
dird: Change migrate/copy exit code from -- OK to OK

Seems a copy/migrate selection Job give the status Copying -- OK instead
of Copying OK what is issued by all jobs it spawns. This makes things a
bit more uniform.
mod - src/dird/migrate.c Diff File

master f88262cc

2016-06-05 19:58

Marco van Wieringen

Ported: N/A

Details Diff
Update LICENSE file.

Update LICENSE file to reflect all included external software and
acknowledge the mostly MIT license of the components. Also synced the
text to the newest imported versions of the different components as
of recently.
mod - LICENSE Diff File

master 55be16b1

2016-06-04 19:50

Marco van Wieringen

Ported: N/A

Details Diff
Format the datafield in the filebrowser using moment.js

Eventually we probably want to print these fields in the right timezone
depending on the setting the end-user has for a given session.
mod - module/Restore/view/restore/restore/index.phtml Diff File

master 0cd2f44c

2016-06-04 19:50

Marco van Wieringen

Ported: N/A

Details Diff
Import moment-timezone JS class.
add - public/js/moment-timezone-with-data.js Diff File
add - public/js/moment-timezone-with-data.min.js Diff File

master ce3d7a6b

2016-06-04 13:56

Marco van Wieringen

Ported: N/A

Details Diff
Sync moment

Upgrade from v2.10.3 to v2.13.0

Also fix autochanger view to include moment.js as its used to format
some fields in the autochanger overview which otherwise won't work.
mod - module/Storage/view/storage/storage/details.phtml Diff File
add - public/js/moment-with-locales.js Diff File
mod - public/js/moment-with-locales.min.js Diff File
add - public/js/moment.js Diff File
mod - public/js/moment.min.js Diff File

master 4c446904

2016-06-03 23:58

Joerg Steffens

Ported: N/A

Details Diff
fix reference
mod - manuals/en/main/director-resource-job-definitions.tex Diff File

master 920da622

2016-06-03 16:47

mvwieringen

Ported: N/A

Details Diff
ndmp: Add some media hook functions.

We want to be able to hook into the loading of media by an NDMP session
so analog to the already existing callbacks this adds some so called
media callbacks which are called from the Media handling code of the
NDMP libray. Currently we have hooks for the following :

- load_first()
Called before the NDMP library tries to load the first medium
specified in the job->media_tab.
- load_next()
Called before the NDMP library tries to load the next medium
specified in the job->media_tab.
- unload_current()
Called after the NDMP library tried to unload the medium from the
drive.
mod - src/ndmp/ndma_ctrl_media.c Diff File
mod - src/ndmp/ndmagents.h Diff File

master 71634be8

2016-06-03 16:47

mvwieringen

Ported: N/A

Details Diff
ndmp: Change NDMP SCSI element status to linked list.

In its current implementation the NDMP SCSI element status uses a fixed
size array with SMC_MAX_ELEMENT(80) elements. This is far from efficient
as we just want to be able to store as many elements as we actually have
without having the additional overhead of unused items. Further more the
element have either a primary_vol_tag or an alternate_vol_tag but in the
old scheme there was a fixed size for both, in the new scheme we only
allocate room for the actual vol_tag that is used.
mod - src/ndmp/ndma_control.c Diff File
mod - src/ndmp/ndma_ctrl_robot.c Diff File
mod - src/ndmp/smc.h Diff File
mod - src/ndmp/smc_api.c Diff File
mod - src/ndmp/smc_parse.c Diff File
mod - src/ndmp/smc_pp.c Diff File
mod - src/ndmp/smc_priv.h Diff File

master 34474e52

2016-06-03 16:40

mvwieringen

Ported: N/A

Details Diff
Merge branch 'bareos-15.2'
mod - src/dird/dird_conf.c Diff File
mod - src/lib/parse_conf.h Diff File
mod - src/lib/res.c Diff File

master 78b3268b

2016-06-03 16:25

Frank Bergkemper

Ported: N/A

Details Diff
Merge branch 'bareos-15.2'
mod - module/Media/config/module.config.php Diff File

master 589f7c6e

2016-06-03 12:00

joergs

Ported: N/A

Details Diff
dird_conf: explicietly set some booleans to false

This does not change the initial settings, but this way, it looks better
in the documentation.
mod - src/dird/dird_conf.c Diff File

master 4a93ace8

2016-06-03 11:59

Joerg Steffens

Ported: N/A

Details Diff
cleanup: remove default descriptions
mod - manuals/en/main/director-resource-director-definitions.tex Diff File
mod - manuals/en/main/director-resource-fileset-definitions.tex Diff File
mod - manuals/en/main/director-resource-job-definitions.tex Diff File
mod - manuals/en/main/director-resource-pool-definitions.tex Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 454 455 456 457 458 459 460 ... 480 ... 540 ... 600 ... 609 610 611  Next  Last