summaryrefslogtreecommitdiff
path: root/libopeniscsiusr
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | libopeniscsiusr: Add CFLAGS to linker cmdlineKhem Raj2018-02-021-1/+1
| * | libopeniscsiusr: Include limit.h for PATH_MAXKhem Raj2018-02-021-0/+1
| |/
* | libopeniscsiusr: Add full iscsi interface support.Gris Ge2018-03-2219-312/+2616
* | libopeniscsiusr: Fix iscsi_sessions_free() on 0 se_count.Gris Ge2018-02-261-1/+1
|/
* libopeniscsiusr: Add basic iface support into iscsi session.Gris Ge2018-01-2211-2/+670
* libopeniscsiusr: Add iSCSI session support.Gris Ge2018-01-2211-13/+1280
* Introducing iSCSI userspace library.Gris Ge2018-01-2214-0/+4090