Changesets: bareos

master fee1f087

2014-08-22 17:36

mvwieringen

Ported: N/A

Details Diff
Try to create a buffer big enough for the query to fit in.

This way Mmsg doesn't have to reallocate the buffer trying to fit the
whole query into the query buffer.
mod - src/dird/dird.c Diff File

master 88003c62

2014-08-22 16:41

Marco van Wieringen

Ported: N/A

Details Diff
Revert removal of POOL_MEM::max_size method.
mod - src/dird/bsr.c Diff File
mod - src/lib/mem_pool.c Diff File
mod - src/lib/mem_pool.h Diff File
mod - src/lib/message.c Diff File

master 174282db

2014-08-22 14:41

mvwieringen

Ported: N/A

Details Diff
Revert removal of POOL_MEM::max_size method.
mod - src/dird/bsr.c Diff File
mod - src/lib/mem_pool.c Diff File
mod - src/lib/mem_pool.h Diff File
mod - src/lib/message.c Diff File

master ac7612e1

2014-08-22 14:41

mvwieringen

Ported: N/A

Details Diff
Revert removal of POOL_MEM::max_size method.
mod - src/dird/bsr.c Diff File
mod - src/lib/mem_pool.c Diff File
mod - src/lib/mem_pool.h Diff File
mod - src/lib/message.c Diff File

bareos-14.2 f9d54c65

2014-08-22 14:41

mvwieringen

Ported: N/A

Details Diff
Revert removal of POOL_MEM::max_size method.
mod - src/dird/bsr.c Diff File
mod - src/lib/mem_pool.c Diff File
mod - src/lib/mem_pool.h Diff File
mod - src/lib/message.c Diff File

master de8d6ec2

2014-08-22 12:18

Marco van Wieringen

Ported: N/A

Details Diff
Sync LMDB code.
mod - src/lmdb/lmdb.h Diff File
mod - src/lmdb/mdb.c Diff File
mod - src/lmdb/midl.c Diff File
mod - src/lmdb/midl.h Diff File

master afcfc282

2014-08-22 10:18

mvwieringen

Ported: N/A

Details Diff
Sync LMDB code.
mod - src/lmdb/lmdb.h Diff File
mod - src/lmdb/mdb.c Diff File
mod - src/lmdb/midl.c Diff File
mod - src/lmdb/midl.h Diff File

bareos-14.2 484ed98c

2014-08-22 10:18

mvwieringen

Ported: N/A

Details Diff
Sync LMDB code.
mod - src/lmdb/lmdb.h Diff File
mod - src/lmdb/mdb.c Diff File
mod - src/lmdb/midl.c Diff File
mod - src/lmdb/midl.h Diff File

master 50226b4c

2014-08-21 23:39

Marco van Wieringen

Ported: N/A

Details Diff
Bump version date.
mod - src/include/version.h Diff File

master 2303ecf8

2014-08-21 23:28

Marco van Wieringen

Ported: N/A

Details Diff
Fix typo.
mod - src/dird/ndmp_dma.c Diff File

master 02fae0b7

2014-08-21 21:39

mvwieringen

Ported: N/A

Details Diff
Bump version date.
mod - src/include/version.h Diff File

master 36335850

2014-08-21 21:28

mvwieringen

Ported: N/A

Details Diff
Fix typo.
mod - src/dird/ndmp_dma.c Diff File

master 68c8df0e

2014-08-21 19:24

Marco van Wieringen

Ported: N/A

Details Diff
Don't save filehist for NDMP backup when requested.

Some NDMP implementations send their FILEHIST information in an out of
order way which we currently don't handle fully correct so allow the user
to set a config option to allow not to save the FILEHIST only count the
files and directories saved.
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/dird/ndmp_dma.c Diff File

master 044ea068

2014-08-21 19:23

Marco van Wieringen

Ported: N/A

Details Diff
Add some safeguards.

Add some safeguards against running a Native Backup Job on NDMP client
or storage.

Fixes 0000329: Add some safeguards against running a Native Backup Job on
NDMP client or storage.
mod - src/dird/backup.c Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/ndmp_dma.c Diff File
mod - src/dird/protos.h Diff File

bareos-13.2 519ce8a1

2014-08-21 19:23

Marco van Wieringen

Ported: N/A

Details Diff
Add some safeguards.

Add some safeguards against running a Native Backup Job on NDMP client
or storage.

Fixes 0000329: Add some safeguards against running a Native Backup Job on
NDMP client or storage.
mod - src/dird/backup.c Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/ndmp_dma.c Diff File
mod - src/dird/protos.h Diff File

master b0b9bcfc

