summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Add in "-V" for version infoLee Duncan2020-02-202-5/+16
| * Update TODO listLee Duncan2020-02-202-0/+11
| * 64 tests now working and passingLee Duncan2020-02-203-25/+68
| * First 32 tests working?Lee Duncan2020-02-194-70/+148
| * Beginning to get python tests set up.Lee Duncan2020-02-198-10/+512
|/
* Merge pull request #186 from knakamu/testLee Duncan2020-01-311-0/+3
|\
| * Avoid logout of iscsi boot sessionKiyotaka Nakamura2020-01-311-0/+3
|/
* Merge pull request #185 from gonzoleeman/fix-compiler-issuesLee Duncan2020-01-3031-132/+214
|\
| * Fix 586 compiler issues.Lee Duncan2020-01-299-19/+27
| * Updates to support gcc -fno-common option.Lee Duncan2020-01-286-6/+11
| * Enabled compiler checking options, fixed issues.Lee Duncan2020-01-2823-108/+177
|/
* Revert "Out-of-bounds read: Overrunning array of 8 2-byte elements"Chris Leech2020-01-201-1/+1
* Merge pull request #183 from phmccarty/pc-fileChris Leech2020-01-081-1/+1
|\
| * Fix bug with libopeniscsiusr.pcPatrick McCarty2020-01-081-1/+1
* | Merge pull request #182 from cleech/chap_configChris Leech2020-01-0814-32/+294
|\ \ | |/ |/|
| * configuration support for CHAP algorithmsChris Leech2019-12-1914-32/+294
|/
* Fixed Changelog message, first lineLee Duncan2019-11-141-1/+1
* 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
|\