summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing for version 2.0.8762.0.876Lee Duncan2018-01-222-1/+59
* remove kernel subdir from clean Makefile targetLee Duncan2018-01-221-1/+0
* Do not set LDFLAGS directly in usr/MakefileLee Duncan2018-01-221-4/+4
* libopeniscsiusr: Use libopeniscsiusr in iscsiadmGris Ge2018-01-229-181/+368
* libopeniscsiusr: Add basic iface support into iscsi session.Gris Ge2018-01-2211-2/+670
* libopeniscsiusr: Add iSCSI session support.Gris Ge2018-01-2212-13/+1281
* Introducing iSCSI userspace library.Gris Ge2018-01-2216-1/+4106
* Fix memory leak of session_info_print_tree() in usr/session_info.c.Gris Ge2018-01-191-0/+1
* Remove white spaces.Gris Ge2018-01-192-2/+2
* Merge pull request #85 from gonzoleeman/fixes/ipc-should-not-be-nullLee Duncan2018-01-181-5/+0
|\
| * Discovery via non-tcp transport needs "ipc" valueLee Duncan2018-01-181-5/+0
|/
* Merge pull request #84 from gonzoleeman/fixes/add_ip_prefixLee Duncan2018-01-186-0/+9
|\
| * Add in tracking IP prefix length, in addition to mask.Lee Duncan2018-01-186-0/+9
* | Merge pull request #83 from gonzoleeman/fixes/update-top-level-makefileLee Duncan2018-01-181-2/+4
|\ \ | |/ |/|
| * Add some scripts and manpages to the top Makefile.Lee Duncan2018-01-181-2/+4
|/
* Merge pull request #82 from gonzoleeman/updates/iscsiuio-Makefile.am-updatesLee Duncan2018-01-181-4/+8
|\
| * Cleanup iscsiuio master Makefile template.Lee Duncan2018-01-171-4/+8
* | Merge pull request #81 from gonzoleeman/updates/iscsid.conf-changes-v2Lee Duncan2018-01-181-4/+6
|\ \ | |/ |/|
| * Update iscsid.conf attribute iscsid.startup.Lee Duncan2018-01-181-4/+6
|/
* Merge pull request #80 from cleech/masterLee Duncan2018-01-1724-17401/+3
|\
| * delete unused BSD stub codeChris Leech2018-01-164-571/+2
| * delete old kernel codeChris Leech2018-01-1620-16830/+1
* | Merge pull request #79 from gonzoleeman/updates/add-iscsi_fw_loginLee Duncan2018-01-174-3/+54
|\ \
| * | Automate logging into iSCSI FW targets.Lee Duncan2018-01-164-3/+54
| |/
* | Merge pull request #78 from gonzoleeman/updates/ignore-standard-build-filesLee Duncan2018-01-171-0/+4
|\ \ | |/ |/|
| * Ignore common build output filesLee Duncan2018-01-161-0/+4
|/
* Merge pull request #72 from gonzoleeman/iscsiuio-fixesLee Duncan2017-12-195-25/+81
|\
| * 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
| * Merge pull request #3 from open-iscsi/masterLee Duncan2017-12-1522-1087/+1070
| |\ | |/ |/|
* | Merge pull request #69 from gonzoleeman/new-compiler-fixesLee Duncan2017-12-0722-1087/+1070
|\ \ | |/ |/|
| * 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
| * Fix undefined call to writev(): include <sys/uio.h>Lee Duncan2017-12-021-0/+1
| * Ignore library file for iscsiuio/srcLee Duncan2017-12-021-0/+1
| * Fix compiler warnings about string overflows in prom_parseLee Duncan2017-12-024-1065/+1057
| * Rename local strings.[ch] to local_strings.[ch]Lee Duncan2017-12-024-3/+3
| * Replace deprecated _SVID_SOURCE with _DEFAULT_SOURCELee Duncan2017-12-022-2/+2
| * Fix compiler warning: possible string truncationLee Duncan2017-12-022-2/+2
| * Fix duplicate define of __bitwiseLee Duncan2017-12-021-0/+2
|/
* iscsi_if.h: use attribute instead of '__packed'Khazhismel Kumykov2017-09-051-1/+1
* Prepare for version 2.0.8752.0.875Lee Duncan2017-09-012-1/+74
* Merge pull request #55 from apatters/bnx2-software-ibft-supportLee Duncan2017-08-305-34/+66
|\