chiark / gitweb /
client/tripectl.c: New option `-W' to set `WATCH' list.
[tripe] / debian / control
CommitLineData
ef4a1ab7 1Source: tripe
2Section: net
3Priority: extra
37941236 4Maintainer: Mark Wooding <mdw@distorted.org.uk>
2fa80010 5XS-Python-Version: >= 2.4
633bebe2 6Build-Depends: catacomb-dev (>= 2.1.4), mlib-dev (>= 2.2.2),
e01eeb5e 7 tshark, wireshark-dev (>= 0.10.10), debhelper (>= 9),
10ca2d43 8 python-central
ef4a1ab7 9Standards-Version: 3.1.1
10
11Package: tripe
12Architecture: any
10ca2d43 13Depends: ${shlibs:Depends}, makedev (>= 2.3.1-63) | udev, adduser
ef4a1ab7 14Recommends: catacomb-bin
15Suggests: pkstream
16Description: Trivial IP Encryption: a simple virtual private network
17 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
18 and authenticity of packets it sends and receives.
19 .
e04c2d50 20 This package contains the main daemon, support programs, and documentation.
42da2a58 21 It ideally wants a 2.4 series kernel with the TUN/TAP driver enabled, but
22 it will work with any kernel which speaks SLIP.
ef4a1ab7 23
24Package: pkstream
25Architecture: any
26Depends: ${shlibs:Depends}
22c2152e 27Suggests: fwd | ssh | stunnel
ef4a1ab7 28Description: Forward UDP packets over a stream
29 Pkstream is a simple program which transmits and receives UDP datagrams
30 over a reliable stream. By default, it will send and receive the
31 packets on standard input and output; it also natively understands TCP
28461f0e 32 sockets. Anything else can probably be fudged up with a port forwarder.
ef4a1ab7 33
c64d8cd5
MW
34Package: pathmtu
35Architecture: any
36Depends: ${shlibs:Depends}
37Description: Discover the path MTU to a given host
38 Pathmtu is a simple utility which prints the path MTU to a given host, i.e.,
39 the size of the largest IP packet which can be sent to the host without
40 needing to be fragmented.
41
49f86fe4
MW
42Package: tripe-uslip
43Architecture: any
44Depends: ${shlibs:Depends}
45Recommends: tripe
46Description: Trivial IP Encryption: a simple virtual private network
47 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
48 and authenticity of packets it sends and receives.
49 .
50 The tripe-uslip tool provides a fake SLIP tunnel which can be driven from
51 scripts and is useful for testing. `If in doubt, say N here.'
52
28461f0e 53Package: tripe-wireshark
ef4a1ab7 54Architecture: any
10ca2d43 55Depends: wireshark-common (= ${tripe:Wireshark-Version}), ${shlibs:Depends}
28461f0e
MW
56Description: Trivial IP Encryption: a simple virtual private network
57 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
58 and authenticity of packets it sends and receives.
59 .
60 This package contains the protocol analysis plug-in for Wireshark (the new
61 name for Ethereal).
62
63Package: tripe-ethereal
64Architecture: all
65Depends: tripe-wireshark
ef4a1ab7 66Description: Trivial IP Encryption: a simple virtual private network
67 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
68 and authenticity of packets it sends and receives.
69 .
28461f0e
MW
70 This is a dummy package to ease the transition to tripe-wireshark (since
71 Wireshark is apparently the new name for Ethereal). You should probably
72 remove this package.
060ca767 73
74Package: tripemon
75Architecture: all
2fa80010 76Depends: python (>= 2.4), python-gtk2 (>= 2.6), tripe
060ca767 77Description: Trivial IP Encryption: a simple virtual private network
78 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
79 and authenticity of packets it sends and receives.
80 .
81 This package contains a graphical monitor program for managing and
82 keeping an eye on a TrIPE server.
83
2fa80010
MW
84Package: python-tripe
85Architecture: all
86Depends: ${python:Depends}, python-mlib, tripe
87Recommends: python-codespeak-lib
88XB-Python-Version: ${python:Versions}
89Description: Trivial IP Encryption: a simple virtual private network
90 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
91 and authenticity of packets it sends and receives.
92 .
93 This package contains Python modules for communicating with the tripe
94 server.
95 .
96 The package python-codespeak-lib provides an efficient implementation of
97 coroutines (`greenlets') used by these modules. An inefficient
98 implementation, based on threads, is included, so small sites can probably
99 manage without.
100
a62f8e8a
MW
101Package: tripe-peer-services
102Architecture: all
90b20d79
MW
103Depends: python (>= 2.4), python-mlib, tripe, python-cdb, python-tripe,
104 pathmtu, iproute
a62f8e8a
MW
105Description: Trivial IP Encryption: a simple virtual private network
106 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
107 and authenticity of packets it sends and receives.
108 .
109 This package contains services for managing connections with peers:
110 .
111 connect Register named peer correctly
112 watch Configure interface and wake up remote end when peer arrives
113
060ca767 114Package: tripe-keys
115Architecture: all
2fa80010 116Depends: python (>= 2.4), tripe, catacomb-bin, python-catacomb
060ca767 117Description: Trivial IP Encryption: a simple virtual private network
118 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
119 and authenticity of packets it sends and receives.
120 .
121 This package contains a tool for centrally managing TrIPE keys.