Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-05 | wireless: T6496: use mac-address validator on BSSID and move it up one CLI level | Christian Breunig | |
2024-07-05 | wireless: T6496: use ascii regex for WPA passphrase constraint | Christian Breunig | |
2024-07-05 | wireless: T6496: support for EAP-MSCHAPv2 client over wifi | Christopher | |
fix: attempt to fix indentation on `wpa_supplicant.conf.j2` fix: attempt to fix indentation on `wpa_supplicant.conf.j2` fix: incorrect bssid mapping fix: use the correct jinja templating (I think) fix: “remote blank space fix: attempt to fix the formatting in j2 fix: attempt to fix the formatting in j2 feat: rename enterprise username and password + add checks in conf mode. fix: move around `bssid` config option on `wpa_supplicant.conf.j2` and fix the security config part fix: fix indentation on `wpa_supplicant.conf.j2` | |||
2024-07-05 | Merge pull request #3788 from jestabro/check-component-version | Christian Breunig | |
migration: T6007: add missing check for None in utility function | |||
2024-07-04 | migration: T6007: add missing check for None in utility function | John Estabrook | |
An empty component version string will trigger a full migration, however, the case of component_version is None was missed in a utility function. Fix comment formatting. | |||
2024-07-04 | Merge pull request #3782 from c-po/T4287-wifi-2 | Christian Breunig | |
wireless: T4287: use Debian postinst over preinst when using update-alternatives | |||
2024-07-04 | wireless: T4287: use Debian postinst over preinst when using update-alternatives | Christian Breunig | |
This fixes an error during ISO assembly: update-alternatives: error: no alternatives for regulatory.db dpkg: error processing archive /tmp/apt-dpkg-install-PJplR3/00-vyos-1x_1.5dev0-1880-gecaa44498_amd64.deb (--unpack): new vyos-1x package pre-installation script subprocess returned error exit status 2 | |||
2024-07-04 | Merge pull request #3777 from c-po/T4287-wifi | Christian Breunig | |
wireless: T4287: use upstream regulatory database due to kernel signing | |||
2024-07-04 | Merge pull request #3753 from jvoss/haproxy_logging | Christian Breunig | |
T6539: add logging options to load-balancer reverse-proxy | |||
2024-07-04 | Merge pull request #3778 from Giggum/vyos_t6371 | Christian Breunig | |
op-mode: T6371: fix output of NAT rules with single port range | |||
2024-07-04 | Merge pull request #3776 from zdc/T6544-current | Christian Breunig | |
vyos_net_name: T6544: Updated the `vyos_net_name` script | |||
2024-07-03 | op-mode: T6371: fix output of NAT rules with single port range | Giggum | |
2024-07-03 | T6539: add logging options to load-balancer reverse-proxy | Jonathan Voss | |
2024-07-03 | wireless: T4287: use upstream regulatory database due to kernel signing | Christian Breunig | |
Most likely b/c of our non signed Kernel binary we do not trust the Debian signed wireless regulatory database. Fallback to the upstream database instead. | |||
2024-07-03 | Merge pull request #3767 from dmbaturin/T6537-reboot-prompt-hostname | Christian Breunig | |
op-mode: T6537: include hostname in the reboot/shutdown warning message | |||
2024-07-03 | vyos_net_name: T6544: Updated the `vyos_net_name` script | zsdc | |
Improvements in the `vyos_net_name`: - Used a new locking system, to be sure that multiple running scripts will not try to perform operations at the same time. - Replace logging from a file to syslog. This is common with all the rest logs, and additionally gives a better view of actions done during a boot. - Small bug fix in `get_configfile_interfaces()`: exit with an error in case a config file cannot be parsed. This resolves potentially an unbound `config` object. - Minor formatting fixes to follow our requirements. | |||
2024-07-03 | locking: T6544: Added locking util | zsdc | |
Sometimes we need a reliable way to lock an execution until some other operation is not done. This commit introduces locking util, which can be used as a common lock, even between different processes. Usage example: ``` from vyos.utils.locking import Lock lock = Lock('my_lock_id') lock.acquire(timeout=10) print(f'Lock acquired: {lock.is_locked}') lock.release() ``` | |||
2024-07-03 | Merge pull request #3769 from vyos/T6546-add-permission-unused-check | Christian Breunig | |
T6546: unused import check permission update | |||
2024-07-04 | T6546: unused import check permission update and fix | Vijayakumar A | |
2024-07-04 | T6546: unused import check permission update | Vijayakumar A | |
2024-07-03 | op-mode: T6537: include hostname in the reboot/shutdown warning message | Daniil Baturin | |
2024-07-03 | Merge pull request #3760 from jestabro/sysvinit-logrotate | Christian Breunig | |
syslog: T5366: remove reference to deprecated sysvinit rsyslog script | |||
2024-07-03 | Merge pull request #3749 from nicolas-fort/T6536-wildcard | Christian Breunig | |
T6536: nat: add migration script that replaces wildcard charater | |||
2024-07-03 | syslog: T5366: remove reference to deprecated sysvinit rsyslog script | John Estabrook | |
2024-07-03 | T6536: change wildcard character from + to * - extend fix to interfaces ↵ | Nicolas Fort | |
defined in zone policy. | |||
2024-07-03 | T6536: nat: add migration script that replaces wildcard charater supported ↵ | Nicolas Fort | |
in 1.3 <+> with character supported in latest version <*> | |||
2024-07-03 | Merge pull request #3746 from ↵ | Daniil Baturin | |
dmbaturin/T6498-machine-readable-tech-support-report op-mode: T6498: add machine-readable tech support report script | |||
2024-07-03 | op-mode: T6498: add machine-readable tech support report script | Daniil Baturin | |
2024-07-03 | Merge pull request #3752 from sever-sever/T6538 | Christian Breunig | |
T6538: Add the ability to set GENEVE interfaces to VRF | |||
2024-07-02 | GitHub: T6494: add consolidated ISO test result comment on PR (#3750) | Christian Breunig | |
2024-07-02 | Merge pull request #3721 from HollyGurza/T5878 | Daniil Baturin | |
ssh: T5878: Allow changing the PubkeyAcceptedAlgorithms option | |||
2024-07-02 | Merge pull request #3745 from c-po/no-legacy | Daniil Baturin | |
T6527: add legacy Vyatta interpreter files still in use | |||
2024-07-02 | T6538: Add the ability to set GENEVE interfaces to VRF | Viacheslav Hletenko | |
2024-07-02 | Merge pull request #3748 from sever-sever/T6523 | Christian Breunig | |
T6523: Telegraf use nft scripts only if the firewall configured | |||
2024-07-02 | T6523: Telegraf use nft scripts only if the firewall configured | Viacheslav Hletenko | |
If a firewall is not configured there is no reason to get and execute telegraf firewall custom scripts as there are no nft chain in the firewall nftables configuration | |||
2024-06-30 | T6527: add legacy Vyatta interpreter files still in use | Christian Breunig | |
2024-06-30 | Merge pull request #3743 from BonusPlay/current | Christian Breunig | |
T6534: fix incorrect imports in vyos-config-encrypt.py | |||
2024-06-29 | T6534: fix incorrect imports in vyos-config-encrypt.py | Bonus | |
2024-06-29 | Merge pull request #3733 from c-po/T6524-release-dhcp | Christian Breunig | |
op-mode: T6524: rewrite "release dhcp(v6) interface" to new op-mode format | |||
2024-06-28 | T6452: Add QoS Op Commands (#3591) | l0crian1 | |
* T6452: Add QoS Op Commands Added the following commands: show qos shaping show qos shaping detail show qos shaping interface <int name> show qos shaping interface <int name> detail show qos shaping interface <int name> class <class name> show qos shaping interface <int name> class <class name> detail show qos cake interface <int name> | |||
2024-06-28 | Merge pull request #3737 from dmbaturin/T6530-iproute2-helper | Daniil Baturin | |
utils: T6530: add a helper for easily calling iproute2 commands | |||
2024-06-28 | Merge pull request #3720 from sever-sever/T6477 | Christian Breunig | |
T6477: Add telegraf loki output plugin | |||
2024-06-28 | Merge pull request #3730 from natali-rs1985/T5710-current | Christian Breunig | |
pppoe-server: T5710: Add option permit any-login | |||
2024-06-28 | utils: T6530: add a helper for easily calling iproute2 commands | Daniil Baturin | |
2024-06-28 | T6477: Add telegraf loki output plugin | Viacheslav Hletenko | |
Add Loki plugin to telegraf set service monitoring telegraf loki url xxx | |||
2024-06-28 | pppoe-server: T5710: Add option permit any-login | Nataliia Solomko | |
2024-06-28 | Merge pull request #3524 from alainlamar/T6320 | Christian Breunig | |
wireless: T6320: Add 802.11ax at 6GHz to VyOS | |||
2024-06-28 | Fixes error generated when op cmd interrupted, updates show system calls to ↵ | Ginko | |
new cli syntax (#3731) | |||
2024-06-28 | T6488: firewall: extend op-mode command to show global state-policy counters ↵ | Nicolás Fort | |
(#3681) * T6488: firewall: extend op-mode command to show global state-policy counters. | |||
2024-06-28 | ssh: T5878: Allow changing the PubkeyAcceptedAlgorithms option | khramshinr | |