Changesets: bareos

master 046b9fa2

2015-01-22 17:14

joergs

Ported: N/A

Details Diff
debian: changed package dependencies

to get rid of a problem introduced when fixing #769536 (get rid of circular dependencies).
Now the package bareos-database-common can be installed and purged
without configure problems because of missing database backends.

Closes: #771870 (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771870)
mod - debian/bareos-database-common.postrm Diff File
mod - debian/bareos-database-common.prerm Diff File
mod - debian/control Diff File
mod - debian/control.in Diff File
mod - scripts/bareos-config-lib.sh.in Diff File

bareos-14.2 74ab4ebc

2015-01-22 17:14

Joerg Steffens

Ported: N/A

Details Diff
debian: changed package dependencies

to get rid of a problem introduced when fixing #769536 (get rid of circular dependencies).
Now the package bareos-database-common can be installed and purged
without configure problems because of missing database backends.

Closes: #771870 (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771870)
mod - debian/bareos-database-common.postrm Diff File
mod - debian/bareos-database-common.prerm Diff File
mod - debian/control Diff File
mod - debian/control.in Diff File
mod - scripts/bareos-config-lib.sh.in Diff File

master 53fa7450

2015-01-22 17:14

Joerg Steffens


Committer: Marco van Wieringen

Ported: N/A

Details Diff
debian: changed package dependencies

to get rid of a problem introduced when fixing #769536 (get rid of circular dependencies).
Now the package bareos-database-common can be installed and purged
without configure problems because of missing database backends.

Closes: #771870 (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771870)
mod - debian/bareos-database-common.postrm Diff File
mod - debian/bareos-database-common.prerm Diff File
mod - debian/control Diff File
mod - debian/control.in Diff File
mod - scripts/bareos-config-lib.sh.in Diff File

master e3e55f14

2015-01-22 13:42

pstorz

Ported: N/A

Details Diff
Make btape use a BTAPE_DCR instead of a DCR

After the changes introduced with commit
8a90b586d9d15838b9b9e5becccc44df109a7755
( Implement the DCR (Device Control Record)
as an inherited class of SMARTALLOC)
, btape used the wrong type of DCR.

Now we use a BTAPE_DCR.

Fixes 0000400: btape fill test fails
Affected Issues
0000400
mod - src/stored/bcopy.c Diff File
mod - src/stored/bextract.c Diff File
mod - src/stored/bls.c Diff File
mod - src/stored/bscan.c Diff File
mod - src/stored/btape.c Diff File
mod - src/stored/butil.c Diff File
mod - src/stored/protos.h Diff File

bareos-14.2 ce429f8f

2015-01-22 13:42

Philipp Storz


Committer: Joerg Steffens

Ported: master

Details Diff
Make btape use a BTAPE_DCR instead of a DCR

After the changes introduced with commit
8a90b586d9d15838b9b9e5becccc44df109a7755
( Implement the DCR (Device Control Record)
as an inherited class of SMARTALLOC)
, btape used the wrong type of DCR.

Now we use a BTAPE_DCR.

Fixes 0000400: btape fill test fails
Affected Issues
0000400
mod - src/stored/bcopy.c Diff File
mod - src/stored/bextract.c Diff File
mod - src/stored/bls.c Diff File
mod - src/stored/bscan.c Diff File
mod - src/stored/btape.c Diff File
mod - src/stored/butil.c Diff File
mod - src/stored/protos.h Diff File

master efb0aba2

2015-01-22 13:42

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Make btape use a BTAPE_DCR instead of a DCR

After the changes introduced with commit
8a90b586d9d15838b9b9e5becccc44df109a7755
( Implement the DCR (Device Control Record)
as an inherited class of SMARTALLOC)
, btape used the wrong type of DCR.

Now we use a BTAPE_DCR.

