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