Changesets: bareos2015
master 7ed54924 2015-01-29 11:30 Oleg Livshyts Committer: Marco van Wieringen Ported: N/A Details Diff |
Added until_jobid parameter to "rerun" command Fixes 0000405: rerun command shoud be able to accept jobid interval |
||
mod - src/dird/ua_cmds.c | Diff File | ||
mod - src/dird/ua_run.c | Diff File | ||
bareos-14.2 6601b20f 2015-01-28 16:11 Ported: N/A Details Diff |
Fix unknown include/exclude option: c Fixes 0000411: Unknown include/exclude option: c |
Affected Issues 0000411 |
|
mod - src/dird/dird_conf.c | Diff File | ||
master 0d201be3 2015-01-28 16:11 Marco van Wieringen Ported: N/A Details Diff |
Fix unknown include/exclude option: c Fixes 0000411: Unknown include/exclude option: c |
||
mod - src/dird/dird_conf.c | Diff File | ||
master 0359c29c 2015-01-28 14:28 Joerg Steffens Committer: Marco van Wieringen Ported: N/A Details Diff |
Univention 4.0: added build configuration | ||
add - platforms/packaging/bareos-Univention_4.0.dsc | Diff File | ||
mod - platforms/packaging/bareos-Univention_3.2.dsc | Diff File | ||
mod - platforms/packaging/bareos-Univention_3.1.dsc | Diff File | ||
bareos-13.2 502145be 2015-01-28 13:26 Committer: mvwieringen Ported: N/A Details Diff |
Fix more changes for new buildchain | ||
mod - platforms/win32/winbareos-nsi.spec | Diff File | ||
mod - platforms/win32/winbareos.nsi | Diff File | ||
bareos-13.2 3f485b36 2015-01-28 12:51 Committer: mvwieringen Ported: N/A Details Diff |
remove find_requires automatism as already implemented in bareos 14.2 | ||
mod - platforms/win32/winbareos32.spec | Diff File | ||
mod - platforms/win32/winbareos64.spec | Diff File | ||
bareos-14.2 db182c69 2015-01-27 21:59 Ported: N/A Details Diff |
Enable NDMP level support for SM_TAPE backups. Fixes 0000410: START BACKUP 'LEVEL' not provided, defaulting to LEVEL 0' after launching differential backup |
Affected Issues 0000410 |
|
mod - src/dird/ndmp_dma.c | Diff File | ||
mod - src/stored/ndmp_tape.c | Diff File | ||
master 80dc343d 2015-01-27 21:59 Marco van Wieringen Ported: N/A Details Diff |
Enable NDMP level support for SM_TAPE backups. Fixes 0000410: START BACKUP 'LEVEL' not provided, defaulting to LEVEL 0' after launching differential backup |
||
mod - src/dird/ndmp_dma.c | Diff File | ||
mod - src/stored/ndmp_tape.c | Diff File | ||
bareos-14.2 cfb47fc2 2015-01-27 15:49 Committer: mvwieringen Ported: N/A Details Diff |
New openssl packages have two subpackages Now the libs have their own package which we also need. |
||
mod - platforms/win32/winbareos-nsi.spec | Diff File | ||
bareos-13.2 ab9b103f 2015-01-27 15:49 Committer: mvwieringen Ported: N/A Details Diff |
New openssl packages have two subpackages Now the libs have their own package which we also need. Conflicts: platforms/win32/winbareos-nsi.spec |
||
mod - platforms/win32/winbareos-nsi.spec | Diff File | ||
master 59ae44f9 2015-01-27 15:49 Philipp Storz Committer: Marco van Wieringen Ported: N/A Details Diff |
New openssl packages have two subpackages Now the libs have their own package which we also need. |
||
mod - platforms/win32/winbareos-nsi.spec | Diff File | ||
bareos-14.2 5a7b875e 2015-01-27 10:38 Ported: N/A Details Diff |
Refactor pretty printer of schedules. Seems the pretty printer had some problems with printing some schedules, Given that this is almost a programming language this is not to surprising. Changed the code to first determine if all bits are set so we don't do hard work of finding intervals if we are not going to print the interval at all. Fixes 0000407: print_config_run() doesn't print months Fixes 0000409: Console Shows Incorrect Schedule Conflicts: src/dird/dird_conf.c |
Affected Issues 0000407, 0000409 |
|
mod - src/dird/dird_conf.c | Diff File | ||
master 740e3546 2015-01-27 10:38 Marco van Wieringen Ported: N/A Details Diff |
Refactor pretty printer of schedules. Seems the pretty printer had some problems with printing some schedules, Given that this is almost a programming language this is not to surprising. Changed the code to first determine if all bits are set so we don't do hard work of finding intervals if we are not going to print the interval at all. Fixes 0000407: print_config_run() doesn't print months Fixes 0000409: Console Shows Incorrect Schedule |
||
mod - src/dird/dird_conf.c | Diff File | ||
bareos-14.2 fe50ca9a 2015-01-26 15:35 Committer: mvwieringen Ported: N/A Details Diff |
Update NLS files. | ||
mod - po/POTFILES.in | Diff File | ||
mod - po/bareos.pot | Diff File | ||
mod - po/de.po | Diff File | ||
mod - po/es.po | Diff File | ||
mod - po/fr.po | Diff File | ||
mod - po/it.po | Diff File | ||
mod - po/nl.po | Diff File | ||
mod - po/pl.po | Diff File | ||
mod - po/sv.po | Diff File | ||
mod - po/uk.po | Diff File | ||
bareos-14.2 b14a59f3 2015-01-26 15:31 Ported: N/A Details Diff |
Explicitly say the protocol needs to be set before setting a password. | ||
mod - README.NDMP | Diff File | ||
master ceefbd25 2015-01-26 15:31 Marco van Wieringen Ported: N/A Details Diff |
Explicitly say the protocol needs to be set before setting a password. | ||
mod - README.NDMP | Diff File | ||
bareos-14.2 10f6fd63 2015-01-26 15:23 Ported: N/A Details Diff |
Explitly check password encoding for NDMP resources. If you define for a client or storage daemon the protocol after you configured the password it will store the password using the wrong encoding as at the time of parsing it still thinks you will be using the native protocol. Fixes 0000408: Director crashes on password encoding for NDMP storage. |
Affected Issues 0000408 |
|
mod - src/dird/ndmp_dma.c | Diff File | ||
master bb43ec03 2015-01-26 15:23 Marco van Wieringen Ported: N/A Details Diff |
Explitly check password encoding for NDMP resources. If you define for a client or storage daemon the protocol after you configured the password it will store the password using the wrong encoding as at the time of parsing it still thinks you will be using the native protocol. Fixes 0000408: Director crashes on password encoding for NDMP storage. |
||
mod - src/dird/ndmp_dma.c | Diff File | ||
bareos-14.2 8ff21279 2015-01-26 11:37 Committer: mvwieringen 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 30bfb245 2015-01-23 17:17 Joerg Steffens Committer: Marco van Wieringen Ported: N/A Details Diff |
added requires for useradd in preinstall Some Bareos packages create user/group "bareos" during preinstall. This change added the neccessary package requirements. |
||
mod - platforms/packaging/bareos.spec | Diff File | ||
bareos-14.2 c83ce629 2015-01-22 17:14 Committer: mvwieringen 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 | ||
bareos-14.2 24873052 2015-01-22 13:42 Committer: mvwieringen 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 | ||
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 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 |