]> git.ozlabs.org Git - ppp.git/commit - pppd/chap-new.c
Log a message when we succeed or fail in authenticating ourselves
authorPaul Mackerras <paulus@samba.org>
Wed, 13 Jul 2005 10:41:58 +0000 (10:41 +0000)
committerPaul Mackerras <paulus@samba.org>
Wed, 13 Jul 2005 10:41:58 +0000 (10:41 +0000)
commitcf141d059db0db1419e99b99099389c4c2e0ca0f
tree26e1966ab3bdc8c0dfc1653af0947f3a2360d9d9
parent98b641cbee0c4489e83320962ddf652eb9070f03
Log a message when we succeed or fail in authenticating ourselves
to the peer.  The message in the success case is printed in
auth_withpeer_success, but the message in the failure case is
printed by the caller of auth_withpeer_fail (since there are
many possible reasons for failure).
pppd/auth.c
pppd/chap-new.c
pppd/upap.c