]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r273459:
authortrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 22 Nov 2014 17:39:39 +0000 (17:39 +0000)
committertrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 22 Nov 2014 17:39:39 +0000 (17:39 +0000)
commit07f2336d4edf4b0d1017c6cb5f2ad70d36cf06e1
treef47c9a7c7f534a511746797556c52b7c6ab0aacc
parent458d821955d2f1643dd4a7921fe1e18c482b5cb7
MFC r273459:

Untangle iSCSI authentication code by splitting off the CHAP
implementation.

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@274866 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/ctld/Makefile
usr.sbin/ctld/chap.c [new file with mode: 0644]
usr.sbin/ctld/ctld.h
usr.sbin/ctld/login.c
usr.sbin/iscsid/Makefile
usr.sbin/iscsid/chap.c [new file with mode: 0644]
usr.sbin/iscsid/iscsid.h
usr.sbin/iscsid/login.c