summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld/login.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r303199:np2016-07-251-1/+1
* Don't cap FirstBurstLength to maximum MaxRecvDataSegmentLength claimedtrasz2016-06-091-6/+5
* Report negotiated MaxBurstLength and FirstBurstLength in "iscsictl -v"trasz2016-06-051-4/+1
* pdu_delete(request) frees request, so move the call aftertruckman2016-05-161-1/+1
* Don't check CmdSN for initial login request.mav2016-02-121-3/+4
* Add negotiation of iSCSIProtocolLevel to 2 (RFC7144).mav2015-09-131-0/+5
* Refactor early stages of security negotiation.mav2015-08-081-73/+77
* Remove some code duplication.mav2015-08-081-7/+1
* Fix bug in r278331: unlike some other options MaxRecvDataSegmentLengthmav2015-06-021-1/+1
* Make setproctitle(3) work in Capsicum capability mode. This makestrasz2015-04-271-3/+0
* Eliminate unused headers.delphij2015-04-141-2/+0
* Move the "offload" clause from the target section to portal-grouptrasz2015-02-281-1/+1
* Make it possible to set (via ctl.conf(5)) and query (via ctladm islist -v)trasz2015-02-061-10/+23
* Add support for multiple portal groups per target.mav2015-02-061-3/+6
* Slightly polish iSCSI parameters negotiation.mav2014-12-191-1/+1
* Make sequence numbers checks more strict.mav2014-12-171-3/+3
* Fix several nits in redirection handling - don't use wrong CSG,trasz2014-11-091-27/+14
* Add support for sending redirections to iSCSI target.trasz2014-11-091-0/+91
* Add discovery-filter. This makes it possible to restrict which targetstrasz2014-10-291-1/+6
* Make the initiator-name and initiator-portal checks a little nicer.trasz2014-10-241-20/+7
* Tidy up the login code; no functional changes.trasz2014-10-241-11/+11
* Whitespace fixes.trasz2014-10-221-3/+3
* Untangle iSCSI authentication code by splitting off the CHAPtrasz2014-10-221-199/+27
* Use keys_add_int() where appropriate. No functional changes.trasz2014-09-091-22/+4
* Fix ctld(8) to not forget to send TargetPortalGroupTag and TargetAliastrasz2014-09-091-4/+20
* Fix typo.trasz2014-09-051-2/+2
* Make the iSCSI stack use __FBSDID() properly.trasz2014-08-211-1/+3
* Add netmasks support to initiator-portal option.mav2014-07-281-1/+1
* Pass through iSCSI session ISID from LOGIN request to the CTL frontend.mav2014-07-051-0/+3
* Use proper terminology in debug messages.trasz2014-04-161-3/+3
* Make the error message more clear.trasz2014-03-191-2/+2
* Use new auth-type "deny" instead of using "chap" with no chap entries;trasz2014-02-111-0/+5
* Rename a variable, no functional changes.trasz2014-02-111-2/+2
* Implement initiator-name and initiator-portal restrictions.trasz2014-02-111-0/+27
* Empty data segment during Login Phase is rather unlikely, but it'strasz2014-02-111-4/+0
* Fix handling for empty auth-groups. Without it, ctld child processtrasz2013-12-101-0/+8
* Plug memory leaks.trasz2013-10-091-1/+3
* Bring in the new iSCSI target and initiator.trasz2013-09-141-0/+1051
OpenPOWER on IntegriCloud