Changesets: bareos

master 3bdfdd8f

2013-11-28 21:40

Marco van Wieringen

Ported: N/A

Details Diff
Add support for setting allowed cns for passive mode.

Fixes 0000257: When using passive mode and TLS using NAT the verify peer mode will fail.
mod - src/filed/authenticate.c Diff File
mod - src/filed/filed_conf.c Diff File
mod - src/filed/filed_conf.h Diff File

bareos-13.2 52acbfbc

2013-11-28 20:40

mvwieringen

Ported: N/A

Details Diff
Add support for setting allowed cns for passive mode.

Fixes 0000257: When using passive mode and TLS using NAT the verify peer mode will fail.
Affected Issues
0000257
mod - src/filed/authenticate.c Diff File
mod - src/filed/filed_conf.c Diff File
mod - src/filed/filed_conf.h Diff File

master 3901288d

2013-11-28 20:40

mvwieringen

Ported: N/A

Details Diff
Add support for setting allowed cns for passive mode.

Fixes 0000257: When using passive mode and TLS using NAT the verify peer mode will fail.
Affected Issues
0000257
mod - src/filed/authenticate.c Diff File
mod - src/filed/filed_conf.c Diff File
mod - src/filed/filed_conf.h Diff File

master c4828756

2013-11-28 12:24

Marco van Wieringen

Ported: N/A

Details Diff
Fix naming typo.
mod - src/plugins/stored/autoxflate-sd.c Diff File
mod - src/stored/sd_plugins.c Diff File
mod - src/stored/sd_plugins.h Diff File

master 4e4341eb

2013-11-28 11:24

mvwieringen

Ported: N/A

Details Diff
Fix naming typo.
mod - src/plugins/stored/autoxflate-sd.c Diff File
mod - src/stored/sd_plugins.c Diff File
mod - src/stored/sd_plugins.h Diff File

master 3179939b

2013-11-24 23:11

Marco van Wieringen

Ported: N/A

Details Diff
Fix typo.
mod - README.md Diff File

master a593e50d

2013-11-24 23:10

Marco van Wieringen

Ported: N/A

Details Diff
Add first new stuff in 13.4.0
mod - README.md Diff File

master a3835e18

2013-11-24 23:05

Marco van Wieringen

Ported: N/A

Details Diff
Some tweaks to README.md
mod - README.md Diff File

master a8807111

2013-11-24 23:03

Marco van Wieringen

Ported: N/A

Details Diff
Add the contribution policy.
mod - README.md Diff File

master 28ef49a7

2013-11-24 22:11

mvwieringen

Ported: N/A

Details Diff
Fix typo.
mod - README.md Diff File

master 7e4e559f

2013-11-24 22:10

mvwieringen

Ported: N/A

Details Diff
Add first new stuff in 13.4.0
mod - README.md Diff File

master 5682e184

2013-11-24 22:05

mvwieringen

Ported: N/A

Details Diff
Some tweaks to README.md
mod - README.md Diff File

master 41c3d264

2013-11-24 22:03

mvwieringen

Ported: N/A

Details Diff
Add the contribution policy.
mod - README.md Diff File

master 892231df

2013-11-24 21:56

mvwieringen

Ported: N/A

Details Diff
Merge pull request 0000008 from maxmeyer/hostfix/system-install_dir3

Dependency cannot be resolved
mod - platforms/systemd/Makefile.in Diff File

master 310ef8ab

2013-11-24 19:26

Max Meyer


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Dependency cannot be resolved
mod - platforms/systemd/Makefile.in Diff File

master 91e0e3e9

2013-11-24 18:26

Max Meyer

Ported: N/A

Details Diff
Dependency cannot be resolved
mod - platforms/systemd/Makefile.in Diff File

master a003d71f

2013-11-23 16:49

Marco van Wieringen

Ported: N/A

Details Diff
Rebuild configure.
mod - configure Diff File

master 83ef4207

2013-11-23 16:44

Marco van Wieringen

Ported: N/A

Details Diff
Next to setting explicit CFLAGS also set CXXFLAGS.

As we compile everything using CXXFLAGS when its C++ we should also set
the specific CFLAGS in CXXFLAGS on some platforms.
mod - autoconf/configure.in Diff File

master 2c612a72

2013-11-23 15:49

mvwieringen

Ported: N/A

Details Diff
Rebuild configure.
mod - configure Diff File

master 1a074319

2013-11-23 15:44

mvwieringen

Ported: N/A

Details Diff
Next to setting explicit CFLAGS also set CXXFLAGS.

As we compile everything using CXXFLAGS when its C++ we should also set
the specific CFLAGS in CXXFLAGS on some platforms.
mod - autoconf/configure.in Diff File

bareos-13.2 a586203b

2013-11-15 22:43

Marco van Wieringen

Ported: N/A

Details Diff
Some filesystems violate against the POSIX rules.

when backing up a filesystem mounted to a linux host via ntfs, we get an
assertion error:

