| Commit message (Expand) | Author | Age | Files | Lines |
* | [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long | Michael Brown | 2008-11-19 | 1 | -1/+1 |
* | [iscsi] Fix LUN parsing in the iSCSI root-path | Michael Brown | 2008-09-27 | 1 | -11/+14 |
* | [iscsi] Change default initiator name prefix to "iqn.2000-01.org.etherboot:" | Michael Brown | 2008-09-19 | 1 | -1/+1 |
* | [iSCSI] Add support for mutual CHAP | Michael Brown | 2008-08-11 | 1 | -45/+266 |
* | [iSCSI] Produce meaningful errors on login failure | Michael Brown | 2008-06-03 | 1 | -3/+34 |
* | [iSCSI] Offer CHAP authentication only if we have a username and password | Michael Brown | 2008-04-24 | 1 | -4/+5 |
* | [Settings] Remove assumption that all settings have DHCP tag values | Michael Brown | 2008-03-25 | 1 | -11/+19 |
* | [Settings] DHCP is now working using the new settings API. | Michael Brown | 2008-03-21 | 1 | -2/+4 |
* | [Settings] Introduce settings applicators. | Michael Brown | 2008-03-20 | 1 | -56/+85 |
* | Fixes for EqualLogic iSCSI targets: | Michael Brown | 2008-02-07 | 1 | -7/+19 |
* | Make seek information part of the xfer metadata, rather than an entirely | Michael Brown | 2008-01-08 | 1 | -1/+0 |
* | Fix off-by-one error (discovered by Shao Miller). | Michael Brown | 2008-01-07 | 1 | -1/+1 |
* | Various warnings fixups for OpenBSD with gcc-3.3.5. | Michael Brown | 2007-12-07 | 1 | -1/+1 |
* | Work around a bug in the OpenSolaris iSCSI target. | Michael Brown | 2007-11-05 | 1 | -3/+10 |
* | Allowed zero-cost enforced ordering of features in startup banner | Michael Brown | 2007-08-02 | 1 | -1/+1 |
* | Use otherwise-useless byte in DHCP feature option as a version number | Michael Brown | 2007-08-02 | 1 | -1/+1 |
* | Add FEATURE() macro, plus code to display features at startup time, | Michael Brown | 2007-08-02 | 1 | -0/+3 |
* | Prepare for iBFT merge when possible. iscsiboot.c contains a really, | Michael Brown | 2007-07-26 | 1 | -18/+98 |
* | May be required in some disconnect scenarios | Michael Brown | 2007-07-10 | 1 | -0/+1 |
* | Add missing static | Michael Brown | 2007-07-09 | 1 | -1/+1 |
* | Fix TX state machine and miscellaneous other bits. | Michael Brown | 2007-07-09 | 1 | -38/+70 |
* | Fix root-path parsing. | Michael Brown | 2007-07-09 | 1 | -36/+35 |
* | Ready to start testing | Michael Brown | 2007-07-08 | 1 | -20/+24 |
* | Code in place to use a hypothetical SCSI interface. | Michael Brown | 2007-07-08 | 1 | -8/+23 |
* | Everything except the SCSI interface should now be present | Michael Brown | 2007-07-08 | 1 | -38/+274 |
* | iSCSI updated to use data-xfer interface on the socket side (TCP). | Michael Brown | 2007-07-08 | 1 | -330/+379 |
* | Switch compiler warning on tcp_open() to a #warning | Michael Brown | 2007-07-05 | 1 | -0/+3 |
* | Move [v]ssnprintf() from iscsi.c into vsprintf.c; we need them | Michael Brown | 2007-05-31 | 1 | -26/+1 |
* | Changed to use the generic stream API. | Michael Brown | 2007-01-31 | 1 | -41/+62 |
* | Use stdio.h instead of vsprintf.h | Michael Brown | 2007-01-19 | 1 | -1/+1 |
* | Gave asynchronous operations approximate POSIX signal semantics. This | Michael Brown | 2007-01-15 | 1 | -7/+9 |
* | We can't assert that the RX engine is idle in iscsi_done(), because it | Michael Brown | 2007-01-09 | 1 | -2/+0 |
* | Use debug auto-colourisation. | Michael Brown | 2007-01-09 | 1 | -42/+47 |
* | Clean up connection closing and permanent failure logic. | Michael Brown | 2007-01-09 | 1 | -32/+62 |
* | Merge changes from mcb-tcp-fixes branch. | Michael Brown | 2006-12-27 | 1 | -46/+41 |
* | Ensure that old TCP connection state is destroyed before attempting to | Michael Brown | 2006-12-22 | 1 | -0/+5 |
* | Cannot immediately overwrite the peer address when we parse | Michael Brown | 2006-12-22 | 1 | -3/+8 |
* | Avoid null pointer dereferences when no username/password specified. | Michael Brown | 2006-12-21 | 1 | -3/+6 |
* | When login fails, leave the session open but not in full feature | Michael Brown | 2006-12-21 | 1 | -4/+15 |
* | Add ability to shut down iSCSI connection | Michael Brown | 2006-12-21 | 1 | -22/+25 |
* | A cleaner method of handling login redirection; just use the existing | Michael Brown | 2006-12-06 | 1 | -2/+5 |
* | Tweaked retry messages | Michael Brown | 2006-12-05 | 1 | -1/+2 |
* | Handle TargetAddress | Michael Brown | 2006-12-05 | 1 | -0/+30 |
* | Handle strings as complete units, instead of a byte at a time. | Michael Brown | 2006-12-05 | 1 | -137/+74 |
* | Add iscsi_rx_buffered_data() and supporting infrastructure. | Michael Brown | 2006-12-05 | 1 | -24/+81 |
* | Updated to use asynchronous operation model for iSCSI requests | Michael Brown | 2006-11-28 | 1 | -77/+413 |
* | Split login into security negotation and operational parameter | Michael Brown | 2006-10-03 | 1 | -25/+50 |
* | Added RX tracing as well. | Michael Brown | 2006-08-16 | 1 | -0/+5 |
* | Added some minimal debugging for transmitted PDUs. | Michael Brown | 2006-08-15 | 1 | -0/+7 |
* | command->data_{in,out} are now userptr_t, so it is invalid to compare | Michael Brown | 2006-08-10 | 1 | -2/+2 |