aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ctld/login.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* iscsi: Fetch limits based on a socket rather than assuming global limits.John Baldwin2022-04-181-0/+1
* libiscsiutil: Change keys_load/save to operate on data buffers.John Baldwin2021-12-221-10/+10
* Add an internal libiscsiutil library.John Baldwin2021-12-221-25/+26
* ctld: Always declare MaxRecvDataSegmentLength.John Baldwin2021-10-261-4/+5
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-281-1/+0
* userland: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use proper naming in a debug message.Edward Tomasz Napierala2017-11-041-1/+1
* Fix wrong way assignment in r312190.Alexander Motin2017-01-141-2/+2
* Decouple iSCSI connection limits from defaults.Alexander Motin2017-01-141-24/+43
* Make the iSCSI parameter negotiation more flexible.Navdeep Parhar2016-08-251-16/+53
* ctld(8): Fix MaxBurstLength negotiation.Navdeep Parhar2016-07-221-1/+1
* Don't cap FirstBurstLength to maximum MaxRecvDataSegmentLength claimedEdward Tomasz Napierala2016-06-091-6/+5
* Report negotiated MaxBurstLength and FirstBurstLength in "iscsictl -v"Edward Tomasz Napierala2016-06-051-4/+1
* pdu_delete(request) frees request, so move the call afterDon Lewis2016-05-161-1/+1
* Don't check CmdSN for initial login request.Alexander Motin2016-02-121-3/+4
* Add negotiation of iSCSIProtocolLevel to 2 (RFC7144).Alexander Motin2015-09-131-0/+5
* Refactor early stages of security negotiation.Alexander Motin2015-08-081-73/+77
* Remove some code duplication.Alexander Motin2015-08-081-7/+1
* Fix bug in r278331: unlike some other options MaxRecvDataSegmentLengthAlexander Motin2015-06-021-1/+1
* Make setproctitle(3) work in Capsicum capability mode. This makesEdward Tomasz Napierala2015-04-271-3/+0
* Eliminate unused headers.Xin LI2015-04-141-2/+0
* Move the "offload" clause from the target section to portal-groupEdward Tomasz Napierala2015-02-281-1/+1
* Make it possible to set (via ctl.conf(5)) and query (via ctladm islist -v)Edward Tomasz Napierala2015-02-061-10/+23
* Add support for multiple portal groups per target.Alexander Motin2015-02-061-3/+6
* Slightly polish iSCSI parameters negotiation.Alexander Motin2014-12-191-1/+1
* Make sequence numbers checks more strict.Alexander Motin2014-12-171-3/+3
* Fix several nits in redirection handling - don't use wrong CSG,Edward Tomasz Napierala2014-11-091-27/+14
* Add support for sending redirections to iSCSI target.Edward Tomasz Napierala2014-11-091-0/+91
* Add discovery-filter. This makes it possible to restrict which targetsEdward Tomasz Napierala2014-10-291-1/+6
* Make the initiator-name and initiator-portal checks a little nicer.Edward Tomasz Napierala2014-10-241-20/+7
* Tidy up the login code; no functional changes.Edward Tomasz Napierala2014-10-241-11/+11
* Whitespace fixes.Edward Tomasz Napierala2014-10-221-3/+3
* Untangle iSCSI authentication code by splitting off the CHAPEdward Tomasz Napierala2014-10-221-199/+27
* Use keys_add_int() where appropriate. No functional changes.Edward Tomasz Napierala2014-09-091-22/+4
* Fix ctld(8) to not forget to send TargetPortalGroupTag and TargetAliasEdward Tomasz Napierala2014-09-091-4/+20
* Fix typo.Edward Tomasz Napierala2014-09-051-2/+2
* Make the iSCSI stack use __FBSDID() properly.Edward Tomasz Napierala2014-08-211-1/+3
* Add netmasks support to initiator-portal option.Alexander Motin2014-07-281-1/+1
* Pass through iSCSI session ISID from LOGIN request to the CTL frontend.Alexander Motin2014-07-051-0/+3
* Use proper terminology in debug messages.Edward Tomasz Napierala2014-04-161-3/+3
* Make the error message more clear.Edward Tomasz Napierala2014-03-191-2/+2
* Use new auth-type "deny" instead of using "chap" with no chap entries;Edward Tomasz Napierala2014-02-111-0/+5
* Rename a variable, no functional changes.Edward Tomasz Napierala2014-02-111-2/+2
* Implement initiator-name and initiator-portal restrictions.Edward Tomasz Napierala2014-02-111-0/+27
* Empty data segment during Login Phase is rather unlikely, but it'sEdward Tomasz Napierala2014-02-111-4/+0
* Fix handling for empty auth-groups. Without it, ctld child processEdward Tomasz Napierala2013-12-101-0/+8
* Plug memory leaks.Edward Tomasz Napierala2013-10-091-1/+3