summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iscsid
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix several problems in the new iSCSI stack; this includes interoperabilitytrasz2013-09-182-55/+84
* Make iscsictl(8) automatically try to load the iscsi module. While here,trasz2013-09-181-1/+1
* Improve iSCSI address resolution, fixing "InitiatorAddress" handling,trasz2013-09-171-31/+35
* Minor mdoc fixes.joel2013-09-141-2/+2
* Bring in the new iSCSI target and initiator.trasz2013-09-149-0/+2609
OpenPOWER on IntegriCloud