summaryrefslogtreecommitdiff
path: root/usr
Commit message (Expand)AuthorAgeFilesLines
* 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
* Out-of-bounds-write: Overrunning array link_targetChris Leech2019-10-311-1/+1
* Resource leak: returning without freeing netdevChris Leech2019-10-311-2/+4
* 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
* | 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-121-1/+1
* rec update: disable the idbm_lock in read/write when updating the recXiubo Li2019-06-185-66/+105
* Merge pull request #164 from gonzoleeman/make-iscsid-systemd-optionalLee Duncan2019-05-172-0/+8
|\
| * Make iscsid systemd usage optionalLee Duncan2019-05-142-0/+8
* | Merge pull request #163 from gonzoleeman/fix-systemd-startup-etcLee Duncan2019-05-171-2/+2
|\ \
| * | Stop using /var directory for PIDfile and locksLee Duncan2019-05-141-2/+2
| |/
* | Fix possible discovery hang when timing outLee Duncan2019-05-141-0/+1
|/
* Fix output of node printing for multiple paths.Lee Duncan2019-03-261-4/+13