chiark / gitweb /
Debian 1.0.2.
[preload-hacks] / debian / control
1 Source: preload-hacks
2 Section: utils
3 Priority: extra
4 Maintainer: Mark Wooding <mdw@distorted.org.uk>
5 Standards-Version: 3.1.1
6
7 Package: uopen
8 Architecture: any
9 Suggests: fw
10 Depends: ${shlibs:Depends}
11 Description: 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
16 Package: noip
17 Architecture: any
18 Depends: ${shlibs:Depends}
19 Description: 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.