Changesets: bareos
|
master 3feb4c3c 2014-01-30 10:00 Ported: N/A Details Diff |
Add first cut of a script that collects runtime information. | ||
| mod - autoconf/configure.in | Diff File | ||
| mod - debian/bareos-common.install | Diff File | ||
| mod - platforms/packaging/bareos.spec | Diff File | ||
| mod - scripts/Makefile.in | Diff File | ||
| add - scripts/bareos-explorer.in | Diff File | ||
|
master 04288ee4 2014-01-30 10:00 Ported: N/A Details Diff |
Fix some bugs in the NDMP implementation. Up until now we were not fully RFC compliant. You need to restore the full NDMP environment returned during a NDMP backup when performing a NDMP restore. We more or less re-created the environment when doing a restore but were missing some important elements. We now save the full environment in the database and use that to restore the whole environment when doing a restore. |
||
| mod - src/cats/cats.h | Diff File | ||
| mod - src/cats/grant_ingres_privileges.in | Diff File | ||
| mod - src/cats/grant_postgresql_privileges.in | Diff File | ||
| mod - src/cats/make_ingres_tables.in | Diff File | ||
| mod - src/cats/make_mysql_tables.in | Diff File | ||
| mod - src/cats/make_postgresql_tables.in | Diff File | ||
| mod - src/cats/make_sqlite3_tables.in | Diff File | ||
| mod - src/cats/protos.h | Diff File | ||
| mod - src/cats/sql_create.c | Diff File | ||
| mod - src/cats/sql_get.c | Diff File | ||
| mod - src/dird/ndmp_dma.c | Diff File | ||
| mod - src/dird/restore.c | Diff File | ||
| mod - src/dird/ua_purge.c | Diff File | ||
| mod - src/ndmp/ndma_comm_dispatch.c | Diff File | ||
| mod - src/ndmp/ndma_comm_session.c | Diff File | ||
| mod - src/ndmp/ndma_cops_backreco.c | Diff File | ||
| mod - src/ndmp/ndma_listmgmt.c | Diff File | ||
| mod - src/ndmp/ndmagents.h | Diff File | ||
| mod - src/ndmp/ndmjob_job.c | Diff File | ||
| mod - src/ndmp/ndmp3_translate.c | Diff File | ||
| mod - src/ndmp/ndmp4_translate.c | Diff File | ||
| mod - src/ndmp/ndmp9.x | Diff File | ||
| mod - src/stored/dir_cmd.c | Diff File | ||
| mod - src/stored/ndmp_tape.c | Diff File | ||
|
master 324abd6b 2014-01-29 14:00 Marco van Wieringen Ported: N/A Details Diff |
Make readline also work on windows. | ||
| mod - src/console/console.c | Diff File | ||
|
master d6358886 2014-01-29 13:00 Ported: N/A Details Diff |
Make readline also work on windows. | ||
| mod - src/console/console.c | Diff File | ||
|
master 8b3eaaeb 2014-01-29 11:03 Marco van Wieringen Ported: N/A Details Diff |
Fix thinko in windows EFS support. | ||
| mod - src/filed/restore.c | Diff File | ||
|
master b9826e0f 2014-01-29 10:03 Ported: N/A Details Diff |
Fix thinko in windows EFS support. | ||
| mod - src/filed/restore.c | Diff File | ||
|
master e01d924b 2014-01-27 19:42 Joerg Steffens Committer: Marco van Wieringen Ported: N/A Details Diff |
Fix pathname | ||
| mod - autoconf/configure.in | Diff File | ||
|
bareos-13.2 eaac9828 2014-01-27 18:42 Committer: mvwieringen Ported: N/A Details Diff |
Fix pathname | ||
| mod - autoconf/configure.in | Diff File | ||
|
master 0e201828 2014-01-27 18:42 Committer: mvwieringen Ported: N/A Details Diff |
Fix pathname | ||
| mod - autoconf/configure.in | Diff File | ||
|
bareos-13.2 bfa42062 2014-01-27 12:23 Committer: mvwieringen Ported: N/A Details Diff |
identical debian/control and debian/control.common make the files debian/control and debian/control.common identical. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
| mod - debian/control.common | Diff File | ||
|
master 35696f86 2014-01-26 16:22 Marco van Wieringen Ported: N/A Details Diff |
Fix compiler warning. | ||
| mod - src/win32/plugins/filed/mssqlvdi-fd.c | Diff File | ||
|
bareos-13.2 82ac46ef 2014-01-26 15:22 Ported: N/A Details Diff |
Fix compiler warning. | ||
| mod - src/win32/plugins/filed/mssqlvdi-fd.c | Diff File | ||
|
master e91c11e7 2014-01-26 15:22 Ported: N/A Details Diff |
Fix compiler warning. | ||
| mod - src/win32/plugins/filed/mssqlvdi-fd.c | Diff File | ||
|
master b3460ff3 2014-01-25 23:32 Marco van Wieringen Ported: N/A Details Diff |
Tweak windows build environment. | ||
| mod - src/win32/filed/Makefile | Diff File | ||
| mod - src/win32/findlib/Makefile | Diff File | ||
| mod - src/win32/lib/Makefile | Diff File | ||
| mod - src/win32/stored/Makefile | Diff File | ||
|
master 03ecfbf9 2014-01-25 23:27 Marco van Wieringen Ported: N/A Details Diff |
Don't use a pthread_t as a normal simple type. Not on all platforms a pthread_t is a simple type and as such you cannot normally determine if its initialized or not. So for the allocation of the SD message channel we now use a bool that gets set when the thread is running and needs teardown. |
||
| mod - src/dird/backup.c | Diff File | ||
| mod - src/dird/dird.c | Diff File | ||
| mod - src/dird/job.c | Diff File | ||
| mod - src/dird/migrate.c | Diff File | ||
| mod - src/dird/msgchan.c | Diff File | ||
| mod - src/dird/ndmp_dma.c | Diff File | ||
| mod - src/dird/restore.c | Diff File | ||
| mod - src/dird/vbackup.c | Diff File | ||
| mod - src/include/jcr.h | Diff File | ||
|
master 97b25998 2014-01-25 22:32 Ported: N/A Details Diff |
Tweak windows build environment. | ||
| mod - src/win32/filed/Makefile | Diff File | ||
| mod - src/win32/findlib/Makefile | Diff File | ||
| mod - src/win32/lib/Makefile | Diff File | ||
| mod - src/win32/stored/Makefile | Diff File | ||
|
master 46e642e9 2014-01-25 22:27 Ported: N/A Details Diff |
Don't use a pthread_t as a normal simple type. Not on all platforms a pthread_t is a simple type and as such you cannot normally determine if its initialized or not. So for the allocation of the SD message channel we now use a bool that gets set when the thread is running and needs teardown. |
||
| mod - src/dird/backup.c | Diff File | ||
| mod - src/dird/dird.c | Diff File | ||
| mod - src/dird/job.c | Diff File | ||
| mod - src/dird/migrate.c | Diff File | ||
| mod - src/dird/msgchan.c | Diff File | ||
| mod - src/dird/ndmp_dma.c | Diff File | ||
| mod - src/dird/restore.c | Diff File | ||
| mod - src/dird/vbackup.c | Diff File | ||
| mod - src/include/jcr.h | Diff File | ||
|
bareos-13.2 44717c2b 2014-01-24 12:57 Committer: mvwieringen Ported: N/A Details Diff |
integrate building of additional UCS packages for the univention distribution, Bareos offers two additional packages for better integration: univention-bareos univention-bareos-schema These two packages are now be automatically builded with OBS. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
| mod - .travis.yml | Diff File | ||
| mod - Makefile.in | Diff File | ||
| mod - autoconf/bareos/os.m4 | Diff File | ||
| mod - autoconf/configure.in | Diff File | ||
| mod - configure | Diff File | ||
| mod - debian/control | Diff File | ||
| add - debian/control.common | Diff File | ||
| add - debian/univention-bareos.dirs | Diff File | ||
| add - debian/univention-bareos.install | Diff File | ||
| mod - platforms/Makefile.in | Diff File | ||
| mod - platforms/packaging/bareos-Univention_3.1.dsc | Diff File | ||
| mod - platforms/packaging/bareos-Univention_3.2.dsc | Diff File | ||
| add - platforms/univention/Makefile.in | Diff File | ||
| rm - platforms/univention/debian/changelog | Diff File | ||
| rm - platforms/univention/debian/compat | Diff File | ||
| rm - platforms/univention/debian/config | Diff File | ||
| rm - platforms/univention/debian/files | Diff File | ||
| rm - platforms/univention/debian/rules | Diff File | ||
| rm - platforms/univention/debian/substvars | Diff File | ||
| rm - platforms/univention/debian/univention-bareos-schema.conffiles | Diff File | ||
| rm - platforms/univention/debian/univention-bareos-schema.dirs | Diff File | ||
| rm - platforms/univention/debian/univention-bareos-schema.substvars | Diff File | ||
| rm - platforms/univention/debian/univention-bareos.conffiles | Diff File | ||
| rm - platforms/univention/debian/univention-bareos.dirs | Diff File | ||
| rm - platforms/univention/debian/univention-bareos.install | Diff File | ||
| mod - platforms/univention/fd-generic.template | Diff File | ||
| mod - platforms/univention/univention-bareos.cron | Diff File | ||
|
master 10bcd4ab 2014-01-22 19:54 Joerg Steffens Committer: Marco van Wieringen Ported: N/A Details Diff |
integrate building of additional UCS packages for the univention distribution, Bareos offers two additional packages for better integration: univention-bareos univention-bareos-schema These two packages are now be automatically builded with OBS. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
| mod - .travis.yml | Diff File | ||
| mod - Makefile.in | Diff File | ||
| mod - autoconf/bareos/os.m4 | Diff File | ||
| mod - autoconf/configure.in | Diff File | ||
| mod - configure | Diff File | ||
| mod - debian/control | Diff File | ||
| add - debian/control.common | Diff File | ||
| add - debian/univention-bareos.dirs | Diff File | ||
| add - debian/univention-bareos.install | Diff File | ||
| mod - platforms/Makefile.in | Diff File | ||
| mod - platforms/packaging/bareos-Univention_3.1.dsc | Diff File | ||
| mod - platforms/packaging/bareos-Univention_3.2.dsc | Diff File | ||
| add - platforms/univention/Makefile.in | Diff File | ||
| rm - platforms/univention/debian/changelog | Diff File | ||
| rm - platforms/univention/debian/compat | Diff File | ||
| rm - platforms/univention/debian/config | Diff File | ||
| rm - platforms/univention/debian/files | Diff File | ||
| rm - platforms/univention/debian/rules | Diff File | ||
| rm - platforms/univention/debian/substvars | Diff File | ||
| rm - platforms/univention/debian/univention-bareos-schema.conffiles | Diff File | ||
| rm - platforms/univention/debian/univention-bareos-schema.dirs | Diff File | ||
| rm - platforms/univention/debian/univention-bareos-schema.substvars | Diff File | ||
| rm - platforms/univention/debian/univention-bareos.conffiles | Diff File | ||
| rm - platforms/univention/debian/univention-bareos.dirs | Diff File | ||
| rm - platforms/univention/debian/univention-bareos.install | Diff File | ||
| mod - platforms/univention/fd-generic.template | Diff File | ||
| mod - platforms/univention/univention-bareos.cron | Diff File | ||
|
master 5d094068 2014-01-22 18:54 Committer: mvwieringen Ported: N/A Details Diff |
integrate building of additional UCS packages for the univention distribution, Bareos offers two additional packages for better integration: univention-bareos univention-bareos-schema These two packages are now be automatically builded with OBS. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
| mod - .travis.yml | Diff File | ||
| mod - Makefile.in | Diff File | ||
| mod - autoconf/bareos/os.m4 | Diff File | ||
| mod - autoconf/configure.in | Diff File | ||
| mod - configure | Diff File | ||
| mod - debian/control | Diff File | ||
| add - debian/control.common | Diff File | ||
| add - debian/univention-bareos.dirs | Diff File | ||
| add - debian/univention-bareos.install | Diff File | ||
| mod - platforms/Makefile.in | Diff File | ||
| mod - platforms/packaging/bareos-Univention_3.1.dsc | Diff File | ||
| mod - platforms/packaging/bareos-Univention_3.2.dsc | Diff File | ||
| add - platforms/univention/Makefile.in | Diff File | ||
| rm - platforms/univention/debian/changelog | Diff File | ||
| rm - platforms/univention/debian/compat | Diff File | ||
| rm - platforms/univention/debian/config | Diff File | ||
| rm - platforms/univention/debian/files | Diff File | ||
| rm - platforms/univention/debian/rules | Diff File | ||
| rm - platforms/univention/debian/substvars | Diff File | ||
| rm - platforms/univention/debian/univention-bareos-schema.conffiles | Diff File | ||
| rm - platforms/univention/debian/univention-bareos-schema.dirs | Diff File | ||
| rm - platforms/univention/debian/univention-bareos-schema.substvars | Diff File | ||
| rm - platforms/univention/debian/univention-bareos.conffiles | Diff File | ||
| rm - platforms/univention/debian/univention-bareos.dirs | Diff File | ||
| rm - platforms/univention/debian/univention-bareos.install | Diff File | ||
| mod - platforms/univention/fd-generic.template | Diff File | ||
| mod - platforms/univention/univention-bareos.cron | Diff File | ||
|
master f8475c78 2014-01-17 18:04 Marco van Wieringen Ported: N/A Details Diff |
Copy job definition requires unnecessary settings Due to implementing this feature we can no longer asume that there always is a Client and Fileset in a Job definition. So we need to learn the .defaults cmd that is needs to print *None* when we don't have a Client or Fileset and not just dereference a NULL pointer. Fixes 0000220: Copy job definition requires unnecessary settings |
||
| mod - src/dird/ua_dotcmds.c | Diff File | ||
|
master bf520eef 2014-01-17 17:04 Ported: N/A Details Diff |
Copy job definition requires unnecessary settings Due to implementing this feature we can no longer asume that there always is a Client and Fileset in a Job definition. So we need to learn the .defaults cmd that is needs to print *None* when we don't have a Client or Fileset and not just dereference a NULL pointer. Fixes 0000220: Copy job definition requires unnecessary settings |
Affected Issues 0000220 |
|
| mod - src/dird/ua_dotcmds.c | Diff File | ||
|
bareos-13.2 b8af50a7 2014-01-13 22:02 Marco van Wieringen Ported: N/A Details Diff |
Fix typo. | ||
| mod - src/cats/bvfs.c | Diff File | ||
|
master e67202d2 2014-01-13 22:02 Marco van Wieringen Ported: N/A Details Diff |
Fix typo. | ||
| mod - src/cats/bvfs.c | Diff File | ||
|
bareos-13.2 6a220231 2014-01-13 21:02 Ported: N/A Details Diff |
Fix typo. | ||
| mod - src/cats/bvfs.c | Diff File | ||