summaryrefslogtreecommitdiff
path: root/usr/discovery.c
Commit message (Expand)AuthorAgeFilesLines
* Fix more issues discovered by gcc12Lee Duncan2022-01-261-1/+1
* Change include of <sys/poll.h> to <poll.h>Lee Duncan2020-04-021-1/+1
* Enabled compiler checking options, fixed issues.Lee Duncan2020-01-281-14/+19
* Fix possible discovery hang when timing outLee Duncan2019-05-141-0/+1
* Plugging a memory leak from discovery.Lee Duncan2018-08-301-0/+5
* Rename local strings.[ch] to local_strings.[ch]Lee Duncan2017-12-021-1/+1
* Use timeout when waiting for responses from iscsidHannes Reinecke2016-11-231-8/+8
* make use of all 24 bits of ISID qualifier spaceChris Leech2016-02-011-1/+3
* Use system-wide open-isns, not internal version.Lee Duncan2015-08-241-3/+3
* Remove duplicate newlines in log messages.Lee Duncan2015-04-031-21/+21
* Allow setting host params to return EAGAIN errors.Lee Duncan2015-01-121-2/+3
* iscsi tools: set non negotiated params early.Mike Christie2014-02-131-2/+13
* iscsi tools: remove useless NULL iface checkMike Christie2012-04-051-1/+1
* iscsi tools: manage qla4xxx iscsi sessions with iscsiadmLalit Chandivade2011-08-141-2/+91
* iscsi tools: Fix warnings reported by gcc-4.5.2Jim Ramsay2011-08-021-0/+2
* iscsiadm: fix discovery exit codeMike Christie2011-02-141-5/+14
* iscsiadm: fix offload discovery retryMike Christie2011-02-101-2/+2
* iscsi tools: fix discovery return codeMike Christie2011-02-031-11/+14
* iscsi tools: convert discovery code to iscsi error codesMike Christie2011-01-311-53/+71
* iscsi tools: fix iscsiadm exit codesMike Christie2011-01-311-1/+2
* Use pass through interface for sendtargets (take4) Currenly offload cards lik...Mike Christie2011-01-311-343/+429
* iscsi tools: fix multi pdu sendtargets discovery sequencesMike Christie2010-09-161-6/+0
* iscsid: add isns discovery daemon and SCN supportMike Christie2010-03-221-63/+168
* iscsi tools: do not exit on mem alloc failures during discoveryMike Christie2010-03-221-1/+7
* iscsi tools: use open-isns servicesMike Christie2010-03-221-34/+210
* iscsi tools: add str prefix to strings.c functionsMike Christie2010-03-221-19/+19
* iscsi tools: mv iscsid request helpers to its own fileMike Christie2010-03-221-4/+4
* st discovery: fix reopen max handlingMike Christie2010-03-221-2/+2
* iscsi tools: idbm/fw function cleanupMike Christie2010-01-151-2/+1
* iscsi tools: Allow empty username for CHAPMike Christie2010-01-121-2/+1
* iscsid: start iscsid automatically when neededMike Christie2009-09-031-3/+3
* iscsiadm: use iface iname when doing discoveryMike Christie2009-06-111-13/+63
* iscsi tools: convert from strncpy to strlcpyMike Christie2009-02-071-4/+5
* rm db paramMike Christie2008-04-201-17/+15
* Add options to modify the db manipulation behavior during discoveryMike Christie2008-02-201-31/+25
* Use new tpgt instead of failing loginMike Christie2008-02-201-1/+0
* fix iscsid running requirementMike Christie2007-10-251-1/+38
* Handle multiple text requestsMike Christie2007-10-251-122/+51
* mv nop handling to kernelMike Christie2007-08-271-5/+2
* This patch decouples the initiator name from iscsid. This is needed forMike Christie2007-07-251-2/+9
* fix error return code situation :), some functions would return a error when ...mnc2007-06-121-6/+8
* Support bind by hw address or netdev (ip address is temp disabled because tar...mnc2007-05-301-2/+4
* Rename iface.name to iface.hwaddress and make transport name part of the ifac...mnc2007-04-241-9/+58
* when we have been doing discovery we have been overwriting old node records b...mnc2007-04-241-49/+63
* there were some fun leaks and places where we could segfault since we never c...mnc2007-04-241-448/+121
* check some iscsi and initiator settings before use and drop down to defaults ...mnc2007-02-211-2/+2
* from patmans@us.ibm.com: limit discovery retriesmnc2006-02-261-7/+17
* Wang Zhenyu: remove vendor_specific_keys fieldaaizman2005-10-261-6/+0
* James Sneeringer: changing all instances of password_length_in todmitry_yus2005-09-231-5/+5
* Wang Zhenyu: iSCSI redirectdmitry_yus2005-09-131-0/+1