aboutsummaryrefslogtreecommitdiff
path: root/net/ocserv/files
Commit message (Collapse)AuthorAge
* ocserv: updated configNikos Mavrogiannopoulos2024-02-19
| | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* ocserv: use better separator for sedNikos Mavrogiannopoulos2024-02-19
| | | | | | | | | This prevents clashes with network addresses that contain '/'. Resolves: #18589 Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* ocserv: updated to 1.1.1Nikos Mavrogiannopoulos2020-09-21
|
* 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>
* 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.6Nikos Mavrogiannopoulos2016-11-16
| | | | 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: 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: silence warnings and set group default valueNikos Mavrogiannopoulos2015-05-22
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: updated to 0.10.2Nikos Mavrogiannopoulos2015-04-08
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: added option to use seccompNikos Mavrogiannopoulos2015-02-14
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: enable min-reauth-time in default configurationNikos Mavrogiannopoulos2015-01-24
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: update to 0.9.0Nikos Mavrogiannopoulos2015-01-20
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: use ocserv.upgrade to save configured filesNikos Mavrogiannopoulos2015-01-19
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Revert "ocserv: store permanent config files in /etc/config"Nikos Mavrogiannopoulos2015-01-19
| | | | This reverts commit 1c40fc1022377e565b037df92391b2b5ade110c8.
* ocserv: added info on setting up firewallNikos Mavrogiannopoulos2015-01-18
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: added default_domain config optionNikos Mavrogiannopoulos2015-01-18
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: Enable config-per-user by default as well as the route-add-cmdNikos Mavrogiannopoulos2015-01-18
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: don't print needless warningsNikos Mavrogiannopoulos2015-01-18
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: store permanent config files in /etc/configNikos Mavrogiannopoulos2015-01-12
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: corrected the extraction of dyndns nameNikos Mavrogiannopoulos2015-01-10
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: enable the X-CSTP-DynDNS headerNikos Mavrogiannopoulos2014-12-05
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* generic userid: use the new USERID apiJohn Crispin2014-10-08
| | | | | | | | recent changes in trunk allow us to specify the userid inside the openwrt makefile. the info is stored int he meta data of the IPK contorl file and users are generated by the new generic postinst trigger. Signed-off-by: John Crispin <blogic@openwrt.org>
* ocserv: avoid setting up the firewall from ocserv.initNikos Mavrogiannopoulos2014-08-01
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: do not set default-domainNikos Mavrogiannopoulos2014-07-09
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: cleaned up startup scriptNikos Mavrogiannopoulos2014-07-06
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: install missing ocserv-scriptNikos Mavrogiannopoulos2014-06-28
|
* ocserv: regenerate the password file on reloadNikos Mavrogiannopoulos2014-06-08
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: require hashed passwords in the config file, and a sed fix.Nikos Mavrogiannopoulos2014-06-08
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* ocserv: log key/cert generation to syslog.Nikos Mavrogiannopoulos2014-06-06
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Added ocservNikos Mavrogiannopoulos2014-06-03