[PATCH 2/3] open-isns: Make one more include file public.

2015-07-13 Thread leeman . duncan
From: Lee Duncan ldun...@suse.com Missed include file buffer.h on the first round. These changes will support other clients, like open-iscsi, using include files from isns rather than their own copies. --- Makefile.in | 24 buffer.c | 2 +- buffer.h

[PATCH 1/3] open-isns: Move public inlcude files to libisns/*.h

2015-07-13 Thread leeman . duncan
From: Lee Duncan ldun...@suse.com This move allows other clients (like open-iscsi) to access the include files they need to use libisns.a. --- Makefile.in | 2 +- attrs.c | 6 +- attrs.h | 262 - authblock.c

[PATCH 3/3] open-isns: Add test binaries as 'make clean' targets.

2015-07-13 Thread leeman . duncan
From: Lee Duncan ldun...@suse.com --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 8ccb96e4b4f7..91f55c2832e4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -114,6 +114,7 @@ install_lib: $(LIB) clean distclean:: rm -f *.o $(LIB) isnsd

Re: Antw: [PATCH v2 1/2] iscsid: Changes to support ping through iscsiuio

2015-07-13 Thread The Lee-Man
On Sunday, July 12, 2015 at 9:35:07 PM UTC-7, Adheer Chandravanshi wrote: -Original Message- From: open-...@googlegroups.com javascript: [mailto: open-...@googlegroups.com javascript:] On Behalf Of Ulrich Windl Sent: Friday, July 10, 2015 11:32 AM Cc: open-iscsi

[PATCH 0/3] open-isns: prepare for external use by open-iscsi

2015-07-13 Thread leeman . duncan
From: Lee Duncan ldun...@suse.com This group of patches is for open-isns, and the current procedure for changes to open-isns is to share them on the open-iscsi mailing list. The goal of these patches is to make open-isns a stand-alone package that can be used by other (like open-iscsi). This way

Re: [PATCH 0/3] open-isns: prepare for external use by open-iscsi

2015-07-13 Thread The Lee-Man
If there are no objections I will commit these changes. Then I'll submit a set of patches for open-iscsi to use this package instead of it's internal copy of it. Sound good Mike? On Monday, July 13, 2015 at 2:57:45 PM UTC-7, The Lee-Man wrote: From: Lee Duncan ldun...@suse.com This group