Commit graph

29 commits

Author SHA1 Message Date
Lord Hepipud
9de78c6222 Improves error handling on IMC for Diretor 2021-09-10 11:40:58 +02:00
Lord Hepipud
8a5995603a Fixes repository install from fileshare 2021-09-09 12:04:40 +02:00
Lord Hepipud
3d875639e4 Feature Requests: Add Proxy Server support
Also re-arranges web content by using old content from lib/web into lib/webserver, while new lib/web contains the proxy configuration.
Fixes #19
2020-11-19 17:16:33 +01:00
Christian Stein
ac02ec7e3e Fixes various code stylings, whitespaces, line handling, and so on 2020-08-04 14:48:32 +02:00
Christian Stein
0ba6fd35f4 Fixes TLS error on WebRequests for endpoints using TLS 1.2
Fixes #86
2020-07-31 10:20:53 +02:00
Lord Hepipud
73fe3aac31 Adds support for handling authentication requests with basic auth 2020-05-29 18:02:30 +02:00
Lord Hepipud
6838933bd5 Improves and standardizes the wizard even further 2020-05-29 14:49:34 +02:00
Christian Stein
9a2f3cd429 Adds support for API arguments without value 2020-03-27 17:53:29 +01:00
Christian Stein
470e5cc036 Adds error handling for SSLStreams and adds eventlog pre-defined messages 2020-03-27 16:43:18 +01:00
Christian Stein
1993683602 Fixes REST message reader for reading new msg properly and body read fixing 2020-03-27 16:42:46 +01:00
Christian Stein
c5e4c4eade Improves TCP Stream reader to read messages with correct size 2020-03-27 16:41:30 +01:00
Christian Stein
d62e566fea Adds Cmdlets to enable/disable untrusted certificates for rest endpoints 2020-03-26 18:08:48 +01:00
Christian Stein
d30970b3a9 Improves certutil output by writing it into eventlog on debug mode 2020-03-26 07:34:10 +01:00
Christian Stein
30a7d6f257 Adds exceptions in case source Cert file is missing as argument or invalid 2020-03-26 07:33:28 +01:00
Christian Stein
c6dc082081 Fixes cert file output file to apply 2020-03-26 07:32:57 +01:00
Christian Stein
8a19899fff Fixes x509 cert conversion to only delete temp files not output files 2020-03-26 07:32:20 +01:00
Christian Stein
abb2ab1e35 Adds function for simple navigation through REST-Api calls 2020-03-25 17:50:02 +01:00
Christian Stein
e56861d858 Adds generic support for sending TCP client and REST network messages 2020-03-25 17:48:49 +01:00
Alexander Stoll
6de97f439f
Change Regex to support more input variants
References #57
2020-03-25 15:33:32 +01:00
Christian Stein
691faadf87 Fixes code styling, unused variables and function shortnames 2020-03-24 20:42:11 +01:00
Christian Stein
aaf4c5faec Adds function to fetch SSL cert for sockets for various scenarios 2020-03-24 20:15:52 +01:00
Christian Stein
cf0c3e5602 Adds secure function for initialising client SSL stream reader 2020-03-24 20:14:41 +01:00
Christian Stein
467f366c7c Adds function to securely read header values from our requests 2020-03-24 20:14:06 +01:00
Christian Stein
8d945f3759 Fixes client initialising for SSLStream and possible crash reason 2020-03-24 20:13:28 +01:00
Christian Stein
7361fd801b Adds function to securely fetch remote endpoint address from clients 2020-03-24 20:12:31 +01:00
Christian Stein
d97bc8aeb8 Moves Read REST message function into proper module folder 2020-03-24 20:11:24 +01:00
Christian Stein
08e3594008 Add debug output messages for TCP handling 2020-03-24 15:32:14 +01:00
Christian Stein
edd8b4b6ed Added basiic TCP Cmdlets and handling 2020-03-24 12:42:14 +01:00
Christian Stein
5770956533 Add support to create X509 certificates based on .crt/.cert
Thanks to @crited
2020-03-24 11:13:01 +01:00