summaryrefslogtreecommitdiff
path: root/usr
Commit message (Expand)AuthorAgeFilesLines
* Preparing for version 2.1.3Chris Leech2020-12-181-1/+1
* sysfs: Verify parameter of sysfs_device_get()Wenchao Hao2020-12-121-2/+4
* open-iscsi: Clean user_param list when process exitWenchao Hao2020-12-124-0/+24
* iscsi_net_util: Fix NULL pointer dereference in find_vlan_dev()Wenchao Hao2020-12-121-0/+6
* open-iscsi: Fix NULL pointer dereference in mgmt_ipc_read_req()Wenchao Hao2020-12-121-1/+4
* iscsi_sysfs: Fix NULL pointer deference in iscsi_sysfs_read_ifaceWenchao Hao2020-12-121-1/+1
* iscsiadm: Optimize the the verification of mode paramtersWenchao Hao2020-11-231-52/+37
* Merge pull request #229 from gulams/masterLee Duncan2020-11-173-2/+3
|\
| * iscsid: Poll timeout value to 1 minute for iscsidGulam Mohamed2020-11-173-2/+3
* | Merge pull request #231 from yoshkosh/masterLee Duncan2020-11-162-2/+2
|\ \
| * | iscsid: fix logging level when starting and shutting down daemonYoshifumi Kinoshita2020-11-112-2/+2
* | | iscsiadm: fix host stats mode coredumpLee Duncan2020-11-141-2/+14
|/ /
* | Fix memory leak in sysfs_get_strWenchao Hao2020-11-041-1/+5
|/
* Implement login "no_wait" for iscsiadm NODE modeLee Duncan2020-10-081-7/+7
* iscsiadm buffer overflow regression when discovering many targets at onceChris Leech2020-09-171-0/+1
* iscsid: Check Invalid Session id for stop connectiongulams2020-09-101-1/+6
* Add ability to attempt target logins asynchronouslyLee Duncan2020-08-151-14/+21
* Preparing for version 2.1.22.1.2coverity_scanLee Duncan2020-07-241-1/+1
* drop unused get_random_bytes()David Disseldorp2020-07-221-37/+0
* use openssl for random data generationDavid Disseldorp2020-07-221-3/+16
* Proper disconnect of TCP connectiongulams2020-05-041-5/+1
* Fix SIGPIPE loop in signal handlerfredvx2020-04-241-1/+6
* Merge branch 'master' into masterLuis.wu2020-04-209-9/+14
|\
| * Ignore iface.example in iface match checksLee Duncan2020-04-021-0/+3
| * More changes for musl.Lee Duncan2020-04-023-3/+2
| * Fix type mismatch under musl.Lee Duncan2020-04-021-2/+5
| * Change include of <sys/poll.h> to <poll.h>Lee Duncan2020-04-024-4/+4
* | log:modify iSCSI shared memory permissions for logsWu Bo2020-04-201-3/+3
|/
* Preparing for version 2.1.12.1.1new-versionLee Duncan2020-02-261-1/+1
* Check whether socket is opened successfully in find_vlan_dev funcl004648062020-02-031-0/+4
* Avoid logout of iscsi boot sessionKiyotaka Nakamura2020-01-311-0/+3
* Fix 586 compiler issues.Lee Duncan2020-01-297-11/+12
* Updates to support gcc -fno-common option.Lee Duncan2020-01-283-1/+4
* Enabled compiler checking options, fixed issues.Lee Duncan2020-01-2823-108/+177
* configuration support for CHAP algorithmsChris Leech2019-12-199-32/+179
* Preparing for version 2.1.02.1.0Lee Duncan2019-11-141-1/+1
* 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