summaryrefslogtreecommitdiff
path: root/libopeniscsiusr
Commit message (Expand)AuthorAgeFilesLines
* Preparing for version 2.1.42.1.4Lee Duncan2021-03-111-1/+1
* libopeniscsiusr: dont error loudly if a session isn't found when working thro...Chris Leech2021-02-171-5/+16
* libopeniscsiusr: skip over removed sessionsChris Leech2021-02-171-2/+16
* libopeniscsiusr: fix error messagesChris Leech2021-02-173-8/+8
* Merge pull request #244 from patsoffice/patsoffice/dir-perm-fix-RH-versionLee Duncan2021-01-182-2/+2
|\
| * Change mkdir permissions to 0770, adjust usmaskPatrick Lawrence2021-01-122-2/+2
* | iscsiadm: Fix memory leak in iscsiadmWenchao Hao2020-12-301-1/+5
* | libopeniscsiusr: Fix memory leak in iscsi_sessions_get()Wenchao Hao2020-12-291-0/+2
* | libopeniscsiusr: Fix memory leak in iscsi_nodes_get()Wenchao Hao2020-12-291-0/+9
* | Preparing for version 2.1.3Chris Leech2020-12-181-1/+1
* | libopeniscsiusr: Compare with max int instead of max longKhem Raj2020-10-211-1/+1
* | Preparing for version 2.1.22.1.2coverity_scanLee Duncan2020-07-241-1/+1
* | iscsi/libopeniscsiusr:add libopeniscsiuser_node.h to HEADERSwubo0092020-06-151-1/+2
|/
* Preparing for version 2.1.12.1.1new-versionLee Duncan2020-02-261-1/+1
* Fix memory leaks in libopeniscsiusr/idbm.cLee Duncan2020-02-201-4/+6
* Merge pull request #183 from phmccarty/pc-fileChris Leech2020-01-081-1/+1
|\
| * Fix bug with libopeniscsiusr.pcPatrick McCarty2020-01-081-1/+1
* | configuration support for CHAP algorithmsChris Leech2019-12-194-0/+108
|/
* Preparing for version 2.1.02.1.0Lee Duncan2019-11-141-1/+1
* Preparing for version 2.0.8782.0.878Lee Duncan2019-09-121-1/+1
* Stop using /var directory for PIDfile and locksLee Duncan2019-05-141-1/+1
* When displaying interfaces, skip "iface.example"Lee Duncan2019-02-111-0/+3
* Use pkg-config in Makefiles for newer libraries.Lee Duncan2018-11-121-1/+7
* Fix i586 build issues with string length overflow.Lee Duncan2018-11-061-1/+1
* Preparing for version 2.0.8772.0.877Lee Duncan2018-10-171-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-38/+0
* Limit session relogin attempts using config value.Lee Duncan2018-09-264-1/+7
* Handle ENOTCONN error separately when reading sysfs values.Lee Duncan2018-09-261-0/+31
* Fix bug in error message when reading sysfs numbers.Lee Duncan2018-09-261-1/+1
* Fix reading of sysfs signed integers when negative.Lee Duncan2018-09-261-5/+27
* Fix incorrect sysfs logic for port and ip address.Lee Duncan2018-09-261-10/+8
* Allow reading sysfs "port" to fail gracefully.Lee Duncan2018-09-261-2/+2
* context.h: add missing stdarg.h includeFloris Bos2018-07-291-0/+1
* Merge pull request #106 from phmccarty/lib-symlinksChris Leech2018-06-181-2/+2
|\
| * Fix installation of libopeniscsiusr symlinksPatrick McCarty2018-05-291-2/+2
* | libopeniscsiusr: Fix compile error on GCC 8.Gris Ge2018-06-141-2/+7
* | libopeniscsiusr: use asprintf and remove PATH_MAX stack buffersChris Leech2018-06-146-108/+110
* | libopeniscsiusr: setup ipv6 records based on iface nameChris Leech2018-06-141-0/+3
* | libopeniscsiusr: clear errno before calling strtollChris Leech2018-06-141-0/+1
* | libopeniscsiusr: hosts can have multiple ifacesChris Leech2018-06-145-33/+106
* | libopeniscsiusr: fixes err on prefix_lenChris Leech2018-06-133-1/+8
* | Merge pull request #96 from cathay4t/apiLee Duncan2018-06-0116-21/+1484
|\ \ | |/ |/|
| * libopeniscsiusr: Fix iscsi_iface_get() on default interfaces.Gris Ge2018-04-131-0/+12
| * libopeniscsiusr: Add node query supportGris Ge2018-04-1316-19/+1471
| * libopeniscsiusr: Fix incorrect debug message for iface query.Gris Ge2018-04-131-2/+1
* | Allow a host_id value of zero.Lee Duncan2018-04-161-1/+0
|/
* Merge branch 'master' into apiLee Duncan2018-03-223-3/+14
|\
| * Merge pull request #94 from gonzoleeman/gcc-8-fixesLee Duncan2018-03-221-2/+13
| |\
| | * libopeniscsiusr: ensure sysfs pathname doesn't overflow.Lee Duncan2018-03-211-2/+13