Fixes 0000400: btape fill test fails
mod - src/stored/bcopy.c Diff File
mod - src/stored/bextract.c Diff File
mod - src/stored/bls.c Diff File
mod - src/stored/bscan.c Diff File
mod - src/stored/btape.c Diff File
mod - src/stored/butil.c Diff File
mod - src/stored/protos.h Diff File

master 719fed34

2015-01-21 15:35

mvwieringen

Ported: N/A

Details Diff
Add missing B_ELASTO_DEV to is_file() method.
mod - src/stored/dev.h Diff File

master 7ce40570

2015-01-21 15:35

Marco van Wieringen

Ported: N/A

Details Diff
Add missing B_ELASTO_DEV to is_file() method.
mod - src/stored/dev.h Diff File

master 5dc9d3b5

2015-01-21 14:38

mvwieringen

Ported: N/A

Details Diff
Fix removing of supplemental groups.

Need some coding as usermod -a doesn't work on all platforms.
We now figure out if we are creating a user from scratch e.g.
its doesn't exist at all or need to update it. For that we look
at all groups the user currently is in and add the wanted groups
if they are missing. This should work on all platforms as we
script around and only use options available on all platforms.
When we use usermod -G we supply the full list groups including
any specific groups added by the sysadmin.

Fixes 0000382: Don't remove supplemental groups on install.
Affected Issues
0000382
mod - scripts/bareos-config-lib.sh.in Diff File

bareos-14.2 514e44b7

2015-01-21 14:38

Marco van Wieringen


Committer: Joerg Steffens

Ported: N/A

Details Diff
Fix removing of supplemental groups.

Need some coding as usermod -a doesn't work on all platforms.
We now figure out if we are creating a user from scratch e.g.
its doesn't exist at all or need to update it. For that we look
at all groups the user currently is in and add the wanted groups
if they are missing. This should work on all platforms as we
script around and only use options available on all platforms.
When we use usermod -G we supply the full list groups including
any specific groups added by the sysadmin.

Fixes 0000382: Don't remove supplemental groups on install.
mod - scripts/bareos-config-lib.sh.in Diff File

master bd050a99

2015-01-21 14:38

Marco van Wieringen

Ported: N/A

Details Diff
Fix removing of supplemental groups.

Need some coding as usermod -a doesn't work on all platforms.
We now figure out if we are creating a user from scratch e.g.
its doesn't exist at all or need to update it. For that we look
at all groups the user currently is in and add the wanted groups
if they are missing. This should work on all platforms as we
script around and only use options available on all platforms.
When we use usermod -G we supply the full list groups including
any specific groups added by the sysadmin.

Fixes 0000382: Don't remove supplemental groups on install.
mod - scripts/bareos-config-lib.sh.in Diff File

master 24ef2e0d

2015-01-21 12:47

pstorz

Ported: N/A

Details Diff
Fix btape problem with new reservation logic

btape was not able to reserve the first tape
for reading because dcr->m_will_write was not cleared.
Affected Issues
0000400
mod - src/stored/btape.c Diff File

bareos-14.2 d3cd86b9

2015-01-21 12:47

Philipp Storz


Committer: Joerg Steffens

Ported: master

Details Diff
Fix btape problem with new reservation logic

btape was not able to reserve the first tape
for reading because dcr->m_will_write was not cleared.
Affected Issues
0000400
mod - src/stored/btape.c Diff File

master b3dc3741

2015-01-21 12:47

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Fix btape problem with new reservation logic

btape was not able to reserve the first tape
for reading because dcr->m_will_write was not cleared.
mod - src/stored/btape.c Diff File

master 5e0af548

2015-01-19 18:25

pstorz

Ported: N/A

Details Diff
Rename dbcheck.exe -> bareos-dbcheck.exe

on unix the name is bareos-dbcheck
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/dird/Makefile Diff File
mod - src/win32/dird/dbcheckres.rc.in Diff File

bareos-14.2 40ef4403

2015-01-19 18:25

Philipp Storz


Committer: Joerg Steffens

