index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
tcp
/
iscsi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[scsi] Make LUN a property of the SCSI backend only
Michael Brown
2009-08-10
1
-1
/
+0
*
[scsi] Generalise iscsi_parse_lun() to scsi_parse_lun()
Michael Brown
2009-08-10
1
-37
/
+1
*
[scsi] Generalise iscsi_detached_command() to scsi_detached_command()
Michael Brown
2009-08-10
1
-6
/
+1
*
[scsi] Make SCSI command issuing partially asynchronous
Michael Brown
2009-07-17
1
-18
/
+11
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[xfer] Implement xfer_vreopen() to properly handle redirections
Michael Brown
2009-03-30
1
-1
/
+1
*
[iscsi] Include credentials in iBFT only if used during iSCSI login
Michael Brown
2009-02-20
1
-12
/
+11
*
[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
[next]