summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing for version 2.1.02.1.0Lee Duncan2019-11-143-2/+41
* Fix version strings in ChangeLogLee Duncan2019-11-121-6/+6
* Merge pull request #178 from open-iscsi/coverity_scanChris Leech2019-11-0417-54/+65
|\
| * Uninitialized scalar value rcChris Leech2019-10-311-1/+1
| * Resource leak: Variable raw going out of scope leaks the storage it points to.Chris Leech2019-10-311-0/+1
| * Out-of-bounds read: Overrunning array of 8 2-byte elementsChris Leech2019-10-311-1/+1
| * Resource leak: Handle variable fd going out of scope leaks the handle.Chris Leech2019-10-311-0/+1
| * fwparam_pcc mulitple resource leaksChris Leech2019-10-311-2/+1
| * iscsistart -b probably never worked with PPC OF parsing?Chris Leech2019-10-311-1/+0
| * iscsi-iname remove unneeded temp bufferChris Leech2019-10-311-6/+1
| * iscsi-iname: verify prefix length is at most 210 charactersChris Leech2019-10-311-0/+9
| * iscsi-iname: change default IQN prefixChris Leech2019-10-312-2/+2
| * Out-of-bounds read: Overrunning array of 4 bytes at byte offset 7 by derefere...Chris Leech2019-10-311-2/+2
| * Resource leak: Handle variable fd going out of scope leaks the handle.Chris Leech2019-10-311-0/+1
| * Resource leak: Handle variable fd going out of scope leaks the handle.Chris Leech2019-10-311-0/+2
| * Resource leak: Variable matched_ses going out of scope leaks the storage it p...Chris Leech2019-10-311-2/+2
| * Resource leak: Variable chap_info going out of scope leaks the storage it poi...Chris Leech2019-10-311-1/+1
| * Resource leak: Handle variable sockfd going out of scope leaks the handle.Chris Leech2019-10-311-1/+3
| * Uninitialized scalar variable: Using uninitialized value number when calling ...Chris Leech2019-10-311-1/+1
| * Uninitialized pointer read: Using uninitialized value ifaces.nextChris Leech2019-10-311-20/+11
| * Uninitialized scalar variableChris Leech2019-10-311-1/+1
| * Buffer not null terminated: Calling strncpy with a maximum size argument on d...Chris Leech2019-10-311-3/+3
| * Resource leak: Variable startup_cmd going out of scope leaks the storage it p...Chris Leech2019-10-311-0/+2
| * Out-of-bounds access: Overrunning array value_listChris Leech2019-10-311-1/+3
| * Buffer not null terminated: Calling strncpy with a maximum size argument on d...Chris Leech2019-10-311-1/+1
| * Out-of-bounds write: Overrunning array link_targetChris Leech2019-10-311-3/+3
| * Resource leak: Variable rec going out of scope leaks the storage it points toChris Leech2019-10-311-1/+2
| * Out-of-bounds-write: Overrunning array link_targetChris Leech2019-10-311-1/+1
| * Resource leak: returning without freeing netdevChris Leech2019-10-311-2/+4
| * fix Coverity scanChris Leech2019-10-231-1/+5
|/
* Merge pull request #176 from open-iscsi/coverity_scanChris Leech2019-10-231-0/+29
|\
| * setup Travis-CI builds and Coverity scansChris Leech2019-10-231-0/+29
|/
* Merge pull request #174 from gonzoleeman/fix-session-display-errorLee Duncan2019-10-101-0/+1
|\
| * Initialize timeout for printing specific session info.Lee Duncan2019-09-301-0/+1
* | Merge pull request #170 from cleech/chap_exChris Leech2019-10-107-538/+126
|\ \ | |/ |/|
| * CHAP SHA-1, SHA-256, SHA3-256 via OpenSSL's libcryptoChris Leech2019-10-107-538/+126
|/
* Preparing for version 2.0.8782.0.878Lee Duncan2019-09-123-2/+49
* Merge pull request #172 from JohnAZoidberg/install-systemdLee Duncan2019-09-041-0/+8
|\
| * Add target to install systemd unitsDaniel Schaefer2019-08-291-0/+8
|/
* Remove redundant Requires= from iscsi.serviceLee Duncan2019-08-151-1/+0
* Merge pull request #171 from gonzoleeman/fix-iscsi-iscsid-service-dependencyLee Duncan2019-08-141-0/+1
|\
| * The iscsi login/logout service requires iscsid.Lee Duncan2019-08-131-0/+1
|/
* Merge pull request #168 from lxbsz/bzChris Leech2019-07-035-66/+105
|\
| * rec update: disable the idbm_lock in read/write when updating the recXiubo Li2019-06-185-66/+105
* | Merge pull request #169 from njavali/iscsiuio-bug-fixesLee Duncan2019-07-024-21/+21
|\ \ | |/ |/|
| * iscsiuio: update version to 0.7.8.6Nilesh Javali2019-06-273-6/+21
| * iscsiuio: allow processing of iscsid requests in DHCP failure conditionNilesh Javali2019-06-271-15/+0
* | Handle systemd disablement correctly in iscsiuioLee Duncan2019-06-052-1/+12
* | Merge pull request #164 from gonzoleeman/make-iscsid-systemd-optionalLee Duncan2019-05-173-0/+13
|\ \
| * | Make iscsid systemd usage optionalLee Duncan2019-05-143-0/+13