| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r303541, r303542, r303543, r303545, r303546, r303547, r304225, r304226, r... | araujo | 2016-10-21 | 3 | -5/+5 |
* | Decouple MaxBurstLength and FirstBurstLength from MaxRecvDataSegmentLength | trasz | 2016-06-09 | 2 | -10/+18 |
* | Build iscsid(8) with ICL_KERNEL_PROXY defined by default, as required | trasz | 2016-05-23 | 1 | -1/+1 |
* | When iscsid(8) is running in ICL proxy mode, don't try to send Logout PDUs. | trasz | 2016-05-19 | 1 | -0/+12 |
* | Add initial support for negotiating iSER parameters to iscsid(8). Some | trasz | 2016-05-17 | 1 | -2/+42 |
* | MFH | gjb | 2016-04-04 | 2 | -7/+14 |
|\ |
|
| * | Make fail() preserve the errno. | trasz | 2016-03-15 | 1 | -1/+5 |
| * | Use the log_errno value passed to the function instead of the errno global | trasz | 2016-03-15 | 1 | -6/+9 |
* | | Create packages for atm, ccdconfig, devd, ipf, ipfw, | gjb | 2016-02-09 | 1 | -0/+1 |
|/ |
|
* | Improve reporting of connection problems in iscsid(8). | trasz | 2016-01-27 | 1 | -7/+14 |
* | The <libutil.h> is an ordinary header file; should sort just like any other. | trasz | 2016-01-24 | 1 | -2/+1 |
* | META MODE: Update dependencies with 'the-lot' and add missing directories. | bdrewery | 2015-12-01 | 1 | -0/+21 |
* | Remove unneeded includes. | trasz | 2015-11-14 | 2 | -2/+0 |
* | Remove a few unused headers. | delphij | 2015-10-06 | 2 | -4/+0 |
* | Use proper term in the ctld(8) and iscsid(8) man pages. | trasz | 2015-09-03 | 1 | -2/+2 |
* | Remove OpenSSL dependency from iscsid(8) and ctld(8). | trasz | 2015-07-03 | 3 | -28/+15 |
* | Remove unused code. | trasz | 2015-02-12 | 2 | -21/+0 |
* | The connection_new() routine was taking an absurd number of parameters; fix it. | trasz | 2015-02-05 | 1 | -15/+7 |
* | Make it possible to set (via iscsi.conf(5)) and query (via iscsictl -v) | trasz | 2015-02-05 | 3 | -5/+13 |
* | Slightly polish iSCSI parameters negotiation. | mav | 2014-12-19 | 1 | -2/+7 |
* | Make sequence numbers checks more strict. | mav | 2014-12-17 | 2 | -3/+3 |
* | Convert usr.sbin to LIBADD | bapt | 2014-11-25 | 1 | -2/+1 |
* | For both iSCSI initiator and target increase socket buffer sizes before | mav | 2014-11-22 | 2 | -1/+10 |
* | Make both iSCSI initiator and target support base64 encoded CHAP data. | mav | 2014-11-09 | 1 | -1/+50 |
* | iscsid does not need to link to libssl | bapt | 2014-11-06 | 1 | -2/+2 |
* | Whitespace fixes. | trasz | 2014-10-22 | 2 | -4/+4 |
* | Untangle iSCSI authentication code by splitting off the CHAP | trasz | 2014-10-22 | 4 | -193/+449 |
* | Add the new iscsi(4) man page | allanjude | 2014-09-13 | 1 | -5/+7 |
* | Don't blindly assume the target agreed to transition to Full Feature Phase; | trasz | 2014-09-11 | 1 | -9/+31 |
* | Fix memory leak, reported by Coverity. | mav | 2014-09-10 | 1 | -0/+1 |
* | Make the iSCSI stack use __FBSDID() properly. | trasz | 2014-08-21 | 6 | -6/+18 |
* | Add LIBCRYPTO and LIBSSL to DPADD | ngie | 2014-08-18 | 1 | -1/+1 |
* | Make iSCSI initiator keep Initiator Session ID (ISID) across reconnects. | mav | 2014-07-06 | 3 | -24/+10 |
* | use .Mt to mark up email addresses consistently (part2) | bapt | 2014-06-20 | 1 | -1/+1 |
* | Implement redirection handling in initiator. | trasz | 2014-06-18 | 2 | -2/+62 |
* | Get rid of unneccessary argument. | trasz | 2014-06-18 | 1 | -5/+8 |
* | Improve code a little; no functional changes. | trasz | 2014-06-18 | 1 | -9/+21 |
* | Use proper term in debug messages. | trasz | 2014-06-18 | 1 | -5/+5 |
* | Remove unused variable. | trasz | 2014-05-15 | 1 | -4/+0 |
* | Remove redundant code. | trasz | 2014-04-17 | 1 | -1/+0 |
* | Make it possible for the initiator side to operate in both proxy | trasz | 2014-04-16 | 3 | -34/+46 |
* | Update most userspace consumers of capability.h to use capsicum.h instead. | rwatson | 2014-03-16 | 1 | -1/+1 |
* | So, it turns out SIGCHLD is discarded by default, so we have to set up | trasz | 2014-02-11 | 1 | -0/+28 |
* | Empty data segment during Login Phase is rather unlikely, but it's not | trasz | 2014-02-11 | 3 | -7/+1 |
* | The log_whatever() routines don't accept NULL for format strings, | trasz | 2014-02-10 | 1 | -4/+4 |
* | Plug memory leak. | trasz | 2013-10-09 | 1 | -0/+1 |
* | Fix memory overrun. | trasz | 2013-10-09 | 1 | -1/+1 |
* | Fix several problems in the new iSCSI stack; this includes interoperability | trasz | 2013-09-18 | 2 | -55/+84 |
* | Make iscsictl(8) automatically try to load the iscsi module. While here, | trasz | 2013-09-18 | 1 | -1/+1 |
* | Improve iSCSI address resolution, fixing "InitiatorAddress" handling, | trasz | 2013-09-17 | 1 | -31/+35 |