]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'cb/cvsserver'
authorJunio C Hamano <gitster@pobox.com>
Mon, 4 Oct 2021 04:49:17 +0000 (21:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Oct 2021 04:49:17 +0000 (21:49 -0700)
"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


Trivial merge