Merge branch 'cb/cvsserver'
commit1030daecda44a36c9c0b02d4f58473b637c49ff5
authorJunio C Hamano <gitster@pobox.com>
Mon, 4 Oct 2021 04:49:17 +0000 (3 21:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Oct 2021 04:49:17 +0000 (3 21:49 -0700)
treea04fbec099d86fd9035476101f24511f9e10338a
parentdf9c83bdf7ca1849ee11bc04ceb7fe7c79ed1754
parent4b81f690f63111586dc28e7ec103179b98c286bc
Merge branch 'cb/cvsserver'

"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