1 2 3 4 5 6 7 8 9 10 11
#define SECRETS_MACHINE_ACCT_PASS "SECRETS/$MACHINE.ACC" #define SECRETS_SAM_SID "SAM/SAM_SID" struct machine_acct_pass { uint8 hash[16]; time_t mod_time; };