[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 | // Internat.h |
---|
| 79 | // Internat.c のヘッダ |
---|
| 80 | |
---|
| 81 | #ifndef INTERNAT_H |
---|
| 82 | #define INTERNAT_H |
---|
| 83 | |
---|
| 84 | // 文字列トークン |
---|
| 85 | struct UNI_TOKEN_LIST |
---|
| 86 | { |
---|
| 87 | UINT NumTokens; |
---|
| 88 | wchar_t **Token; |
---|
| 89 | }; |
---|
| 90 | |
---|
| 91 | UINT UniStrLen(wchar_t *str); |
---|
| 92 | UINT UniStrSize(wchar_t *str); |
---|
| 93 | UINT UniStrCpy(wchar_t *dst, UINT size, wchar_t *src); |
---|
| 94 | bool UniCheckStrSize(wchar_t *str, UINT size); |
---|
| 95 | bool UniCheckStrLen(wchar_t *str, UINT len); |
---|
| 96 | UINT UniStrCat(wchar_t *dst, UINT size, wchar_t *src); |
---|
| 97 | UINT UniStrCatLeft(wchar_t *dst, UINT size, wchar_t *src); |
---|
| 98 | wchar_t UniToLower(wchar_t c); |
---|
| 99 | wchar_t UniToUpper(wchar_t c); |
---|
| 100 | void UniStrLower(wchar_t *str); |
---|
| 101 | void UniStrUpper(wchar_t *str); |
---|
| 102 | int UniStrCmp(wchar_t *str1, wchar_t *str2); |
---|
| 103 | int UniStrCmpi(wchar_t *str1, wchar_t *str2); |
---|
| 104 | int UniSoftStrCmp(wchar_t *str1, wchar_t *str2); |
---|
| 105 | void UniFormat(wchar_t *buf, UINT size, wchar_t *fmt, ...); |
---|
| 106 | wchar_t *CopyUniFormat(wchar_t *fmt, ...); |
---|
| 107 | void UniFormatArgs(wchar_t *buf, UINT size, wchar_t *fmt, va_list args); |
---|
| 108 | void UniDebugArgs(wchar_t *fmt, va_list args); |
---|
| 109 | void UniDebug(wchar_t *fmt, ...); |
---|
| 110 | void UniPrint(wchar_t *fmt, ...); |
---|
| 111 | void UniPrintArgs(wchar_t *fmt, va_list args); |
---|
| 112 | void UniPrintStr(wchar_t *string); |
---|
| 113 | void UniToStrx8(wchar_t *str, UINT i); |
---|
| 114 | void UniToStrx(wchar_t *str, UINT i); |
---|
| 115 | void UniToStri(wchar_t *str, int i); |
---|
| 116 | void UniToStru(wchar_t *str, UINT i); |
---|
| 117 | int UniToInti(wchar_t *str); |
---|
| 118 | UINT UniToInt(wchar_t *str); |
---|
| 119 | void UniTrim(wchar_t *str); |
---|
| 120 | void UniTrimLeft(wchar_t *str); |
---|
| 121 | void UniTrimRight(wchar_t *str); |
---|
| 122 | void UniTrimCrlf(wchar_t *str); |
---|
| 123 | bool UniGetLine(wchar_t *str, UINT size); |
---|
| 124 | bool UniGetLineWin32(wchar_t *str, UINT size); |
---|
| 125 | bool UniGetLineUnix(wchar_t *str, UINT size); |
---|
| 126 | void UniFreeToken(UNI_TOKEN_LIST *tokens); |
---|
| 127 | UNI_TOKEN_LIST *UniParseToken(wchar_t *src, wchar_t *separator); |
---|
| 128 | UINT UniSearchStrEx(wchar_t *string, wchar_t *keyword, UINT start, bool case_sensitive); |
---|
| 129 | UINT UniSearchStri(wchar_t *string, wchar_t *keyword, UINT start); |
---|
| 130 | UINT UniSearchStr(wchar_t *string, wchar_t *keyword, UINT start); |
---|
| 131 | UINT UniCalcReplaceStrEx(wchar_t *string, wchar_t *old_keyword, wchar_t *new_keyword, bool case_sensitive); |
---|
| 132 | UINT UniReplaceStrEx(wchar_t *dst, UINT size, wchar_t *string, wchar_t *old_keyword, wchar_t *new_keyword, bool case_sensitive); |
---|
| 133 | UINT UniReplaceStri(wchar_t *dst, UINT size, wchar_t *string, wchar_t *old_keyword, wchar_t *new_keyword); |
---|
| 134 | UINT UniReplaceStr(wchar_t *dst, UINT size, wchar_t *string, wchar_t *old_keyword, wchar_t *new_keyword); |
---|
| 135 | UINT GetUniType(wchar_t c); |
---|
| 136 | UINT GetUtf8Type(BYTE *s, UINT size, UINT offset); |
---|
| 137 | UINT CalcUniToUtf8(wchar_t *s); |
---|
| 138 | UINT UniToUtf8(BYTE *u, UINT size, wchar_t *s); |
---|
| 139 | UINT Utf8Len(BYTE *u, UINT size); |
---|
| 140 | UINT CalcUtf8ToUni(BYTE *u, UINT u_size); |
---|
| 141 | UINT Utf8ToUni(wchar_t *s, UINT size, BYTE *u, UINT u_size); |
---|
| 142 | UINT CalcStrToUni(char *str); |
---|
| 143 | UINT StrToUni(wchar_t *s, UINT size, char *str); |
---|
| 144 | UINT CalcUniToStr(wchar_t *s); |
---|
| 145 | UINT UniToStr(char *str, UINT size, wchar_t *s); |
---|
| 146 | UINT CalcStrToUtf8(char *str); |
---|
| 147 | UINT StrToUtf8(BYTE *u, UINT size, char *str); |
---|
| 148 | UINT CalcUtf8ToStr(BYTE *u, UINT size); |
---|
| 149 | UINT Utf8ToStr(char *str, UINT str_size, BYTE *u, UINT size); |
---|
| 150 | bool IsSafeUniStr(wchar_t *str); |
---|
| 151 | bool IsSafeUniChar(wchar_t c); |
---|
| 152 | wchar_t *CopyUniStr(wchar_t *str); |
---|
| 153 | wchar_t *CopyStrToUni(char *str); |
---|
| 154 | UINT StrToUtf(char *utfstr, UINT size, char *str); |
---|
| 155 | UINT UtfToStr(char *str, UINT size, char *utfstr); |
---|
| 156 | UINT UniToUtf(char *utfstr, UINT size, wchar_t *unistr); |
---|
| 157 | UINT UtfToUni(wchar_t *unistr, UINT size, char *utfstr); |
---|
| 158 | char *CopyUniToUtf(wchar_t *unistr); |
---|
| 159 | char *CopyStrToUtf(char *str); |
---|
| 160 | char *CopyUniToStr(wchar_t *unistr); |
---|
| 161 | wchar_t *CopyUtfToUni(char *utfstr); |
---|
| 162 | char *CopyUtfToStr(char *utfstr); |
---|
| 163 | wchar_t *UniReplaceFormatStringFor64(wchar_t *fmt); |
---|
| 164 | void UniToStr64(wchar_t *str, UINT64 value); |
---|
| 165 | UINT64 UniToInt64(wchar_t *str); |
---|
| 166 | UNI_TOKEN_LIST *UniParseCmdLine(wchar_t *str); |
---|
| 167 | UNI_TOKEN_LIST *UniCopyToken(UNI_TOKEN_LIST *src); |
---|
| 168 | wchar_t *UniCopyStr(wchar_t *str); |
---|
| 169 | TOKEN_LIST *UniTokenListToTokenList(UNI_TOKEN_LIST *src); |
---|
| 170 | UNI_TOKEN_LIST *TokenListToUniTokenList(TOKEN_LIST *src); |
---|
| 171 | UNI_TOKEN_LIST *UniNullToken(); |
---|
| 172 | UNI_TOKEN_LIST *NullUniToken(); |
---|
| 173 | bool UniIsNum(wchar_t *str); |
---|
| 174 | bool IsEmptyUniStr(wchar_t *str); |
---|
| 175 | bool UniIsEmptyStr(wchar_t *str); |
---|
| 176 | void InitInternational(); |
---|
| 177 | void FreeInternational(); |
---|
| 178 | USHORT *WideToUtf16(wchar_t *str); |
---|
| 179 | wchar_t *Utf16ToWide(USHORT *str); |
---|
| 180 | void DumpUniStr(wchar_t *str); |
---|
| 181 | void DumpStr(char *str); |
---|
| 182 | wchar_t *InternalFormatArgs(wchar_t *fmt, va_list args, bool ansi_mode); |
---|
| 183 | UINT UniStrWidth(wchar_t *str); |
---|
| 184 | UNI_TOKEN_LIST *UnixUniParseToken(wchar_t *src, wchar_t *separator); |
---|
| 185 | void UniToStr3(wchar_t *str, UINT size, UINT64 value); |
---|
| 186 | bool UniEndWith(wchar_t *str, wchar_t *key); |
---|
| 187 | bool UniStartWith(wchar_t *str, wchar_t *key); |
---|
| 188 | wchar_t *UniNormalizeCrlf(wchar_t *str); |
---|
| 189 | LIST *UniStrToStrList(wchar_t *str, UINT size); |
---|
| 190 | BUF *UniStrListToStr(LIST *o); |
---|
| 191 | void UniFreeStrList(LIST *o); |
---|
| 192 | UNI_TOKEN_LIST *UniListToTokenList(LIST *o); |
---|
| 193 | LIST *UniTokenListToList(UNI_TOKEN_LIST *t); |
---|
| 194 | bool UniIsSafeChar(wchar_t c); |
---|
| 195 | wchar_t *UniMakeCharArray(wchar_t c, UINT count); |
---|
| 196 | BUF *UniStrToBin(wchar_t *str); |
---|
| 197 | bool UniInStr(wchar_t *str, wchar_t *keyword); |
---|
| 198 | bool UniInStrEx(wchar_t *str, wchar_t *keyword, bool case_sensitive); |
---|
| 199 | |
---|
| 200 | #ifdef OS_UNIX |
---|
| 201 | void GetCurrentCharSet(char *name, UINT size); |
---|
| 202 | UINT UnixCalcStrToUni(char *str); |
---|
| 203 | UINT UnixStrToUni(wchar_t *s, UINT size, char *str); |
---|
| 204 | UINT UnixCalcUniToStr(wchar_t *s); |
---|
| 205 | UINT UnixUniToStr(char *str, UINT size, wchar_t *s); |
---|
| 206 | void *IconvWideToStr(); |
---|
| 207 | void *IconvStrToWide(); |
---|
| 208 | int IconvFree(void *d); |
---|
| 209 | void *IconvWideToStrInternal(); |
---|
| 210 | void *IconvStrToWideInternal(); |
---|
| 211 | int IconvFreeInternal(void *d); |
---|
| 212 | #endif // OS_UNIX |
---|
| 213 | |
---|
| 214 | #endif // INTERNAT_H |
---|
| 215 | |
---|
| 216 | |
---|
| 217 | |
---|