summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iscsid
Commit message (Expand)AuthorAgeFilesLines
* MFC r319074:trasz2017-06-061-4/+7
* MFC r314659,r314676:ngie2017-05-291-2/+2
* MFC r314987-r314989, r314993-r314994, r315046-r315049, r315102araujo2017-04-171-2/+2
* MFC r303541, r303542, r303543, r303545, r303546, r303547, r304225, r304226, r...araujo2016-10-213-5/+5
* Decouple MaxBurstLength and FirstBurstLength from MaxRecvDataSegmentLengthtrasz2016-06-092-10/+18
* Build iscsid(8) with ICL_KERNEL_PROXY defined by default, as requiredtrasz2016-05-231-1/+1
* When iscsid(8) is running in ICL proxy mode, don't try to send Logout PDUs.trasz2016-05-191-0/+12
* Add initial support for negotiating iSER parameters to iscsid(8). Sometrasz2016-05-171-2/+42
* MFHgjb2016-04-042-7/+14
|\
| * Make fail() preserve the errno.trasz2016-03-151-1/+5
| * Use the log_errno value passed to the function instead of the errno globaltrasz2016-03-151-6/+9
* | Create packages for atm, ccdconfig, devd, ipf, ipfw,gjb2016-02-091-0/+1
|/
* Improve reporting of connection problems in iscsid(8).trasz2016-01-271-7/+14
* The <libutil.h> is an ordinary header file; should sort just like any other.trasz2016-01-241-2/+1
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-011-0/+21
* Remove unneeded includes.trasz2015-11-142-2/+0
* Remove a few unused headers.delphij2015-10-062-4/+0
* Use proper term in the ctld(8) and iscsid(8) man pages.trasz2015-09-031-2/+2
* Remove OpenSSL dependency from iscsid(8) and ctld(8).trasz2015-07-033-28/+15
* Remove unused code.trasz2015-02-122-21/+0
* The connection_new() routine was taking an absurd number of parameters; fix it.trasz2015-02-051-15/+7
* Make it possible to set (via iscsi.conf(5)) and query (via iscsictl -v)trasz2015-02-053-5/+13
* Slightly polish iSCSI parameters negotiation.mav2014-12-191-2/+7
* Make sequence numbers checks more strict.mav2014-12-172-3/+3
* Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
* For both iSCSI initiator and target increase socket buffer sizes beforemav2014-11-222-1/+10
* Make both iSCSI initiator and target support base64 encoded CHAP data.mav2014-11-091-1/+50
* iscsid does not need to link to libsslbapt2014-11-061-2/+2
* Whitespace fixes.trasz2014-10-222-4/+4
* Untangle iSCSI authentication code by splitting off the CHAPtrasz2014-10-224-193/+449
* Add the new iscsi(4) man pageallanjude2014-09-131-5/+7
* Don't blindly assume the target agreed to transition to Full Feature Phase;trasz2014-09-111-9/+31
* Fix memory leak, reported by Coverity.mav2014-09-101-0/+1
* Make the iSCSI stack use __FBSDID() properly.trasz2014-08-216-6/+18
* Add LIBCRYPTO and LIBSSL to DPADDngie2014-08-181-1/+1
* Make iSCSI initiator keep Initiator Session ID (ISID) across reconnects.mav2014-07-063-24/+10
* use .Mt to mark up email addresses consistently (part2)bapt2014-06-201-1/+1
* Implement redirection handling in initiator.trasz2014-06-182-2/+62
* Get rid of unneccessary argument.trasz2014-06-181-5/+8
* Improve code a little; no functional changes.trasz2014-06-181-9/+21
* Use proper term in debug messages.trasz2014-06-181-5/+5
* Remove unused variable.trasz2014-05-151-4/+0
* Remove redundant code.trasz2014-04-171-1/+0
* Make it possible for the initiator side to operate in both proxytrasz2014-04-163-34/+46
* Update most userspace consumers of capability.h to use capsicum.h instead.rwatson2014-03-161-1/+1
* So, it turns out SIGCHLD is discarded by default, so we have to set uptrasz2014-02-111-0/+28
* Empty data segment during Login Phase is rather unlikely, but it's nottrasz2014-02-113-7/+1
* The log_whatever() routines don't accept NULL for format strings,trasz2014-02-101-4/+4
* Plug memory leak.trasz2013-10-091-0/+1
* Fix memory overrun.trasz2013-10-091-1/+1
OpenPOWER on IntegriCloud