Changesets: bareos2015
bareos-14.2 9d2369eb 2014-02-11 00:08 Ported: N/A Details Diff |
Add first prototype for abstracting Gluster FS API. | ||
mod - autoconf/configure.in | Diff File | ||
mod - src/stored/Makefile.in | Diff File | ||
add - src/stored/backends/gfapi_device.c | Diff File | ||
add - src/stored/backends/gfapi_device.h | Diff File | ||
mod - src/stored/dev.c | Diff File | ||
mod - src/stored/dev.h | Diff File | ||
mod - src/stored/stored_conf.c | Diff File | ||
bareos-14.2 e499f12d 2014-02-11 00:08 Ported: N/A Details Diff |
Tweak layout and naming. - Always use the virtual d_open method. - Open system call is called with 2 or 3 arguments but they are named path, oflag and mode so don't use mode for what is normally is called oflag as that could be misinterpretted as being the mode argument. - Tweak layout of comments and use spaces around or-ed values for readability. - Abstract truncate function to device specific truncate function. - Rename ST_APPEND to ST_APPENDREADY and ST_READ to ST_READREADY to work around namespace collision of ST_APPEND in statvfs.h on Linux. - Move device abstraction into src/stored/backends |
||
mod - src/stored/Makefile.in | Diff File | ||
mod - src/stored/acquire.c | Diff File | ||
mod - src/stored/askdir.c | Diff File | ||
add - src/stored/backends/unix_file_device.c | Diff File | ||
add - src/stored/backends/unix_file_device.h | Diff File | ||
mod - src/stored/btape.c | Diff File | ||
mod - src/stored/dev.c | Diff File | ||
mod - src/stored/dev.h | Diff File | ||
mod - src/stored/mount.c | Diff File | ||
mod - src/stored/reserve.c | Diff File | ||
mod - src/win32/stored/Makefile | Diff File | ||
add - src/win32/stored/backends/win32_file_device.c | Diff File | ||
rm - src/win32/stored/win32_file_device.c | Diff File | ||
bareos-14.2 0349eb43 2014-02-10 18:19 Ported: N/A Details Diff |
Fix check of array value. | ||
mod - src/stored/bsr.c | Diff File | ||
bareos-13.2 82c215f6 2014-02-10 18:19 Ported: N/A Details Diff |
Fix check of array value. | ||
mod - src/stored/bsr.c | Diff File | ||
bareos-12.4 42d4ac1c 2014-02-10 18:19 Ported: N/A Details Diff |
Fix check of array value. | ||
mod - src/stored/bsr.c | Diff File | ||
bareos-14.2 1c43405c 2014-02-10 18:17 Ported: N/A Details Diff |
Fix leaked file descriptor on error path. | ||
mod - src/dird/fd_cmds.c | Diff File | ||
bareos-13.2 42c2a9ed 2014-02-10 18:17 Ported: N/A Details Diff |
Fix leaked file descriptor on error path. | ||
mod - src/dird/fd_cmds.c | Diff File | ||
bareos-12.4 c08bc38d 2014-02-10 18:17 Ported: N/A Details Diff |
Fix leaked file descriptor on error path. | ||
mod - src/dird/fd_cmds.c | Diff File | ||
bareos-14.2 56f052d2 2014-02-10 18:14 Ported: N/A Details Diff |
Only free a vollist when we have one. | ||
mod - src/dird/ua_label.c | Diff File | ||
bareos-13.2 b17d6477 2014-02-10 18:14 Ported: N/A Details Diff |
Only free a vollist when we have one. | ||
mod - src/dird/ua_label.c | Diff File | ||
bareos-12.4 0c386e2c 2014-02-10 18:14 Ported: N/A Details Diff |
Only free a vollist when we have one. | ||
mod - src/dird/ua_label.c | Diff File | ||
bareos-14.2 35462969 2014-02-10 18:11 Ported: N/A Details Diff |
Protect all access to dcr->job_spool_size via dcr->dev->spool_mutex | ||
mod - src/stored/spool.c | Diff File | ||
bareos-13.2 aba58ec7 2014-02-10 18:11 Ported: N/A Details Diff |
Protect all access to dcr->job_spool_size via dcr->dev->spool_mutex | ||
mod - src/stored/spool.c | Diff File | ||
bareos-12.4 378a1751 2014-02-10 18:11 Ported: N/A Details Diff |
Protect all access to dcr->job_spool_size via dcr->dev->spool_mutex | ||
mod - src/stored/spool.c | Diff File | ||
bareos-14.2 0a4fc0cc 2014-02-10 17:56 Ported: N/A Details Diff |
Fix typos. | ||
mod - src/filed/restore.c | Diff File | ||
mod - src/stored/stored_conf.c | Diff File | ||
bareos-13.2 0a3d8db1 2014-02-10 17:56 Ported: N/A Details Diff |
Fix typos. | ||
mod - src/filed/restore.c | Diff File | ||
mod - src/stored/stored_conf.c | Diff File | ||
bareos-14.2 8cf63519 2014-02-10 17:47 Ported: N/A Details Diff |
Fix some missing break statements. | ||
mod - src/cats/sql.c | Diff File | ||
mod - src/lib/crypto_openssl.c | Diff File | ||
mod - src/stored/status.c | Diff File | ||
bareos-13.2 f87c0288 2014-02-10 17:47 Ported: N/A Details Diff |
Fix some missing break statements. | ||
mod - src/cats/sql.c | Diff File | ||
mod - src/lib/crypto_openssl.c | Diff File | ||
mod - src/stored/status.c | Diff File | ||
bareos-14.2 9293821d 2014-02-10 17:37 Ported: N/A Details Diff |
Fix leaked dl_handle. | ||
mod - src/cats/cats_dynamic.c | Diff File | ||
bareos-13.2 2b0aed8f 2014-02-10 17:37 Ported: N/A Details Diff |
Fix leaked dl_handle. | ||
mod - src/cats/cats_dynamic.c | Diff File | ||
bareos-12.4 cb6666b8 2014-02-10 17:37 Ported: N/A Details Diff |
Fix leaked dl_handle. | ||
mod - src/cats/cats_dynamic.c | Diff File | ||
bareos-14.2 1e0e4ab9 2014-02-07 11:14 Committer: mvwieringen Ported: N/A Details Diff |
added Coverity Scan to travis see https://scan.coverity.com/ Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - .travis.yml | Diff File | ||
bareos-14.2 b1379b07 2014-02-03 17:55 Ported: N/A Details Diff |
Allow updates from Bacula 2.x to Bareos. Now that we have a smart database update script we can add the other database conversion scripts and allow a user to update his database also from an older Bacula version. (2.0 is what we cut off with the client so also for the server it makes sense to not support anything older.) |
||
add - src/cats/ddl/updates/mysql.10_11.sql | Diff File | ||
add - src/cats/ddl/updates/mysql.11_12.sql | Diff File | ||
add - src/cats/ddl/updates/mysql.12_14.sql | Diff File | ||
add - src/cats/ddl/updates/postgresql.10_11.sql | Diff File | ||
add - src/cats/ddl/updates/postgresql.11_12.sql | Diff File | ||
add - src/cats/ddl/updates/postgresql.12_14.sql | Diff File | ||
add - src/cats/ddl/updates/sqlite3.10_11.sql | Diff File | ||
add - src/cats/ddl/updates/sqlite3.11_12.sql | Diff File | ||
add - src/cats/ddl/updates/sqlite3.12_14.sql | Diff File | ||
bareos-13.2 746f93d6 2014-02-03 17:55 Ported: N/A Details Diff |
Allow updates from Bacula 2.x to Bareos. Now that we have a smart database update script we can add the other database conversion scripts and allow a user to update his database also from an older Bacula version. (2.0 is what we cut off with the client so also for the server it makes sense to not support anything older.) |
||
add - src/cats/ddl/updates/mysql.10_11.sql | Diff File | ||
add - src/cats/ddl/updates/mysql.11_12.sql | Diff File | ||
add - src/cats/ddl/updates/mysql.12_14.sql | Diff File | ||
add - src/cats/ddl/updates/postgresql.10_11.sql | Diff File | ||
add - src/cats/ddl/updates/postgresql.11_12.sql | Diff File | ||
add - src/cats/ddl/updates/postgresql.12_14.sql | Diff File | ||
add - src/cats/ddl/updates/sqlite3.10_11.sql | Diff File | ||
add - src/cats/ddl/updates/sqlite3.11_12.sql | Diff File | ||
add - src/cats/ddl/updates/sqlite3.12_14.sql | Diff File | ||
bareos-14.2 a08a3d3d 2014-02-03 15:43 Ported: N/A Details Diff |
Update README.md | ||
mod - README.md | Diff File |