summaryrefslogtreecommitdiff
path: root/iscsiuio
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo error in iscsiuio/src/uip/lc-switch.h (#386)HEADmasterbaker9152022-12-241-1/+1
* iscsid/iscsiuio: fix OOM adjustment (#377)Lee Duncan2022-10-141-20/+28
* Use meson as the main build system (#365)Lee Duncan2022-09-2111-6/+266
* Small bug fixes (#364)Lee Duncan2022-09-063-9/+3
* iscsiuio: Use pthread_t for INVALID_THREAD (#363)Khem Raj2022-09-021-1/+1
* iscsiuio: fix LDADDSam James2022-04-151-10/+7
* Merge pull request #333 from thesamesam/masterLee Duncan2022-04-102-3/+4
|\
| * iscsiuio: respect LDFLAGS fullySam James2022-04-031-2/+3
| * iscsiuio: don't clobber LDFLAGS in configure.acSam James2022-04-031-1/+1
* | Merge pull request #330 from ryancaicse/masterLee Duncan2022-04-031-1/+1
|\ \
| * | Fix a missing-unlocking bugryancaicse2022-04-021-1/+1
| |/
* | Be smarter about creating iscsiuio.8 man pageLee Duncan2022-04-031-3/+7
|/
* Make DB and ISCSIHOME directories configurable.Lee Duncan2022-03-251-0/+2
* bnx2x.c: Re-initialize bp->version with baseline version.Manish Rangankar2021-07-092-3/+19
* Avoid hardcoding pkg-config to fix cross buildHelmut Grohne2021-02-151-3/+14
* check for TCP urgent pointer past end of frameChris Leech2020-12-181-5/+10
* check for u8 overflow when processing TCP optionsChris Leech2020-12-181-5/+15
* check for header length underflow during checksum calculationChris Leech2020-12-181-1/+7
* iscsiuio: Remove unused macro IFNAMSIZ defined in iscsid_ipc.cWenchao Hao2020-12-121-3/+0
* iscsiuio: Fix invalid parameter when call fstat()Wenchao Hao2020-12-122-0/+14
* Fix compiler complaint about string copy in iscsiuioLee Duncan2020-06-031-5/+15
* Fix a compiler complaint about writing one byteLee Duncan2020-06-031-1/+1
* Change include of <sys/poll.h> to <poll.h>Lee Duncan2020-04-021-1/+1
* Fix 586 compiler issues.Lee Duncan2020-01-292-8/+15
* Updates to support gcc -fno-common option.Lee Duncan2020-01-282-3/+3
* Revert "Out-of-bounds read: Overrunning array of 8 2-byte elements"Chris Leech2020-01-201-1/+1
* Uninitialized scalar value rcChris Leech2019-10-311-1/+1
* Resource leak: Variable raw going out of scope leaks the storage it points to.Chris Leech2019-10-311-0/+1
* Out-of-bounds read: Overrunning array of 8 2-byte elementsChris Leech2019-10-311-1/+1
* Resource leak: Handle variable fd going out of scope leaks the handle.Chris Leech2019-10-311-0/+1
* Out-of-bounds read: Overrunning array of 4 bytes at byte offset 7 by derefere...Chris Leech2019-10-311-2/+2
* Merge pull request #169 from njavali/iscsiuio-bug-fixesLee Duncan2019-07-024-21/+21
|\
| * iscsiuio: update version to 0.7.8.6Nilesh Javali2019-06-273-6/+21
| * iscsiuio: allow processing of iscsid requests in DHCP failure conditionNilesh Javali2019-06-271-15/+0
* | Handle systemd disablement correctly in iscsiuioLee Duncan2019-06-051-0/+8
* | Add systemd support for iscsiuioLee Duncan2019-05-141-0/+8
* | Fix pipe notification codeLee Duncan2019-05-141-4/+6
* | Improve daemon synchronization, fix err msgsLee Duncan2019-05-142-10/+31
* | Stop using /var directory for PIDfile and locksLee Duncan2019-05-142-2/+2
* | Merge pull request #148 from njavali/iscsiuio-bug-fixesLee Duncan2018-11-265-9/+39
|\ \ | |/
| * iscsiuio: v0.7.8.5Nilesh Javali2018-11-203-6/+28
| * qedi: Use uio BD index instead on buffer index.Manish Rangankar2018-11-201-3/+9
| * qedi: Set buf_size in case of ICMP and ARP packet.Manish Rangankar2018-11-201-0/+2
* | Merge pull request #144 from njavali/iscsiuio-bug-fixesLee Duncan2018-10-241-3/+6
|\ \ | |/
| * iscsiuio: Do not flush tx queue on each uio interrupt.Manish Rangankar2018-10-241-3/+6
* | Merge pull request #129 from cpaelzer/cleanup-nic_nl_open-usageLee Duncan2018-09-262-3/+4
|\ \
| * | iscsiuio: fail on nic_nl_open failingChristian Ehrhardt2018-09-201-1/+2
| * | iscsiuio: avoid loosing bad rc in nic_nl_openChristian Ehrhardt2018-09-201-2/+2
| |/
* | Close file handles when writing pid files.Scott Moser2018-09-191-1/+2
|/
* iscsiuio: limit retries of performing dhcpv6 before declaring dhcp failureNilesh Javali2018-08-241-3/+8