X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/fd082d2de4f5e845c09676b21b58cb5de7e05837..0a8aa4fffee15d7e175d857b7248d690081f41fd:/projects/rlm_stg/stg_client.h diff --git a/projects/rlm_stg/stg_client.h b/projects/rlm_stg/stg_client.h index 253b262f..f87f816f 100644 --- a/projects/rlm_stg/stg_client.h +++ b/projects/rlm_stg/stg_client.h @@ -35,8 +35,8 @@ #include #include // socklen_t -#include "blowfish.h" -#include "rad_packets.h" +#include "stg/blowfish.h" +#include "stg/rad_packets.h" class STG_CLIENT { @@ -44,9 +44,6 @@ public: STG_CLIENT(const std::string & host, uint16_t port, uint16_t lp, const std::string & pass); ~STG_CLIENT(); - int Start(); - int Stop(); - std::string GetUserPassword() const; int Authorize(const std::string & login, const std::string & svc); @@ -74,10 +71,6 @@ private: int PrepareNet(); - void InitEncrypt(); - void Encrypt(char * dst, const char * src, int len8); - void Decrypt(char * dst, const char * src, int len8); - int Request(RAD_PACKET * packet, const std::string & login, const std::string & svc, uint8_t packetType); int RecvData(RAD_PACKET * packet);