diff options
author | pi <pi@FreeBSD.org> | 2015-08-17 05:48:15 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-08-17 05:48:15 +0800 |
commit | b17f087adfc5ae5d9d384ffbe90db86b0668a4b7 (patch) | |
tree | 7c2ff356719acc9b8ce140632a2ed1734d82be53 /UIDs | |
parent | 5eeaeb75d738b33691dd9fd2807ef822277fdf3e (diff) | |
download | freebsd-ports-gnome-b17f087adfc5ae5d9d384ffbe90db86b0668a4b7.tar.gz freebsd-ports-gnome-b17f087adfc5ae5d9d384ffbe90db86b0668a4b7.tar.zst freebsd-ports-gnome-b17f087adfc5ae5d9d384ffbe90db86b0668a4b7.zip |
New port: net/ocserv: server implementing the AnyConnect SSL VPN protocol
OpenConnect server (ocserv) is an SSL VPN server. Its purpose is
to be a secure, small, fast and configurable VPN server. It implements
the OpenConnect SSL VPN protocol, and has also (currently experimental)
compatibility with clients using the AnyConnect SSL VPN protocol.
The OpenConnect protocol provides a dual TCP/UDP VPN channel, and
uses the standard IETF security protocols to secure it. Both IPv4
and IPv6 are supported.
Ocserv's main features are security through provilege separation
and sandboxing, accounting, and resilience due to a combined use
of TCP and UDP. Authentication occurs in an isolated security
module process, and each user is assigned an unprivileged worker
process, and a networking (tun) device. That not only eases the
control of the resources of each user or group of users, but also
prevents data leak (e.g., heartbleed-style attacks), and privilege
escalation due to any bug on the VPN handling (worker) process. A
management interface allows for viewing and querying logged-in
users.
WWW: http://www.infradead.org/ocserv/
PR: 202253
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es>
Reviewed by: pi
Diffstat (limited to 'UIDs')
-rw-r--r-- | UIDs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -242,6 +242,7 @@ munin:*:842:842::0:0:Munin:/var/munin:/usr/sbin/nologin subsonic:*:844:844::0:0:Subsonic standalone-server:/nonexistent:/usr/sbin/nologin fossy:*:901:901::0:0:FOSSology user:/usr/local/share/fossology:/usr/local/bin/bash scanlogd:*:902:902::0:0:scanlogd user:/nonexistent:/usr/sbin/nologin +_ocserv:*:903:903::0:0:ocserv user:/nonexistent:/usr/sbin/nologin influxd:*:907:907::0:0:InfluxDB Daemon:/var/empty:/usr/sbin/nologin riemann:*:908:908::0:0:Riemann User:/var/empty:/usr/sbin/nologin proxy65:*:909:909::0:0:Proxy65 Daemon:/nonexistent:/usr/sbin/nologin |