chiark / gitweb /
noip.c: Shut up some GCC warnings.
[preload-hacks] / debian / control
CommitLineData
2906706d 1Source: preload-hacks
2Section: utils
3Priority: extra
c07bb41c 4Maintainer: Mark Wooding <mdw@distorted.org.uk>
bfa74564 5Standards-Version: 3.8.0
2906706d 6
7Package: uopen
8Architecture: any
9Suggests: fw
10Depends: ${shlibs:Depends}
11Description: Automatic connection to Unix-domain sockets
12 uopen is a preload hack which detects attempts to open(2) Unix-domain
13 sockets and connects to the socket instead. This can be used, for
14 example, to implement a random-signature daemon.
15
16Package: noip
17Architecture: any
18Depends: ${shlibs:Depends}
19Description: Run programs with limited network access
20 noip is a preload hack which traps socket calls and forces (most)
21 attempts to use TCP/IP to use Unix-domain sockets in a private directory
22 instead. This can be used to help secure systems which use IP sockets
23 unnecessarily. It can also be used to limit access to forwarded SSH
24 ports. Full configuration is available via a file or environment
25 variables.