Changesets: bareos

master de7e0d87

2014-05-02 09:55

mvwieringen

Ported: N/A

Details Diff
Storage to storage copy jobs don't work with TLS.

When both SDs think they are a TLS server the handshake will never be a
success. Now changed the code to use the initiate variable we have which
we already use to know who starts the challenge protocol. That way we
get one TLS server and one TLS client which should work much better.

Fixes 0000290: Storage to storage copy jobs don't work with TLS enabled.
Affected Issues
0000290
mod - src/dird/authenticate.c Diff File
mod - src/filed/authenticate.c Diff File
mod - src/lib/bnet.c Diff File
mod - src/stored/authenticate.c Diff File

master 2bdf5fca

2014-05-01 17:34

Marco van Wieringen

Ported: N/A

Details Diff
Switch to using a default DSC file.
rm - platforms/packaging/bareos-Debian_6.0.dsc Diff File
rm - platforms/packaging/bareos-Debian_7.0.dsc Diff File
rm - platforms/packaging/bareos-xUbuntu_10.04.dsc Diff File
rm - platforms/packaging/bareos-xUbuntu_12.04.dsc Diff File

master 7555fb9d

2014-05-01 15:34

mvwieringen

Ported: N/A

Details Diff
Switch to using a default DSC file.
rm - platforms/packaging/bareos-Debian_6.0.dsc Diff File
rm - platforms/packaging/bareos-Debian_7.0.dsc Diff File
rm - platforms/packaging/bareos-xUbuntu_10.04.dsc Diff File
rm - platforms/packaging/bareos-xUbuntu_12.04.dsc Diff File

bareos-13.2 48c33aff

2014-05-01 15:30

mvwieringen

Ported: N/A

Details Diff
Switch to using a default DSC file.
rm - platforms/packaging/bareos-Debian_7.0.dsc Diff File
rm - platforms/packaging/bareos-xUbuntu_10.04.dsc Diff File
rm - platforms/packaging/bareos-xUbuntu_12.04.dsc Diff File

playground fce362c6

2014-04-29 22:18

pstorz

Ported: N/A

Details Diff
Renamed spec according to repo name change

playground 5af3cb59

2014-04-29 19:32

joergs

Ported: N/A

Details Diff
merged
mod - platforms/debian/set_dbconfig_vars.sh.in Diff File

playground f38db1d0

2014-04-29 19:32

joergs

Ported: N/A

Details Diff
merged
mod - platforms/debian/set_dbconfig_vars.sh.in Diff File
add - platforms/packaging/bareos-RHEL-4.spec Diff File
mod - src/dird/dird.c Diff File

playground 5f755a48

2014-04-29 19:28

joergs

Ported: N/A

Details Diff
show error messages to give user a hint
mod - src/cats/create_bareos_database.in Diff File

playground 4c41e508

2014-04-29 19:28

joergs

Ported: N/A

Details Diff
set dbtype, required for Ubuntu 10.04
mod - platforms/debian/set_dbconfig_vars.sh.in Diff File

bareos-13.2 79635d8c

2014-04-29 16:12

joergs

Ported: N/A

Details Diff
Update README.md
mod - README.md Diff File

master 148800b5

2014-04-29 00:33

Marco van Wieringen

Ported: N/A

Details Diff
Add openssl CRL reload logic.

The Bareos daemons neither try to reread configured X.509
CRLs from file system if they expire nor if the daemon receives a
SIGHUP.

Fixes 0000289: Add openssl CRL reload logic.
mod - src/lib/tls_openssl.c Diff File

playground 62d73e27

2014-04-28 22:33

mvwieringen

Ported: N/A

Details Diff
Add openssl CRL reload logic.

The Bareos daemons neither try to reread configured X.509
CRLs from file system if they expire nor if the daemon receives a
SIGHUP.
mod - src/lib/tls_openssl.c Diff File

master b589fbfc

