Changesets: bareos

master 1e42c890

2013-12-23 16:50

joergs


Committer: pstorz

Ported: N/A

Details Diff
added depency to openssl

bareos-config call openssl to generate passwords.
This patch added the package depency to openssl.

Fixes 0000262: debian packages missing openssl dependency
Affected Issues
0000262
mod - debian/control Diff File
mod - platforms/packaging/bareos.spec Diff File

master 6cae3b46

2013-12-23 16:41

pstorz

Ported: N/A

Details Diff
Fixed build problem on centos5/rhel5

We had a packaging problem on those dists
as the python scripts are intalled during
make install but not packaged.

now we remove them in those dists.
mod - platforms/packaging/bareos.spec Diff File

bareos-13.2 a70f483b

2013-12-23 16:31

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Added Univention 3.2 Support
mod - README.md Diff File
add - platforms/packaging/bareos-Univention_3.2.dsc Diff File

master 15cb99ff

2013-12-23 16:31

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Added Univention 3.2 Support
mod - README.md Diff File
add - platforms/packaging/bareos-Univention_3.2.dsc Diff File

master 30ae9f4f

2013-12-23 15:31

pstorz

Ported: N/A

Details Diff
Added Univention 3.2 Support
mod - README.md Diff File
add - platforms/packaging/bareos-Univention_3.2.dsc Diff File

bareos-13.2 8be412d3

2013-12-23 15:31

pstorz

Ported: N/A

Details Diff
Added Univention 3.2 Support
mod - README.md Diff File
add - platforms/packaging/bareos-Univention_3.2.dsc Diff File

master fbb4d1c3

2013-12-20 14:45

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Cleanup .dsc files
mod - platforms/packaging/bareos-Debian_6.0.dsc Diff File
mod - platforms/packaging/bareos-Debian_7.0.dsc Diff File
mod - platforms/packaging/bareos-Univention_3.1.dsc Diff File
mod - platforms/packaging/bareos-xUbuntu_10.04.dsc Diff File
mod - platforms/packaging/bareos-xUbuntu_12.04.dsc Diff File

master 510a8cb5

2013-12-20 13:45

pstorz

Ported: N/A

Details Diff
Cleanup .dsc files
mod - platforms/packaging/bareos-Debian_6.0.dsc Diff File
mod - platforms/packaging/bareos-Debian_7.0.dsc Diff File
mod - platforms/packaging/bareos-Univention_3.1.dsc Diff File
mod - platforms/packaging/bareos-xUbuntu_10.04.dsc Diff File
mod - platforms/packaging/bareos-xUbuntu_12.04.dsc Diff File

master 41eca748

2013-12-20 11:20

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
python plugins now also for debian based dists

now we also build python plugin package for
.deb based distributions.

Now the makefiles of the plugins do install
the plugin itself and the basic *.py files.
mod - debian/bareos-director.install Diff File
mod - debian/bareos-filedaemon.install Diff File
mod - debian/bareos-storage.install Diff File
mod - debian/control Diff File
mod - debian/rules Diff File
mod - platforms/packaging/bareos-Debian_7.0.dsc Diff File
mod - platforms/packaging/bareos.spec Diff File
mod - src/plugins/dird/Makefile.in Diff File
mod - src/plugins/filed/Makefile.in Diff File
mod - src/plugins/stored/Makefile.in Diff File

master 74ca05f1

2013-12-20 10:20

pstorz

Ported: N/A

Details Diff
python plugins now also for debian based dists

now we also build python plugin package for
.deb based distributions.

Now the makefiles of the plugins do install
the plugin itself and the basic *.py files.
mod - debian/bareos-director.install Diff File
mod - debian/bareos-filedaemon.install Diff File
mod - debian/bareos-storage.install Diff File
mod - debian/control Diff File
mod - debian/rules Diff File
mod - platforms/packaging/bareos-Debian_7.0.dsc Diff File
mod - platforms/packaging/bareos.spec Diff File
mod - src/plugins/dird/Makefile.in Diff File
mod - src/plugins/filed/Makefile.in Diff File
mod - src/plugins/stored/Makefile.in Diff File

bareos-13.2 87213556

2013-12-19 16:40

Marco van Wieringen

Ported: N/A

Details Diff
Fix indent.
mod - src/dird/ua_select.c Diff File

master 40368e97

2013-12-19 16:40

Marco van Wieringen

Ported: N/A

Details Diff
Fix indent.
mod - src/dird/ua_select.c Diff File

master ab03ec56

2013-12-19 15:40

mvwieringen

Ported: N/A

Details Diff
Fix indent.
mod - src/dird/ua_select.c Diff File

bareos-13.2 cb17833d

2013-12-19 15:40

mvwieringen

Ported: N/A

Details Diff
Fix indent.
mod - src/dird/ua_select.c Diff File

bareos-13.2 a46d8e9a

2013-12-18 13:34

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Fixed wrong handling of cancel command

Fixes 0000261: cancel all" crashs often director
mod - src/dird/ua_select.c Diff File

bareos-13.2 84439d8c

2013-12-18 12:34

pstorz

Ported: N/A

Details Diff
Fixed wrong handling of cancel command

