repo_full_name
stringlengths
6
93
repo_url
stringlengths
25
112
repo_api_url
stringclasses
28 values
owner
stringclasses
28 values
repo_name
stringclasses
28 values
description
stringclasses
28 values
stars
int64
617
98.8k
forks
int64
31
355
watchers
int64
990
999
license
stringclasses
2 values
default_branch
stringclasses
2 values
repo_created_at
timestamp[s]date
2012-07-24 23:12:50
2025-06-16 08:07:28
repo_updated_at
timestamp[s]date
2026-02-23 15:23:15
2026-05-03 18:52:12
repo_topics
listlengths
0
13
repo_languages
unknown
is_fork
bool
1 class
open_issues
int64
3
104
file_path
stringlengths
3
208
file_name
stringclasses
509 values
file_extension
stringclasses
1 value
file_size_bytes
int64
101
84k
file_url
stringclasses
627 values
file_raw_url
stringclasses
627 values
file_sha
stringclasses
624 values
language
stringclasses
8 values
parsed_at
stringdate
2026-05-04 01:12:36
2026-05-04 19:41:55
text
stringlengths
100
102k
gojue/ecapture
https://github.com/gojue/ecapture
null
null
null
null
15,137
null
null
apache-2.0
null
null
null
null
null
null
null
kern/openssl_3_2_0_kern.c
null
null
null
null
null
null
C
2026-05-04T19:41:14.279825
#ifndef ECAPTURE_OPENSSL_3_2_0_KERN_H #define ECAPTURE_OPENSSL_3_2_0_KERN_H /* OPENSSL_VERSION_TEXT: OpenSSL 3.2.2 4 Jun 2024 */ /* OPENSSL_VERSION_NUMBER: 807403552 */ // ssl_st->type #define SSL_ST_TYPE 0x0 // ssl_connection_st->version #define SSL_CONNECTION_ST_VERSION 0x40 // ssl_connection_st->session #define ...
gojue/ecapture
https://github.com/gojue/ecapture
null
null
null
null
15,137
null
null
apache-2.0
null
null
null
null
null
null
null
kern/openssl_3_4_0_kern.c
null
null
null
null
null
null
C
2026-05-04T19:41:14.334187
#ifndef ECAPTURE_OPENSSL_3_4_0_KERN_H #define ECAPTURE_OPENSSL_3_4_0_KERN_H /* OPENSSL_VERSION_TEXT: OpenSSL 3.4.0 22 Oct 2024 */ /* OPENSSL_VERSION_NUMBER: 809500672 */ // ssl_st->type #define SSL_ST_TYPE 0x0 // ssl_connection_st->version #define SSL_CONNECTION_ST_VERSION 0x40 // ssl_connection_st->session #define...
gojue/ecapture
https://github.com/gojue/ecapture
null
null
null
null
15,137
null
null
apache-2.0
null
null
null
null
null
null
null
kern/openssl_3_4_1_kern.c
null
null
null
null
null
null
C
2026-05-04T19:41:14.417112
#ifndef ECAPTURE_OPENSSL_3_4_1_KERN_H #define ECAPTURE_OPENSSL_3_4_1_KERN_H /* OPENSSL_VERSION_TEXT: OpenSSL 3.4.1 11 Feb 2025 */ /* OPENSSL_VERSION_NUMBER: 809500688 */ // ssl_st->type #define SSL_ST_TYPE 0x0 // ssl_connection_st->version #define SSL_CONNECTION_ST_VERSION 0x48 // ssl_connection_st->session #define...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Account.c
null
null
null
null
null
null
C
2026-05-04T19:41:18.606497
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // Account.c // Account Manager #include "Account.h" #include "Hub.h" #include "Layer3.h" #include "Proto_PPP.h" #include "Mayaqua/Internat.h" #include "Mayaqua/Kernel.h" #include "Mayaqua/Memory.h" #includ...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/AzureClient.h
null
null
null
null
null
null
C
2026-05-04T19:41:18.623427
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // AzureClient.h // Header of AzureClient.c #ifndef AZURE_CLIENT_H #define AZURE_CLIENT_H #include "Cedar.h" #include "DDNS.h" #include "Mayaqua/MayaType.h" // Constants #define AZURE_SERVER_PORT 443 ...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/AzureClient.c
null
null
null
null
null
null
C
2026-05-04T19:41:18.624684
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // AzureClient.c // VPN Azure Client #include "AzureClient.h" #include "Cedar.h" #include "Command.h" #include "Logging.h" #include "Wpc.h" #include "Mayaqua/Encrypt.h" #include "Mayaqua/Mayaqua.h" #include...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Bridge.c
null
null
null
null
null
null
C
2026-05-04T19:41:18.633229
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // Bridge.c // Ethernet Bridge Program (Local Bridge) #include "Bridge.h" #include "BridgeUnix.h" #include "BridgeWin32.h" #include "Connection.h" #include "Hub.h" #include "Session.h" #include "Virtual.h" ...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/BridgeUnix.h
null
null
null
null
null
null
C
2026-05-04T19:41:18.643732
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // BridgeUnix.h // Header of BridgeUnix.c #ifdef OS_UNIX #ifndef BRIDGEUNIX_H #define BRIDGEUNIX_H #include "Bridge.h" #include "Mayaqua/Network.h" // Macro #ifndef SOL_PACKET #define SOL_PACKET 263 #e...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/BridgeWin32.c
null
null
null
null
null
null
C
2026-05-04T19:41:18.645049
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // BridgeWin32.c // Ethernet Bridge Program (Win32) #ifdef OS_WIN32 #define BRIDGE_C #include "BridgeWin32.h" #include "Admin.h" #include "Connection.h" #include "SeLowUser.h" #include "Mayaqua/Cfg.h" #...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Account.h
null
null
null
null
null
null
C
2026-05-04T19:41:18.651948
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // Account.h // Header of Account.c #ifndef ACCOUNT_H #define ACCOUNT_H #include "CedarType.h" #include "Mayaqua/Encrypt.h" #define USER_MAC_STR_PREFIX L"MAC:" #define USER_IPV4_STR_PREFIX L"IPv4:" // ...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/BridgeUnix.c
null
null
null
null
null
null
C
2026-05-04T19:41:18.667060
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // BridgeUnix.c // Ethernet Bridge Program (for UNIX) #ifdef OS_UNIX #include "BridgeUnix.h" #include "Server.h" #include "VLanUnix.h" #include "Mayaqua/Cfg.h" #include "Mayaqua/FileIO.h" #include "Mayaqua/Memory.h" #incl...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Admin.h
null
null
null
null
null
null
C
2026-05-04T19:41:18.668316
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // Admin.h // Header of Admin.c #ifndef ADMIN_H #define ADMIN_H #include "Account.h" #include "Cedar.h" #include "Client.h" #include "Hub.h" #include "Logging.h" #include "Mayaqua/Kernel.h" // Windows ve...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Bridge.h
null
null
null
null
null
null
C
2026-05-04T19:41:18.709759
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // Bridge.h // Header of Bridge.c #ifndef BRIDGE_H #define BRIDGE_H #include "Cedar.h" // Constants #define BRIDGE_SPECIAL_IPRAW_NAME "ipv4_rawsocket_virtual_router" // Bridge struct BRIDGE { bool Activ...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Client.h
null
null
null
null
null
null
C
2026-05-04T19:41:19.625747
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // © 2020 Nokia // Client.h // Header of Client.c #ifndef CLIENT_H #define CLIENT_H #include "Account.h" #include "Session.h" #include "Wpc.h" #define CLIENT_CONFIG_PORT GC_CLIENT_CONFIG_PORT // Client po...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Command.h
null
null
null
null
null
null
C
2026-05-04T19:41:19.782282
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // © 2020 Nokia // Command.h // Header of Command.c #ifndef COMMAND_H #define COMMAND_H #include "CedarType.h" #include "Mayaqua/Network.h" #include <stddef.h> // Constants #define TRAFFIC_DEFAULT_PORT 9...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/CM.h
null
null
null
null
null
null
C
2026-05-04T19:41:19.786333
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // CM.h // Header of CM.c #ifdef OS_WIN32 #ifndef CM_H #define CM_H #include "GlobalConst.h" #include "Mayaqua/MayaType.h" // Constants #define CM_REG_KEY "Software\\" GC_REG_COMPANY_NAME "\\" CEDAR_PR...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/BridgeWin32.h
null
null
null
null
null
null
C
2026-05-04T19:41:19.946463
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // BridgeWin32.h // Header of BridgeWin32.c #ifdef OS_WIN32 #ifndef BRIDGEWIN32_H #define BRIDGEWIN32_H #include "Bridge.h" #include <Packet32.h> #define BRIDGE_WIN32_PACKET_DLL "Packet.dll" #define BRI...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Connection.c
null
null
null
null
null
null
C
2026-05-04T19:41:19.948022
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // © 2020 Nokia // Connection.c // Connection Manager #include "Connection.h" #include "BridgeUnix.h" #include "BridgeWin32.h" #include "Hub.h" #include "Layer3.h" #include "Link.h" #include "Listener.h" #incl...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/CedarType.h
null
null
null
null
null
null
C
2026-05-04T19:41:19.975834
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // CedarType.h // List of types that Cedar using #ifndef CEDARTYPE_H #define CEDARTYPE_H typedef struct CEDAR CEDAR; typedef struct TRAFFIC TRAFFIC; // =======================================================...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/CMInner.h
null
null
null
null
null
null
C
2026-05-04T19:41:20.060171
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // CMInner.h // Internal header for the CM.c #include "Client.h" #include "CM.h" #include "Command.h" #include "WinUi.h" #include "Mayaqua/Table.h" #include <stdlib.h> #define STARTUP_MUTEX_NAME GC_SW_SOFT...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Connection.h
null
null
null
null
null
null
C
2026-05-04T19:41:20.128376
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // © 2020 Nokia // Connection.h // Header of Connection.c #ifndef CONNECTION_H #define CONNECTION_H #include "Cedar.h" #include "Mayaqua/Encrypt.h" #include "Mayaqua/Proxy.h" // Magic number indicating that ...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Cedar.c
null
null
null
null
null
null
C
2026-05-04T19:41:20.191015
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // Cedar.c // Cedar Communication Module #include "Cedar.h" #include "Admin.h" #include "Bridge.h" #include "Connection.h" #include "Layer3.h" #include "Link.h" #include "Listener.h" #include "Protocol.h" #i...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Cedar.h
null
null
null
null
null
null
C
2026-05-04T19:41:20.215992
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // © 2020 Nokia // Cedar.h // Header of Cedar.c #ifndef CEDAR_H #define CEDAR_H #include "CedarType.h" #include "GlobalConst.h" #include "Mayaqua/Network.h" //////////////////////////////////////////////////...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Console.c
null
null
null
null
null
null
C
2026-05-04T19:41:20.343835
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // Console.c // Console Service #include "Console.h" #include "Cedar.h" #include "Mayaqua/Cfg.h" #include "Mayaqua/FileIO.h" #include "Mayaqua/Internat.h" #include "Mayaqua/Mayaqua.h" #include "Mayaqua/Memor...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Console.h
null
null
null
null
null
null
C
2026-05-04T19:41:20.454613
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // Console.h // Header of Console.c #ifndef CONSOLE_H #define CONSOLE_H #include "CedarType.h" #include "Mayaqua/MayaType.h" // Constant #define MAX_PROMPT_STRSIZE 65536 #define WIN32_DEFAULT_CONSOLE_WID...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/DDNS.c
null
null
null
null
null
null
C
2026-05-04T19:41:20.495292
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // DDNS.c // Dynamic DNS Client #include "DDNS.h" #include "AzureClient.h" #include "Server.h" #include "Virtual.h" #include "Mayaqua/Internat.h" #include "Mayaqua/Mayaqua.h" #include "Mayaqua/Memory.h" #in...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Database.c
null
null
null
null
null
null
C
2026-05-04T19:41:20.568050
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // Database.c // License database #include "Database.h" #include "Cedar.h" #include "Mayaqua/Memory.h" #include "Mayaqua/Table.h" #include "Mayaqua/Str.h" // Get the License status string wchar_t *LiGetLic...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/DDNS.h
null
null
null
null
null
null
C
2026-05-04T19:41:20.585592
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // DDNS.h // Header of DDNS.c #ifndef DDNS_H #define DDNS_H #include "CedarType.h" #include "Wpc.h" #include <stddef.h> // Certificate hash #define DDNS_CERT_HASH "78BF0499A99396907C9F49DD13571C81FE26E6F5...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Database.h
null
null
null
null
null
null
C
2026-05-04T19:41:20.630348
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // Database.h // Header of Database.c #ifndef DATABASE_H #define DATABASE_H #include "Mayaqua/MayaType.h" wchar_t *LiGetLicenseStatusStr(UINT i); bool LiIsLicenseKey(char *str); bool LiStrToKeyBit(UCHAR *keyb...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/EM.c
null
null
null
null
null
null
C
2026-05-04T19:41:20.659543
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // EM.c // EtherLogger Manager for Win32 #ifdef OS_WIN32 #define WINUI_C #include "EM.h" #include "EMInner.h" #include "CMInner.h" #include "Database.h" #include "EtherLog.h" #include "Remote.h" #include...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/EM.h
null
null
null
null
null
null
C
2026-05-04T19:41:20.714555
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // EM.h // Header of EM.c #ifndef EM_H #define EM_H // Public function void EMExec(); #endif // EM_H
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/EMInner.h
null
null
null
null
null
null
C
2026-05-04T19:41:20.778691
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // EMInner.h // Inner header of EM.c #include "CedarType.h" #include "Mayaqua/MayaType.h" // Constants #define EM_REG_KEY "Software\\" GC_REG_COMPANY_NAME "\\EtherLogger\\Manager" // Inner structure typed...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/EtherLog.c
null
null
null
null
null
null
C
2026-05-04T19:41:20.811416
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // EtherLog.c // EtherLogger program #include "EtherLog.h" #include "Admin.h" #include "BridgeUnix.h" #include "BridgeWin32.h" #include "Listener.h" #include "Remote.h" #include "Sam.h" #include "Server.h" #...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/EtherLog.h
null
null
null
null
null
null
C
2026-05-04T19:41:20.942144
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // EtherLog.h // Header of EtherLog.c #ifndef ETHERLOG_H #define ETHERLOG_H #include "Hub.h" // Whether this is a beta version #define ELOG_IS_BETA true // Beta expiration date #define ELOG_BETA_EXPIR...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Hub.h
null
null
null
null
null
null
C
2026-05-04T19:41:21.065184
// SoftEther VPN Source Code // Cedar Communication Module // Hub.h // Header of Hub.c #ifndef HUB_H #define HUB_H #include "Account.h" #include "Logging.h" // Prefix in the access list for investigating whether the user name which is contained in a particular file #define ACCESS_LIST_INCLUDED_PREFI...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/IPC.c
null
null
null
null
null
null
C
2026-05-04T19:41:21.080691
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // IPC.c // In-process VPN client module #include "IPC.h" #include "Admin.h" #include "Cedar.h" #include "Client.h" #include "Connection.h" #include "Hub.h" #include "Protocol.h" #include "Radius.h" #include...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/IPC.h
null
null
null
null
null
null
C
2026-05-04T19:41:21.182269
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // IPC.h // Header of IPC.c #ifndef IPC_H #define IPC_H #include "Cedar.h" #include "Proto_WireGuard.h" #include "Mayaqua/TcpIp.h" // Constants #define IPC_ARP_LIFETIME (3 * 60 * 1000) #define IPC_ARP_...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Layer3.c
null
null
null
null
null
null
C
2026-05-04T19:41:21.247881
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // Layer3.c // Layer-3 switch module #include "Layer3.h" #include "Connection.h" #include "Hub.h" #include "Server.h" #include "Session.h" #include "Virtual.h" #include "Mayaqua/FileIO.h" #include "Mayaqua/...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Layer3.h
null
null
null
null
null
null
C
2026-05-04T19:41:21.256052
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // Layer3.h // Header of Layer3.c #ifndef LAYER3_H #define LAYER3_H #include "Cedar.h" // Constants #define L3_USERNAME "L3SW_" // L3 ARP table entry struct L3ARPENTRY { UINT IpAddress; // IP ...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Link.c
null
null
null
null
null
null
C
2026-05-04T19:41:21.280864
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // © 2020 Nokia // Link.c // Inter-HUB Link #include "Link.h" #include "Account.h" #include "Client.h" #include "Connection.h" #include "Hub.h" #include "Logging.h" #include "Server.h" #include "Session.h" ...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Link.h
null
null
null
null
null
null
C
2026-05-04T19:41:21.326934
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // Link.h // Header of Link.c #ifndef LINK_H #define LINK_H #include "CedarType.h" #include "Mayaqua/MayaType.h" struct LINK { bool Started; // Running flag volatile bool Halting; // Halting flag ...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Listener.c
null
null
null
null
null
null
C
2026-05-04T19:41:21.368102
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // Listener.c // Listener module #include "Listener.h" #include "Cedar.h" #include "Connection.h" #include "Logging.h" #include "Server.h" #include "Session.h" #include "Mayaqua/Mayaqua.h" #include "Mayaqua...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Listener.h
null
null
null
null
null
null
C
2026-05-04T19:41:21.421924
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // Listener.h // Header of Listener.c #ifndef LISTENER_H #define LISTENER_H #include "CedarType.h" #include "Mayaqua/MayaType.h" #include "Mayaqua/Kernel.h" #include "Mayaqua/Network.h" // Function to call...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Logging.c
null
null
null
null
null
null
C
2026-05-04T19:41:21.593682
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // Logging.c // Log storaging module #include "Logging.h" #include "Admin.h" #include "Client.h" #include "Nat.h" #include "Proto_EtherIP.h" #include "Proto_IKE.h" #include "Proto_PPP.h" #include "Remote.h" ...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/NM.c
null
null
null
null
null
null
C
2026-05-04T19:41:21.662679
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // NM.c // VPN User-mode Router Manager for Win32 #ifdef OS_WIN32 #include "NM.h" #include "NMInner.h" #include "CMInner.h" #include "Nat.h" #include "Remote.h" #include "Server.h" #include "Mayaqua/Inter...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Logging.h
null
null
null
null
null
null
C
2026-05-04T19:41:21.667008
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // Logging.h // Header of Logging.c #ifndef LOGGING_H #define LOGGING_H #include "Cedar.h" #include "Mayaqua/Network.h" // Port number for HTTP monitoring #define LOG_HTTP_PORT 80 #define MAX_LOG_...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/NM.h
null
null
null
null
null
null
C
2026-05-04T19:41:21.768508
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // NM.h // Header of NM.c #ifndef NM_H #define NM_H // External function void NMExec(); #endif // NM_H
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/NMInner.h
null
null
null
null
null
null
C
2026-05-04T19:41:21.847518
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // NMInner.h // The internal header of NM.c #include "SMInner.h" #include "Mayaqua/Encrypt.h" // Constants #define NM_REG_KEY "Software\\" GC_REG_COMPANY_NAME "\\PacketiX VPN\\User-mode Router Manager" #defi...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Nat.c
null
null
null
null
null
null
C
2026-05-04T19:41:21.869453
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // Nat.c // User-mode Router #include "Nat.h" #include "Admin.h" #include "Remote.h" #include "Sam.h" #include "Mayaqua/Cfg.h" #include "Mayaqua/Memory.h" #include "Mayaqua/Object.h" #include "Mayaqua/Pack....
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/Nat.h
null
null
null
null
null
null
C
2026-05-04T19:41:21.881075
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // Nat.h // Header of Nat.c #ifndef NAT_H #define NAT_H #include "Cedar.h" #include "Virtual.h" #include "Mayaqua/Kernel.h" // Constants #define NAT_CONFIG_FILE_NAME "$vpn_router.config" // NAT configura...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/NativeStack.c
null
null
null
null
null
null
C
2026-05-04T19:41:21.906613
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // NativeStack.c // Native IP stack #include "NativeStack.h" #include "BridgeUnix.h" #include "BridgeWin32.h" #include "IPC.h" #include "Virtual.h" #include "Mayaqua/FileIO.h" #include "Mayaqua/Memory.h" #i...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/NativeStack.h
null
null
null
null
null
null
C
2026-05-04T19:41:21.951578
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // NativeStack.h // Header of NativeStack.c #ifndef NATIVESTACK_H #define NATIVESTACK_H #include "CedarType.h" #include "Mayaqua/TcpIp.h" //// Constants #define NS_MAC_ADDRESS_BYTE_1 0xDA // First byte of...
SoftEtherVPN/SoftEtherVPN
https://github.com/SoftEtherVPN/SoftEtherVPN
null
null
null
null
13,205
null
null
apache-2.0
null
null
null
null
null
null
null
src/Cedar/NullLan.c
null
null
null
null
null
null
C
2026-05-04T19:41:22.296581
// SoftEther VPN Source Code - Developer Edition Master Branch // Cedar Communication Module // NullLan.c // Virtual LAN card device driver for testing #include "NullLan.h" #include "Connection.h" #include "Session.h" #include "Mayaqua/Kernel.h" #include "Mayaqua/Memory.h" #include "Mayaqua/Microsoft...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/ainput/common/ainput_common.h
null
null
null
null
null
null
C
2026-05-04T19:41:27.064551
/** * FreeRDP: A Remote Desktop Protocol Implementation * Audio Input Redirection Virtual Channel * * Copyright 2022 Armin Novak <anovak@thincast.com> * Copyright 2022 Thincast Technologies GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance ...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/audin/client/opensles/opensl_io.c
null
null
null
null
null
null
C
2026-05-04T19:41:27.084090
/* opensl_io.c: Android OpenSL input/output module Copyright (c) 2012, Victor Lazzarini All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyrigh...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/audin/client/audin_main.h
null
null
null
null
null
null
C
2026-05-04T19:41:27.099339
/** * FreeRDP: A Remote Desktop Protocol Implementation * Audio Input Redirection Virtual Channel * * Copyright 2010-2011 Vic Lee * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * *...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/audin/client/audin_main.c
null
null
null
null
null
null
C
2026-05-04T19:41:27.100250
/** * FreeRDP: A Remote Desktop Protocol Implementation * Audio Input Redirection Virtual Channel * * Copyright 2010-2011 Vic Lee * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * Copyright 2015 Armin Novak <armin.novak@thincast.com> * * L...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/ainput/client/ainput_main.h
null
null
null
null
null
null
C
2026-05-04T19:41:27.129336
/** * FreeRDP: A Remote Desktop Protocol Implementation * Advanced Input Virtual Channel Extension * * Copyright 2022 Armin Novak <anovak@thincast.com> * Copyright 2022 Thincast Technologies GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/audin/client/alsa/audin_alsa.c
null
null
null
null
null
null
C
2026-05-04T19:41:27.130558
/** * FreeRDP: A Remote Desktop Protocol Implementation * Audio Input Redirection Virtual Channel - ALSA implementation * * Copyright 2010-2011 Vic Lee * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * * Licensed under the Apache License, V...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/audin/client/opensles/opensl_io.h
null
null
null
null
null
null
C
2026-05-04T19:41:27.157612
/* opensl_io.c: Android OpenSL input/output module header Copyright (c) 2012, Victor Lazzarini All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above c...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/ainput/client/ainput_main.c
null
null
null
null
null
null
C
2026-05-04T19:41:27.159041
/** * FreeRDP: A Remote Desktop Protocol Implementation * Advanced Input Virtual Channel Extension * * Copyright 2022 Armin Novak <anovak@thincast.com> * Copyright 2022 Thincast Technologies GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/ainput/server/ainput_main.c
null
null
null
null
null
null
C
2026-05-04T19:41:27.164027
/** * FreeRDP: A Remote Desktop Protocol Implementation * Advanced Input Virtual Channel Extension * * Copyright 2022 Armin Novak <anovak@thincast.com> * Copyright 2022 Thincast Technologies GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/audin/client/opensles/audin_opensl_es.c
null
null
null
null
null
null
C
2026-05-04T19:41:27.165110
/** * FreeRDP: A Remote Desktop Protocol Implementation * Audio Input Redirection Virtual Channel - OpenSL ES implementation * * Copyright 2013 Armin Novak <armin.novak@gmail.com> * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * * Licensed...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/audin/client/oss/audin_oss.c
null
null
null
null
null
null
C
2026-05-04T19:41:27.692461
/** * FreeRDP: A Remote Desktop Protocol Implementation * Audio Input Redirection Virtual Channel - OSS implementation * * Copyright (c) 2015 Rozhuk Ivan <rozhuk.im@gmail.com> * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * * Licensed und...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/audin/client/winmm/audin_winmm.c
null
null
null
null
null
null
C
2026-05-04T19:41:27.703241
/** * FreeRDP: A Remote Desktop Protocol Implementation * Audio Input Redirection Virtual Channel - WinMM implementation * * Copyright 2013 Zhang Zhaolong <zhangzl2013@126.com> * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * * Licensed un...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/audin/client/pulse/audin_pulse.c
null
null
null
null
null
null
C
2026-05-04T19:41:27.724986
/** * FreeRDP: A Remote Desktop Protocol Implementation * Audio Input Redirection Virtual Channel - PulseAudio implementation * * Copyright 2010-2011 Vic Lee * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * * Licensed under the Apache Lice...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/client/addin.c
null
null
null
null
null
null
C
2026-05-04T19:41:27.726214
/** * FreeRDP: A Remote Desktop Protocol Implementation * Channel Addins * * Copyright 2012 Marc-Andre Moreau <marcandre.moreau@gmail.com> * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * * Licensed under the Apache License, Version 2.0 (t...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/client/tables.h
null
null
null
null
null
null
C
2026-05-04T19:41:28.091666
/** * FreeRDP: A Remote Desktop Protocol Implementation * Static Entry Point Tables * * Copyright 2012 Marc-Andre Moreau <marcandre.moreau@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/client/addin.h
null
null
null
null
null
null
C
2026-05-04T19:41:28.092226
/* * FreeRDP: A Remote Desktop Protocol Implementation * Channel Addins * * Copyright 2012 Marc-Andre Moreau <marcandre.moreau@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License ...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/client/generic_dynvc.c
null
null
null
null
null
null
C
2026-05-04T19:41:28.093350
/** * FreeRDP: A Remote Desktop Protocol Implementation * Dynamic channel * * Copyright 2022 David Fort <contact@hardening-consulting.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/cliprdr/client/cliprdr_format.c
null
null
null
null
null
null
C
2026-05-04T19:41:28.094232
/** * FreeRDP: A Remote Desktop Protocol Implementation * Clipboard Virtual Channel * * Copyright 2009-2011 Jay Sorg * Copyright 2010-2011 Vic Lee * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * * Licensed under the Apache License, Versi...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/audin/server/audin.c
null
null
null
null
null
null
C
2026-05-04T19:41:28.095987
/** * FreeRDP: A Remote Desktop Protocol Implementation * Server Audio Input Virtual Channel * * Copyright 2012 Vic Lee * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * Copyright 2022 Pascal Nowack <Pascal.Nowack@gmx.de> * * Licensed unde...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/audin/client/sndio/audin_sndio.c
null
null
null
null
null
null
C
2026-05-04T19:41:28.210501
/** * FreeRDP: A Remote Desktop Protocol Implementation * Audio Input Redirection Virtual Channel - sndio implementation * * Copyright (c) 2015 Rozhuk Ivan <rozhuk.im@gmail.com> * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * Copyright 202...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/cliprdr/client/cliprdr_main.c
null
null
null
null
null
null
C
2026-05-04T19:41:28.877477
/** * FreeRDP: A Remote Desktop Protocol Implementation * Clipboard Virtual Channel * * Copyright 2009-2011 Jay Sorg * Copyright 2010-2011 Vic Lee * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * * Licensed under the Apache License, Versi...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/cliprdr/client/cliprdr_format.h
null
null
null
null
null
null
C
2026-05-04T19:41:28.901585
/** * FreeRDP: A Remote Desktop Protocol Implementation * Clipboard Virtual Channel * * Copyright 2009-2011 Jay Sorg * Copyright 2010-2011 Vic Lee * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * * Licensed under the Apache License, Versi...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/cliprdr/client/cliprdr_main.h
null
null
null
null
null
null
C
2026-05-04T19:41:28.902890
/** * FreeRDP: A Remote Desktop Protocol Implementation * Clipboard Virtual Channel * * Copyright 2009-2011 Jay Sorg * Copyright 2010-2011 Vic Lee * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use th...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/cliprdr/client/test/TestFuzzChannelCliprdr.c
null
null
null
null
null
null
C
2026-05-04T19:41:28.903916
/** * FreeRDP: A Remote Desktop Protocol Implementation * libFuzzer harness for cliprdr PDU parsing */ #include <stddef.h> #include <stdint.h> #include <winpr/crt.h> #include <winpr/stream.h> #include <winpr/wlog.h> #include <freerdp/channels/cliprdr.h> #include "../../cliprdr_common.h" static wLog* g_Log = nul...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/cliprdr/cliprdr_common.h
null
null
null
null
null
null
C
2026-05-04T19:41:29.054204
/** * FreeRDP: A Remote Desktop Protocol Implementation * Cliprdr common * * Copyright 2013 Marc-Andre Moreau <marcandre.moreau@gmail.com> * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * Copyright 2019 Kobi Mizrachi <kmizrachi18@gmail.com>...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/disp/client/disp_main.h
null
null
null
null
null
null
C
2026-05-04T19:41:29.166608
/** * FreeRDP: A Remote Desktop Protocol Implementation * Display Update Virtual Channel Extension * * Copyright 2013 Marc-Andre Moreau <marcandre.moreau@gmail.com> * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * * Licensed under the Apac...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/disp/disp_common.h
null
null
null
null
null
null
C
2026-05-04T19:41:29.493144
/** * FreeRDP: A Remote Desktop Protocol Implementation * RDPEDISP Virtual Channel Extension * * Copyright 2019 Kobi Mizrachi <kmizrachi18@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/disp/server/disp_main.c
null
null
null
null
null
null
C
2026-05-04T19:41:29.498255
/** * FreeRDP: A Remote Desktop Protocol Implementation * RDPEDISP Virtual Channel Extension * * Copyright 2019 Kobi Mizrachi <kmizrachi18@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/disp/disp_common.c
null
null
null
null
null
null
C
2026-05-04T19:41:29.567079
/** * FreeRDP: A Remote Desktop Protocol Implementation * RDPEDISP Virtual Channel Extension * * Copyright 2019 Kobi Mizrachi <kmizrachi18@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/disp/server/disp_main.h
null
null
null
null
null
null
C
2026-05-04T19:41:29.581925
/** * FreeRDP: A Remote Desktop Protocol Implementation * RDPEDISP Virtual Channel Extension * * Copyright 2019 Kobi Mizrachi <kmizrachi18@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/drdynvc/client/drdynvc_main.c
null
null
null
null
null
null
C
2026-05-04T19:41:29.666344
/** * FreeRDP: A Remote Desktop Protocol Implementation * Dynamic Virtual Channel * * Copyright 2010-2011 Vic Lee * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/drdynvc/client/drdynvc_main.h
null
null
null
null
null
null
C
2026-05-04T19:41:29.779223
/** * FreeRDP: A Remote Desktop Protocol Implementation * Dynamic Virtual Channel * * Copyright 2010-2011 Vic Lee * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/drdynvc/client/test/TestFuzzDrdynvc.c
null
null
null
null
null
null
C
2026-05-04T19:41:30.098667
/** * FreeRDP: A Remote Desktop Protocol Implementation * libFuzzer harness for DVC wire framing */ #include <stddef.h> #include <stdint.h> #include <winpr/stream.h> #include <winpr/wtypes.h> static UINT32 fuzz_var_uint_bytes(UINT8 cbLen) { switch (cbLen) { case 0: return 1; case 1: return 2; defaul...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/drdynvc/server/drdynvc_main.c
null
null
null
null
null
null
C
2026-05-04T19:41:30.100272
/** * FreeRDP: A Remote Desktop Protocol Implementation * Dynamic Virtual Channel Extension * * Copyright 2013 Marc-Andre Moreau <marcandre.moreau@gmail.com> * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * * Licensed under the Apache Lice...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/cliprdr/server/cliprdr_main.c
null
null
null
null
null
null
C
2026-05-04T19:41:30.218455
/** * FreeRDP: A Remote Desktop Protocol Implementation * Clipboard Virtual Channel Extension * * Copyright 2013 Marc-Andre Moreau <marcandre.moreau@gmail.com> * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * * Licensed under the Apache Li...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/drdynvc/server/drdynvc_main.h
null
null
null
null
null
null
C
2026-05-04T19:41:30.233341
/** * FreeRDP: A Remote Desktop Protocol Implementation * Dynamic Virtual Channel Extension * * Copyright 2013 Marc-Andre Moreau <marcandre.moreau@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a ...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/drive/client/drive_file.c
null
null
null
null
null
null
C
2026-05-04T19:41:30.265227
/** * FreeRDP: A Remote Desktop Protocol Implementation * File System Virtual Channel * * Copyright 2010-2012 Marc-Andre Moreau <marcandre.moreau@gmail.com> * Copyright 2010-2011 Vic Lee * Copyright 2012 Gerald Richter * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <marti...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/drive/client/drive_file.h
null
null
null
null
null
null
C
2026-05-04T19:41:30.369653
/** * FreeRDP: A Remote Desktop Protocol Implementation * File System Virtual Channel * * Copyright 2010-2012 Marc-Andre Moreau <marcandre.moreau@gmail.com> * Copyright 2010-2011 Vic Lee * Copyright 2012 Gerald Richter * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <marti...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/drive/client/drive_main.c
null
null
null
null
null
null
C
2026-05-04T19:41:30.423097
/** * FreeRDP: A Remote Desktop Protocol Implementation * File System Virtual Channel * * Copyright 2010-2011 Vic Lee * Copyright 2010-2012 Marc-Andre Moreau <marcandre.moreau@gmail.com> * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * Cop...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/echo/client/echo_main.h
null
null
null
null
null
null
C
2026-05-04T19:41:30.765747
/** * FreeRDP: A Remote Desktop Protocol Implementation * Echo Virtual Channel Extension * * Copyright 2013 Christian Hofstaedtler * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * ...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/echo/client/echo_main.c
null
null
null
null
null
null
C
2026-05-04T19:41:30.800584
/** * FreeRDP: A Remote Desktop Protocol Implementation * Echo Virtual Channel Extension * * Copyright 2013 Christian Hofstaedtler * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * * Licensed under the Apache License, Version 2.0 (the "Lice...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/encomsp/client/encomsp_main.c
null
null
null
null
null
null
C
2026-05-04T19:41:30.847542
/** * FreeRDP: A Remote Desktop Protocol Implementation * Multiparty Virtual Channel * * Copyright 2014 Marc-Andre Moreau <marcandre.moreau@gmail.com> * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * * Licensed under the Apache License, Ve...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/echo/server/echo_main.c
null
null
null
null
null
null
C
2026-05-04T19:41:30.878436
/** * FreeRDP: A Remote Desktop Protocol Implementation * Echo Virtual Channel Extension * * Copyright 2014 Vic Lee * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you m...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/encomsp/client/encomsp_main.h
null
null
null
null
null
null
C
2026-05-04T19:41:30.953087
/** * FreeRDP: A Remote Desktop Protocol Implementation * Multiparty Virtual Channel * * Copyright 2014 Marc-Andre Moreau <marcandre.moreau@gmail.com> * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * * Licensed under the Apache License, Ve...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/encomsp/server/encomsp_main.h
null
null
null
null
null
null
C
2026-05-04T19:41:31.007607
/** * FreeRDP: A Remote Desktop Protocol Implementation * Multiparty Virtual Channel * * Copyright 2014 Marc-Andre Moreau <marcandre.moreau@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/encomsp/server/encomsp_main.c
null
null
null
null
null
null
C
2026-05-04T19:41:31.041310
/** * FreeRDP: A Remote Desktop Protocol Implementation * Multiparty Virtual Channel * * Copyright 2014 Marc-Andre Moreau <marcandre.moreau@gmail.com> * Copyright 2015 Thincast Technologies GmbH * Copyright 2015 DI (FH) Martin Haimberger <martin.haimberger@thincast.com> * * Licensed under the Apache License, Ve...
FreeRDP/FreeRDP
https://github.com/FreeRDP/FreeRDP
null
null
null
null
13,127
null
null
apache-2.0
null
null
null
null
null
null
null
channels/geometry/client/geometry_main.c
null
null
null
null
null
null
C
2026-05-04T19:41:31.438944
/** * FreeRDP: A Remote Desktop Protocol Implementation * Geometry tracking Virtual Channel Extension * * Copyright 2017 David Fort <contact@hardening-consulting.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...