]> git.ipfire.org Git - thirdparty/git.git/commit - imap-send.c
imap-send: suppress warning about cleartext password with CRAM-MD5
authorChris Webb <chris@arachsys.com>
Sat, 27 Mar 2010 15:00:19 +0000 (15:00 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 28 Mar 2010 16:24:25 +0000 (09:24 -0700)
commit10439d89ebe77a1fb8f05a8ad5d5f4071639bb3e
treee683eaee4f3189c2dccd384b3e98d8f45cacb7f7
parent5e4f61474202122f376b16181b760f390623bf4e
imap-send: suppress warning about cleartext password with CRAM-MD5

If a CRAM-MD5 challenge-response is used to authenticate to the IMAP server,
git imap-send shouldn't warn about the password being sent in the clear.

Signed-off-by: Chris Webb <chris@arachsys.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
imap-send.c