Version: 1.1.1, Package name: ocserv-1.1.1 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description 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 privilege 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. |
Filesize: 799.793 KB |
Version History (View Complete History) |
|
2021-03-05 03:43:05 by Stuart Henderson | Files touched by this commit (5) |
Log message: bump REVISION for libtalloc split, add dep on py-libtalloc to samba ok jca@ |
2021-02-13 06:38:51 by Stuart Henderson | Files touched by this commit (3) |
Log message: two patches should have been removed; pointed out by Marc West |
2021-02-11 14:30:50 by Stuart Henderson | Files touched by this commit (3) |
Log message: MFC ocserv; update and tun fix |
2021-02-11 14:28:19 by Stuart Henderson | Files touched by this commit (2) |
Log message: ocserv: add upstream commit adapting to our devname(3) which only returns sane names for the default-created tun nodes (tun0..3) and not additional ones. From Jake Stennett. |
2020-12-06 10:58:25 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Drop maintainership |
2020-11-16 20:19:38 by Jeremy Evans | Files touched by this commit (28) |
Log message: Bump related ports after default Ruby version switch OK gkoehler@ |
2020-10-04 08:36:12 by Bjorn Ketelaars | Files touched by this commit (7) |
Log message: Update to ocserv-1.1.1 Changes: https://ocserv.gitlab.io/www/changelog.html Remove patches, which have been merged upstream. |
2020-07-18 14:27:53 by Bjorn Ketelaars | Files touched by this commit (8) |
Log message: Update to ocserv-1.1.0 Changes: https://gitlab.com/openconnect/ocserv/-/blob/56794e4b0c0357000ff5b537922b383ae1e43355/NEWS Cherrypicked fix to address compatibility issue with OpenBSD. OK sthen@ |
2020-04-16 22:51:00 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Update to ocserv-1.0.1 Changes: https://gitlab.com/openconnect/ocserv/blob/master/NEWS |
2020-03-20 23:28:26 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Update to ocserv-1.0.0 Changes: https://gitlab.com/openconnect/ocserv/-/blob/master/NEWS |
2020-01-02 05:21:47 by Bjorn Ketelaars | Files touched by this commit (1) |
Log message: Fix net/ocserv build error ajacoutot@ noted that net/ocserv doesn't build for him, which is caused by configure picking up libmaxminddb. |
2019-12-29 00:28:22 by Bjorn Ketelaars | Files touched by this commit (4) |
Log message: Update to ocserv-0.12.6 Changelog: https://ocserv.gitlab.io/www/changelog.html |
2019-10-17 23:07:05 by Bjorn Ketelaars | Files touched by this commit (4) |
Log message: Update to ocserv-0.12.5. Bug fix release, changelog can be found at https://gitlab.com/openconnect/ocserv/blob/master/NEWS |
2019-07-06 12:14:34 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Update to ocserv-0.12.4. Bug fix release. While here switch PERMIT_PACKAGE_CDROM to PERMIT_PACKAGE. Feedback from sthen@, thanks! OK sthen@ |
2019-03-13 22:20:18 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Update to ocserv-0.12.3. Bugfix release. Changelog can be found at https://gitlab.com/openconnect/ocserv/blob/master/NEWS |
2019-01-12 07:12:34 by Bjorn Ketelaars | Files touched by this commit (3) |
Log message: Update to ocserv-0.12.2. This is a minor feature update release. Changelog can be found at https://gitlab.com/openconnect/ocserv/blob/master/NEWS |
2018-05-14 13:50:44 by Bjorn Ketelaars | Files touched by this commit (4) |
Log message: Update to ocserv-0.12.1. This update fixes a crash on initialization when server is running on background. OK sthen@ |
2018-04-25 12:31:29 by Bjorn Ketelaars | Files touched by this commit (5) |
Log message: Update to ocserv-0.12.0. Upstream replaced the configuration parser with inih parser eliminating the dependency on gettext. OK sthen@ |
2018-04-23 03:01:10 by Bjorn Ketelaars | Files touched by this commit (3) |
Log message: Update to ocserv-0.11.12. OK sthen@ |
2018-03-30 13:51:00 by Christian Weisgerber | Files touched by this commit (1) |
Log message: typo in variable name |
2018-03-30 10:13:15 by Bjorn Ketelaars | Files touched by this commit (1) |
Log message: Fix net/ocserv build error. naddy@ found that net/ocserv failed to build during his latest amd64 package bulk build. Specifically, configure appears to pick up GeoIP if installed, but there is no dependency on net/GeoIP. OK naddy@, sthen@ |
2018-03-03 15:11:38 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Update to ocserv-0.11.11. OK sthen@ |
2018-01-29 17:53:52 by Stuart Henderson | Files touched by this commit (1) |
Log message: Bjorn Ketelaars takes maintainer of net/ocserv, plus some tidy-up (regen WANTLIB, follow Makefile.template order, etc). |
2018-01-12 15:28:51 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to ocserv-0.11.10, from Björn Ketelaars |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2017-06-03 08:28:40 by Ingo Schwarze | Files touched by this commit (2) |
Log message: identical formatting, drop USE_GROFF and bump |
2017-05-03 01:39:55 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to ocserv-0.11.8 |
2017-02-14 16:02:19 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to ocserv-0.11.7, from Björn Ketelaars |
2016-11-19 08:35:09 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to ocserv-0.11.6 plus patch for autogen problem in the release from Björn Ketelaars (I added a comment to recheck autogen because it changed again since that patch) |
2016-09-23 03:00:11 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to ocserv-0.11.5 |
2016-08-13 15:08:07 by Stuart Henderson | Files touched by this commit (2) |
Log message: fix patch breakage, spotted by naddy (forgotten rm/add). |
2016-08-12 07:39:30 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to ocserv-0.11.4 |
2016-06-19 13:51:01 by Stuart Henderson | Files touched by this commit (1) |
Log message: missed cvs rm, spotted by kili@ |
2016-06-16 03:21:59 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to ocserv-0.11.3 |
2016-06-01 15:27:20 by Stuart Henderson | Files touched by this commit (2) |
Log message: Add a patch from Andrew Karpow (committed to ocserv upstream) setting IFF_MULTICAST, fixing ipv6 tunnel support on OpenBSD. |
2016-04-26 06:11:08 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to ocserv-0.11.2 |
2016-03-19 14:24:32 by Stuart Henderson | Files touched by this commit (4) |
Log message: merge in a simplified version of Bjorn Ketelaars tests diffs |
2016-03-19 14:03:46 by Stuart Henderson | Files touched by this commit (9) |
Log message: update to ocserv-0.11.1, mostly similar to part of a diff from Bjorn Ketelaars |
2016-02-25 03:22:01 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to ocserv-0.10.12 |
2016-01-09 09:01:42 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to ocserv-0.10.11, similar diff from Björn Ketelaars |
2015-11-30 04:58:57 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to ocserv-0.10.10 |
2015-11-23 08:10:57 by Stuart Henderson | Files touched by this commit (2) |
Log message: enable radius support in ocserv |
2015-10-09 08:47:40 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to ocserv-0.10.9 |
2015-09-04 15:05:55 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to ocserv-0.10.8 |
2015-08-14 05:20:07 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to ocserv-0.10.7, Björn Ketelaars had the same diff |
2015-07-03 04:16:31 by Stuart Henderson | Files touched by this commit (2) |
Log message: Update ocserv's DESCR, mostly borrowed from the website - better information about the isolated security process and per-user unprivileged worker processes. |
2015-07-02 14:50:21 by Stuart Henderson | Files touched by this commit (8) |
Log message: update to ocserv 0.10.6, from Bjorn Ketelaars |
2015-05-25 15:06:26 by Stuart Henderson | Files touched by this commit (2) |
Log message: additional fix to ocserv (forgot to re-run 'make update-patches' after fixing). |
2015-05-25 14:57:11 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to ocserv-0.10.5, mostly from Björn Ketelaars with additional patches (pcl.c, occtl-time.c) from me. |
2015-03-29 14:02:41 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to ocserv 0.10.2 |