aboutsummaryrefslogtreecommitdiff
path: root/net/ocserv
Commit message (Collapse)AuthorAge
* ocserv: updated to 0.12.2Nikos Mavrogiannopoulos2019-01-10
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: updated to 0.12.1Nikos Mavrogiannopoulos2018-05-12
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: updated to 0.12.0Nikos Mavrogiannopoulos2018-04-22
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: updated to 0.11.11Nikos Mavrogiannopoulos2018-03-03
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: updated to 0.11.10Nikos Mavrogiannopoulos2018-01-07
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: updated to 0.11.9Nikos Mavrogiannopoulos2017-10-21
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: updated to 0.11.8Nikos Mavrogiannopoulos2017-05-08
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: split UDP and TCP port configsQian2017-04-27
| | | | | | | | | | | | Added a new config entry udp_port to split UDP port from TCP. This is useful when particular port is blocked by the ISP. udp_port falls back to port if not set to be compatible with current config file. Also fixed an ifname typo from the last commit. Signed-off-by: Qian Sheng <billsq@billsq.me>
* Increase PKG_RELEASE version.Qian2017-04-26
|
* Correctly get runtime LAN ifname and addressesQian2017-04-25
| | | | | | | 1. Correctly get LAN runtime ifname and addresses using network functions 2. Do not store ip settings in config files as they may change next time.
* ocserv: updated to 0.11.7Nikos Mavrogiannopoulos2017-02-12
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: Add libev prefix to stop configure stage failureAngelo G. Del Regno2016-12-09
| | | | | | | | This version of ocserv needs us to explicitly specify the prefix for libev. Add a --with-libev-prefix parameter to make the configure stage to get the right library. Signed-off-by: Angelo G. Del Regno <kholk11@gmail.com>
* ocserv: explicitly disable lz4 buildingNikos Mavrogiannopoulos2016-11-27
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: updated to 0.11.6Nikos Mavrogiannopoulos2016-11-16
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: avoid implicit dependenciesJo-Philipp Wich2016-10-07
| | | | | | | | | | | | Explicitely disable liblz4 and external libtalloc support in order to avoid implicit dependencies leading to the following error on build environments that happen to provide liblz4 and libtalloc: Package ocserv is missing dependencies for the following libraries: liblz4.so.1 libtalloc.so.2 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* ocserv: updated to 0.11.5Nikos Mavrogiannopoulos2016-09-27
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: updated to 0.11.4Nikos Mavrogiannopoulos2016-08-06
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: updated licenseNikos Mavrogiannopoulos2016-06-16
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: updated to 0.11.3Nikos Mavrogiannopoulos2016-06-16
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: updated to 0.11.2Nikos Mavrogiannopoulos2016-04-25
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: updated to 0.11.1Nikos Mavrogiannopoulos2016-03-21
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: updated to 0.10.12Nikos Mavrogiannopoulos2016-02-19
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: updated to 0.10.11Nikos Mavrogiannopoulos2016-01-10
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: prevent a crash if the per-user dir does not existNikos Mavrogiannopoulos2016-01-05
| | | | Relates #2167
* ocserv: doc updateNikos Mavrogiannopoulos2015-12-07
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: corrected path for ocserv-fwNikos Mavrogiannopoulos2015-11-28
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: correct md5sum, install ocserv-fw, and eliminate ip dependencyNikos Mavrogiannopoulos2015-11-28
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: updated to 0.10.10Nikos Mavrogiannopoulos2015-11-28
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: always advertise the local domain to peerNikos Mavrogiannopoulos2015-11-25
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: Added option to pass split-dns configuration to clientsNikos Mavrogiannopoulos2015-11-25
| | | | | | Relates to #1975 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: when default-domain is set, enable split-dnsNikos Mavrogiannopoulos2015-11-24
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: allow enabling proxy ARPNikos Mavrogiannopoulos2015-11-01
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: if ocserv.conf.local is present append it to ocserv.confNikos Mavrogiannopoulos2015-11-01
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: simplify IPv6 network settingNikos Mavrogiannopoulos2015-10-31
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: removed unecessary instructions and scriptNikos Mavrogiannopoulos2015-10-31
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: updated to 0.10.9Nikos Mavrogiannopoulos2015-10-07
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: updated to 0.10.8Nikos Mavrogiannopoulos2015-09-04
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* openconnect: corrected port descriptions in READMENikos Mavrogiannopoulos2015-07-08
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: more explicit documentationNikos Mavrogiannopoulos2015-07-08
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: updated to 0.10.6Nikos Mavrogiannopoulos2015-07-02
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: depend on radcliNikos Mavrogiannopoulos2015-06-20
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: don't use isolate workers as seccomp is not enabledNikos Mavrogiannopoulos2015-06-17
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: use procd for init fileNikos Mavrogiannopoulos2015-06-17
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: disabled MIPS16Nikos Mavrogiannopoulos2015-06-17
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: use freeradius-client library if radius support is requestedNikos Mavrogiannopoulos2015-05-28
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: corrected checksumNikos Mavrogiannopoulos2015-05-24
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: updated to 0.10.5Nikos Mavrogiannopoulos2015-05-24
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: silence warnings and set group default valueNikos Mavrogiannopoulos2015-05-22
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: updated to 0.10.4Nikos Mavrogiannopoulos2015-04-30
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: explicitly pass --without-gssapi to work-around SDK issueSteven Barth2015-04-27
| | | | Signed-off-by: Steven Barth <steven@midlink.org>