2014-04-28 22:33

mvwieringen

Ported: N/A

Details Diff
Add openssl CRL reload logic.

The Bareos daemons neither try to reread configured X.509
CRLs from file system if they expire nor if the daemon receives a
SIGHUP.

Fixes 0000289: Add openssl CRL reload logic.
Affected Issues
0000289
mod - src/lib/tls_openssl.c Diff File

master c0d8457d

2014-04-28 18:24

Marco van Wieringen

Ported: N/A

Details Diff
Drop vMmsg functions.
mod - src/include/baconfig.h Diff File
mod - src/lib/ini.c Diff File
mod - src/lib/lex.c Diff File
mod - src/lib/message.c Diff File
mod - src/lib/parse_bsr.c Diff File

master 6244df19

2014-04-28 16:24

mvwieringen

Ported: N/A

Details Diff
Drop vMmsg functions.
mod - src/include/baconfig.h Diff File
mod - src/lib/ini.c Diff File
mod - src/lib/lex.c Diff File
mod - src/lib/message.c Diff File
mod - src/lib/parse_bsr.c Diff File

playground 9a758194

2014-04-28 13:16

pstorz

Ported: N/A

Details Diff
useradd on RHEL4 does not know long options

so we needed to use the short ones
mod - platforms/packaging/bareos-RHEL-4.spec Diff File

playground 95143318

2014-04-28 12:23

pstorz

Ported: N/A

Details Diff
Give hint on db update scripts on version error

When we get an db version error, give a clear hint
to run the db update scripts instead of only
asking to correct the config file.
mod - src/dird/dird.c Diff File

playground 95ad9a96

2014-04-28 12:23

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Give hint on db update scripts on version error

When we get an db version error, give a clear hint
to run the db update scripts instead of only
asking to correct the config file.
mod - src/dird/dird.c Diff File

master 1a6883ab

2014-04-28 00:37

Marco van Wieringen

Ported: N/A

Details Diff
Tweak layout.

- Use enums instead of defines for config types.
- Cleanup mem_pool.h
- Refactor dir_db_log_insert() function.
mod - src/dird/dird.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/filed/filed_conf.h Diff File
mod - src/lib/ini.h Diff File
mod - src/lib/mem_pool.h Diff File
mod - src/lib/parse_conf.h Diff File
mod - src/stored/stored_conf.h Diff File

master 9bdb60fa

2014-04-27 22:37

mvwieringen

Ported: N/A

Details Diff
Tweak layout.

- Use enums instead of defines for config types.
- Cleanup mem_pool.h
- Refactor dir_db_log_insert() function.
mod - src/dird/dird.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/filed/filed_conf.h Diff File
mod - src/lib/ini.h Diff File
mod - src/lib/mem_pool.h Diff File
mod - src/lib/parse_conf.h Diff File
mod - src/stored/stored_conf.h Diff File

playground 2b27972f

2014-04-26 23:54

pstorz

Ported: N/A

Details Diff
Disable python plugins
mod - platforms/packaging/bareos-RHEL-4.spec Diff File

playground 021a6aa8

2014-04-26 23:44

pstorz

Ported: N/A

Details Diff
Ported new stuff to RHEL4 spec
mod - platforms/packaging/bareos-RHEL-4.spec Diff File

playground 393b1220

2014-04-26 22:52

pstorz

Ported: N/A

Details Diff
Fix typo
mod - platforms/packaging/bareos-RHEL-4.spec Diff File

master e288a04e

2014-04-26 01:48

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Added spec for RHEL4

We only build the client programs
add - platforms/packaging/bareos-RHEL_4.spec Diff File

playground 346a14fb

2014-04-26 00:38

pstorz

Ported: N/A

Details Diff
Fix version numbers
mod - platforms/packaging/bareos-RHEL-4.spec Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 550 551 552 553 554 555 556 ... 600 ... 606 607 608  Next  Last