[a1bae3e] | 1 | // SoftEther UT-VPN SourceCode |
---|
| 2 | // |
---|
| 3 | // Copyright (C) 2004-2010 SoftEther Corporation. |
---|
| 4 | // Copyright (C) 2004-2010 University of Tsukuba, Japan. |
---|
| 5 | // Copyright (C) 2003-2010 Daiyuu Nobori. |
---|
| 6 | // All Rights Reserved. |
---|
| 7 | // |
---|
| 8 | // http://utvpn.tsukuba.ac.jp/ |
---|
| 9 | // |
---|
| 10 | // This program is free software; you can redistribute it and/or |
---|
| 11 | // modify it under the terms of the GNU General Public License |
---|
| 12 | // version 2 as published by the Free Software Foundation. |
---|
| 13 | // |
---|
| 14 | // This program is distributed in the hope that it will be useful, |
---|
| 15 | // but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 16 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
| 17 | // GNU General Public License for more details. |
---|
| 18 | // |
---|
| 19 | // You should have received a copy of the GNU General Public License version 2 |
---|
| 20 | // along with this program; if not, write to the Free Software |
---|
| 21 | // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
---|
| 22 | // |
---|
| 23 | // このファイルは GPL バージョン 2 ライセンスで公開されています。 |
---|
| 24 | // 誰でもこのファイルの内容を複製、改変したり、改変したバージョンを再配布 |
---|
| 25 | // することができます。ただし、原著作物を改変した場合は、原著作物の著作権表示 |
---|
| 26 | // を除去することはできません。改変した著作物を配布する場合は、改変実施者の |
---|
| 27 | // 著作権表示を原著作物の著作権表示に付随して記載するようにしてください。 |
---|
| 28 | // |
---|
| 29 | // この SoftEther UT-VPN オープンソース・プロジェクトは、日本国の |
---|
| 30 | // ソフトイーサ株式会社 (SoftEther Corporation, http://www.softether.co.jp/ ) |
---|
| 31 | // および筑波大学 (University of Tsukuba, http://www.tsukuba.ac.jp/ ) によって |
---|
| 32 | // ホストされています。 |
---|
| 33 | // 本プログラムの配布者は、本プログラムを、業としての利用以外のため、 |
---|
| 34 | // および、試験または研究のために利用が行われることを想定して配布 |
---|
| 35 | // しています。 |
---|
| 36 | // SoftEther UT-VPN プロジェクトの Web サイトは http://utvpn.tsukuba.ac.jp/ に |
---|
| 37 | // あります。 |
---|
| 38 | // 本ソフトウェアの不具合の修正、機能改良、セキュリティホールの修復などのコード |
---|
| 39 | // の改変を行った場合で、その成果物を SoftEther UT-VPN プロジェクトに提出して |
---|
| 40 | // いただける場合は、 http://utvpn.tsukuba.ac.jp/ までソースコードを送付して |
---|
| 41 | // ください。SoftEther UT-VPN プロジェクトの本体リリースまたはブランチリリース |
---|
| 42 | // に組み込みさせていただきます。 |
---|
| 43 | // |
---|
| 44 | // GPL に基づいて原著作物が提供される本ソフトウェアの改良版を配布、販売する |
---|
| 45 | // 場合は、そのソースコードを GPL に基づいて誰にでも開示する義務が生じます。 |
---|
| 46 | // |
---|
| 47 | // 本ソフトウェアに関連する著作権、特許権、商標権はソフトイーサ株式会社 |
---|
| 48 | // (SoftEther Corporation) およびその他の著作権保持者が保有しています。 |
---|
| 49 | // ソフトイーサ株式会社等はこれらの権利を放棄していません。本ソフトウェアの |
---|
| 50 | // 二次著作物を配布、販売する場合は、これらの権利を侵害しないようにご注意 |
---|
| 51 | // ください。 |
---|
| 52 | // |
---|
| 53 | // お願い: どのような通信ソフトウェアにも通常は必ず未発見の |
---|
| 54 | // セキュリティホールが潜んでいます。本ソースコードをご覧いただいた結果、 |
---|
| 55 | // UT-VPN にセキュリティホールを発見された場合は、当該セキュリティホールの |
---|
| 56 | // 情報を不特定多数に開示される前に、必ず、ソフトイーサ株式会社 |
---|
| 57 | // および脆弱性情報の届出を受け付ける公的機関まで通報いただき、 |
---|
| 58 | // 公益保護にご協力いただきますようお願い申し上げます。 |
---|
| 59 | // |
---|
| 60 | // ソフトイーサ株式会社は、当該セキュリティホールについて迅速に対処を |
---|
| 61 | // 行い、UT-VPN および UT-VPN に関連するソフトウェアのユーザー・顧客 |
---|
| 62 | // を保護するための努力を行います。 |
---|
| 63 | // |
---|
| 64 | // ソフトイーサへの届出先: http://www.softether.co.jp/jp/contact/ |
---|
| 65 | // 日本国内の脆弱性情報届出受付公的機関: |
---|
| 66 | // 独立行政法人 情報処理推進機構 |
---|
| 67 | // http://www.ipa.go.jp/security/vuln/report/ |
---|
| 68 | // |
---|
| 69 | // 上記各事項について不明な点は、ソフトイーサ株式会社までご連絡ください。 |
---|
| 70 | // 連絡先: http://www.softether.co.jp/jp/contact/ |
---|
| 71 | |
---|
| 72 | // ----------------------------------------------- |
---|
| 73 | // [ChangeLog] |
---|
| 74 | // 2010.05.20 |
---|
| 75 | // 新規リリース by SoftEther |
---|
| 76 | // ----------------------------------------------- |
---|
| 77 | |
---|
| 78 | // Client.h |
---|
| 79 | // Client.c のヘッダ |
---|
| 80 | |
---|
| 81 | #ifndef CLIENT_H |
---|
| 82 | #define CLIENT_H |
---|
| 83 | |
---|
| 84 | #define CLIENT_CONFIG_PORT 9930 // クライアントポート番号 |
---|
| 85 | #define CLIENT_NOTIFY_PORT 9983 // クライアント通知ポート番号 |
---|
| 86 | #define CLIENT_WAIT_CN_READY_TIMEOUT (10 * 1000) // クライアント通知サービスが起動するまでの待機時間 |
---|
| 87 | |
---|
| 88 | |
---|
| 89 | // クライアントが指定された OS_TYPE で稼動するかどうかチェック |
---|
| 90 | #define IS_CLIENT_SUPPORTED_OS(t) \ |
---|
| 91 | ((OS_IS_WINDOWS_NT(t) && GET_KETA(t, 100) >= 2) || (OS_IS_WINDOWS_9X(t))) |
---|
| 92 | |
---|
| 93 | |
---|
| 94 | // 定数 |
---|
| 95 | #define CLIENT_CONFIG_FILE_NAME "@vpn_client.config" |
---|
| 96 | #define CLIENT_DEFAULT_KEEPALIVE_HOST "keepalive.utvpn.tsukuba.ac.jp" |
---|
| 97 | #define CLIENT_DEFAULT_KEEPALIVE_PORT 80 |
---|
| 98 | #define CLIENT_DEFAULT_KEEPALIVE_INTERVAL KEEP_INTERVAL_DEFAULT |
---|
| 99 | |
---|
| 100 | #define CLIENT_RPC_MODE_NOTIFY 0 |
---|
| 101 | #define CLIENT_RPC_MODE_MANAGEMENT 1 |
---|
| 102 | #define CLIENT_RPC_MODE_SHORTCUT 2 |
---|
| 103 | #define CLIENT_RPC_MODE_SHORTCUT_DISCONNECT 3 |
---|
| 104 | |
---|
| 105 | #define CLIENT_MACOS_TAP_NAME "tap0" |
---|
| 106 | |
---|
| 107 | #define CLIENT_SAVER_INTERVAL (30 * 1000) |
---|
| 108 | |
---|
| 109 | #define CLIENT_NOTIFY_SERVICE_INSTANCENAME "utvpnclient_uihelper" |
---|
| 110 | |
---|
| 111 | #define CLIENT_WIN32_EXE_FILENAME "utvpnclient.exe" |
---|
| 112 | #define CLIENT_WIN32_EXE_FILENAME_X64 "utvpnclient_x64.exe" |
---|
| 113 | #define CLIENT_WIN32_EXE_FILENAME_IA64 "utvpnclient_ia64.exe" |
---|
| 114 | |
---|
| 115 | #define CLIENT_CUSTOM_INI_FILENAME "@custom.ini" |
---|
| 116 | |
---|
| 117 | |
---|
| 118 | // UNIX における仮想 LAN カードの一覧 |
---|
| 119 | struct UNIX_VLAN |
---|
| 120 | { |
---|
| 121 | bool Enabled; // 有効フラグ |
---|
| 122 | char Name[MAX_SIZE]; // 名前 |
---|
| 123 | UCHAR MacAddress[6]; // MAC アドレス |
---|
| 124 | UCHAR Padding[2]; |
---|
| 125 | }; |
---|
| 126 | |
---|
| 127 | // アカウント |
---|
| 128 | struct ACCOUNT |
---|
| 129 | { |
---|
| 130 | // 静的データ |
---|
| 131 | CLIENT_OPTION *ClientOption; // クライアント オプション |
---|
| 132 | CLIENT_AUTH *ClientAuth; // クライアント認証データ |
---|
| 133 | bool CheckServerCert; // サーバー証明書をチェックする |
---|
| 134 | X *ServerCert; // サーバー証明書 |
---|
| 135 | bool StartupAccount; // スタートアップアカウントにする |
---|
| 136 | UCHAR ShortcutKey[SHA1_SIZE]; // キー |
---|
| 137 | UINT64 CreateDateTime; // 作成日時 |
---|
| 138 | UINT64 UpdateDateTime; // 更新日時 |
---|
| 139 | UINT64 LastConnectDateTime; // 最終接続日時 |
---|
| 140 | |
---|
| 141 | // 動的データ |
---|
| 142 | LOCK *lock; // ロック |
---|
| 143 | SESSION *ClientSession; // クライアントセッション |
---|
| 144 | CLIENT_STATUS_PRINTER *StatusPrinter; // ステータス表示器 |
---|
| 145 | |
---|
| 146 | SOCK *StatusWindow; // ステータスウインドウ |
---|
| 147 | }; |
---|
| 148 | |
---|
| 149 | // クライアント設定 |
---|
| 150 | struct CLIENT_CONFIG |
---|
| 151 | { |
---|
| 152 | bool AllowRemoteConfig; // リモート設定を許可する |
---|
| 153 | bool UseKeepConnect; // インターネットへの接続を維持 |
---|
| 154 | char KeepConnectHost[MAX_HOST_NAME_LEN + 1]; // ホスト名 |
---|
| 155 | UINT KeepConnectPort; // ポート番号 |
---|
| 156 | UINT KeepConnectProtocol; // プロトコル |
---|
| 157 | UINT KeepConnectInterval; // 間隔 |
---|
| 158 | }; |
---|
| 159 | |
---|
| 160 | // バージョン取得 |
---|
| 161 | struct RPC_CLIENT_VERSION |
---|
| 162 | { |
---|
| 163 | char ClientProductName[128]; // クライアント製品名 |
---|
| 164 | char ClientVersionString[128]; // クライアントバージョン文字列 |
---|
| 165 | char ClientBuildInfoString[128]; // クライアントビルド情報文字列 |
---|
| 166 | UINT ClientVerInt; // クライアントバージョン整数値 |
---|
| 167 | UINT ClientBuildInt; // クライアントビルド番号整数値 |
---|
| 168 | UINT ProcessId; // プロセス ID |
---|
| 169 | UINT OsType; // OS の種類 |
---|
| 170 | }; |
---|
| 171 | |
---|
| 172 | // パスワード設定 |
---|
| 173 | struct RPC_CLIENT_PASSWORD |
---|
| 174 | { |
---|
| 175 | char Password[MAX_PASSWORD_LEN + 1]; // パスワード |
---|
| 176 | bool PasswordRemoteOnly; // パスワードはリモートのみ必要 |
---|
| 177 | }; |
---|
| 178 | |
---|
| 179 | // パスワード設定の取得 |
---|
| 180 | struct RPC_CLIENT_PASSWORD_SETTING |
---|
| 181 | { |
---|
| 182 | bool IsPasswordPresented; // パスワードが存在する |
---|
| 183 | bool PasswordRemoteOnly; // パスワードはリモートのみ必要 |
---|
| 184 | }; |
---|
| 185 | |
---|
| 186 | // 証明書列挙項目 |
---|
| 187 | struct RPC_CLIENT_ENUM_CA_ITEM |
---|
| 188 | { |
---|
| 189 | UINT Key; // 証明書キー |
---|
| 190 | wchar_t SubjectName[MAX_SIZE]; // 発行先 |
---|
| 191 | wchar_t IssuerName[MAX_SIZE]; // 発行者 |
---|
| 192 | UINT64 Expires; // 有効期限 |
---|
| 193 | }; |
---|
| 194 | |
---|
| 195 | // 証明書列挙 |
---|
| 196 | struct RPC_CLIENT_ENUM_CA |
---|
| 197 | { |
---|
| 198 | UINT NumItem; // 項目数 |
---|
| 199 | RPC_CLIENT_ENUM_CA_ITEM **Items; // 項目 |
---|
| 200 | }; |
---|
| 201 | |
---|
| 202 | // 証明書項目 |
---|
| 203 | struct RPC_CERT |
---|
| 204 | { |
---|
| 205 | X *x; // 証明書 |
---|
| 206 | }; |
---|
| 207 | |
---|
| 208 | // 証明書削除 |
---|
| 209 | struct RPC_CLIENT_DELETE_CA |
---|
| 210 | { |
---|
| 211 | UINT Key; // 証明書キー |
---|
| 212 | }; |
---|
| 213 | |
---|
| 214 | // 証明書の取得 |
---|
| 215 | struct RPC_GET_CA |
---|
| 216 | { |
---|
| 217 | UINT Key; // 証明書キー |
---|
| 218 | X *x; // 証明書 |
---|
| 219 | }; |
---|
| 220 | |
---|
| 221 | // 署名者の取得 |
---|
| 222 | struct RPC_GET_ISSUER |
---|
| 223 | { |
---|
| 224 | X *x; // 証明書 |
---|
| 225 | X *issuer_x; // 署名者 |
---|
| 226 | }; |
---|
| 227 | |
---|
| 228 | // セキュアデバイス列挙項目 |
---|
| 229 | struct RPC_CLIENT_ENUM_SECURE_ITEM |
---|
| 230 | { |
---|
| 231 | UINT DeviceId; // デバイス ID |
---|
| 232 | UINT Type; // 種別 |
---|
| 233 | char DeviceName[MAX_SIZE]; // デバイス名 |
---|
| 234 | char Manufacturer[MAX_SIZE]; // 製造元 |
---|
| 235 | }; |
---|
| 236 | |
---|
| 237 | // セキュアデバイスの列挙 |
---|
| 238 | struct RPC_CLIENT_ENUM_SECURE |
---|
| 239 | { |
---|
| 240 | UINT NumItem; // 項目数 |
---|
| 241 | RPC_CLIENT_ENUM_SECURE_ITEM **Items; // 項目 |
---|
| 242 | }; |
---|
| 243 | |
---|
| 244 | // セキュアデバイス指定 |
---|
| 245 | struct RPC_USE_SECURE |
---|
| 246 | { |
---|
| 247 | UINT DeviceId; // デバイス ID |
---|
| 248 | }; |
---|
| 249 | |
---|
| 250 | // セキュアデバイス内オブジェクト列挙 |
---|
| 251 | struct RPC_ENUM_OBJECT_IN_SECURE |
---|
| 252 | { |
---|
| 253 | UINT hWnd; // ウインドウハンドル |
---|
| 254 | UINT NumItem; // 項目数 |
---|
| 255 | char **ItemName; // 項目名 |
---|
| 256 | bool *ItemType; // 種類 (true=秘密鍵, false=公開鍵) |
---|
| 257 | }; |
---|
| 258 | |
---|
| 259 | // 仮想 LAN の作成 |
---|
| 260 | struct RPC_CLIENT_CREATE_VLAN |
---|
| 261 | { |
---|
| 262 | char DeviceName[MAX_SIZE]; // デバイス名 |
---|
| 263 | }; |
---|
| 264 | |
---|
| 265 | // 仮想 LAN 情報の取得 |
---|
| 266 | struct RPC_CLIENT_GET_VLAN |
---|
| 267 | { |
---|
| 268 | char DeviceName[MAX_SIZE]; // デバイス名 |
---|
| 269 | bool Enabled; // 動作しているかどうかのフラグ |
---|
| 270 | char MacAddress[MAX_SIZE]; // MAC アドレス |
---|
| 271 | char Version[MAX_SIZE]; // バージョン |
---|
| 272 | char FileName[MAX_SIZE]; // ドライバファイル名 |
---|
| 273 | char Guid[MAX_SIZE]; // GUID |
---|
| 274 | }; |
---|
| 275 | |
---|
| 276 | // 仮想 LAN 情報の設定 |
---|
| 277 | struct RPC_CLIENT_SET_VLAN |
---|
| 278 | { |
---|
| 279 | char DeviceName[MAX_SIZE]; // デバイス名 |
---|
| 280 | char MacAddress[MAX_SIZE]; // MAC アドレス |
---|
| 281 | }; |
---|
| 282 | |
---|
| 283 | // 仮想 LAN 列挙アイテム |
---|
| 284 | struct RPC_CLIENT_ENUM_VLAN_ITEM |
---|
| 285 | { |
---|
| 286 | char DeviceName[MAX_SIZE]; // デバイス名 |
---|
| 287 | bool Enabled; // 動作フラグ |
---|
| 288 | char MacAddress[MAX_SIZE]; // MAC アドレス |
---|
| 289 | char Version[MAX_SIZE]; // バージョン |
---|
| 290 | }; |
---|
| 291 | |
---|
| 292 | // 仮想 LAN の列挙 |
---|
| 293 | struct RPC_CLIENT_ENUM_VLAN |
---|
| 294 | { |
---|
| 295 | UINT NumItem; // アイテム数 |
---|
| 296 | RPC_CLIENT_ENUM_VLAN_ITEM **Items; // アイテム |
---|
| 297 | }; |
---|
| 298 | |
---|
| 299 | // アカウントの作成 |
---|
| 300 | struct RPC_CLIENT_CREATE_ACCOUNT |
---|
| 301 | { |
---|
| 302 | CLIENT_OPTION *ClientOption; // クライアント オプション |
---|
| 303 | CLIENT_AUTH *ClientAuth; // クライアント認証データ |
---|
| 304 | bool StartupAccount; // スタートアップアカウント |
---|
| 305 | bool CheckServerCert; // サーバー証明書をチェックする |
---|
| 306 | X *ServerCert; // サーバー証明書 |
---|
| 307 | UCHAR ShortcutKey[SHA1_SIZE]; // ショートカットキー |
---|
| 308 | }; |
---|
| 309 | |
---|
| 310 | // アカウントの列挙アイテム |
---|
| 311 | struct RPC_CLIENT_ENUM_ACCOUNT_ITEM |
---|
| 312 | { |
---|
| 313 | wchar_t AccountName[MAX_ACCOUNT_NAME_LEN + 1]; // アカウント名 |
---|
| 314 | char UserName[MAX_USERNAME_LEN + 1]; // ユーザー名 |
---|
| 315 | char ServerName[MAX_HOST_NAME_LEN + 1]; // サーバー名 |
---|
| 316 | char DeviceName[MAX_DEVICE_NAME_LEN + 1]; // デバイス名 |
---|
| 317 | UINT ProxyType; // プロキシ接続の種類 |
---|
| 318 | char ProxyName[MAX_HOST_NAME_LEN + 1]; // ホスト名 |
---|
| 319 | bool Active; // 動作フラグ |
---|
| 320 | bool Connected; // 接続完了フラグ |
---|
| 321 | bool StartupAccount; // スタートアップアカウント |
---|
| 322 | UINT Port; // ポート番号 (Ver 3.0 以降) |
---|
| 323 | char HubName[MAX_HUBNAME_LEN + 1]; // 仮想 HUB 名 (Ver 3.0 以降) |
---|
| 324 | UINT64 CreateDateTime; // 作成日時 (Ver 3.0 以降) |
---|
| 325 | UINT64 UpdateDateTime; // 更新日時 (Ver 3.0 以降) |
---|
| 326 | UINT64 LastConnectDateTime; // 最終接続日時 (Ver 3.0 以降) |
---|
| 327 | UINT tmp1; // 一時データ |
---|
| 328 | }; |
---|
| 329 | |
---|
| 330 | // アカウントの列挙 |
---|
| 331 | struct RPC_CLIENT_ENUM_ACCOUNT |
---|
| 332 | { |
---|
| 333 | UINT NumItem; // アイテム数 |
---|
| 334 | RPC_CLIENT_ENUM_ACCOUNT_ITEM **Items; // アイテム |
---|
| 335 | }; |
---|
| 336 | |
---|
| 337 | // アカウントの削除 |
---|
| 338 | struct RPC_CLIENT_DELETE_ACCOUNT |
---|
| 339 | { |
---|
| 340 | wchar_t AccountName[MAX_ACCOUNT_NAME_LEN + 1]; // アカウント名 |
---|
| 341 | }; |
---|
| 342 | |
---|
| 343 | // アカウント名の変更 |
---|
| 344 | struct RPC_RENAME_ACCOUNT |
---|
| 345 | { |
---|
| 346 | wchar_t OldName[MAX_ACCOUNT_NAME_LEN + 1]; // 古い名前 |
---|
| 347 | wchar_t NewName[MAX_ACCOUNT_NAME_LEN + 1]; // 新しい名前 |
---|
| 348 | }; |
---|
| 349 | |
---|
| 350 | // アカウントの取得 |
---|
| 351 | struct RPC_CLIENT_GET_ACCOUNT |
---|
| 352 | { |
---|
| 353 | wchar_t AccountName[MAX_ACCOUNT_NAME_LEN + 1]; // アカウント名 |
---|
| 354 | CLIENT_OPTION *ClientOption; // クライアント オプション |
---|
| 355 | CLIENT_AUTH *ClientAuth; // クライアント認証データ |
---|
| 356 | bool StartupAccount; // スタートアップアカウント |
---|
| 357 | bool CheckServerCert; // サーバー証明書をチェックする |
---|
| 358 | X *ServerCert; // サーバー証明書 |
---|
| 359 | UCHAR ShortcutKey[SHA1_SIZE]; // ショートカットキー |
---|
| 360 | UINT64 CreateDateTime; // 作成日時 (Ver 3.0 以降) |
---|
| 361 | UINT64 UpdateDateTime; // 更新日時 (Ver 3.0 以降) |
---|
| 362 | UINT64 LastConnectDateTime; // 最終接続日時 (Ver 3.0 以降) |
---|
| 363 | }; |
---|
| 364 | |
---|
| 365 | // 接続 |
---|
| 366 | struct RPC_CLIENT_CONNECT |
---|
| 367 | { |
---|
| 368 | wchar_t AccountName[MAX_ACCOUNT_NAME_LEN + 1]; // アカウント名 |
---|
| 369 | }; |
---|
| 370 | |
---|
| 371 | // コネクション状況の取得 |
---|
| 372 | struct RPC_CLIENT_GET_CONNECTION_STATUS |
---|
| 373 | { |
---|
| 374 | wchar_t AccountName[MAX_ACCOUNT_NAME_LEN + 1]; // アカウント名 |
---|
| 375 | bool Active; // 動作フラグ |
---|
| 376 | bool Connected; // 接続済みフラグ |
---|
| 377 | UINT SessionStatus; // セッションステータス |
---|
| 378 | char ServerName[MAX_HOST_NAME_LEN + 1]; // サーバー名 |
---|
| 379 | UINT ServerPort; // サーバーのポート番号 |
---|
| 380 | char ServerProductName[MAX_SIZE]; // サーバー製品名 |
---|
| 381 | UINT ServerProductVer; // サーバー製品バージョン |
---|
| 382 | UINT ServerProductBuild; // サーバー製品ビルド番号 |
---|
| 383 | X *ServerX; // サーバーの証明書 |
---|
| 384 | X *ClientX; // クライアントの証明書 |
---|
| 385 | UINT64 StartTime; // 接続開始時刻 |
---|
| 386 | UINT64 FirstConnectionEstablisiedTime; // 最初のコネクションの接続完了時刻 |
---|
| 387 | UINT64 CurrentConnectionEstablishTime; // このコネクションの接続完了時刻 |
---|
| 388 | UINT NumConnectionsEatablished; // これまでに確立したコネクション数 |
---|
| 389 | bool HalfConnection; // ハーフコネクション |
---|
| 390 | bool QoS; // VoIP / QoS |
---|
| 391 | UINT MaxTcpConnections; // 最大の TCP コネクション数 |
---|
| 392 | UINT NumTcpConnections; // 現在の TCP コネクション数 |
---|
| 393 | UINT NumTcpConnectionsUpload; // 上りコネクション数 |
---|
| 394 | UINT NumTcpConnectionsDownload; // 下りコネクション数 |
---|
| 395 | bool UseEncrypt; // 暗号化の使用 |
---|
| 396 | char CipherName[32]; // 暗号化アルゴリズム名 |
---|
| 397 | bool UseCompress; // 圧縮の使用 |
---|
| 398 | char SessionName[MAX_SESSION_NAME_LEN + 1]; // セッション名 |
---|
| 399 | char ConnectionName[MAX_CONNECTION_NAME_LEN + 1]; // コネクション名 |
---|
| 400 | UCHAR SessionKey[SHA1_SIZE]; // セッションキー |
---|
| 401 | POLICY Policy; // ポリシー |
---|
| 402 | UINT64 TotalSendSize; // 合計送信データサイズ |
---|
| 403 | UINT64 TotalRecvSize; // 合計受信データサイズ |
---|
| 404 | UINT64 TotalSendSizeReal; // 合計送信データサイズ (無圧縮) |
---|
| 405 | UINT64 TotalRecvSizeReal; // 合計受信データサイズ (無圧縮) |
---|
| 406 | TRAFFIC Traffic; // トラフィックデータ |
---|
| 407 | bool IsBridgeMode; // ブリッジモード |
---|
| 408 | bool IsMonitorMode; // モニタモード |
---|
| 409 | UINT VLanId; // VLAN ID |
---|
| 410 | }; |
---|
| 411 | |
---|
| 412 | |
---|
| 413 | // RPC コネクション |
---|
| 414 | struct CLIENT_RPC_CONNECTION |
---|
| 415 | { |
---|
| 416 | struct CLIENT *Client; // クライアント |
---|
| 417 | bool RpcMode; // true: RPC モード, false: 通知モード |
---|
| 418 | THREAD *Thread; // 処理スレッド |
---|
| 419 | SOCK *Sock; // ソケット |
---|
| 420 | }; |
---|
| 421 | |
---|
| 422 | // クライアント オブジェクト |
---|
| 423 | struct CLIENT |
---|
| 424 | { |
---|
| 425 | LOCK *lock; // ロック |
---|
| 426 | LOCK *lockForConnect; // CtConnect 内部で使用するロック |
---|
| 427 | REF *ref; // 参照カウンタ |
---|
| 428 | CEDAR *Cedar; // Cedar |
---|
| 429 | volatile bool Halt; // 停止フラグ |
---|
| 430 | UINT Err; // エラーコード |
---|
| 431 | CFG_RW *CfgRw; // 設定ファイル R/W |
---|
| 432 | LIST *AccountList; // アカウントリスト |
---|
| 433 | UCHAR EncryptedPassword[SHA1_SIZE]; // パスワード |
---|
| 434 | bool PasswordRemoteOnly; // パスワードはリモート接続のみ必要とする |
---|
| 435 | UINT UseSecureDeviceId; // 使用するセキュアデバイス ID |
---|
| 436 | CLIENT_CONFIG Config; // クライアント設定 |
---|
| 437 | LIST *RpcConnectionList; // RPC コネクションリスト |
---|
| 438 | SOCK *RpcListener; // RPC リスナ |
---|
| 439 | THREAD *RpcThread; // RPC スレッド |
---|
| 440 | LOCK *HelperLock; // 補助ロック |
---|
| 441 | THREAD *SaverThread; // 設定データ自動保存スレッド |
---|
| 442 | EVENT *SaverHalter; // 設定データ自動保存スレッド停止用イベント |
---|
| 443 | LIST *NotifyCancelList; // 通知イベントリスト |
---|
| 444 | KEEP *Keep; // Keep Connection |
---|
| 445 | LIST *UnixVLanList; // UNIX における仮想 LAN カードのリスト |
---|
| 446 | LOG *Logger; // ロガー |
---|
| 447 | bool DontSavePassword; // パスワードを保存しないフラグ |
---|
| 448 | ERASER *Eraser; // 自動ファイル削除器 |
---|
| 449 | SOCKLIST *SockList; // ソケットリスト |
---|
| 450 | CM_SETTING *CmSetting; // CM 設定 |
---|
| 451 | bool NoSaveLog; // ログ保存をしない |
---|
| 452 | bool NoSaveConfig; // 設定を保存しない |
---|
| 453 | }; |
---|
| 454 | |
---|
| 455 | // リモートクライアントへの通知 |
---|
| 456 | struct RPC_CLIENT_NOTIFY |
---|
| 457 | { |
---|
| 458 | UINT NotifyCode; // コード |
---|
| 459 | }; |
---|
| 460 | |
---|
| 461 | // 通知の種類 |
---|
| 462 | #define CLIENT_NOTIFY_ACCOUNT_CHANGED 1 // アカウント変化通知 |
---|
| 463 | #define CLIENT_NOTIFY_VLAN_CHANGED 2 // 仮想 LAN カード変化通知 |
---|
| 464 | |
---|
| 465 | // リモートクライアント |
---|
| 466 | struct REMOTE_CLIENT |
---|
| 467 | { |
---|
| 468 | RPC *Rpc; |
---|
| 469 | UINT OsType; |
---|
| 470 | bool Unix; |
---|
| 471 | bool Win9x; |
---|
| 472 | UINT ProcessId; |
---|
| 473 | UINT ClientBuildInt; |
---|
| 474 | }; |
---|
| 475 | |
---|
| 476 | // 通知クライアント |
---|
| 477 | struct NOTIFY_CLIENT |
---|
| 478 | { |
---|
| 479 | SOCK *Sock; |
---|
| 480 | }; |
---|
| 481 | |
---|
| 482 | // CM 設定 |
---|
| 483 | struct CM_SETTING |
---|
| 484 | { |
---|
| 485 | bool EasyMode; // 簡易モード |
---|
| 486 | bool LockMode; // 設定ロックモード |
---|
| 487 | UCHAR HashedPassword[SHA1_SIZE]; // パスワード |
---|
| 488 | }; |
---|
| 489 | |
---|
| 490 | |
---|
| 491 | |
---|
| 492 | |
---|
| 493 | // 関数プロトタイプ |
---|
| 494 | REMOTE_CLIENT *CcConnectRpc(char *server_name, char *password, bool *bad_pass, bool *no_remote, UINT wait_retry); |
---|
| 495 | REMOTE_CLIENT *CcConnectRpcEx(char *server_name, char *password, bool *bad_pass, bool *no_remote, UCHAR *key, UINT *key_error_code, bool shortcut_disconnect, UINT wait_retry); |
---|
| 496 | UINT CcShortcut(UCHAR *key); |
---|
| 497 | UINT CcShortcutDisconnect(UCHAR *key); |
---|
| 498 | void CcDisconnectRpc(REMOTE_CLIENT *rc); |
---|
| 499 | NOTIFY_CLIENT *CcConnectNotify(REMOTE_CLIENT *rc); |
---|
| 500 | void CcDisconnectNotify(NOTIFY_CLIENT *n); |
---|
| 501 | void CcStopNotify(NOTIFY_CLIENT *n); |
---|
| 502 | bool CcWaitNotify(NOTIFY_CLIENT *n); |
---|
| 503 | UINT CcGetClientVersion(REMOTE_CLIENT *r, RPC_CLIENT_VERSION *a); |
---|
| 504 | UINT CcSetCmSetting(REMOTE_CLIENT *r, CM_SETTING *a); |
---|
| 505 | UINT CcGetCmSetting(REMOTE_CLIENT *r, CM_SETTING *a); |
---|
| 506 | UINT CcSetPassword(REMOTE_CLIENT *r, RPC_CLIENT_PASSWORD *pass); |
---|
| 507 | UINT CcGetPasswordSetting(REMOTE_CLIENT *r, RPC_CLIENT_PASSWORD_SETTING *a); |
---|
| 508 | UINT CcEnumCa(REMOTE_CLIENT *r, RPC_CLIENT_ENUM_CA *e); |
---|
| 509 | UINT CcAddCa(REMOTE_CLIENT *r, RPC_CERT *cert); |
---|
| 510 | UINT CcDeleteCa(REMOTE_CLIENT *r, RPC_CLIENT_DELETE_CA *p); |
---|
| 511 | UINT CcGetCa(REMOTE_CLIENT *r, RPC_GET_CA *get); |
---|
| 512 | UINT CcEnumSecure(REMOTE_CLIENT *r, RPC_CLIENT_ENUM_SECURE *e); |
---|
| 513 | UINT CcUseSecure(REMOTE_CLIENT *r, RPC_USE_SECURE *sec); |
---|
| 514 | UINT CcGetUseSecure(REMOTE_CLIENT *r, RPC_USE_SECURE *sec); |
---|
| 515 | UINT CcEnumObjectInSecure(REMOTE_CLIENT *r, RPC_ENUM_OBJECT_IN_SECURE *e); |
---|
| 516 | UINT CcCreateVLan(REMOTE_CLIENT *r, RPC_CLIENT_CREATE_VLAN *create); |
---|
| 517 | UINT CcUpgradeVLan(REMOTE_CLIENT *r, RPC_CLIENT_CREATE_VLAN *create); |
---|
| 518 | UINT CcGetVLan(REMOTE_CLIENT *r, RPC_CLIENT_GET_VLAN *get); |
---|
| 519 | UINT CcSetVLan(REMOTE_CLIENT *r, RPC_CLIENT_SET_VLAN *set); |
---|
| 520 | UINT CcEnumVLan(REMOTE_CLIENT *r, RPC_CLIENT_ENUM_VLAN *e); |
---|
| 521 | UINT CcDeleteVLan(REMOTE_CLIENT *r, RPC_CLIENT_CREATE_VLAN *d); |
---|
| 522 | UINT CcEnableVLan(REMOTE_CLIENT *r, RPC_CLIENT_CREATE_VLAN *vlan); |
---|
| 523 | UINT CcDisableVLan(REMOTE_CLIENT *r, RPC_CLIENT_CREATE_VLAN *vlan); |
---|
| 524 | UINT CcCreateAccount(REMOTE_CLIENT *r, RPC_CLIENT_CREATE_ACCOUNT *a); |
---|
| 525 | UINT CcEnumAccount(REMOTE_CLIENT *r, RPC_CLIENT_ENUM_ACCOUNT *e); |
---|
| 526 | UINT CcDeleteAccount(REMOTE_CLIENT *r, RPC_CLIENT_DELETE_ACCOUNT *a); |
---|
| 527 | UINT CcSetAccount(REMOTE_CLIENT *r, RPC_CLIENT_CREATE_ACCOUNT *a); |
---|
| 528 | UINT CcGetAccount(REMOTE_CLIENT *r, RPC_CLIENT_GET_ACCOUNT *a); |
---|
| 529 | UINT CcRenameAccount(REMOTE_CLIENT *r, RPC_RENAME_ACCOUNT *rename); |
---|
| 530 | UINT CcSetClientConfig(REMOTE_CLIENT *r, CLIENT_CONFIG *o); |
---|
| 531 | UINT CcGetClientConfig(REMOTE_CLIENT *r, CLIENT_CONFIG *o); |
---|
| 532 | UINT CcConnect(REMOTE_CLIENT *r, RPC_CLIENT_CONNECT *connect); |
---|
| 533 | UINT CcDisconnect(REMOTE_CLIENT *r, RPC_CLIENT_CONNECT *connect); |
---|
| 534 | UINT CcGetAccountStatus(REMOTE_CLIENT *r, RPC_CLIENT_GET_CONNECTION_STATUS *st); |
---|
| 535 | UINT CcSetStartupAccount(REMOTE_CLIENT *r, RPC_CLIENT_DELETE_ACCOUNT *a); |
---|
| 536 | UINT CcRemoveStartupAccount(REMOTE_CLIENT *r, RPC_CLIENT_DELETE_ACCOUNT *a); |
---|
| 537 | UINT CcGetIssuer(REMOTE_CLIENT *r, RPC_GET_ISSUER *a); |
---|
| 538 | void CcSetServiceToForegroundProcess(REMOTE_CLIENT *r); |
---|
| 539 | char *CiGetFirstVLan(CLIENT *c); |
---|
| 540 | void CiNormalizeAccountVLan(CLIENT *c); |
---|
| 541 | |
---|
| 542 | |
---|
| 543 | void CnStart(); |
---|
| 544 | void CnListenerProc(THREAD *thread, void *param); |
---|
| 545 | |
---|
| 546 | void CnReleaseSocket(SOCK *s, PACK *p); |
---|
| 547 | |
---|
| 548 | void CnStatusPrinter(SOCK *s, PACK *p); |
---|
| 549 | void Win32CnStatusPrinter(SOCK *s, PACK *p); |
---|
| 550 | |
---|
| 551 | void CnConnectErrorDlg(SOCK *s, PACK *p); |
---|
| 552 | void Win32CnConnectErrorDlg(SOCK *s, PACK *p); |
---|
| 553 | void Win32CnConnectErrorDlgThreadProc(THREAD *thread, void *param); |
---|
| 554 | |
---|
| 555 | void CnPasswordDlg(SOCK *s, PACK *p); |
---|
| 556 | void Win32CnPasswordDlg(SOCK *s, PACK *p); |
---|
| 557 | void Win32CnPasswordDlgThreadProc(THREAD *thread, void *param); |
---|
| 558 | |
---|
| 559 | void CnMsgDlg(SOCK *s, PACK *p); |
---|
| 560 | void Win32CnMsgDlg(SOCK *s, PACK *p); |
---|
| 561 | void Win32CnMsgDlgThreadProc(THREAD *thread, void *param); |
---|
| 562 | |
---|
| 563 | void CnNicInfo(SOCK *s, PACK *p); |
---|
| 564 | void Win32CnNicInfo(SOCK *s, PACK *p); |
---|
| 565 | void Win32CnNicInfoThreadProc(THREAD *thread, void *param); |
---|
| 566 | |
---|
| 567 | void CnCheckCert(SOCK *s, PACK *p); |
---|
| 568 | void Win32CnCheckCert(SOCK *s, PACK *p); |
---|
| 569 | void Win32CnCheckCertThreadProc(THREAD *thread, void *param); |
---|
| 570 | |
---|
| 571 | void CnExecDriverInstaller(SOCK *s, PACK *p); |
---|
| 572 | void Win32CnExecDriverInstaller(SOCK *s, PACK *p); |
---|
| 573 | |
---|
| 574 | bool CnCheckAlreadyExists(bool lock); |
---|
| 575 | bool CnIsCnServiceReady(); |
---|
| 576 | void CnWaitForCnServiceReady(); |
---|
| 577 | |
---|
| 578 | void CnSecureSign(SOCK *s, PACK *p); |
---|
| 579 | |
---|
| 580 | SOCK *CncConnect(); |
---|
| 581 | SOCK *CncConnectEx(UINT timeout); |
---|
| 582 | void CncReleaseSocket(); |
---|
| 583 | void CncExit(); |
---|
| 584 | UINT CncGetSessionId(); |
---|
| 585 | bool CncExecDriverInstaller(char *arg); |
---|
| 586 | SOCK *CncStatusPrinterWindowStart(SESSION *s); |
---|
| 587 | void CncStatusPrinterWindowPrint(SOCK *s, wchar_t *str); |
---|
| 588 | void CncStatusPrinterWindowStop(SOCK *s); |
---|
| 589 | void CncStatusPrinterWindowThreadProc(THREAD *thread, void *param); |
---|
| 590 | bool CncConnectErrorDlg(SESSION *session, UI_CONNECTERROR_DLG *dlg); |
---|
| 591 | void CncConnectErrorDlgHaltThread(THREAD *thread, void *param); |
---|
| 592 | bool CncPasswordDlg(SESSION *session, UI_PASSWORD_DLG *dlg); |
---|
| 593 | void CncPasswordDlgHaltThread(THREAD *thread, void *param); |
---|
| 594 | void CncCheckCert(SESSION *session, UI_CHECKCERT *dlg); |
---|
| 595 | void CncCheckCertHaltThread(THREAD *thread, void *param); |
---|
| 596 | bool CncSecureSignDlg(SECURE_SIGN *sign); |
---|
| 597 | SOCK *CncMsgDlg(UI_MSG_DLG *dlg); |
---|
| 598 | void CndMsgDlgFree(SOCK *s); |
---|
| 599 | SOCK *CncNicInfo(UI_NICINFO *info); |
---|
| 600 | void CncNicInfoFree(SOCK *s); |
---|
| 601 | |
---|
| 602 | void CtStartClient(); |
---|
| 603 | void CtStopClient(); |
---|
| 604 | CLIENT *CtGetClient(); |
---|
| 605 | void CtReleaseClient(CLIENT *c); |
---|
| 606 | bool CtGetClientVersion(CLIENT *c, RPC_CLIENT_VERSION *ver); |
---|
| 607 | bool CtGetCmSetting(CLIENT *c, CM_SETTING *s); |
---|
| 608 | bool CtSetCmSetting(CLIENT *c, CM_SETTING *s); |
---|
| 609 | bool CtSetPassword(CLIENT *c, RPC_CLIENT_PASSWORD *pass); |
---|
| 610 | bool CtGetPasswordSetting(CLIENT *c, RPC_CLIENT_PASSWORD_SETTING *a); |
---|
| 611 | bool CtEnumCa(CLIENT *c, RPC_CLIENT_ENUM_CA *e); |
---|
| 612 | bool CtAddCa(CLIENT *c, RPC_CERT *cert); |
---|
| 613 | bool CtDeleteCa(CLIENT *c, RPC_CLIENT_DELETE_CA *p); |
---|
| 614 | bool CtGetCa(CLIENT *c, RPC_GET_CA *get); |
---|
| 615 | bool CtEnumSecure(CLIENT *c, RPC_CLIENT_ENUM_SECURE *e); |
---|
| 616 | bool CtUseSecure(CLIENT *c, RPC_USE_SECURE *sec); |
---|
| 617 | bool CtGetUseSecure(CLIENT *c, RPC_USE_SECURE *sec); |
---|
| 618 | bool CtEnumObjectInSecure(CLIENT *c, RPC_ENUM_OBJECT_IN_SECURE *e); |
---|
| 619 | bool CtCreateVLan(CLIENT *c, RPC_CLIENT_CREATE_VLAN *create); |
---|
| 620 | bool CtUpgradeVLan(CLIENT *c, RPC_CLIENT_CREATE_VLAN *create); |
---|
| 621 | bool CtGetVLan(CLIENT *c, RPC_CLIENT_GET_VLAN *get); |
---|
| 622 | bool CtSetVLan(CLIENT *c, RPC_CLIENT_SET_VLAN *set); |
---|
| 623 | bool CtEnumVLan(CLIENT *c, RPC_CLIENT_ENUM_VLAN *e); |
---|
| 624 | bool CtDeleteVLan(CLIENT *c, RPC_CLIENT_CREATE_VLAN *d); |
---|
| 625 | bool CtEnableVLan(CLIENT *c, RPC_CLIENT_CREATE_VLAN *vlan); |
---|
| 626 | bool CtDisableVLan(CLIENT *c, RPC_CLIENT_CREATE_VLAN *vlan); |
---|
| 627 | bool CtCreateAccount(CLIENT *c, RPC_CLIENT_CREATE_ACCOUNT *a); |
---|
| 628 | bool CtEnumAccount(CLIENT *c, RPC_CLIENT_ENUM_ACCOUNT *e); |
---|
| 629 | bool CtDeleteAccount(CLIENT *c, RPC_CLIENT_DELETE_ACCOUNT *a); |
---|
| 630 | bool CtSetAccount(CLIENT *c, RPC_CLIENT_CREATE_ACCOUNT *a); |
---|
| 631 | bool CtGetAccount(CLIENT *c, RPC_CLIENT_GET_ACCOUNT *a); |
---|
| 632 | bool CtRenameAccount(CLIENT *c, RPC_RENAME_ACCOUNT *rename); |
---|
| 633 | bool CtSetClientConfig(CLIENT *c, CLIENT_CONFIG *o); |
---|
| 634 | bool CtGetClientConfig(CLIENT *c, CLIENT_CONFIG *o); |
---|
| 635 | bool CtConnect(CLIENT *c, RPC_CLIENT_CONNECT *connect); |
---|
| 636 | bool CtDisconnect(CLIENT *c, RPC_CLIENT_CONNECT *connect); |
---|
| 637 | bool CtGetAccountStatus(CLIENT *c, RPC_CLIENT_GET_CONNECTION_STATUS *st); |
---|
| 638 | bool CtSetStartupAccount(CLIENT *c, RPC_CLIENT_DELETE_ACCOUNT *a); |
---|
| 639 | bool CtRemoveStartupAccount(CLIENT *c, RPC_CLIENT_DELETE_ACCOUNT *a); |
---|
| 640 | bool CtGetIssuer(CLIENT *c, RPC_GET_ISSUER *a); |
---|
| 641 | |
---|
| 642 | |
---|
| 643 | |
---|
| 644 | |
---|
| 645 | |
---|
| 646 | // 内部関数プロトタイプ |
---|
| 647 | char *CiGetVpnClientExeFileName(); |
---|
| 648 | void CiServerThread(THREAD *t, void *param); |
---|
| 649 | void CiInitSaver(CLIENT *c); |
---|
| 650 | void CiFreeSaver(CLIENT *c); |
---|
| 651 | void CiGetSessionStatus(RPC_CLIENT_GET_CONNECTION_STATUS *st, SESSION *s); |
---|
| 652 | PACK *CiRpcDispatch(RPC *rpc, char *name, PACK *p); |
---|
| 653 | void CiRpcAccepted(CLIENT *c, SOCK *s); |
---|
| 654 | void CiNotifyMain(CLIENT *c, SOCK *s); |
---|
| 655 | void CiRpcAcceptThread(THREAD *thread, void *param); |
---|
| 656 | void CiRpcServerThread(THREAD *thread, void *param); |
---|
| 657 | void CiStartRpcServer(CLIENT *c); |
---|
| 658 | void CiStopRpcServer(CLIENT *c); |
---|
| 659 | CLIENT_OPTION *CiLoadClientOption(FOLDER *f); |
---|
| 660 | CLIENT_AUTH *CiLoadClientAuth(FOLDER *f); |
---|
| 661 | ACCOUNT *CiLoadClientAccount(FOLDER *f); |
---|
| 662 | void CiLoadClientConfig(CLIENT_CONFIG *c, FOLDER *f); |
---|
| 663 | void CiLoadAccountDatabase(CLIENT *c, FOLDER *f); |
---|
| 664 | void CiLoadCAList(CLIENT *c, FOLDER *f); |
---|
| 665 | void CiLoadCACert(CLIENT *c, FOLDER *f); |
---|
| 666 | void CiLoadVLanList(CLIENT *c, FOLDER *f); |
---|
| 667 | void CiLoadVLan(CLIENT *c, FOLDER *f); |
---|
| 668 | bool CiReadSettingFromCfg(CLIENT *c, FOLDER *root); |
---|
| 669 | void CiWriteAccountDatabase(CLIENT *c, FOLDER *f); |
---|
| 670 | void CiWriteAccountData(FOLDER *f, ACCOUNT *a); |
---|
| 671 | void CiWriteClientOption(FOLDER *f, CLIENT_OPTION *o); |
---|
| 672 | void CiWriteClientAuth(FOLDER *f, CLIENT_AUTH *a); |
---|
| 673 | void CiWriteClientConfig(FOLDER *cc, CLIENT_CONFIG *config); |
---|
| 674 | void CiWriteSettingToCfg(CLIENT *c, FOLDER *root); |
---|
| 675 | void CiWriteCAList(CLIENT *c, FOLDER *f); |
---|
| 676 | void CiWriteCACert(CLIENT *c, FOLDER *f, X *x); |
---|
| 677 | void CiWriteVLanList(CLIENT *c, FOLDER *f); |
---|
| 678 | void CiWriteVLan(CLIENT *c, FOLDER *f, UNIX_VLAN *v); |
---|
| 679 | void CiFreeClientGetConnectionStatus(RPC_CLIENT_GET_CONNECTION_STATUS *st); |
---|
| 680 | bool CiCheckCertProc(SESSION *s, CONNECTION *c, X *server_x, bool *expired); |
---|
| 681 | bool CiSecureSignProc(SESSION *s, CONNECTION *c, SECURE_SIGN *sign); |
---|
| 682 | bool Win32CiSecureSign(SECURE_SIGN *sign); |
---|
| 683 | void CiFreeClientAuth(CLIENT_AUTH *auth); |
---|
| 684 | void CiFreeClientCreateAccount(RPC_CLIENT_CREATE_ACCOUNT *a); |
---|
| 685 | void CiFreeClientGetAccount(RPC_CLIENT_GET_ACCOUNT *a); |
---|
| 686 | void CiFreeClientEnumVLan(RPC_CLIENT_ENUM_VLAN *e); |
---|
| 687 | void CiFreeClientEnumSecure(RPC_CLIENT_ENUM_SECURE *e); |
---|
| 688 | void CiFreeClientEnumCa(RPC_CLIENT_ENUM_CA *e); |
---|
| 689 | void CiFreeEnumObjectInSecure(RPC_ENUM_OBJECT_IN_SECURE *a); |
---|
| 690 | void CiFreeGetCa(RPC_GET_CA *a); |
---|
| 691 | void CiFreeGetIssuer(RPC_GET_ISSUER *a); |
---|
| 692 | void CiFreeClientEnumAccount(RPC_CLIENT_ENUM_ACCOUNT *a); |
---|
| 693 | void CiSetError(CLIENT *c, UINT err); |
---|
| 694 | void CiCheckOs(); |
---|
| 695 | CLIENT *CiNewClient(); |
---|
| 696 | void CiCleanupClient(CLIENT *c); |
---|
| 697 | bool CiLoadConfigurationFile(CLIENT *c); |
---|
| 698 | void CiSaveConfigurationFile(CLIENT *c); |
---|
| 699 | void CiInitConfiguration(CLIENT *c); |
---|
| 700 | void CiSetVLanToDefault(CLIENT *c); |
---|
| 701 | bool CiIsVLan(CLIENT *c, char *name); |
---|
| 702 | void CiFreeConfiguration(CLIENT *c); |
---|
| 703 | int CiCompareAccount(void *p1, void *p2); |
---|
| 704 | void CiFreeAccount(ACCOUNT *a); |
---|
| 705 | void CiNotify(CLIENT *c); |
---|
| 706 | void CiClientStatusPrinter(SESSION *s, wchar_t *status); |
---|
| 707 | void CiInitKeep(CLIENT *c); |
---|
| 708 | void CiFreeKeep(CLIENT *c); |
---|
| 709 | int CiCompareUnixVLan(void *p1, void *p2); |
---|
| 710 | BUF *CiAccountToCfg(RPC_CLIENT_CREATE_ACCOUNT *t); |
---|
| 711 | RPC_CLIENT_CREATE_ACCOUNT *CiCfgToAccount(BUF *b); |
---|
| 712 | void CiChangeAllVLanMacAddress(CLIENT *c); |
---|
| 713 | void CiChangeAllVLanMacAddressIfMachineChanged(CLIENT *c); |
---|
| 714 | bool CiReadLastMachineHash(void *data); |
---|
| 715 | bool CiWriteLastMachineHash(void *data); |
---|
| 716 | void CiGetCurrentMachineHash(void *data); |
---|
| 717 | void CiGetCurrentMachineHashOld(void *data); |
---|
| 718 | int CiCompareClientAccountEnumItemByLastConnectDateTime(void *p1, void *p2); |
---|
| 719 | |
---|
| 720 | BUF *EncryptPassword(char *password); |
---|
| 721 | char *DecryptPassword(BUF *b); |
---|
| 722 | |
---|
| 723 | void InRpcGetIssuer(RPC_GET_ISSUER *c, PACK *p); |
---|
| 724 | void OutRpcGetIssuer(PACK *p, RPC_GET_ISSUER *c); |
---|
| 725 | void InRpcClientVersion(RPC_CLIENT_VERSION *ver, PACK *p); |
---|
| 726 | void OutRpcClientVersion(PACK *p, RPC_CLIENT_VERSION *ver); |
---|
| 727 | void InRpcClientPassword(RPC_CLIENT_PASSWORD *pw, PACK *p); |
---|
| 728 | void OutRpcClientPassword(PACK *p, RPC_CLIENT_PASSWORD *pw); |
---|
| 729 | void InRpcClientEnumCa(RPC_CLIENT_ENUM_CA *e, PACK *p); |
---|
| 730 | void OutRpcClientEnumCa(PACK *p, RPC_CLIENT_ENUM_CA *e); |
---|
| 731 | void InRpcCert(RPC_CERT *c, PACK *p); |
---|
| 732 | void OutRpcCert(PACK *p, RPC_CERT *c); |
---|
| 733 | void InRpcClientDeleteCa(RPC_CLIENT_DELETE_CA *c, PACK *p); |
---|
| 734 | void OutRpcClientDeleteCa(PACK *p, RPC_CLIENT_DELETE_CA *c); |
---|
| 735 | void InRpcGetCa(RPC_GET_CA *c, PACK *p); |
---|
| 736 | void OutRpcGetCa(PACK *p, RPC_GET_CA *c); |
---|
| 737 | void InRpcClientEnumSecure(RPC_CLIENT_ENUM_SECURE *e, PACK *p); |
---|
| 738 | void OutRpcClientEnumSecure(PACK *p, RPC_CLIENT_ENUM_SECURE *e); |
---|
| 739 | void InRpcUseSecure(RPC_USE_SECURE *u, PACK *p); |
---|
| 740 | void OutRpcUseSecure(PACK *p, RPC_USE_SECURE *u); |
---|
| 741 | void InRpcEnumObjectInSecure(RPC_ENUM_OBJECT_IN_SECURE *e, PACK *p); |
---|
| 742 | void OutRpcEnumObjectInSecure(PACK *p, RPC_ENUM_OBJECT_IN_SECURE *e); |
---|
| 743 | void InRpcCreateVLan(RPC_CLIENT_CREATE_VLAN *v, PACK *p); |
---|
| 744 | void OutRpcCreateVLan(PACK *p, RPC_CLIENT_CREATE_VLAN *v); |
---|
| 745 | void InRpcClientGetVLan(RPC_CLIENT_GET_VLAN *v, PACK *p); |
---|
| 746 | void OutRpcClientGetVLan(PACK *p, RPC_CLIENT_GET_VLAN *v); |
---|
| 747 | void InRpcClientSetVLan(RPC_CLIENT_SET_VLAN *v, PACK *p); |
---|
| 748 | void OutRpcClientSetVLan(PACK *p, RPC_CLIENT_SET_VLAN *v); |
---|
| 749 | void InRpcClientEnumVLan(RPC_CLIENT_ENUM_VLAN *v, PACK *p); |
---|
| 750 | void OutRpcClientEnumVLan(PACK *p, RPC_CLIENT_ENUM_VLAN *v); |
---|
| 751 | void InRpcClientOption(CLIENT_OPTION *c, PACK *p); |
---|
| 752 | void OutRpcClientOption(PACK *p, CLIENT_OPTION *c); |
---|
| 753 | void InRpcClientAuth(CLIENT_AUTH *c, PACK *p); |
---|
| 754 | void OutRpcClientAuth(PACK *p, CLIENT_AUTH *c); |
---|
| 755 | void InRpcClientCreateAccount(RPC_CLIENT_CREATE_ACCOUNT *c, PACK *p); |
---|
| 756 | void OutRpcClientCreateAccount(PACK *p, RPC_CLIENT_CREATE_ACCOUNT *c); |
---|
| 757 | void InRpcClientEnumAccount(RPC_CLIENT_ENUM_ACCOUNT *e, PACK *p); |
---|
| 758 | void OutRpcClientEnumAccount(PACK *p, RPC_CLIENT_ENUM_ACCOUNT *e); |
---|
| 759 | void InRpcClientDeleteAccount(RPC_CLIENT_DELETE_ACCOUNT *a, PACK *p); |
---|
| 760 | void OutRpcClientDeleteAccount(PACK *p, RPC_CLIENT_DELETE_ACCOUNT *a); |
---|
| 761 | void InRpcRenameAccount(RPC_RENAME_ACCOUNT *a, PACK *p); |
---|
| 762 | void OutRpcRenameAccount(PACK *p, RPC_RENAME_ACCOUNT *a); |
---|
| 763 | void InRpcClientGetAccount(RPC_CLIENT_GET_ACCOUNT *c, PACK *p); |
---|
| 764 | void OutRpcClientGetAccount(PACK *p, RPC_CLIENT_GET_ACCOUNT *c); |
---|
| 765 | void InRpcClientConnect(RPC_CLIENT_CONNECT *c, PACK *p); |
---|
| 766 | void OutRpcClientConnect(PACK *p, RPC_CLIENT_CONNECT *c); |
---|
| 767 | void InRpcPolicy(POLICY *o, PACK *p); |
---|
| 768 | void OutRpcPolicy(PACK *p, POLICY *o); |
---|
| 769 | void InRpcClientGetConnectionStatus(RPC_CLIENT_GET_CONNECTION_STATUS *s, PACK *p); |
---|
| 770 | void OutRpcClientGetConnectionStatus(PACK *p, RPC_CLIENT_GET_CONNECTION_STATUS *c); |
---|
| 771 | void InRpcClientNotify(RPC_CLIENT_NOTIFY *n, PACK *p); |
---|
| 772 | void OutRpcClientNotify(PACK *p, RPC_CLIENT_NOTIFY *n); |
---|
| 773 | void InRpcClientConfig(CLIENT_CONFIG *c, PACK *p); |
---|
| 774 | void OutRpcClientConfig(PACK *p, CLIENT_CONFIG *c); |
---|
| 775 | void InRpcClientPasswordSetting(RPC_CLIENT_PASSWORD_SETTING *a, PACK *p); |
---|
| 776 | void OutRpcClientPasswordSetting(PACK *p, RPC_CLIENT_PASSWORD_SETTING *a); |
---|
| 777 | void InRpcTraffic(TRAFFIC *t, PACK *p); |
---|
| 778 | void OutRpcTraffic(PACK *p, TRAFFIC *t); |
---|
| 779 | void InRpcTrafficEx(TRAFFIC *t, PACK *p, UINT i); |
---|
| 780 | void OutRpcTrafficEx(TRAFFIC *t, PACK *p, UINT i, UINT num); |
---|
| 781 | void OutRpcCmSetting(PACK *p, CM_SETTING *c); |
---|
| 782 | void InRpcCmSetting(CM_SETTING *c, PACK *p); |
---|
| 783 | |
---|
| 784 | |
---|
| 785 | #endif // CLIENT_H |
---|
| 786 | |
---|
| 787 | |
---|