Compare commits

...

2 Commits

Author SHA1 Message Date
leetthewire
07c7fc66d3 created linux build 2021-07-05 20:47:46 +00:00
leetthewire
f852ff6dff Fixed defined errors and refactor add_route for linux 2021-06-27 01:53:08 +00:00
293 changed files with 310 additions and 7 deletions

0
AmneziaVPN.pro Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
client/3rd/QRCodeGenerator/QRCodeGenerator.cpp Normal file → Executable file
View File

0
client/3rd/QRCodeGenerator/QRCodeGenerator.h Normal file → Executable file
View File

0
client/3rd/QRCodeGenerator/QRCodeGenerator.pri Normal file → Executable file
View File

0
client/3rd/QtSsh/.gitignore vendored Normal file → Executable file
View File

0
client/3rd/QtSsh/.qmake.conf Normal file → Executable file
View File

0
client/3rd/QtSsh/QtSsh.pro Normal file → Executable file
View File

0
client/3rd/QtSsh/README.md Normal file → Executable file
View File

0
client/3rd/QtSsh/examples/examples.pro Normal file → Executable file
View File

0
client/3rd/QtSsh/examples/gitlab/Qml.qrc Normal file → Executable file
View File

0
client/3rd/QtSsh/examples/gitlab/Qml/Main.qml Normal file → Executable file
View File

0
client/3rd/QtSsh/examples/gitlab/Src/Main.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/examples/gitlab/Src/Ssh.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/examples/gitlab/Src/Ssh.hpp Normal file → Executable file
View File

0
client/3rd/QtSsh/examples/gitlab/gitlab.pro Normal file → Executable file
View File

0
client/3rd/QtSsh/src/botan/botan.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/botan/botan.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/botan/botan.pri Normal file → Executable file
View File

0
client/3rd/QtSsh/src/botan/configure.py Normal file → Executable file
View File

0
client/3rd/QtSsh/src/botan/doc/license.txt Normal file → Executable file
View File

0
client/3rd/QtSsh/src/botan/readme.txt Normal file → Executable file
View File

0
client/3rd/QtSsh/src/src.pro Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sftpchannel.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sftpchannel.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sftpchannel_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sftpdefs.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sftpdefs.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sftpfilesystemmodel.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sftpfilesystemmodel.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sftpincomingpacket.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sftpincomingpacket_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sftpoperation.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sftpoperation_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sftpoutgoingpacket.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sftpoutgoingpacket_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sftppacket.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sftppacket_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/ssh.pri Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/ssh.pro Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/ssh_dependencies.pri Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/ssh_global.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshbotanconversions_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshcapabilities.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshcapabilities_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshchannel.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshchannel_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshchannelmanager.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshchannelmanager_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshconnection.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshconnection.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshconnection_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshconnectionmanager.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshconnectionmanager.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshcryptofacility.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshcryptofacility_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshdirecttcpiptunnel.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshdirecttcpiptunnel.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshdirecttcpiptunnel_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/ssherrors.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshexception_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshforwardedtcpiptunnel.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshforwardedtcpiptunnel.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshforwardedtcpiptunnel_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshhostkeydatabase.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshhostkeydatabase.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshincomingpacket.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshincomingpacket_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshinit.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshinit_p.h Normal file → Executable file
View File

2
client/3rd/QtSsh/src/ssh/sshkeycreationdialog.cpp Normal file → Executable file
View File

@@ -43,7 +43,7 @@ SshKeyCreationDialog::SshKeyCreationDialog(QWidget *parent)
{
m_ui->setupUi(this);
// Not using Utils::PathChooser::browseButtonLabel to avoid dependency
#ifdef Q_OS_MAC
#ifdef Q_OS_MAC || defined(Q_OS_LINUX)
m_ui->privateKeyFileButton->setText(tr("Choose..."));
#else
m_ui->privateKeyFileButton->setText(tr("Browse..."));

0
client/3rd/QtSsh/src/ssh/sshkeycreationdialog.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshkeycreationdialog.ui Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshkeyexchange.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshkeyexchange_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshkeygenerator.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshkeygenerator.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshkeypasswordretriever.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshkeypasswordretriever_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshlogging.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshlogging_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshoutgoingpacket.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshoutgoingpacket_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshpacket.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshpacket_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshpacketparser.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshpacketparser_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshpseudoterminal.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshremoteprocess.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshremoteprocess.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshremoteprocess_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshremoteprocessrunner.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshremoteprocessrunner.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshsendfacility.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshsendfacility_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshtcpipforwardserver.cpp Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshtcpipforwardserver.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshtcpipforwardserver_p.h Normal file → Executable file
View File

0
client/3rd/QtSsh/src/ssh/sshtcpiptunnel.cpp Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More