Ported: N/A

Details Diff
Rename dbcheck.exe -> bareos-dbcheck.exe

on unix the name is bareos-dbcheck
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/dird/Makefile Diff File
mod - src/win32/dird/dbcheckres.rc.in Diff File

master df71d8a1

2015-01-19 18:25

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Rename dbcheck.exe -> bareos-dbcheck.exe

on unix the name is bareos-dbcheck
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/dird/Makefile Diff File
mod - src/win32/dird/dbcheckres.rc.in Diff File

master 851fe106

2015-01-19 15:40

pstorz

Ported: N/A

Details Diff
Fix show job=<jobname> by keyword order change

As job is also the beginning of jobdefs, the keyword
parser matches jobdefs if show job is called.

Reordering the keywords fixed the problem.

Fixes 0000399: show job=<jobname> does not work
Affected Issues
0000399
mod - src/dird/ua_output.c Diff File

bareos-14.2 372b767d

2015-01-19 15:40

Philipp Storz


Committer: Joerg Steffens

Ported: N/A

Details Diff
Fix show job=<jobname> by keyword order change

As job is also the beginning of jobdefs, the keyword
parser matches jobdefs if show job is called.

Reordering the keywords fixed the problem.

Fixes 0000399: show job=<jobname> does not work
mod - src/dird/ua_output.c Diff File

master fdab404d

2015-01-19 15:40

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Fix show job=<jobname> by keyword order change

As job is also the beginning of jobdefs, the keyword
parser matches jobdefs if show job is called.

Reordering the keywords fixed the problem.

Fixes 0000399: show job=<jobname> does not work
mod - src/dird/ua_output.c Diff File

bareos-14.2-debian ebaa27c3

2015-01-19 14:55

joergs

Ported: N/A

Details Diff
Merge commit '10b8d968d54aa6cbc3daf9d0d1d3e8d8e2f2a7bd' into bareos-14.2-debian
mod - debian/bareos-database-common.config.in Diff File
mod - debian/bareos-database-common.postinst.in Diff File
mod - debian/bareos-database-mysql.install.in Diff File
mod - debian/bareos-database-postgresql.install.in Diff File
mod - debian/bareos-database-sqlite3.install.in Diff File
mod - debian/bareos-filedaemon.install.in Diff File
mod - platforms/debian/Makefile.in Diff File
mod - platforms/opsi/winbareos-opsi.spec Diff File
mod - platforms/univention/conffiles/etc/bareos/bareos-dir.conf Diff File
mod - scripts/bareos-config-lib.sh.in Diff File
mod - src/defaultconfigs/diskonly/bareos-dir.conf.in Diff File
mod - src/defaultconfigs/legacy/bareos-dir.conf.in Diff File
mod - src/dird/ua_tree.c Diff File
mod - src/filed/authenticate.c Diff File
mod - src/stored/block.c Diff File
mod - src/stored/btape.c Diff File
mod - src/stored/protos.h Diff File
mod - src/stored/stored.c Diff File
mod - src/win32/compat/compat.c Diff File

master faec274c

2015-01-18 11:39

mvwieringen

Ported: N/A

Details Diff
Fix compiler warning.
mod - src/console/console_conf.c Diff File

master 760e16d0

2015-01-18 11:39

Marco van Wieringen

Ported: N/A

Details Diff
Fix compiler warning.
mod - src/console/console_conf.c Diff File

master d5241739

2015-01-16 21:37

mvwieringen

Ported: N/A

Details Diff
Fix windows build for new configure cmd.
mod - src/win32/dird/Makefile Diff File

bareos-14.2 71d69ab2

2015-01-16 21:37

Marco van Wieringen


Committer: Joerg Steffens

Ported: N/A

Details Diff
Fix windows build for new configure cmd.
mod - src/win32/dird/Makefile Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 501 502 503 504 505 506 507 ... 540 ... 600 ... 607 608 609  Next  Last