aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/iscsid
Commit message (Expand)AuthorAgeFilesLines
* iscsid(8): fix memory leak by freeing the 'addr'Edward Tomasz Napierala2020-12-291-0/+2
* iscsid(8): free data allocated by getaddrinfo(3)Edward Tomasz Napierala2020-12-291-0/+8
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-289-9/+0
* Add network QoS support for PCP to iscsi initiator.Richard Scheffenegger2020-10-241-0/+19
* Negotiate iSCSIProtocolLevel of 2 (RFC 7144) in initiator.Alexander Motin2020-10-223-0/+9
* Add DSCP support for network QoS to iscsi initiator.Richard Scheffenegger2020-10-091-0/+20
* Fix string overflow that could occur during redirection due to passingEdward Tomasz Napierala2020-09-011-1/+1
* Stop hardcoding WARNS in iscsid(8).Edward Tomasz Napierala2020-04-011-2/+0
* iscsi: simplify the capsicumizationMariusz Zaborski2018-11-301-8/+4
* Add missing SPDX identifier in iscsid(8).Edward Tomasz Napierala2018-01-241-0/+2
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-277-0/+14
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Minor tweaks to iscsi(4) and iscsid(8).Edward Tomasz Napierala2017-05-281-4/+7
* Use nitems() from sys/param.h.Marcelo Araujo2017-03-111-2/+2
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-2/+2
* Remove ISCSI_MAX_DATA_SEGMENT_LENGTH, using negotiated value.Alexander Motin2017-01-201-23/+27
* Alike to r312190 decouple iSCSI connection limits from defaults.Alexander Motin2017-01-143-24/+24
* Make the iSCSI parameter negotiation more flexible.Navdeep Parhar2016-08-253-38/+86
* Fix calloc(3) argument order.Marcelo Araujo2016-08-223-5/+5
* Decouple MaxBurstLength and FirstBurstLength from MaxRecvDataSegmentLengthEdward Tomasz Napierala2016-06-092-10/+18
* Build iscsid(8) with ICL_KERNEL_PROXY defined by default, as requiredEdward Tomasz Napierala2016-05-231-1/+1
* When iscsid(8) is running in ICL proxy mode, don't try to send Logout PDUs.Edward Tomasz Napierala2016-05-191-0/+12
* Add initial support for negotiating iSER parameters to iscsid(8). SomeEdward Tomasz Napierala2016-05-171-2/+42
* MFHGlen Barber2016-04-042-7/+14
|\
| * Make fail() preserve the errno.Edward Tomasz Napierala2016-03-151-1/+5
| * Use the log_errno value passed to the function instead of the errno globalEdward Tomasz Napierala2016-03-151-6/+9
* | Create packages for atm, ccdconfig, devd, ipf, ipfw,Glen Barber2016-02-091-0/+1
|/
* Improve reporting of connection problems in iscsid(8).Edward Tomasz Napierala2016-01-271-7/+14
* The <libutil.h> is an ordinary header file; should sort just like any other.Edward Tomasz Napierala2016-01-241-2/+1
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+21
* Remove unneeded includes.Edward Tomasz Napierala2015-11-142-2/+0
* Remove a few unused headers.Xin LI2015-10-062-4/+0
* Use proper term in the ctld(8) and iscsid(8) man pages.Edward Tomasz Napierala2015-09-031-2/+2
* Remove OpenSSL dependency from iscsid(8) and ctld(8).Edward Tomasz Napierala2015-07-033-28/+15
* Remove unused code.Edward Tomasz Napierala2015-02-122-21/+0
* The connection_new() routine was taking an absurd number of parameters; fix it.Edward Tomasz Napierala2015-02-051-15/+7
* Make it possible to set (via iscsi.conf(5)) and query (via iscsictl -v)Edward Tomasz Napierala2015-02-053-5/+13
* Slightly polish iSCSI parameters negotiation.Alexander Motin2014-12-191-2/+7
* Make sequence numbers checks more strict.Alexander Motin2014-12-172-3/+3
* Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
* For both iSCSI initiator and target increase socket buffer sizes beforeAlexander Motin2014-11-222-1/+10
* Make both iSCSI initiator and target support base64 encoded CHAP data.Alexander Motin2014-11-091-1/+50
* iscsid does not need to link to libsslBaptiste Daroussin2014-11-061-2/+2
* Whitespace fixes.Edward Tomasz Napierala2014-10-222-4/+4
* Untangle iSCSI authentication code by splitting off the CHAPEdward Tomasz Napierala2014-10-224-193/+449
* Add the new iscsi(4) man pageAllan Jude2014-09-131-5/+7
* Don't blindly assume the target agreed to transition to Full Feature Phase;Edward Tomasz Napierala2014-09-111-9/+31
* Fix memory leak, reported by Coverity.Alexander Motin2014-09-101-0/+1
* Make the iSCSI stack use __FBSDID() properly.Edward Tomasz Napierala2014-08-216-6/+18
* Add LIBCRYPTO and LIBSSL to DPADDEnji Cooper2014-08-181-1/+1