diff options
author | Carlo Marcelo Arenas Belón <carenas@gmail.com> | 2021-09-15 01:09:46 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-09-16 15:06:24 -0700 |
commit | a7775c7eb8074fcf37f22bdcdc0971448c1aa4d1 (patch) | |
tree | 012510275785edc16239c7d1618f49e44228ea37 /Documentation/config/mailmap.txt | |
parent | Git 2.33 (diff) | |
download | tgif-a7775c7eb8074fcf37f22bdcdc0971448c1aa4d1.tar.xz |
git-cvsserver: use crypt correctly to compare password hashes
c057bad370 (git-cvsserver: use a password file cvsserver pserver,
2010-05-15) adds a way for `git cvsserver` to provide authenticated
pserver accounts without having clear text passwords, but uses the
username instead of the password to the call for crypt(3).
Correct that, and make sure the documentation correctly indicates how
to obtain hashed passwords that could be used to populate this
configuration, as well as correcting the hash that was used for the
tests.
This change will require that any user of this feature updates the
hashes in their configuration, but has the advantage of using a more
similar format than cvs uses, probably also easying any migration.
Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config/mailmap.txt')
0 files changed, 0 insertions, 0 deletions