bareos: master e0d63ca5

Author Committer Branch Timestamp Parent
Marco van Wieringen Marco van Wieringen master 2014-06-15 19:34 master bc2d49db 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