bareos: master 12cdc41d

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen master 2014-06-15 17:34 master 5c64405a Pending
Changeset Sync md5 and sha1 code to what others use.

We have stuff that could make some distributions scream that things might be
not fully opensource so we sync here to what other projects use e.g. a
fully public domain version of sha1 and md5. When things are compiled
using OpenSSL we even fall back to their implementation of md5 and don't
compile an own version at all. The rest of the code was changed to use
the new context names and the small change in the function names.
mod - src/dird/dird_conf.h Diff File
mod - src/dird/inc_conf.c Diff File
mod - src/dird/job.c Diff File
mod - src/lib/crypto_gnutls.c Diff File
mod - src/lib/crypto_none.c Diff File
mod - src/lib/crypto_nss.c Diff File
mod - src/lib/hmac.c Diff File
mod - src/lib/md5.c Diff File
mod - src/lib/md5.h Diff File
mod - src/lib/res.c Diff File
mod - src/lib/sha1.c Diff File
mod - src/lib/sha1.h Diff File
mod - src/lib/util.c Diff File