[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 | #ifndef KERNEL_H |
---|
| 79 | #define KERNEL_H |
---|
| 80 | |
---|
| 81 | // メモリ使用情報 |
---|
| 82 | struct MEMINFO |
---|
| 83 | { |
---|
| 84 | UINT64 TotalMemory; |
---|
| 85 | UINT64 UsedMemory; |
---|
| 86 | UINT64 FreeMemory; |
---|
| 87 | UINT64 TotalPhys; |
---|
| 88 | UINT64 UsedPhys; |
---|
| 89 | UINT64 FreePhys; |
---|
| 90 | }; |
---|
| 91 | |
---|
| 92 | // ロケール情報 |
---|
| 93 | struct LOCALE |
---|
| 94 | { |
---|
| 95 | wchar_t YearStr[16], MonthStr[16], DayStr[16]; |
---|
| 96 | wchar_t HourStr[16], MinuteStr[16], SecondStr[16]; |
---|
| 97 | wchar_t DayOfWeek[7][16]; |
---|
| 98 | wchar_t SpanDay[16], SpanHour[16], SpanMinute[16], SpanSecond[16]; |
---|
| 99 | wchar_t Unknown[32]; |
---|
| 100 | }; |
---|
| 101 | |
---|
| 102 | |
---|
| 103 | // スレッドプロシージャ |
---|
| 104 | typedef void (THREAD_PROC)(THREAD *thread, void *param); |
---|
| 105 | |
---|
| 106 | // スレッド |
---|
| 107 | struct THREAD |
---|
| 108 | { |
---|
| 109 | REF *ref; |
---|
| 110 | THREAD_PROC *thread_proc; |
---|
| 111 | void *param; |
---|
| 112 | void *pData; |
---|
| 113 | EVENT *init_finished_event; |
---|
| 114 | void *AppData1, *AppData2, *AppData3; |
---|
| 115 | UINT AppInt1, AppInt2, AppInt3; |
---|
| 116 | UINT ThreadId; |
---|
| 117 | bool PoolThread; |
---|
| 118 | THREAD *PoolHostThread; |
---|
| 119 | LIST *PoolWaitList; // スレッド停止待機リスト |
---|
| 120 | volatile bool PoolHalting; // スレッド停止中 |
---|
| 121 | EVENT *release_event; |
---|
| 122 | }; |
---|
| 123 | |
---|
| 124 | // スレッドプールデータ |
---|
| 125 | struct THREAD_POOL_DATA |
---|
| 126 | { |
---|
| 127 | EVENT *Event; // 待機イベント |
---|
| 128 | EVENT *InitFinishEvent; // 初期化完了イベント |
---|
| 129 | THREAD *Thread; // 現在割り当てられているスレッド |
---|
| 130 | THREAD_PROC *ThreadProc; // 現在割り当てられているスレッドプロシージャ |
---|
| 131 | }; |
---|
| 132 | |
---|
| 133 | // インスタンス |
---|
| 134 | struct INSTANCE |
---|
| 135 | { |
---|
| 136 | char *Name; // 名前 |
---|
| 137 | void *pData; // データ |
---|
| 138 | }; |
---|
| 139 | |
---|
| 140 | // 関数プロトタイプ |
---|
| 141 | void SleepThread(UINT time); |
---|
| 142 | THREAD *NewThreadInternal(THREAD_PROC *thread_proc, void *param); |
---|
| 143 | void ReleaseThreadInternal(THREAD *t); |
---|
| 144 | void CleanupThreadInternal(THREAD *t); |
---|
| 145 | void NoticeThreadInitInternal(THREAD *t); |
---|
| 146 | void WaitThreadInitInternal(THREAD *t); |
---|
| 147 | bool WaitThreadInternal(THREAD *t); |
---|
| 148 | THREAD *NewThread(THREAD_PROC *thread_proc, void *param); |
---|
| 149 | void ReleaseThread(THREAD *t); |
---|
| 150 | void CleanupThread(THREAD *t); |
---|
| 151 | void NoticeThreadInit(THREAD *t); |
---|
| 152 | void WaitThreadInit(THREAD *t); |
---|
| 153 | bool WaitThread(THREAD *t, UINT timeout); |
---|
| 154 | void InitThreading(); |
---|
| 155 | void FreeThreading(); |
---|
| 156 | void ThreadPoolProc(THREAD *t, void *param); |
---|
| 157 | |
---|
| 158 | time_t c_mkgmtime(struct tm *tm); |
---|
| 159 | void TmToSystem(SYSTEMTIME *st, struct tm *t); |
---|
| 160 | void SystemToTm(struct tm *t, SYSTEMTIME *st); |
---|
| 161 | void TimeToSystem(SYSTEMTIME *st, time_t t); |
---|
| 162 | time_t SystemToTime(SYSTEMTIME *st); |
---|
| 163 | time_t TmToTime(struct tm *t); |
---|
| 164 | void TimeToTm(struct tm *t, time_t time); |
---|
| 165 | void NormalizeTm(struct tm *t); |
---|
| 166 | void NormalizeSystem(SYSTEMTIME *st); |
---|
| 167 | void LocalToSystem(SYSTEMTIME *system, SYSTEMTIME *local); |
---|
| 168 | void SystemToLocal(SYSTEMTIME *local, SYSTEMTIME *system); |
---|
| 169 | INT64 GetTimeDiffEx(SYSTEMTIME *basetime, bool local_time); |
---|
| 170 | void UINT64ToSystem(SYSTEMTIME *st, UINT64 sec64); |
---|
| 171 | UINT64 SystemToUINT64(SYSTEMTIME *st); |
---|
| 172 | UINT64 LocalTime64(); |
---|
| 173 | UINT64 SystemTime64(); |
---|
| 174 | void LocalTime(SYSTEMTIME *st); |
---|
| 175 | void SystemTime(SYSTEMTIME *st); |
---|
| 176 | void SetLocale(wchar_t *str); |
---|
| 177 | bool LoadLocale(LOCALE *locale, wchar_t *str); |
---|
| 178 | void GetCurrentLocale(LOCALE *locale); |
---|
| 179 | void GetDateTimeStr(char *str, UINT size, SYSTEMTIME *st); |
---|
| 180 | void GetDateTimeStrMilli(char *str, UINT size, SYSTEMTIME *st); |
---|
| 181 | void GetDateStr(char *str, UINT size, SYSTEMTIME *st); |
---|
| 182 | void GetDateTimeStrEx(wchar_t *str, UINT size, SYSTEMTIME *st, LOCALE *locale); |
---|
| 183 | void GetTimeStrEx(wchar_t *str, UINT size, SYSTEMTIME *st, LOCALE *locale); |
---|
| 184 | void GetDateStrEx(wchar_t *str, UINT size, SYSTEMTIME *st, LOCALE *locale); |
---|
| 185 | void GetTimeStrMilli(char *str, UINT size, SYSTEMTIME *st); |
---|
| 186 | void GetTimeStr(char *str, UINT size, SYSTEMTIME *st); |
---|
| 187 | UINT Tick(); |
---|
| 188 | UINT TickRealtime(); |
---|
| 189 | UINT TickRealtimeManual(); |
---|
| 190 | UINT64 TickGetRealtimeTickValue64(); |
---|
| 191 | UINT64 SystemToLocal64(UINT64 t); |
---|
| 192 | UINT64 LocalToSystem64(UINT64 t); |
---|
| 193 | UINT ThreadId(); |
---|
| 194 | void GetDateTimeStr64(char *str, UINT size, UINT64 sec64); |
---|
| 195 | void GetDateTimeStr64Uni(wchar_t *str, UINT size, UINT64 sec64); |
---|
| 196 | void GetDateTimeStrMilli64(char *str, UINT size, UINT64 sec64); |
---|
| 197 | void GetDateStr64(char *str, UINT size, UINT64 sec64); |
---|
| 198 | void GetDateTimeStrEx64(wchar_t *str, UINT size, UINT64 sec64, LOCALE *locale); |
---|
| 199 | void GetTimeStrEx64(wchar_t *str, UINT size, UINT64 sec64, LOCALE *locale); |
---|
| 200 | void GetDateStrEx64(wchar_t *str, UINT size, UINT64 sec64, LOCALE *locale); |
---|
| 201 | void GetTimeStrMilli64(char *str, UINT size, UINT64 sec64); |
---|
| 202 | void GetTimeStr64(char *str, UINT size, UINT64 sec64); |
---|
| 203 | UINT64 SafeTime64(UINT64 sec64); |
---|
| 204 | bool Run(char *filename, char *arg, bool hide, bool wait); |
---|
| 205 | bool RunW(wchar_t *filename, wchar_t *arg, bool hide, bool wait); |
---|
| 206 | void HashInstanceName(char *name, UINT size, char *instance_name); |
---|
| 207 | void HashInstanceNameLocal(char *name, UINT size, char *instance_name); |
---|
| 208 | INSTANCE *NewSingleInstance(char *instance_name); |
---|
| 209 | INSTANCE *NewSingleInstanceEx(char *instance_name, bool user_local); |
---|
| 210 | void FreeSingleInstance(INSTANCE *inst); |
---|
| 211 | void GetSpanStr(char *str, UINT size, UINT64 sec64); |
---|
| 212 | void GetSpanStrEx(wchar_t *str, UINT size, UINT64 sec64, LOCALE *locale); |
---|
| 213 | void GetSpanStrMilli(char *str, UINT size, UINT64 sec64); |
---|
| 214 | void GetMemInfo(MEMINFO *info); |
---|
| 215 | bool GetEnv(char *name, char *data, UINT size); |
---|
| 216 | bool GetEnvW(wchar_t *name, wchar_t *data, UINT size); |
---|
| 217 | bool GetEnvW_ForWin32(wchar_t *name, wchar_t *data, UINT size); |
---|
| 218 | bool GetEnvW_ForUnix(wchar_t *name, wchar_t *data, UINT size); |
---|
| 219 | void GetHomeDir(char *path, UINT size); |
---|
| 220 | void GetHomeDirW(wchar_t *path, UINT size); |
---|
| 221 | void AbortExit(); |
---|
| 222 | void AbortExitEx(char *msg); |
---|
| 223 | void YieldCpu(); |
---|
| 224 | UINT DoNothing(); |
---|
| 225 | |
---|
| 226 | #endif // KERNEL_H |
---|
| 227 | |
---|