git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix filename for plugin interface
[stg.git]
/
projects
/
rlm_stg
/
stg_client.h
diff --git
a/projects/rlm_stg/stg_client.h
b/projects/rlm_stg/stg_client.h
index 253b262f8afc72f4360b863e450dc4d9c0afbc63..4b6849684962bdcf965e923069e348b46f065fda 100644
(file)
--- a/
projects/rlm_stg/stg_client.h
+++ b/
projects/rlm_stg/stg_client.h
@@
-44,9
+44,6
@@
public:
STG_CLIENT(const std::string & host, uint16_t port, uint16_t lp, const std::string & pass);
~STG_CLIENT();
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);
std::string GetUserPassword() const;
int Authorize(const std::string & login, const std::string & svc);
@@
-74,10
+71,6
@@
private:
int PrepareNet();
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);
int Request(RAD_PACKET * packet, const std::string & login, const std::string & svc, uint8_t packetType);
int RecvData(RAD_PACKET * packet);