2014-08-21 17:24

mvwieringen

Ported: N/A

Details Diff
Don't save filehist for NDMP backup when requested.

Some NDMP implementations send their FILEHIST information in an out of
order way which we currently don't handle fully correct so allow the user
to set a config option to allow not to save the FILEHIST only count the
files and directories saved.
Affected Issues
0000330
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/dird/ndmp_dma.c Diff File

bareos-14.2 cd1b8079

2014-08-21 17:24

mvwieringen

Ported: N/A

Details Diff
Don't save filehist for NDMP backup when requested.

Some NDMP implementations send their FILEHIST information in an out of
order way which we currently don't handle fully correct so allow the user
to set a config option to allow not to save the FILEHIST only count the
files and directories saved.
Affected Issues
0000330
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/dird/ndmp_dma.c Diff File

master 338c03a8

2014-08-21 17:23

mvwieringen

Ported: N/A

Details Diff
Add some safeguards.

Add some safeguards against running a Native Backup Job on NDMP client
or storage.

Fixes 0000329: Add some safeguards against running a Native Backup Job on
NDMP client or storage.
Affected Issues
0000329
mod - src/dird/backup.c Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/ndmp_dma.c Diff File
mod - src/dird/protos.h Diff File

bareos-14.2 246223e6

2014-08-21 17:23

mvwieringen

Ported: N/A

Details Diff
Add some safeguards.

Add some safeguards against running a Native Backup Job on NDMP client
or storage.

Fixes 0000329: Add some safeguards against running a Native Backup Job on
NDMP client or storage.
Affected Issues
0000329
mod - src/dird/backup.c Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/ndmp_dma.c Diff File
mod - src/dird/protos.h Diff File

bareos-13.2 f49380e8

2014-08-21 17:23

mvwieringen

Ported: N/A

Details Diff
Add some safeguards.

Add some safeguards against running a Native Backup Job on NDMP client
or storage.

Fixes 0000329: Add some safeguards against running a Native Backup Job on
NDMP client or storage.
Affected Issues
0000329
mod - src/dird/backup.c Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/ndmp_dma.c Diff File
mod - src/dird/protos.h Diff File

master ff1287e1

2014-08-20 20:56

Marco van Wieringen

Ported: N/A

Details Diff
Like with MD5 only use SHA1 implementation as fallback.

Like what we have done with MD5 the SHA1 implementation included is only
used on platforms where we cannot (or do not want) to use the openssl
SHA1 implementation. We include the right include file via the sha1.h
header. We also no longer build the test sha1sum program as the new SHA1
has no test program buildin anymore.
mod - src/lib/Makefile.in Diff File
mod - src/lib/md5.c Diff File
mod - src/lib/sha1.c Diff File
mod - src/lib/sha1.h Diff File

master 79badd52

2014-08-20 18:56

mvwieringen

Ported: N/A

Details Diff
Like with MD5 only use SHA1 implementation as fallback.

Like what we have done with MD5 the SHA1 implementation included is only
used on platforms where we cannot (or do not want) to use the openssl
SHA1 implementation. We include the right include file via the sha1.h
header. We also no longer build the test sha1sum program as the new SHA1
has no test program buildin anymore.
mod - src/lib/Makefile.in Diff File
mod - src/lib/md5.c Diff File
mod - src/lib/sha1.c Diff File
mod - src/lib/sha1.h Diff File

bareos-14.2 af3a96ff

2014-08-20 18:56

mvwieringen

Ported: N/A

Details Diff
Like with MD5 only use SHA1 implementation as fallback.

Like what we have done with MD5 the SHA1 implementation included is only
used on platforms where we cannot (or do not want) to use the openssl
SHA1 implementation. We include the right include file via the sha1.h
header. We also no longer build the test sha1sum program as the new SHA1
has no test program buildin anymore.
mod - src/lib/Makefile.in Diff File
mod - src/lib/md5.c Diff File
mod - src/lib/sha1.c Diff File
mod - src/lib/sha1.h Diff File

master ab1eb37a

2014-08-20 18:33

Joerg Steffens


Committer: Marco van Wieringen

Ported: N/A

Details Diff
adapted copyright information for SHA and MD5

The SHA and MD5 have been replaced by public domain versions.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - LICENSE Diff File
mod - debian/copyright.footer Diff File

master b61b995d

2014-08-20 16:33

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
adapted copyright information for SHA and MD5

The SHA and MD5 have been replaced by public domain versions.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - LICENSE Diff File
mod - debian/copyright.footer Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 567 568 569 570 571 572 573 ... 600 ... 641 642 643  Next  Last