gsocket 1.4.41-1build2 source package in Ubuntu

Changelog

gsocket (1.4.41-1build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 16:52:10 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
gsocket_1.4.41.orig.tar.gz 215.8 KiB 14f6c6d3143a2fd3a451512147ab47b23856e783be9cc9e75fac115049ecc6b4
gsocket_1.4.41-1build2.debian.tar.xz 4.2 KiB 5d73434ef8058fec8345330692ea2e251660ee85490391c2f80638f341ca6b09
gsocket_1.4.41-1build2.dsc 2.0 KiB 5a9d31d644a0def2999288eb71b06c501edd55347f4e043c7d84ba841868dc03

Available diffs

View changes file

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