summaryrefslogtreecommitdiffstats
path: root/sbin/iscontrol
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 2.3.1.0jpaetzel2012-04-134-4/+22
| | | | Obtained from: Daniel Braniss <danny@cs.huji.ac.il>
* Whitespace cleanup:gjb2012-02-251-4/+4
| | | | | | | | | o Wrap sentences on to new lines o Cleanup trailing whitespace Found with: textproc/igor MFC after: 1 week X-MFC-With: r232157
* Fix various typos in manual pages.gjb2012-02-251-2/+2
| | | | | | Submitted by: amdmi3 PR: 165431 MFC after: 1 week
* Fix compilation with debug on.cracauer2011-01-252-3/+3
| | | | Fix segfault when TargetAddress is missing or mis-spelled in config file.
* - Add full support for header / data digests.des2010-08-0912-243/+142
| | | | | | | | | | | | | - Increase target limit from 4 to 64; this limit will be removed entirely at a later time. - Improve recovery from lost network connections. - Fix some potential deadlocks and a serious memory leak. - Fix incorrect use of MH_ALIGN (instead of M_ALIGN), which makes no practical difference, but triggers a KASSERT with INVARIANTS. - Fix some warnings in iscontrol(8) and improve the man page somewhat. Submitted by: Daniel Braniss <danny@cs.huji.ac.il> Sponsored by: Dansk Scanning A/S, Data Robotics Inc.
* Spelling fixes.joel2010-07-311-1/+1
|
* o Restore missed flag in the synopsis.maxim2010-07-131-1/+1
| | | | | | PR: docs/148534 Submitted by: Warren Block MFC after: 1 week
* Remove dead variable assignmentsuqs2010-06-111-1/+0
| | | | | Found by: clang static analyzer Verified by: md5(1)
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
| | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors)
* pukeText is an internal function so define it as static rather thandelphij2010-02-032-2/+3
| | | | | | exporting it. MFC after: 1 month
* Switch the default WARNS level for sbin/ to 6.ru2009-10-191-0/+1
| | | | Submitted by: Ulrich Spörlein
* Big update to the iSCSI initiator code. Highlights include IPv6 support,scottl2008-11-2510-59/+91
| | | | | | | | | | | | | | | | | | | | | | | | | many bugs fixes, many more performance improvements. Submitted by: Danny Braniss M sbin/iscontrol/iscsi.conf.5 M sbin/iscontrol/iscontrol.8 M sbin/iscontrol/iscontrol.h M sbin/iscontrol/config.c M sbin/iscontrol/fsm.c M sbin/iscontrol/login.c M sbin/iscontrol/pdu.c M sbin/iscontrol/misc.c M sbin/iscontrol/auth_subr.c M sbin/iscontrol/iscontrol.c M sys/dev/iscsi/initiator/isc_cam.c M sys/dev/iscsi/initiator/iscsi.h M sys/dev/iscsi/initiator/isc_soc.c M sys/dev/iscsi/initiator/iscsi_subr.c M sys/dev/iscsi/initiator/iscsivar.h M sys/dev/iscsi/initiator/isc_subr.c M sys/dev/iscsi/initiator/iscsi.c M sys/dev/iscsi/initiator/isc_sm.c
* Fix typo.pb2008-02-061-1/+1
| | | | Submitted by: danny at cs.huji.ac.il (author)
* Update fix from rev 1.2.pb2008-02-061-3/+4
| | | | | Submitted by: danny at cs.huji.ac.il (author) MFC after: 1 week
* Fix a bug in hexadecimal formatting of the CHAP digest: bytes >= 0x80pb2008-02-051-1/+1
| | | | | | | were formatted as 0xff, causing the authentication to fail. Reviewed by: scottl MFC after: 1 week
* First round of cleanups.brueffer2007-07-242-24/+37
| | | | Approved by: re (blanket)
* Introduce Danny Braniss' iSCSI initiator, version 2.0.99. Please read thescottl2007-07-2412-0/+2998
included man pages on how to use it. This code is still somewhat experimental but has been successfully tested on a number of targets. Many thanks to Danny for contributing this. Approved by: re
OpenPOWER on IntegriCloud