-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #148 from 1c-syntax/feature/win-login-less
Do not require login on win
- Loading branch information
Showing
30 changed files
with
31 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/clouds42/CommandLineOptions/ConnectionOptions.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/clouds42/CommandLineOptions/ConvertOptions.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/clouds42/CommandLineOptions/DebuggerOptions.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/clouds42/CommandLineOptions/FilterOptions.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/clouds42/CommandLineOptions/LoggingOptions.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/clouds42/CommandLineOptions/MetadataOptions.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/clouds42/CommandLineOptions/OutputOptions.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
@@ -28,6 +28,7 @@ | |
import com.clouds42.Utils; | ||
import org.scalasbt.ipcsocket.UnixDomainServerSocket; | ||
import org.scalasbt.ipcsocket.Win32NamedPipeServerSocket; | ||
import org.scalasbt.ipcsocket.Win32SecurityLevel; | ||
import org.slf4j.Logger; | ||
import org.slf4j.LoggerFactory; | ||
|
||
|
@@ -65,7 +66,7 @@ protected ServerSocket getServerSocket() throws IOException { | |
String pipeName = Utils.getPipeName(getConnectionOptions()); | ||
if(serverSocket == null) { | ||
if (isWindows) { | ||
serverSocket = new Win32NamedPipeServerSocket(pipeName); | ||
serverSocket = new Win32NamedPipeServerSocket(pipeName, false, Win32SecurityLevel.OWNER_DACL); | ||
} else { | ||
serverSocket = new UnixDomainServerSocket(pipeName); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/clouds42/Commands/SendCheckMessageCommand.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/clouds42/Commands/SendCleanMessageCommand.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/clouds42/Commands/SendDumpMessageCommand.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/clouds42/Commands/SendStatsMessageCommand.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/clouds42/Commands/SendStopMessageCommand.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/com/clouds42/MyRuntimeDebugModelXmlSerializer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is a part of Coverage41C. | ||
* | ||
* Copyright (c) 2020-2022 | ||
* Copyright (c) 2020-2024 | ||
* Kosolapov Stanislav aka proDOOMman <[email protected]> and contributors | ||
* | ||
* SPDX-License-Identifier: LGPL-3.0-or-later | ||
|