Commit Graph

204 Commits (master)

Author SHA1 Message Date
Alfie Champion d87b988c82 Github branch default changed to main 2020-10-06 11:40:10 +02:00
Grzegorz Rychlik 8d11e832a6 Release LDAP channel 2020-10-05 18:47:49 +02:00
Pawel Kurowski bae99690e7 v1.2.0 2020-08-17 13:43:44 +02:00
Pawel Kurowski 82894c0039 Merge branch 'github' 2020-08-17 13:38:21 +02:00
Alfie Champion e77be2b09b Merge GoogleDrive 2020-08-17 12:59:33 +02:00
Sunny Neo 8a8be0f783 Update ReadFile to raw.githubusercontent and handle HTTP Response Conflict like TooManyRequest 2020-08-08 01:42:33 +08:00
Sunny Neo 86a6ce6ee8 Change maximum file limit to 100MB 2020-08-07 17:20:39 +08:00
Sunny Neo 4c40fc4601 Bug Fix and Update 2020-08-07 17:11:34 +08:00
Sunny Neo 1084d423f9 Github Module Added 2020-07-30 17:37:41 +08:00
Pawel Kurowski 59ab19d75e Add PointerTupleConverter 2020-07-20 17:36:38 +02:00
Pawel Kurowski 34b15bef69 Use lazy evaluation for TupleConverter::ConvertType in sfinae 2020-07-19 15:54:01 +02:00
Pawel Kurowski 8aaa98cb6e Unify function names in TupleConverter 2020-07-18 23:34:11 +02:00
Pawel Kurowski 2e28901b32 Add consstexpr TupleConverter::Size() when possible 2020-07-18 22:26:36 +02:00
Pawel Kurowski 40400f3a5d Use TupleConverter as default 2020-07-18 00:27:47 +02:00
Alfie Champion d7e647a1c9 Merge Internal and public dropbox 2020-07-15 09:49:37 +02:00
Grzegorz Rychlik bf9359544b Rename files DropBox -> Dropbox 2020-07-15 09:47:32 +02:00
Grzegorz Rychlik ab998ecf03 Merge remote-tracking branch 'adm1mpanda/master' 2020-07-15 09:28:12 +02:00
Pawel Kurowski 4d3a6ba190 Merge branch 'FixConvert' into 'master'
Fix empty string memory access

See merge request C3/C3!198
2020-06-30 10:31:06 +01:00
Grzegorz Rychlik 7f45d3093e Fix empty string memory access 2020-06-30 10:44:54 +02:00
Pawel Kurowski b939403715 Change GetDataInternal() returned type to ByteView 2020-06-29 19:35:08 +02:00
Pawel Kurowski e2ea5e0dd0 Allow casting return value from HttpResponse::GetData 2020-06-29 17:31:24 +02:00
AdminPanda 118a35f88d dropbox channgel 2020-05-18 19:23:17 -04:00
AdminPanda 1a884918ee sync upstream 2020-05-18 19:15:42 -04:00
AdminPanda a2967d739e DropBox Channel 2020-05-18 19:04:06 -04:00
Grzegorz Rychlik 0c4785c946 [Slack] Use GET request where possible
Fixes https://github.com/FSecureLABS/C3/issues/15
2020-05-15 17:01:19 +02:00
Grzegorz Rychlik 85937815a5 Revert "Remove unnessecary import from ProxyHelpers.h"
This reverts commit 7610ce6642.
2020-05-15 15:27:22 +02:00
Grzegorz Rychlik 69f2f53110 Merge branch 'tvgdb/master' 2020-05-15 15:17:13 +02:00
Pawel Kurowski 76d816ee4f Fix o365 channels for clang 2020-05-15 13:47:59 +02:00
Pawel Kurowski e8468a5697 Update delay for o365 channels 2020-05-15 12:55:54 +02:00
Pawel Kurowski cbc4fb8969 Merge remote-tracking branch 'origin/o365' 2020-05-15 12:29:49 +02:00
Grzegorz Rychlik d725dea7d7 Merge branch 'mssql_channel' 2020-05-15 11:19:41 +02:00
Grzegorz Rychlik 251fbe329c Change member viarable names for style points 2020-05-14 16:41:52 +02:00
Grzegorz Rychlik 737322dbb5 Simplify MSSQL::OnSend 2020-05-14 16:36:59 +02:00
Grzegorz Rychlik 1e5b12d0c7 Remove ununsed variable 2020-05-14 16:36:32 +02:00
Pawel Kurowski 6ce7baa4f5 Add timeout to HttpRequest 2020-05-13 21:12:26 +02:00
Pawel Kurowski b08dcf58b2 O365 push packets to container, before removing them from server 2020-05-13 12:57:44 +02:00
Pawel Kurowski e822c9ba5b O365 fixes for code review 2020-05-13 12:45:28 +02:00
Grzegorz Rychlik 127caa252f Fix string lifetime issue 2020-05-13 11:43:15 +02:00
Pawel Kurowski f0d79a4683 Use correct chunk size in Outlook365 channel 2020-05-13 09:56:47 +02:00
tvgdb e1141a370b Bugfix: fix size check for Asana attachments 2020-05-12 20:33:09 +02:00
tvgdb 591bc5a1f7 Add const& to std::wstring contentType 2020-05-12 20:04:57 +02:00
tvgdb e8c2dca846 Replace custom random function with Utils::GenerateRandomString 2020-05-12 19:57:54 +02:00
tvgdb 59b55f11f7 Standardize if-else code block styles 2020-05-12 19:55:00 +02:00
Pawel Kurowski f4c3313c74 Move onedrive/outlook common methods to Office365.h 2020-05-12 18:38:16 +02:00
Grzegorz Rychlik c822094de5 Use RAII style HANDLES 2020-05-12 17:29:55 +02:00
Grzegorz Rychlik 4f254e31dc Move Sql wrapper to separate header 2020-05-12 17:29:55 +02:00
Grzegorz Rychlik 2583557d50 Minor cleanup 2020-05-12 17:27:56 +02:00
Grzegorz Rychlik ecd0b7a76d Encapsulate data reading 2020-05-12 17:27:56 +02:00
Grzegorz Rychlik 31e935370e Encapsulate statement execution 2020-05-12 17:27:56 +02:00
Grzegorz Rychlik 05a59604f1 Add Sql statement handle wrapper 2020-05-12 17:27:56 +02:00