Fixes 0000261: cancel all" crashs often director
Affected Issues
0000261
mod - src/dird/ua_select.c Diff File

master 2dd77631

2013-12-18 12:34

pstorz

Ported: N/A

Details Diff
Fixed wrong handling of cancel command

Fixes 0000261: cancel all" crashs often director
Affected Issues
0000261
mod - src/dird/ua_select.c Diff File

master 9c92773e

2013-12-17 18:11

Andre Noll


Committer: Marco van Wieringen

Ported: N/A

Details Diff
lib/parse_conf.c: Don't segfault on parse errors.

During daemon startup, parse_config() calls lex_open_file() which
returns a pointer to an initialized LEX structure on success or a
NULL pointer on failure, for example because the given config file
does not exist.

In the error case parse_config() allocates a LEX structure of its own
and initializes it with zeroes. In particular, this sets its POOLMEM
pointer ->str to NULL. Since ->str is used as the destination for
bstrncpy() a few lines later, a NULL pointer dereference results:

==2957== Memcheck, a memory error detector
==2957== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
==2957== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
==2957== Command: /usr/local/bareos/sbin/bareos-dir -t
==2957==
==2957== Invalid write of size 1
==2957== at 0x4C2C2F7: __GI_strncpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==2957== by 0x56AB800: bstrncpy(char*, char const*, int) (bsys.c:175)
==2957== by 0x547E1EF: CONFIG::parse_config() (parse_conf.c:281)
==2957== by 0x40C5BA: main (dird.c:282)
==2957== Address 0x0 is not stack'd, malloc'd or (recently) free'd
==2957==

This patch avoids the NULL pointer dereference by using the local cf
variable instead of trying to create a copy.

This bug was probably introduced in commit 12a0fdd0 (Config engine
redesign Phase 1) a few months back, since the unpatched code would
work fine if ->str was an array, and 12a0fdd0 changed the type from
array to pointer:

- char str[MAXSTRING]; /* string being scanned */
+ POOLMEM *str; /* string being scanned */

Signed-off-by: Philipp Storz <philipp.storz@bareos.com>
mod - src/lib/parse_conf.c Diff File

master fbd5480a

2013-12-17 17:11

Andre Noll


Committer: pstorz

Ported: N/A

Details Diff
lib/parse_conf.c: Don't segfault on parse errors.

During daemon startup, parse_config() calls lex_open_file() which
returns a pointer to an initialized LEX structure on success or a
NULL pointer on failure, for example because the given config file
does not exist.

In the error case parse_config() allocates a LEX structure of its own
and initializes it with zeroes. In particular, this sets its POOLMEM
pointer ->str to NULL. Since ->str is used as the destination for
bstrncpy() a few lines later, a NULL pointer dereference results:

==2957== Memcheck, a memory error detector
==2957== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
==2957== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
==2957== Command: /usr/local/bareos/sbin/bareos-dir -t
==2957==
==2957== Invalid write of size 1
==2957== at 0x4C2C2F7: __GI_strncpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==2957== by 0x56AB800: bstrncpy(char*, char const*, int) (bsys.c:175)
==2957== by 0x547E1EF: CONFIG::parse_config() (parse_conf.c:281)
==2957== by 0x40C5BA: main (dird.c:282)
==2957== Address 0x0 is not stack'd, malloc'd or (recently) free'd
==2957==

This patch avoids the NULL pointer dereference by using the local cf
variable instead of trying to create a copy.

This bug was probably introduced in commit 12a0fdd0 (Config engine
redesign Phase 1) a few months back, since the unpatched code would
work fine if ->str was an array, and 12a0fdd0 changed the type from
array to pointer:

- char str[MAXSTRING]; /* string being scanned */
+ POOLMEM *str; /* string being scanned */

Signed-off-by: Philipp Storz <philipp.storz@bareos.com>
mod - src/lib/parse_conf.c Diff File

master b8292a5e

2013-12-13 17:23

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Fix for SLES

Fixed spec file to also build for SLES
mod - platforms/packaging/bareos.spec Diff File

master 714fcb27

2013-12-13 16:23

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Fixed disappeared status message

somehow we lost the status output when the console
connects to the director.

This is now readded, thanks to Olivier DELESTRE for
finding this problem.
mod - src/console/console.c Diff File

master b4d81dba

2013-12-13 16:23

pstorz

Ported: N/A

Details Diff
Fix for SLES

Fixed spec file to also build for SLES
mod - platforms/packaging/bareos.spec Diff File

master fcbdd16d

2013-12-13 15:35

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
also package .pyc and .pyo files

On rh/centos/fedora we now also package
the .pyc and .pyo files
mod - platforms/packaging/bareos.spec Diff File

master 36284bfc

2013-12-13 15:23

pstorz

Ported: N/A

Details Diff
Fixed disappeared status message

somehow we lost the status output when the console
connects to the director.

This is now readded, thanks to Olivier DELESTRE for
finding this problem.
mod - src/console/console.c Diff File

master 064e712c

2013-12-13 14:35

pstorz

Ported: N/A

Details Diff
also package .pyc and .pyo files

On rh/centos/fedora we now also package
the .pyc and .pyo files
mod - platforms/packaging/bareos.spec Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 627 628 629 630 631 632 633 ... 666 667 668  Next  Last