12345678910111213141516171819202122 |
- Source: pptpd
- Section: net
- Priority: optional
- Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
- Standards-Version: 3.9.1
- Build-Depends: libwrap0-dev, debhelper (>= 4.1.16), ppp-dev (>=2.4.5-3), automake, hardening-wrapper
- Package: pptpd
- Architecture: any
- Depends: ${shlibs:Depends}, ppp (>=2.4.5-3), netbase, debconf | debconf-2.0, bcrelay
- Description: PoPToP Point to Point Tunneling Server
- This implements a Virtual Private Networking Server (VPN) that is compatible
- with Microsoft VPN clients. It allows windows users to connect to an
- internal firewalled network using their dialup.
- Package: bcrelay
- Architecture: any
- Replaces: pptpd (<<1.2.3-1)
- Depends: ${shlibs:Depends}
- Description: Broadcast relay daemon
- The bcrelay daemon relays broadcasts between two interfaces. It is shipped
- with the pptpd package, but can be used for other purposes.
|