summaryrefslogtreecommitdiff
path: root/usr/iscsiadm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #342 from wenchao-hao/iface_paramLee Duncan2022-05-201-0/+1
|\
| * iscsiadm: enable specify iface name-value parameters when creating ifaceWenchao Hao2022-04-141-0/+1
* | Use config for iscsistart and iscsiadm fw loginEric Mackay2022-05-181-5/+3
|/
* Allow name/value args for firmware logins.Lee Duncan2022-03-161-9/+68
* iscsiadm: Call log_init() first to fix a segmentation faultWenchao Hao2021-11-191-2/+3
* Add iscsiadm "no wait" option for firmware login.Lee Duncan2021-04-271-10/+14
* Fix iscsiadm segfault when exitingLee Duncan2021-01-261-4/+4
* Merge pull request #244 from patsoffice/patsoffice/dir-perm-fix-RH-versionLee Duncan2021-01-181-1/+1
|\
| * Change mkdir permissions to 0770, adjust usmaskPatrick Lawrence2021-01-121-1/+1
* | iscsiadm: Fix memory leak in iscsiadmWenchao Hao2020-12-301-14/+13
* | open-iscsi: Clean user_param list when process exitWenchao Hao2020-12-121-0/+4
* | iscsiadm: Optimize the the verification of mode paramtersWenchao Hao2020-11-231-52/+37
* | Implement login "no_wait" for iscsiadm NODE modeLee Duncan2020-10-081-7/+7
* | Add ability to attempt target logins asynchronouslyLee Duncan2020-08-151-14/+21
|/
* Avoid logout of iscsi boot sessionKiyotaka Nakamura2020-01-311-0/+3
* Fix 586 compiler issues.Lee Duncan2020-01-291-2/+3
* Enabled compiler checking options, fixed issues.Lee Duncan2020-01-281-23/+41
* Resource leak: Variable chap_info going out of scope leaks the storage it poi...Chris Leech2019-10-311-1/+1
* Uninitialized pointer read: Using uninitialized value ifaces.nextChris Leech2019-10-311-20/+11
* Resource leak: Variable rec going out of scope leaks the storage it points toChris Leech2019-10-311-1/+2
* Initialize timeout for printing specific session info.Lee Duncan2019-09-301-0/+1
* rec update: disable the idbm_lock in read/write when updating the recXiubo Li2019-06-181-9/+9
* 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
* Restore space in node-mode level 0 outputLee Duncan2018-10-121-1/+1
* vlan setting sync across ipv4/ipv6 for be2iscsiChris Leech2018-06-131-28/+104
* iscsiadm: Use libopeniscsiusr in `iscsiadm -m iface -P1`Gris Ge2018-04-131-27/+84
* libopeniscsiusr: Add node query supportGris Ge2018-04-131-22/+122
* libopeniscsiusr: Add full iscsi interface support.Gris Ge2018-03-221-60/+86
* libopeniscsiusr: Use libopeniscsiusr in iscsiadmGris Ge2018-01-221-5/+81
* Clear errno before calling strtoull.Lee Duncan2017-07-271-0/+2
* Merge pull request #40 from Akrog/feature/autoscan_enChris Leech2017-03-071-1/+1
|\
| * Allow disabling auto LUN scansGorka Eguileor2017-02-211-1/+1
* | fix timeout setting on discoverydb commandsChris Leech2017-02-211-0/+1
|/
* Use timeout when waiting for responses from iscsidHannes Reinecke2016-11-231-5/+7
* Additional spelling fixesChristian Seiler2016-09-181-1/+1
* Spelling fixesVille Skyttä2016-09-181-5/+5
* iscsid: make safe_logut session checks apply for flashnode sessionChris Leech2016-04-121-0/+23
* iscsiadm: let ping be tried after iface config is initializedAdheer Chandravanshi2015-12-281-1/+1
* iscsid: Changes to support ping through iscsiuioAdheer Chandravanshi2015-12-281-4/+24
* Use system-wide open-isns, not internal version.Lee Duncan2015-08-241-1/+1
* Remove duplicate newlines in log messages.Lee Duncan2015-04-031-11/+11
* Fix warning about possibly-uninitialized variableAndy Grover2014-11-111-3/+2
* iscsiadm: Initialize param_count in set_host_chap_infoManish Rangankar2014-07-241-1/+1
* iscsiadm: Fix the compile time warningAdheer Chandravanshi2014-02-281-1/+2
* iscsiadm: Fix the hostno check for stats submode of host modeChris Leech2014-02-281-1/+1
* iscsi tools: Fix the iscsiadm help options for host modeAdheer Chandravanshi2014-01-021-2/+1
* iscsi_tool: Add offload host statistics support.Lalit Chandivade2013-12-221-1/+243