From: Robert W. <wrw...@us...> - 2007-08-13 23:07:37
|
Update of /cvsroot/linuxisns/isnsNT/isnsclient/include In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv26510/isnsclient/include Modified Files: iSNSdefs.h isns.h Log Message: add attribute copy checking Index: isns.h =================================================================== RCS file: /cvsroot/linuxisns/isnsNT/isnsclient/include/isns.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** isns.h 2 Jan 2007 20:15:24 -0000 1.4 --- isns.h 13 Aug 2007 22:56:44 -0000 1.5 *************** *** 87,91 **** #define DEFAULT_IP_ADDR "127.0.0.1" ! #define MAX_PAYLOAD_SIZE (1024) #define MAX_VALUE_LENGTH (8) --- 87,91 ---- #define DEFAULT_IP_ADDR "127.0.0.1" ! #define MAX_PAYLOAD_SIZE (8*1024) #define MAX_VALUE_LENGTH (8) Index: iSNSdefs.h =================================================================== RCS file: /cvsroot/linuxisns/isnsNT/isnsclient/include/iSNSdefs.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** iSNSdefs.h 18 Dec 2006 23:00:03 -0000 1.3 --- iSNSdefs.h 13 Aug 2007 22:56:44 -0000 1.4 *************** *** 180,183 **** --- 180,184 ---- ISNS_DELIMITER=0, ISNS_START_VALID_TAG=1, + ISNS_ENTITY_ID=ISNS_START_VALID_TAG, /* 1 */ ISNS_ENTITY_TYPE, *************** *** 186,191 **** ISNS_PROT_VER, ISNS_ENTITY_PERIOD, /* REGISTRATION PERIOD */ ! ISNS_ENTITY_SCN_BITMAP, ! ISNS_ENTITY_IDX=14, ISNS_ENTITY_CERT, --- 187,193 ---- ISNS_PROT_VER, ISNS_ENTITY_PERIOD, /* REGISTRATION PERIOD */ ! ISNS_ENTITY_IDX, ! ISNS_ENTITY_NEXT_IDX, ! ISNS_ENTITY_ISAKMP=11, ISNS_ENTITY_CERT, *************** *** 195,198 **** --- 197,201 ---- ISNS_ESI_INTERVAL, ISNS_ESI_PORT, + ISNS_PORTAL_GROUP, /* tag was removed from RFC spec */ ISNS_PORTAL_IDX=22, ISNS_SCN_PORT=23, |