Merge branch 'cb/cvsserver' into maint
commitb59c06092f2ed8f434ffe298bf55578dffb18cca
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:48 +0000 (12 13:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:48 +0000 (12 13:51 -0700)
treef7e2ea033a93908e729d2a353a1a1992bef2d97b
parentc365967f217de9f90ba0c6005e65269388540ddb
parent4b81f690f63111586dc28e7ec103179b98c286bc
Merge branch 'cb/cvsserver' into maint

"git cvsserver" had a long-standing bug in its authentication code,
which has finally been corrected (it is unclear and is a separate
question if anybody is seriously using it, though).

* cb/cvsserver:
  Documentation: cleanup git-cvsserver
  git-cvsserver: protect against NULL in crypt(3)
  git-cvsserver: use crypt correctly to compare password hashes