SYMBOL INDEX (53 symbols across 9 files) FILE: Addendum/addendum.py function login (line 33) | def login(username, password): function upload_file (line 51) | def upload_file(file_data, file_name = TemplateFile): function check_file_analysis (line 77) | def check_file_analysis(id): function get_file_attributes (line 87) | def get_file_attributes(hash): function wrap_with_document (line 97) | def wrap_with_document(data): function unwrap_from_attributes (line 117) | def unwrap_from_attributes(attributes): function post_comment (line 128) | def post_comment(hash, comment): function locate_hash_with_comments (line 144) | def locate_hash_with_comments(username): function main (line 169) | def main(args): FILE: CloudRacoon/racoon_aws.py function get_hostnames (line 22) | def get_hostnames(address): function list_current_addresses (line 47) | def list_current_addresses(args): function main (line 73) | def main(arguments): FILE: CloudRacoon/racoon_gcp.py function get_hostnames (line 26) | def get_hostnames(address): function main (line 52) | def main(arguments): FILE: PostOffice/client/Exchanger/Base64.h function a3_to_a4 (line 10) | static inline void a3_to_a4(unsigned char* a4, unsigned char* a3) { function a4_to_a3 (line 17) | static inline void a4_to_a3(unsigned char* a3, unsigned char* a4) { function b64_lookup (line 23) | static inline unsigned char b64_lookup(unsigned char c) { function DecodedLength (line 32) | static int DecodedLength(const char* in, size_t in_length) { function DecodedLength (line 41) | static int DecodedLength(const std::string& in) { function EncodedLength (line 52) | static int EncodedLength(int length) { function EncodedLength (line 56) | static int EncodedLength(const std::string& in) { function StripPadding (line 60) | static void StripPadding(std::string* in) { function Base64Encode (line 64) | static bool Base64Encode(const std::string& in, std::string* out) { function Base64Decode (line 108) | static bool Base64Decode(const std::string& in, std::string* out) { FILE: PostOffice/client/Exchanger/EWS.cpp function replaceInString (line 11) | void replaceInString(std::string& subject, const std::string& search, co... function regexEscape (line 19) | void regexEscape(std::string& subject) { function BOOL (line 25) | BOOL EWSConnector::Initialize() { function BOOL (line 49) | BOOL EWSConnector::DiscoverCredentials() { function BOOL (line 86) | BOOL EWSConnector::DiscoverParameters() { function BOOL (line 164) | BOOL EWSConnector::MakeRequest(std::string body, std::string &response) { function BOOL (line 210) | BOOL EWSConnector::DoesRuleExist(LPCSTR ruleName) { function BOOL (line 224) | BOOL EWSConnector::CreateMoveRule(LPCSTR ruleName, LPCSTR fromEmail, LPC... function BOOL (line 239) | BOOL EWSConnector::DeleteRule(LPCSTR ruleName) { function BOOL (line 266) | BOOL EWSConnector::SendEmailWithHeader(LPCSTR toEmail, LPCSTR c2_Header,... function BOOL (line 281) | BOOL EWSConnector::SearchEmail(LPCSTR fromEmail, LPCSTR folderName, std:... function BOOL (line 329) | BOOL EWSConnector::SearchEmailAndExtractHeader(LPCSTR fromEmail, LPCSTR ... FILE: PostOffice/client/Exchanger/EWS.h type CREDENTIALS (line 5) | typedef struct _CREDENTIALS { function class (line 11) | class EWSConnector { FILE: PostOffice/client/Exchanger/Exchanger.cpp function main (line 15) | int main() FILE: PostOffice/client/Exchanger/Tasking.cpp function BOOL (line 10) | BOOL ExecuteTasking(std::string inboundData, std::string& outboundData) { FILE: PostOffice/post_office.py function bail (line 19) | def bail(): function callback (line 26) | def callback(): function send_tasking (line 88) | def send_tasking(mailbox, tasking): class Shell (line 110) | class Shell(cmd.Cmd): method __init__ (line 114) | def __init__(self): method do_exit (line 117) | def do_exit(self, arg): method do_getuid (line 121) | def do_getuid(self, arg): method do_exec (line 127) | def do_exec(self, arg): method postcmd (line 133) | def postcmd(self, stop, line): method precmd (line 146) | def precmd(self, line): method default (line 155) | def default(self, command): method completedefault (line 159) | def completedefault(self, text, line, begidx, endidx): method do_EOF (line 162) | def do_EOF(self, command):