Changesets: bareos

master 8185b9c6

2015-05-29 15:44

pstorz

Ported: N/A

Details Diff
switch to bareos-addon package

We now have a bareos-addon rpm package
that contains everything from the bareos-addons
repo
mod - platforms/win32/winbareos-nsi.spec Diff File
mod - platforms/win32/winbareos32.spec Diff File
mod - platforms/win32/winbareos64.spec Diff File

bareos-14.2 e2e32f4e

2015-05-29 15:44

pstorz


Committer: joergs

Ported: N/A

Details Diff
switch to bareos-addon package

We now have a bareos-addon rpm package
that contains everything from the bareos-addons
repo
mod - platforms/win32/winbareos-nsi.spec Diff File
mod - platforms/win32/winbareos32.spec Diff File
mod - platforms/win32/winbareos64.spec Diff File

master 044a81ef

2015-05-28 23:34

mvwieringen

Ported: N/A

Details Diff
OpenSSL deprecated SSLv23_method so use TLS_method

For OpenSSL version 1.1.0 and higher the SSLv23_method() is deprecated
and one should use TLS_method() e.g. not TLSv1*_method as we did before.
mod - src/lib/tls_openssl.c Diff File

bareos-14.2 91d9ffe5

2015-05-28 23:34

mvwieringen

Ported: N/A

Details Diff
OpenSSL deprecated SSLv23_method so use TLS_method

For OpenSSL version 1.1.0 and higher the SSLv23_method() is deprecated
and one should use TLS_method() e.g. not TLSv1*_method as we did before.
mod - src/lib/tls_openssl.c Diff File

bareos-13.2 b383d5e1

2015-05-28 23:34

mvwieringen

Ported: N/A

Details Diff
OpenSSL deprecated SSLv23_method so use TLS_method

For OpenSSL version 1.1.0 and higher the SSLv23_method() is deprecated
and one should use TLS_method() e.g. not TLSv1*_method as we did before.
mod - src/lib/tls_openssl.c Diff File

bareos-12.4 4e291785

2015-05-28 23:34

mvwieringen

Ported: N/A

Details Diff
OpenSSL deprecated SSLv23_method so use TLS_method

For OpenSSL version 1.1.0 and higher the SSLv23_method() is deprecated
and one should use TLS_method() e.g. not TLSv1*_method as we did before.
mod - src/lib/tls.c Diff File

master f5a6f469

2015-05-28 17:31

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
also package bregtest.exe
mod - platforms/win32/winbareos32.spec Diff File
mod - platforms/win32/winbareos64.spec Diff File
mod - src/win32/tests/Makefile Diff File

master b08afa29

2015-05-28 17:19

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Fix "Message too long to display." on Windows

We now define HAVE_VA_COPY on windows so that we do not
get the "Message too long to display." during long output
on windows, especially on "status scheduler".
mod - src/win32/compat/include/compat.h Diff File

master 652de0b1

2015-05-28 11:55

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
traymonitor: compile fix for usage message
mod - src/qt-tray-monitor/tray-monitor.cpp Diff File

bareos-14.2 7a13e02a

2015-05-27 18:17

joergs

Ported: N/A

Details Diff
Update NLS files.
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 ec469fb5

2015-05-27 18:14

joergs

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 9998d541

2015-05-26 22:05

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
Tweak help commands

The output of the help and .help command have been handled differently.
The usage descriptions contain line breaks and tabs.

However, the output of the .help command must be machine parseable,
so these characters are removed during runtime.

For the api modes, these characters should also be removed.
Therefore the parameter "wrap" have been added to the
OUTPUT_FORMATTER::object_key_value function,
with following meanings:
* wrap < 0: no modification
* wrap = 0: single line
* wrap > 0: wrap line after x characters (if api==0)
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_dotcmds.c Diff File
mod - src/lib/output_formatter.c Diff File
mod - src/lib/output_formatter.h Diff File

master db143d69

2015-05-26 17:45

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
added cmd "list filesets"
mod - src/cats/protos.h Diff File
mod - src/cats/sql_list.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_output.c Diff File

master a6dd4ffd

2015-05-26 14:51

joergs

Ported: N/A

Details Diff
remove configuration item RunACL

This ACL have never been used, so can can safely be removed.
mod - src/dird/dird_conf.c Diff File

master 02fa72ad

2015-05-26 14:32

joergs

Ported: N/A

Details Diff
Fix json structure in schema export

datatype is a top level object and not a sub object of resource.
mod - src/dird/dird_conf.c Diff File

master b1bd2bbf

2015-05-26 00:18

mvwieringen

Ported: N/A

Details Diff
Print ALIST_STR, ALIST_DIR and PLUGIN_NAMES as quoted strings.

Update config pretty printer to print certain config types as quoted
strings and not as unquoted ones. This makes things more failsafe if
we use the printed config as input for the actual config eventually.
mod - src/lib/res.c Diff File

bareos-14.2 747dcc41

2015-05-26 00:18

mvwieringen


Committer: joergs

Ported: N/A

Details Diff
Print ALIST_STR, ALIST_DIR and PLUGIN_NAMES as quoted strings.

Update config pretty printer to print certain config types as quoted
strings and not as unquoted ones. This makes things more failsafe if
we use the printed config as input for the actual config eventually.
mod - src/lib/res.c Diff File

master dfcf1dfc

2015-05-25 18:27

mvwieringen

Ported: N/A

Details Diff
Rebuild configure.
mod - configure Diff File

master 46035303

2015-05-25 18:23

mvwieringen

Ported: N/A

Details Diff
Change configure logic to return yes or no.

In no other check we use AC_MSG_WARN so lets also not use it for the
cmocka tests.
mod - autoconf/configure.in Diff File

master 6f1a9d00

2015-05-24 01:05

mvwieringen

Ported: N/A

Details Diff
Fix compiler warning.
mod - src/stored/btape.c Diff File

master 0e4eb11d

2015-05-24 01:01

mvwieringen

Ported: N/A

Details Diff
Fix compiler warning.
mod - src/filed/verify_vol.c Diff File

bareos-14.2 88a28279

2015-05-24 01:01

mvwieringen

Ported: N/A

Details Diff
Fix compiler warning.
mod - src/filed/verify_vol.c Diff File

bareos-13.2 2e52b566

2015-05-24 01:01

mvwieringen

Ported: N/A

Details Diff
Fix compiler warning.
mod - src/filed/verify_vol.c Diff File

bareos-12.4 281462dd

2015-05-24 01:01

mvwieringen

Ported: N/A

Details Diff
Fix compiler warning.
mod - src/filed/verify_vol.c Diff File

master 9d31fd56

2015-05-22 17:43

mvwieringen

Ported: N/A

Details Diff
Rebuild configure and config.h.in
mod - autoconf/config.h.in Diff File
mod - configure Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 492 493 494 495 496 497 498 ... 540 ... 600 ... 607 608 609  Next  Last