Source: preload-hacks Section: utils Priority: extra Maintainer: Mark Wooding Build-Depends: debhelper (>= 9) Standards-Version: 3.8.0 Package: uopen Architecture: any Suggests: fwd Depends: ${shlibs:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: Automatic connection to Unix-domain sockets uopen is a preload hack which detects attempts to open(2) Unix-domain sockets and connects to the socket instead. This can be used, for example, to implement a random-signature daemon. Package: noip Architecture: linux-any Depends: ${shlibs:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: Run programs with limited network access noip is a preload hack which traps socket calls and forces (most) attempts to use TCP/IP to use Unix-domain sockets in a private directory instead. This can be used to help secure systems which use IP sockets unnecessarily. It can also be used to limit access to forwarded SSH ports. Full configuration is available via a file or environment variables.