Changesets: bareos2015
bareos-13.2 c2ec319a 2013-05-04 13:51 Committer: mvwieringen Ported: N/A Details Diff |
Fix %f conversion in bsnprintf. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - src/lib/bsnprintf.c | Diff File | ||
bareos-12.4 e0e71498 2013-05-04 13:51 Committer: mvwieringen Ported: N/A Details Diff |
Fix %f conversion in bsnprintf. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - src/lib/bsnprintf.c | Diff File | ||
bareos-13.2 989193c2 2013-05-04 13:51 Committer: mvwieringen Ported: N/A Details Diff |
Ignore affected rows in UPDATE_DB We get an error message from UPDATE_DB , when the number of affected rows is < 1. In some cases, its ok to have no affected rows, like in "update all volumes from all pools", when there is a pool with no volumes inside. Fixes 0000062: update all volumes from all pools gives error when a pool doesnt contain volumes Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000062 |
|
mod - src/cats/cats.h | Diff File | ||
mod - src/cats/sql.c | Diff File | ||
mod - src/cats/sql_update.c | Diff File | ||
bareos-12.4 f581870b 2013-05-04 13:51 Committer: mvwieringen Ported: N/A Details Diff |
Ignore affected rows in UPDATE_DB We get an error message from UPDATE_DB , when the number of affected rows is < 1. In some cases, its ok to have no affected rows, like in "update all volumes from all pools", when there is a pool with no volumes inside. Fixes 0000062: update all volumes from all pools gives error when a pool doesnt contain volumes Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000062 |
|
mod - src/cats/cats.h | Diff File | ||
mod - src/cats/sql.c | Diff File | ||
mod - src/cats/sql_update.c | Diff File | ||
bareos-13.2 6d7e2517 2013-05-04 13:51 Ported: N/A Details Diff |
Drop temp file. | ||
rm - src/qt-console/aa | Diff File | ||
bareos-13.2 d3185187 2013-05-04 13:51 Ported: N/A Details Diff |
Fix conversion string in bsnprintf. It makes no sense to use a string "0123456789ABCDEF" when you do all calculating using a modulo 10 divide which only gives the spread from 0 to 9. As we don't need the hex letters we can also drop the check on caps as figures are either upper or lower case. |
||
mod - src/lib/bsnprintf.c | Diff File | ||
bareos-12.4 5d24dde1 2013-05-04 13:51 Ported: N/A Details Diff |
Drop temp file. | ||
rm - src/qt-console/aa | Diff File | ||
bareos-12.4 df3cecdb 2013-05-04 13:51 Ported: N/A Details Diff |
Fix conversion string in bsnprintf. It makes no sense to use a string "0123456789ABCDEF" when you do all calculating using a modulo 10 divide which only gives the spread from 0 to 9. As we don't need the hex letters we can also drop the check on caps as figures are either upper or lower case. |
||
mod - src/lib/bsnprintf.c | Diff File | ||
bareos-13.2 01f19a01 2013-05-04 13:51 Ported: N/A Details Diff |
Fix NDMP library vendor name. | ||
mod - src/ndmp/Makefile.in | Diff File | ||
mod - src/ndmp/ndmos_common.c | Diff File | ||
bareos-13.2 f91dd0a3 2013-05-04 13:51 Ported: N/A Details Diff |
Bump version for first public beta. | ||
mod - README.md | Diff File | ||
mod - configure | Diff File | ||
mod - debian/changelog | Diff File | ||
mod - platforms/deb/bareos-Debian_6.0.dsc | Diff File | ||
mod - platforms/deb/bareos-xUbuntu_12.04.dsc | Diff File | ||
mod - platforms/rpms/bareos.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 | ||
bareos-12.4 65637959 2013-05-04 13:51 Ported: N/A Details Diff |
Fix NDMP library vendor name. | ||
mod - src/ndmp/Makefile.in | Diff File | ||
mod - src/ndmp/ndmos_common.c | Diff File | ||
bareos-12.4 2ab30436 2013-05-04 13:51 Ported: N/A Details Diff |
Bump version for first public beta. | ||
mod - README.md | Diff File | ||
mod - configure | Diff File | ||
mod - debian/changelog | Diff File | ||
mod - platforms/deb/bareos-Debian_6.0.dsc | Diff File | ||
mod - platforms/deb/bareos-xUbuntu_12.04.dsc | Diff File | ||
mod - platforms/rpms/bareos.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 | ||
bareos-13.2 ffe74338 2013-05-04 13:51 Committer: mvwieringen Ported: N/A Details Diff |
Update README.md typos and one comment |
||
mod - README.md | Diff File | ||
bareos-12.4 33a43ded 2013-05-04 13:51 Committer: mvwieringen Ported: N/A Details Diff |
Update README.md typos and one comment |
||
mod - README.md | Diff File | ||
bareos-13.2 c06b1f8a 2013-05-04 13:51 Ported: N/A Details Diff |
Fix compile error. | ||
mod - src/stored/ndmp_tape.c | Diff File | ||
bareos-12.4 478f623d 2013-05-04 13:51 Ported: N/A Details Diff |
Fix compile error. | ||
mod - src/stored/ndmp_tape.c | Diff File | ||
bareos-13.2 0b17ed0a 2013-05-04 13:51 Committer: mvwieringen Ported: N/A Details Diff |
add-database-creation-scripts Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - debian/bareos-database-common.install | Diff File | ||
mod - debian/bareos-director.install | Diff File | ||
mod - platforms/rpms/bareos.spec | Diff File | ||
bareos-13.2 9e1f189d 2013-05-04 13:51 Committer: mvwieringen Ported: N/A Details Diff |
adapted for ubuntu removed build dependency to libsqlite0-dev, because it is not available on Ubuntu (and not used anyway?) Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - debian/control | Diff File | ||
add - platforms/deb/bareos-xUbuntu_12.04.dsc | Diff File | ||
bareos-13.2 5f45faed 2013-05-04 13:51 Committer: mvwieringen Ported: N/A Details Diff |
bareos-database-postgresql depends on postgresql-client Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - debian/control | Diff File | ||
bareos-12.4 4cd2e6bc 2013-05-04 13:51 Committer: mvwieringen Ported: N/A Details Diff |
add-database-creation-scripts Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - debian/bareos-database-common.install | Diff File | ||
mod - debian/bareos-director.install | Diff File | ||
mod - platforms/rpms/bareos.spec | Diff File | ||
bareos-12.4 e229496a 2013-05-04 13:51 Committer: mvwieringen Ported: N/A Details Diff |
adapted for ubuntu removed build dependency to libsqlite0-dev, because it is not available on Ubuntu (and not used anyway?) Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - debian/control | Diff File | ||
add - platforms/deb/bareos-xUbuntu_12.04.dsc | Diff File | ||
bareos-12.4 fe7e6215 2013-05-04 13:51 Committer: mvwieringen Ported: N/A Details Diff |
bareos-database-postgresql depends on postgresql-client Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - debian/control | Diff File | ||
bareos-13.2 71ac15af 2013-05-04 13:51 Committer: mvwieringen Ported: N/A Details Diff |
call the initialize_passwords in bconsole Installing the bconsole didn't call the initialize_passwords call. Now bconsole and traymonitor packages do that |
||
mod - platforms/rpms/bareos.spec | Diff File | ||
bareos-12.4 2825a9e1 2013-05-04 13:51 Committer: mvwieringen Ported: N/A Details Diff |
call the initialize_passwords in bconsole Installing the bconsole didn't call the initialize_passwords call. Now bconsole and traymonitor packages do that |
||
mod - platforms/rpms/bareos.spec | Diff File | ||
bareos-13.2 1073835c 2013-05-04 13:51 Ported: N/A Details Diff |
Tear down of daemons is flawed. When one of the servers is teared down in most daemons the thread spawned for handling the bnet_thread_server or the main thread never closes all sockets and releases the workq as most of the time the thread is just shot inflight and as a side effect things get cleaned up. When the process exits resources are released but its not very clean. Fixes 0000053: Tear down of daemons is flawed. |
Affected Issues 0000053 |
|
mod - src/dird/dird.c | Diff File | ||
mod - src/dird/job.c | Diff File | ||
mod - src/dird/ua_server.c | Diff File | ||
mod - src/filed/filed.c | Diff File | ||
mod - src/lib/bnet_server.c | Diff File | ||
mod - src/lib/protos.h | Diff File | ||
mod - src/stored/ndmp_tape.c | Diff File | ||
mod - src/stored/stored.c | Diff File |