backup-sd-fd: bfile.c:1031-0 open file
/bacula-mounts/INEZ/part2/Users/<username>/AppData/Local/Packages/WinStore_cw5n1h2txyewy/AC/Microsoft/Windows
Store/Cache/0/0-Featured-https∺∯∯next-services.apps.microsoft.com∯browse∯6.2.9200-1∯667∯c∯DE∯Featured∯10895826.dat
backup-sd-fd: backup.c:983-0 Send data to SD len=6552
backup-sd-fd: find_one.c:756-0 Failed ASSERT: name_max+1 >
(int)sizeof(struct dirent) + (int)NAMELEN(entry)

Fixes 0000250: bareos-fd asserts when reading a file from ntfs volume mounted on linux
mod - src/findlib/find_one.c Diff File

master f5eb37de

2013-11-15 22:43

Marco van Wieringen

Ported: N/A

Details Diff
Some filesystems violate against the POSIX rules.

when backing up a filesystem mounted to a linux host via ntfs, we get an
assertion error:

backup-sd-fd: bfile.c:1031-0 open file
/bacula-mounts/INEZ/part2/Users/<username>/AppData/Local/Packages/WinStore_cw5n1h2txyewy/AC/Microsoft/Windows
Store/Cache/0/0-Featured-https∺∯∯next-services.apps.microsoft.com∯browse∯6.2.9200-1∯667∯c∯DE∯Featured∯10895826.dat
backup-sd-fd: backup.c:983-0 Send data to SD len=6552
backup-sd-fd: find_one.c:756-0 Failed ASSERT: name_max+1 >
(int)sizeof(struct dirent) + (int)NAMELEN(entry)

Fixes 250: bareos-fd asserts when reading a file from ntfs volume mounted on linux
mod - src/findlib/find_one.c Diff File

master ed6f7276

2013-11-15 21:43

mvwieringen

Ported: N/A

Details Diff
Some filesystems violate against the POSIX rules.

when backing up a filesystem mounted to a linux host via ntfs, we get an
assertion error:

backup-sd-fd: bfile.c:1031-0 open file
/bacula-mounts/INEZ/part2/Users/<username>/AppData/Local/Packages/WinStore_cw5n1h2txyewy/AC/Microsoft/Windows
Store/Cache/0/0-Featured-https∺∯∯next-services.apps.microsoft.com∯browse∯6.2.9200-1∯667∯c∯DE∯Featured∯10895826.dat
backup-sd-fd: backup.c:983-0 Send data to SD len=6552
backup-sd-fd: find_one.c:756-0 Failed ASSERT: name_max+1 >
(int)sizeof(struct dirent) + (int)NAMELEN(entry)

Fixes 250: bareos-fd asserts when reading a file from ntfs volume mounted on linux
Affected Issues
0000250
mod - src/findlib/find_one.c Diff File

bareos-13.2 d330f872

2013-11-15 21:43

mvwieringen

Ported: N/A

Details Diff
Some filesystems violate against the POSIX rules.

when backing up a filesystem mounted to a linux host via ntfs, we get an
assertion error:

backup-sd-fd: bfile.c:1031-0 open file
/bacula-mounts/INEZ/part2/Users/<username>/AppData/Local/Packages/WinStore_cw5n1h2txyewy/AC/Microsoft/Windows
Store/Cache/0/0-Featured-https∺∯∯next-services.apps.microsoft.com∯browse∯6.2.9200-1∯667∯c∯DE∯Featured∯10895826.dat
backup-sd-fd: backup.c:983-0 Send data to SD len=6552
backup-sd-fd: find_one.c:756-0 Failed ASSERT: name_max+1 >
(int)sizeof(struct dirent) + (int)NAMELEN(entry)

Fixes 0000250: bareos-fd asserts when reading a file from ntfs volume mounted on linux
Affected Issues
0000250
mod - src/findlib/find_one.c Diff File

bareos-12.4 3ac87d3a

2013-11-15 21:43

mvwieringen

Ported: N/A

Details Diff
Some filesystems violate against the POSIX rules.

when backing up a filesystem mounted to a linux host via ntfs, we get an
assertion error:

backup-sd-fd: bfile.c:1031-0 open file
/bacula-mounts/INEZ/part2/Users/<username>/AppData/Local/Packages/WinStore_cw5n1h2txyewy/AC/Microsoft/Windows
Store/Cache/0/0-Featured-https∺∯∯next-services.apps.microsoft.com∯browse∯6.2.9200-1∯667∯c∯DE∯Featured∯10895826.dat
backup-sd-fd: backup.c:983-0 Send data to SD len=6552
backup-sd-fd: find_one.c:756-0 Failed ASSERT: name_max+1 >
(int)sizeof(struct dirent) + (int)NAMELEN(entry)

Fixes 0000250: bareos-fd asserts when reading a file from ntfs volume mounted on linux
Affected Issues
0000250
mod - src/findlib/find_one.c Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 633 634 635 636 637 638 639 ... 669 670 671  Next  Last