summaryrefslogtreecommitdiff
path: root/usr
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix printing of node database again.Lee Duncan2019-03-261-0/+50
* Fix node print return value when no nodes.Lee Duncan2019-03-121-44/+0
* Fix output for iscsiadm node/iface print level P1Lee Duncan2019-01-231-23/+9
* Use pkg-config in Makefiles for newer libraries.Lee Duncan2018-11-121-3/+8
* Fix i586 build issues with string length overflow.Lee Duncan2018-11-061-5/+6
* Preparing for version 2.0.8772.0.877Lee Duncan2018-10-171-1/+1
* Use sd_notify() to tell systemd when iscsid is ready.Lee Duncan2018-10-165-14/+114
* Restore space in node-mode level 0 outputLee Duncan2018-10-121-1/+1
* Make reconnect to session on startup forever default.Lee Duncan2018-10-111-1/+1
* Use libkmod instead of fork/exec of modprobe.Lee Duncan2018-10-091-52/+0
* When reopen_max=0 retry reopening forever.Lee Duncan2018-10-091-1/+2
* Do not allow multiple sessions when nr_sessions=1Lee Duncan2018-10-041-2/+4
* Include stdio.h for use of snprintf().Lee Duncan2018-09-271-0/+1
* Removed unused value 'one'.Lee Duncan2018-09-271-1/+1
* Merge pull request #131 from gonzoleeman/fix-reconnect-foreverLee Duncan2018-09-276-4/+39
|\