mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-25 02:49:52 +03:00
Change line endings to LF
This commit is contained in:
parent
f52730c724
commit
9997785812
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
||||||
public class Program
|
public class Program
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using System.Security.Cryptography;
|
using System.Security.Cryptography;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
# Visual Studio 15
|
# Visual Studio 15
|
||||||
VisualStudioVersion = 15.0.28010.2026
|
VisualStudioVersion = 15.0.28010.2026
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# SoftEther VPN Server JSON-RPC API Suite Document
|
# SoftEther VPN Server JSON-RPC API Suite Document
|
||||||
This reference describes all JSON-RPC functions available on SoftEther VPN Server.
|
This reference describes all JSON-RPC functions available on SoftEther VPN Server.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// SoftEther VPN Server JSON-RPC Stub code for C#
|
// SoftEther VPN Server JSON-RPC Stub code for C#
|
||||||
//
|
//
|
||||||
// JsonRpc.cs - JSON-RPC Client Utility Functions
|
// JsonRpc.cs - JSON-RPC Client Utility Functions
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// SoftEther VPN Server JSON-RPC Stub code for C#
|
// SoftEther VPN Server JSON-RPC Stub code for C#
|
||||||
//
|
//
|
||||||
// VPNServerRpc.cs - SoftEther VPN Server's JSON-RPC Stubs
|
// VPNServerRpc.cs - SoftEther VPN Server's JSON-RPC Stubs
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// SoftEther VPN Server JSON-RPC Stub code for C#
|
// SoftEther VPN Server JSON-RPC Stub code for C#
|
||||||
//
|
//
|
||||||
// VPNServerRpcTypes.cs - Data Type Definition for SoftEther VPN Server JSON-RPC Stubs
|
// VPNServerRpcTypes.cs - Data Type Definition for SoftEther VPN Server JSON-RPC Stubs
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// SoftEther VPN Server JSON-RPC Stub code for C#
|
// SoftEther VPN Server JSON-RPC Stub code for C#
|
||||||
//
|
//
|
||||||
// Program.cs - The Main() entry point
|
// Program.cs - The Main() entry point
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// SoftEther VPN Server JSON-RPC Stub code for C#
|
// SoftEther VPN Server JSON-RPC Stub code for C#
|
||||||
//
|
//
|
||||||
// VpnServerRpcTest.cs - Test sample code for SoftEther VPN Server JSON-RPC Stub
|
// VpnServerRpcTest.cs - Test sample code for SoftEther VPN Server JSON-RPC Stub
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
# Visual Studio 15
|
# Visual Studio 15
|
||||||
VisualStudioVersion = 15.0.28010.2041
|
VisualStudioVersion = 15.0.28010.2041
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Test sample code for SoftEther VPN Server JSON-RPC Stub
|
// Test sample code for SoftEther VPN Server JSON-RPC Stub
|
||||||
// Runs on both web browsers and Node.js
|
// Runs on both web browsers and Node.js
|
||||||
//
|
//
|
||||||
// sample.ts
|
// sample.ts
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// SoftEther VPN Server JSON-RPC Stub code for TypeScript
|
// SoftEther VPN Server JSON-RPC Stub code for TypeScript
|
||||||
//
|
//
|
||||||
// vpnrpc.ts
|
// vpnrpc.ts
|
||||||
// Automatically generated at 2019-07-10 14:36:11 by vpnserver-jsonrpc-codegen
|
// Automatically generated at 2019-07-10 14:36:11 by vpnserver-jsonrpc-codegen
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Test sample code for SoftEther VPN Server JSON-RPC Stub
|
// Test sample code for SoftEther VPN Server JSON-RPC Stub
|
||||||
// Runs on both web browsers and Node.js
|
// Runs on both web browsers and Node.js
|
||||||
//
|
//
|
||||||
// sample.ts
|
// sample.ts
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// SoftEther VPN Server JSON-RPC Stub code for TypeScript
|
// SoftEther VPN Server JSON-RPC Stub code for TypeScript
|
||||||
//
|
//
|
||||||
// vpnrpc.ts
|
// vpnrpc.ts
|
||||||
// Automatically generated at 2019-07-10 14:36:11 by vpnserver-jsonrpc-codegen
|
// Automatically generated at 2019-07-10 14:36:11 by vpnserver-jsonrpc-codegen
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
using Microsoft.CodeAnalysis;
|
using Microsoft.CodeAnalysis;
|
||||||
using Microsoft.CodeAnalysis.CSharp;
|
using Microsoft.CodeAnalysis.CSharp;
|
||||||
using Microsoft.CodeAnalysis.CSharp.Syntax;
|
using Microsoft.CodeAnalysis.CSharp.Syntax;
|
||||||
using System;
|
using System;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// SoftEther VPN Server JSON-RPC Stub code for C#
|
// SoftEther VPN Server JSON-RPC Stub code for C#
|
||||||
//
|
//
|
||||||
// Program.cs - The Main() entry point
|
// Program.cs - The Main() entry point
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# SoftEther VPN Server JSON-RPC API Suite Document
|
# SoftEther VPN Server JSON-RPC API Suite Document
|
||||||
This reference describes all JSON-RPC functions available on SoftEther VPN Server.
|
This reference describes all JSON-RPC functions available on SoftEther VPN Server.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// SoftEther VPN Server JSON-RPC Stub code for TypeScript
|
// SoftEther VPN Server JSON-RPC Stub code for TypeScript
|
||||||
//
|
//
|
||||||
// vpnrpc.ts
|
// vpnrpc.ts
|
||||||
// Automatically generated at __TIMESTAMP__ by vpnserver-jsonrpc-codegen
|
// Automatically generated at __TIMESTAMP__ by vpnserver-jsonrpc-codegen
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Test sample code for SoftEther VPN Server JSON-RPC Stub
|
// Test sample code for SoftEther VPN Server JSON-RPC Stub
|
||||||
// Runs on both web browsers and Node.js
|
// Runs on both web browsers and Node.js
|
||||||
//
|
//
|
||||||
// sample.ts
|
// sample.ts
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// SoftEther VPN Server JSON-RPC Stub code for C#
|
// SoftEther VPN Server JSON-RPC Stub code for C#
|
||||||
//
|
//
|
||||||
// JsonRpc.cs - JSON-RPC Client Utility Functions
|
// JsonRpc.cs - JSON-RPC Client Utility Functions
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// SoftEther VPN Server JSON-RPC Stub code for C#
|
// SoftEther VPN Server JSON-RPC Stub code for C#
|
||||||
//
|
//
|
||||||
// VPNServerRpc.cs - SoftEther VPN Server's JSON-RPC Stubs
|
// VPNServerRpc.cs - SoftEther VPN Server's JSON-RPC Stubs
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// SoftEther VPN Server JSON-RPC Stub code for C#
|
// SoftEther VPN Server JSON-RPC Stub code for C#
|
||||||
//
|
//
|
||||||
// VPNServerRpcTypes.cs - Data Type Definition for SoftEther VPN Server JSON-RPC Stubs
|
// VPNServerRpcTypes.cs - Data Type Definition for SoftEther VPN Server JSON-RPC Stubs
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// SoftEther VPN Server JSON-RPC Stub code for C#
|
// SoftEther VPN Server JSON-RPC Stub code for C#
|
||||||
//
|
//
|
||||||
// VpnServerRpcTest.cs - Test sample code for SoftEther VPN Server JSON-RPC Stub
|
// VpnServerRpcTest.cs - Test sample code for SoftEther VPN Server JSON-RPC Stub
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
# Visual Studio 15
|
# Visual Studio 15
|
||||||
VisualStudioVersion = 15.0.28010.2041
|
VisualStudioVersion = 15.0.28010.2041
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
||||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||||
<security>
|
<security>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
||||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||||
<security>
|
<security>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
||||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||||
<security>
|
<security>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
||||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||||
<security>
|
<security>
|
||||||
|
@ -4047,5 +4047,3 @@ char *MsChapV2DoBruteForce(IPC_MSCHAP_V2_AUTHINFO *d, LIST *password_list)
|
|||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# PacketiX VPN / SoftEther VPN Language Setting File
|
# PacketiX VPN / SoftEther VPN Language Setting File
|
||||||
#
|
#
|
||||||
# Specify your preferred Language ID on this setting file.
|
# Specify your preferred Language ID on this setting file.
|
||||||
# The text messages will be displayed in the specified language.
|
# The text messages will be displayed in the specified language.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# PacketiX VPN / SoftEther VPN Language List File
|
# PacketiX VPN / SoftEther VPN Language List File
|
||||||
# Copyright (c) SoftEther Corporation. All Rights Reserved
|
# Copyright (c) SoftEther Corporation. All Rights Reserved
|
||||||
|
|
||||||
# 番号 識別子 英語表記 ローカル表記 Windowsロケール番号 UNIXロケール文字一覧
|
# 番号 識別子 英語表記 ローカル表記 Windowsロケール番号 UNIXロケール文字一覧
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
How to Use the Auto-Generated OpenVPN Configuration Samples
|
How to Use the Auto-Generated OpenVPN Configuration Samples
|
||||||
OpenVPN 用の自動生成された設定サンプルファイルの使い方
|
OpenVPN 用の自動生成された設定サンプルファイルの使い方
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) all contributors on SoftEther VPN project in GitHub.
|
# Copyright (c) all contributors on SoftEther VPN project in GitHub.
|
||||||
# Copyright (c) Daiyuu Nobori, SoftEther Project at University of Tsukuba, and SoftEther Corporation.
|
# Copyright (c) Daiyuu Nobori, SoftEther Project at University of Tsukuba, and SoftEther Corporation.
|
||||||
#
|
#
|
||||||
# https://www.softether.org/
|
# https://www.softether.org/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# SoftEther VPN String Table
|
# SoftEther VPN String Table
|
||||||
# Copyright (c) all contributors on SoftEther VPN project in GitHub.
|
# Copyright (c) all contributors on SoftEther VPN project in GitHub.
|
||||||
# Copyright (c) Daiyuu Nobori, SoftEther Project at University of Tsukuba, and SoftEther Corporation.
|
# Copyright (c) Daiyuu Nobori, SoftEther Project at University of Tsukuba, and SoftEther Corporation.
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<HTML>
|
<HTML>
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<TITLE>VPN Client Web Installer Deployment Page Sample HTML</TITLE>
|
<TITLE>VPN Client Web Installer Deployment Page Sample HTML</TITLE>
|
||||||
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<HTML>
|
<HTML>
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<TITLE>VPN Client Web Installer Deployment Page Sample HTML</TITLE>
|
<TITLE>VPN Client Web Installer Deployment Page Sample HTML</TITLE>
|
||||||
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<HTML>
|
<HTML>
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<TITLE>VPN クライアント Web インストーラ設置ページ サンプル</TITLE>
|
<TITLE>VPN クライアント Web インストーラ設置ページ サンプル</TITLE>
|
||||||
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<HTML>
|
<HTML>
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<TITLE>VPN Client Web Installer Deployment Page Sample HTML</TITLE>
|
<TITLE>VPN Client Web Installer Deployment Page Sample HTML</TITLE>
|
||||||
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="uft-8">
|
<meta charset="uft-8">
|
||||||
|
Loading…
Reference in New Issue
Block a user