History log of /freebsd-10-stable/usr.sbin/iscsid/login.c
Revision Date Author Comments
# 276613 03-Jan-2015 mav

MFC r275864: Make sequence numbers checks more strict.

While we don't support MCS, hole in received sequence numbers may mean
only PDU loss. While we don't support lost PDU recovery, terminate the
connection to avoid stuck commands.

While there, improve handling of sequence numbers wrap after 2^32 PDUs.


# 276234 26-Dec-2014 mav

MFC r275925: Slightly polish iSCSI parameters negotiation.


# 275259 29-Nov-2014 trasz

MFC r271366 (by mav@):

Fix memory leak, reported by Coverity.


# 274870 22-Nov-2014 trasz

MFC r273464:

Whitespace fixes.

Sponsored by: The FreeBSD Foundation


# 274866 22-Nov-2014 trasz

MFC r273459:

Untangle iSCSI authentication code by splitting off the CHAP
implementation.

Sponsored by: The FreeBSD Foundation


# 271706 17-Sep-2014 trasz

MFC r271437:

Don't blindly assume the target agreed to transition to Full Feature Phase;
if we got a Login Response PDU without the "T" bit set, try again with
an empty request. This fixes interoperability with COMSTAR.

Reviewed by: mav
Tested by: mav
Approved by: re (kib)
Sponsored by: The FreeBSD Foundation


# 270888 31-Aug-2014 trasz

MFC r270279:

Make the iSCSI stack use __FBSDID() properly.

Sponsored by: The FreeBSD Foundation


# 269069 24-Jul-2014 mav

MFC r267612 (by trasz):
Get rid of unneccessary argument.


# 269068 24-Jul-2014 mav

MFC r267609 (by trasz):
Improve code a little; no functional changes.


# 269067 24-Jul-2014 mav

MFC r267608 (by trasz):
Use proper term in debug messages.


# 269066 24-Jul-2014 mav

MFC r266169 (by trasz):
Remove unused variable.


# 269065 24-Jul-2014 mav

MFC r267613 (by trasz):
Implement redirection handling in initiator.


# 268703 15-Jul-2014 mav

MFC r268326:
Make iSCSI initiator keep Initiator Session ID (ISID) across reconnects.

Previously ISID was changed every time, that made impossible correct
persistent reservation, because reconnected session was identified as
completely new one.


# 265528 07-May-2014 trasz

MFC r264604:

Remove redundant code.

Sponsored by: The FreeBSD Foundation


# 262845 06-Mar-2014 trasz

MFC r261747:

Empty data segment during Login Phase is rather unlikely, but it's not
a protocol error.

Sponsored by: The FreeBSD Foundation


# 276613 03-Jan-2015 mav

MFC r275864: Make sequence numbers checks more strict.

While we don't support MCS, hole in received sequence numbers may mean
only PDU loss. While we don't support lost PDU recovery, terminate the
connection to avoid stuck commands.

While there, improve handling of sequence numbers wrap after 2^32 PDUs.


# 276234 26-Dec-2014 mav

MFC r275925: Slightly polish iSCSI parameters negotiation.


# 275259 29-Nov-2014 trasz

MFC r271366 (by mav@):

Fix memory leak, reported by Coverity.


# 274870 22-Nov-2014 trasz

MFC r273464:

Whitespace fixes.

Sponsored by: The FreeBSD Foundation


# 274866 22-Nov-2014 trasz

MFC r273459:

Untangle iSCSI authentication code by splitting off the CHAP
implementation.

Sponsored by: The FreeBSD Foundation


# 271706 17-Sep-2014 trasz

MFC r271437:

Don't blindly assume the target agreed to transition to Full Feature Phase;
if we got a Login Response PDU without the "T" bit set, try again with
an empty request. This fixes interoperability with COMSTAR.

Reviewed by: mav
Tested by: mav
Approved by: re (kib)
Sponsored by: The FreeBSD Foundation


# 270888 31-Aug-2014 trasz

MFC r270279:

Make the iSCSI stack use __FBSDID() properly.

Sponsored by: The FreeBSD Foundation


# 269069 24-Jul-2014 mav

MFC r267612 (by trasz):
Get rid of unneccessary argument.


# 269068 24-Jul-2014 mav

MFC r267609 (by trasz):
Improve code a little; no functional changes.


# 269067 24-Jul-2014 mav

MFC r267608 (by trasz):
Use proper term in debug messages.


# 269066 24-Jul-2014 mav

MFC r266169 (by trasz):
Remove unused variable.


# 269065 24-Jul-2014 mav

MFC r267613 (by trasz):
Implement redirection handling in initiator.


# 268703 15-Jul-2014 mav

MFC r268326:
Make iSCSI initiator keep Initiator Session ID (ISID) across reconnects.

Previously ISID was changed every time, that made impossible correct
persistent reservation, because reconnected session was identified as
completely new one.


# 265528 07-May-2014 trasz

MFC r264604:

Remove redundant code.

Sponsored by: The FreeBSD Foundation


# 262845 06-Mar-2014 trasz

MFC r261747:

Empty data segment during Login Phase is rather unlikely, but it's not
a protocol error.

Sponsored by: The FreeBSD Foundation