aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/iscsid
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make iSCSI initiator keep Initiator Session ID (ISID) across reconnects.Alexander Motin2014-07-063-24/+10
* use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-1/+1
* Implement redirection handling in initiator.Edward Tomasz Napierala2014-06-182-2/+62
* Get rid of unneccessary argument.Edward Tomasz Napierala2014-06-181-5/+8
* Improve code a little; no functional changes.Edward Tomasz Napierala2014-06-181-9/+21
* Use proper term in debug messages.Edward Tomasz Napierala2014-06-181-5/+5
* Remove unused variable.Edward Tomasz Napierala2014-05-151-4/+0
* Remove redundant code.Edward Tomasz Napierala2014-04-171-1/+0
* Make it possible for the initiator side to operate in both proxyEdward Tomasz Napierala2014-04-163-34/+46
* Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-161-1/+1
* So, it turns out SIGCHLD is discarded by default, so we have to set upEdward Tomasz Napierala2014-02-111-0/+28
* Empty data segment during Login Phase is rather unlikely, but it's notEdward Tomasz Napierala2014-02-113-7/+1
* The log_whatever() routines don't accept NULL for format strings,Edward Tomasz Napierala2014-02-101-4/+4
* Plug memory leak.Edward Tomasz Napierala2013-10-091-0/+1
* Fix memory overrun.Edward Tomasz Napierala2013-10-091-1/+1
* Fix several problems in the new iSCSI stack; this includes interoperabilityEdward Tomasz Napierala2013-09-182-55/+84
* Make iscsictl(8) automatically try to load the iscsi module. While here,Edward Tomasz Napierala2013-09-181-1/+1
* Improve iSCSI address resolution, fixing "InitiatorAddress" handling,Edward Tomasz Napierala2013-09-171-31/+35
* Minor mdoc fixes.Joel Dahl2013-09-141-2/+2
* Bring in the new iSCSI target and initiator.Edward Tomasz Napierala2013-09-149-0/+2609