gsocket 1.4.43-4 source package in Ubuntu

Changelog

gsocket (1.4.43-4) unstable; urgency=medium

  * Update symbols file for loong64. (Closes: #1074293)
    + Thanks to zhangdandan for the patch!

 -- Daniel Echeverri <email address hidden>  Thu, 27 Jun 2024 21:48:58 -0500

Upload details

Uploaded by:
Daniel Echeverry
Uploaded to:
Sid
Original maintainer:
Daniel Echeverry
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
gsocket_1.4.43-4.dsc 1.9 KiB e90b8cf51746154425041a3535ba93fb9d84abdd2ca8d0cf46e5e47e875c6dd1
gsocket_1.4.43.orig.tar.gz 216.9 KiB b606418fefd490d9a7d8496cac5bd29ad99e45264c2cba7b598c7e96bd5d0903
gsocket_1.4.43-4.debian.tar.xz 4.3 KiB c206b08bf3dd348e80a19377de90a9aaa319f1a361c6bb5c33409e29c22f2cfb

Available diffs

No changes file available.

Binary packages built by this source

gsocket: Allows two machines on different networks to communicate with each other

 Abandon the thought of IP Addresses and Port Numbers. Instead start thinking
 that two programs should be able to communicate with each other as long as
 they know the same secret (rather than each other's IP Address and Port
 Number). The Global Socket library facilitates this: It locally derives
 temporary session keys and IDs and connects two programs through the Global
 Socket Relay Network (GSRN) regardless and independent of the local IP
 Address or geographical location.
 .
 Once connected the library then negotiates a secure TLS connection(End-2-End).
 The secret never leaves your workstation. The GSRN sees only the encrypted
 traffic.
 .
 The GSRN is a free cloud service and is free to use by anyone.
 .
 The Global Socket Toolkit comes with a set of tools:
 .
 gsocket - Makes an existing program (behind firewall or NAT) accessible from
 anywhere in the world. It does so by analyzing the program and replacing the
 IP-Layer with its own Gsocket-Layer. A client connection to a hostname ending
 in '*.gsocket' then gets automatically redirected (via the GSRN) to this
 program.
 .
 gs-netcat - Netcat on steroids. Turn gs-netcat into an AES-256 encrypted
 reverse backdoor via TOR (optional) with a true PTY/interactive command shell
 (gs-netcat -s MySecret -i), integrated file-transfer, spawn a Socks4/4a/5
 proxy or forward TCP connections or give somebody temporary shell access.
 .
 gs-sftp - sftp server & client between two firewalled workstations.
 gs-mount - Access and mount a remote file system.
 blitz - Copy data from workstation to workstation.

gsocket-dbgsym: debug symbols for gsocket