replace: Remove crypt() reimplementation
commitd566a4d3e1019cf356b364826fa3ab0cd970818d
authorAndrew Bartlett <abartlet@samba.org>
Fri, 16 Aug 2019 08:54:03 +0000 (16 20:54 +1200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 19 Sep 2019 09:28:21 +0000 (19 09:28 +0000)
tree88a0769f165f8ecb7fda804c7b48e725e22ac73a
parentbc4e8b1abaf8431d1f507107cf60e57da75c0bef
replace: Remove crypt() reimplementation

Use of Samba with plaintext authenticaiton is incredibly rare, even more
rare is plaintext authentication on systems without a crypt() call and
where DES based crypt() would be the right thing to do.

Remove this additional cryptographic code per our current efforts
to rely entirely on external libraries instead.

Similar to the arguments in this thread about zlib discussed on
samba-technical here:

https://lists.samba.org/archive/samba-technical/2019-May/133476.html

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Thu Sep 19 09:28:21 UTC 2019 on sn-devel-184
lib/replace/crypt.c [deleted file]
lib/replace/replace.h
lib/replace/wscript