Changeset 40 for trunk/include
- Timestamp:
- May 31, 2006, 9:38:30 PM (18 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/samhain.h
r34 r40 45 45 /* Sizes for arrays (user, group, timestamp). 46 46 */ 47 #define SOCKPASS_MAX 14 47 48 #define USER_MAX 20 48 49 #define GROUP_MAX 20 49 50 #define TIM_MAX 32 51 50 52 51 53 /* The number of bytes in a key, … … 262 264 263 265 typedef struct { 264 char sh_sockpass[ 32];266 char sh_sockpass[2*SOCKPASS_MAX+2]; 265 267 char sigkey_old[KEY_LEN+1]; 266 268 char sigkey_new[KEY_LEN+1]; -
trunk/include/sh_unix.h
r27 r40 49 49 SH_FILE_FIFO, 50 50 SH_FILE_SOCKET, 51 SH_FILE_DOOR, 52 SH_FILE_PORT, 51 53 SH_FILE_UNKNOWN 52 54 } ShFileType; … … 77 79 /* hardlinks */ 78 80 #define MODI_HLN (1 << 10) 79 /* device num*/81 /* device type */ 80 82 #define MODI_RDEV (1 << 11) 81 83 /* size may grow */
Note:
See TracChangeset
for help on using the changeset viewer.