mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +03:00
4af4dd8135
We maybe thought we were checking that sha1 was in hashlib, but we were only checking that hashlib is in the Python library (`hashlib.sha1()` would not raise ImportError). The documentation says hashlib always contains sha1 -- if that changes, it is better we know by failing noisily with the import error at the top of the file. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15756 Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andreas Schneider <asn@samba.org> |
||
---|---|---|
.. | ||
auth | ||
readpasswords | ||
__init__.py | ||
add_unix_attrs.py | ||
add.py | ||
delete.py | ||
disable.py | ||
edit.py | ||
enable.py | ||
getgroups.py | ||
list.py | ||
move.py | ||
password.py | ||
rename.py | ||
sensitive.py | ||
setexpiry.py | ||
setpassword.py | ||
setprimarygroup.py | ||
unlock.py |