summaryrefslogtreecommitdiff
path: root/iscsiuio
Commit message (Expand)AuthorAgeFilesLines
* 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
* iscsiuio: Release xmit_mutex in error code path.Manish Rangankar2018-08-141-0/+1
* iscsiuio: Add inter-host mutex while doing xmitManish Rangankar2018-06-294-8/+51
* Fix iscsiuio segfault when shutting down.Lee Duncan2018-05-311-1/+2
* Merge pull request #94 from gonzoleeman/gcc-8-fixesLee Duncan2018-03-221-1/+1
|\
| * Use correct size when copying nic name.Lee Duncan2018-03-211-1/+1
* | Merge pull request #89 from kraj/kraj/musl-fixesLee Duncan2018-03-222-2/+5
|\ \ | |/ |/|
| * bnx2x.c: Reorder the includes to avoid duplicate defines with muslKhem Raj2018-03-211-1/+5
| * qedi.c: Removed unused linux/ethtool.hKhem Raj2018-02-021-1/+0
* | Merge pull request #91 from njavali/iscsiuio-bug-fixesLee Duncan2018-02-224-9/+43
|\ \ | |/ |/|
| * iscsiuio: v0.7.8.4Nilesh Javali2018-02-223-6/+41
| * iscsiuio: allow ARP for non-matching src and dst addressesNilesh Javali2018-02-221-3/+2
* | Cleanup iscsiuio master Makefile template.Lee Duncan2018-01-171-4/+8
* | tell git to ignore the iscsiuio binaryLee Duncan2017-12-151-0/+1
* | Check iscsiuio ping data length for validityLee Duncan2017-12-153-1/+8
* | Skip useless strcopy, and validate CIDR lengthLee Duncan2017-12-151-3/+2
* | Ensure strings from peer are copied correctly.Lee Duncan2017-12-151-18/+6
* | Do not double-close IPC file stream to iscsidLee Duncan2017-12-151-2/+7
* | Ensure all fields in iscsiuio IPC response are setLee Duncan2017-12-151-0/+2
* | iscsiuio should ignore bogus iscsid broadcast packetsLee Duncan2017-12-151-0/+6
* | Check for root peer user for iscsiuio IPCLee Duncan2017-12-152-1/+49
* | Declare inline best_match_bufcmp() as static.Lee Duncan2017-12-021-1/+1
* | Include <sys/sysmacros.h> to properly define minor()Lee Duncan2017-12-021-0/+1
* | Remove unused variables. No functional change.Lee Duncan2017-12-025-14/+0