Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-17 | Merge pull request #341 from thomas-mangin/T2223 | Christian Poessinger | |
op_mode: T2223: convert vyatta-show-interfaces.pl to show_interfaces.py | |||
2020-04-16 | l2tp: T2256: Add op control script | DmitriyEshenko | |
2020-04-16 | T2305: include release train in "show version" output | Christian Poessinger | |
2020-04-16 | Merge pull request #342 from jjakob/openvpn-ipv6 | Christian Poessinger | |
openvpn: T149: IPv6 support | |||
2020-04-16 | Merge pull request #347 from DmitriyEshenko/fix-ipoe | Christian Poessinger | |
ipoe: T2294: Fix templates and migrate to systemd | |||
2020-04-16 | ipoe: T2294: Migrate to systemd | DmitriyEshenko | |
2020-04-16 | openvpn: T149: IPv6 support | Jernej Jakob | |
- allow configuring IPv6 server addresses and push options - add IPv6 server client IP pool - add IPv6 push dhcp-option DNS6 - allow configuring IPv6 server client addresses - allow configuring IPv6 site-to-site addresses - validate all IPv6 options and addresses - use protos that explicitely open an IPv6 listening socket (tcp6-server, tcp6-client, udp6) as the default on Linux listens on IPv4 only (https://community.openvpn.net/openvpn/ticket/360) - add validator for any IPv6 address, host or network (used by pool) | |||
2020-04-15 | Merge pull request #349 from jjakob/openvpn-pool | Christian Poessinger | |
openvpn: T2335: allow disabling client-ip-pool | |||
2020-04-15 | login: T2295: move from calling an os binary to Python crypt() function | Christian Poessinger | |
2020-04-15 | dns-forwarding: T2298: remove wrongly added number | Christian Poessinger | |
Commit 16b2fc8 ("dns-forwarding: T2298: fix path to control file") added a wrong prefix to the line before executing 'systemctl restart snmpd.service'. | |||
2020-04-15 | dns-forwarding: T2298: fix path to control file | Christian Poessinger | |
After migrating PowerDNS to systemd and also its configuration files to a volatile directory in commit 77d725f ("dns-forwarding: T2185: move configuration files to volatile /run directory") the path for the control file has not been altered and pushed to the client rec_control binary" | |||
2020-04-15 | openvpn: T2335: allow disabling client-ip-pool | Jernej Jakob | |
2020-04-15 | Merge pull request #346 from thomas-mangin/T31-vrf-exists | Christian Poessinger | |
tunnel: T31: check that the assigned VRF exists | |||
2020-04-15 | openvpn: T2293: fix UnboundLocalError if server subnet is unset | Jernej Jakob | |
2nd part of this fix, first commit 9b6a369 didn't fix it. | |||
2020-04-15 | tunnel: T31: check that the assigned VRF exists | Thomas Mangin | |
2020-04-14 | openvpn: T2293: fix UnboundLocalError if server subnet is unset | Jernej Jakob | |
Commit bb36bde introduced a bug when server subnet is unset, this fixes it. | |||
2020-04-14 | Merge pull request #344 from DmitriyEshenko/ipoe-op | Christian Poessinger | |
ipoe: T2256: Rewrite op-mode commands | |||
2020-04-14 | ipoe: T2256: Rewrite op-mode commands | DmitriyEshenko | |
2020-04-14 | op_mode: T2223: two cosmetic change and bug fix | Thomas Mangin | |
2020-04-14 | op_mode: T2223 python version of show_interfaces | Thomas Mangin | |
2020-04-14 | ifconfig: T2223: group all operational commands | Thomas Mangin | |
All operational command are moved within an Operational class and an inherited on for wireguard. | |||
2020-04-14 | vrrp: T2223: move VRRP within ifconfig | Thomas Mangin | |
Tidied up the code and moved it under VRRP in view to use with show-interface (which has VRRP filtering) No change in functionality | |||
2020-04-13 | op-mode: ddclient: T2185: adjust cache file path | Christian Poessinger | |
2020-04-13 | service https: T1585: call to sudo can be omitted | Christian Poessinger | |
2020-04-13 | service https: T1585: bugfix typo in systemd name | Christian Poessinger | |
2020-04-13 | syslog: T2185: explicitly specify systemd service | Christian Poessinger | |
2020-04-13 | tftp-server: T2185: explicitly specify systemd service | Christian Poessinger | |
2020-04-13 | op-mode: ssh: T2185: explicitly specify systemd service | Christian Poessinger | |
2020-04-13 | op-mode: ddclient: T2185: explicitly specify systemd service | Christian Poessinger | |
2020-04-13 | broadcast-relay: T2185: explicitly specify systemd service | Christian Poessinger | |
2020-04-13 | mdns-repeater: T2185: explicitly specify systemd service | Christian Poessinger | |
2020-04-13 | op-mode: T2185: adjust flow-accounting systemd service name | Christian Poessinger | |
2020-04-13 | op-mode: T2185: adjust restart dhcpv4/v6 systemd service name | Christian Poessinger | |
2020-04-13 | op-mode: T2185: adjust dhcpv4/v6 systemd service name | Christian Poessinger | |
2020-04-13 | flow-accounting: T2185: explicitly specify systemd service | Christian Poessinger | |
2020-04-13 | op-mode: dns-forwarding: T2185: migrate from SysVinit to systemd | Christian Poessinger | |
2020-04-13 | dns-forwarding: T2185: move configuration files to volatile /run directory | Christian Poessinger | |
2020-04-13 | dns-forwarding: T2185: migrate from SysVinit to systemd | Christian Poessinger | |
2020-04-13 | ddclient: T2185: migrate from SysVinit to systemd | Christian Poessinger | |
2020-04-13 | Merge pull request #325 from jjakob/openvpn-pool | Christian Poessinger | |
openvpn: T2235: add custom server pool handling | |||
2020-04-13 | openvpn: T2235: add custom server pool handling | jjakob | |
- add config options and logic for server client-ip-pool - add function for determining default IPs for the server in different configurations - verify for pool IPs and maximum subnet prefix length - move remote netmask logic for client ifconfig-push to use new function - add topology 'net30' , set it as default (as it already was) - replace generic ip_* with IPv4* where necessary - print warning to console when server client IP is in server pool - fix server subnet help field | |||
2020-04-13 | openvpn: T2235: use IPv4Network where input is already validated | jjakob | |
2020-04-13 | Merge pull request #339 from jjakob/openvpn-dir-fix | Christian Poessinger | |
openvpn: T2283: move ccd to /run/openvpn | |||
2020-04-13 | dhcp-relay: T2185: migrate from SysVinit to systemd | Christian Poessinger | |
2020-04-13 | openvpn: T2283: move ccd to /run/openvpn | jjakob | |
Commit a457c9d2 moved the config directory to /run/openvpn but didn't move the client-config-dir in the template. | |||
2020-04-13 | dhcpv6-relay: T2185: fix wrong call to os library | Christian Poessinger | |
Commit 5892d51 ("dhcpv6-relay: T2185: migrate from SysVinit to systemd") accidently called the non existent function os.file.exists instead of os.path.exists. | |||
2020-04-13 | dhcpv6-relay: T2185: migrate from SysVinit to systemd | Christian Poessinger | |
2020-04-13 | wireless: T2185: add wrongly removed argument to get_conf_file() | Christian Poessinger | |
Commit c0629296bb ("wireless: T2185: migrate from SysVinit to systemd") remove a required argument to get_conf_file() | |||
2020-04-13 | Merge pull request #338 from thomas-mangin/T2028-boot | Christian Poessinger | |
tunnel: T2028: fix issue when booting without gre remote | |||
2020-04-12 | tunnel: T2028: fix issue when booting without gre remote | Thomas Mangin | |