summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Use meson as the main build system (#365)Lee Duncan2022-09-212-19/+73
* Small bug fixes (#364)Lee Duncan2022-09-062-91/+0
* make: avoid hard-coding path to sed (#357)Chris Hofstaedtler2022-07-301-1/+1
* Add a 'distclean' Makefile top-level targetLee Duncan2022-05-092-1/+9
* Merge pull request #333 from thesamesam/masterLee Duncan2022-04-102-3/+3
|\
| * Makefiles: respect $(CC) fully (don't hardcode GCC); use $(RM)Sam James2022-04-062-3/+3
* | Check for root in iscsi-gen-initiatornameLee Duncan2022-04-081-6/+10
* | utils: remove errant spaces in scriptLee Duncan2022-04-071-5/+5
* | Use kernel initiatorname when setting local inameLee Duncan2022-04-071-36/+118
* | Build: remove redundant definition in utils MakefileLee Duncan2022-04-041-2/+1
|/
* Build: Cleanup fwparam_ibft and sysdeps subdirs.Lee Duncan2022-03-3115-7080/+2
* Make DB and ISCSIHOME directories configurable.Lee Duncan2022-03-253-13/+18
* Clean up Makefile build system.Lee Duncan2022-03-207-4/+65
* Remove HEREIS usage from iscsi-gen-initiatornameLee Duncan2022-02-171-25/+26
* change iscsi-gen-initiatorname option -b => -pLee Duncan2021-12-031-5/+5
* Update the iscsi-gen-initiatorname script: harden and generalizeLee Duncan2021-12-031-22/+50
* Finish ability to have binary location configurable.Lee Duncan2021-10-283-7/+7
* Handle qedi correctly in NPAR modeLee Duncan2021-09-011-8/+6
* Support the "qede" CNA-card driver.Lee Duncan2021-07-201-0/+8
* fwparam_ppc: Fix memory leak in fwparam_ppc.cWenchao Hao2020-12-121-0/+10
* fwparam_ppc: Fix illegal memory access in fwparam_ppc.cWenchao Hao2020-12-121-10/+23
* fwparam_ppc: Fix NULL pointer dereference in find_devtree()Wenchao Hao2020-12-121-0/+3
* open-iscsi: Fix invalid pointer deference in find_initiator()Wenchao Hao2020-12-121-2/+9
* iscsi-iname: Verify open() return value before calling read()Wenchao Hao2020-12-121-2/+4
* Merge pull request #211 from liubozju/iscsi-devLee Duncan2020-06-061-1/+4
|\
| * iscsi: Add break to while loopwubo0092020-06-041-1/+4
* | iscsi: fix fd leakwubo0092020-06-041-0/+1
|/
* Fix issue where "iscsi-iname -p" core dumps.Lee Duncan2020-03-252-5/+14
* 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-311-1/+1
* Update GPLv2 License information.Lee Duncan2018-10-091-11/+11
* Fix qsort() comparator function call.Lee Duncan2018-09-271-2/+2
* Remove unused file fwparam_ibft_sysfs.c.Lee Duncan2018-05-311-394/+0
* iscsiadm: get transport_name correctly for offload ifaceNilesh Javali2018-04-231-4/+6
* fwparam_ppc.c: Do not use __compar_fn_tKhem Raj2018-03-211-1/+1
* libopeniscsiusr: Use libopeniscsiusr in iscsiadmGris Ge2018-01-221-2/+10
* Add in tracking IP prefix length, in addition to mask.Lee Duncan2018-01-182-0/+3
* Automate logging into iSCSI FW targets.Lee Duncan2018-01-162-0/+27
* Fix compiler warnings about string overflows in prom_parseLee Duncan2017-12-024-1065/+1057
* Replace deprecated _SVID_SOURCE with _DEFAULT_SOURCELee Duncan2017-12-022-2/+2
* Fix compiler warning: possible string truncationLee Duncan2017-12-022-2/+2
* Merge pull request #55 from apatters/bnx2-software-ibft-supportLee Duncan2017-08-301-24/+36
|\
| * iscsistart: move offload discovery/setup to fw_get_targets()Andrew Patterson2017-06-021-24/+36
* | Fixed typo for spelling of 'default'Neal Wise2017-06-091-4/+4
|/
* iBFT 'origin' is an enum, not a stringLee Duncan2016-11-181-2/+1
* fixed typo in iscsi_discovery usage()Mark Karpeles2016-09-181-1/+1
* iscsistart: support booting over a VLANChris Leech2016-04-121-2/+1