Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-05 | Merge pull request #355 from sever-sever/T5258 | Christian Breunig | |
T5258: git Actions use ubuntu-22.04 for PR conflicts checker | |||
2023-06-05 | T5258: git Actions use ubuntu-22.04 for PR conflicts checker | Viacheslav Hletenko | |
git Actions use ubuntu-22.04 instead of deprecated ubuntu-18.04 for PR conflicts checker | |||
2023-06-03 | Merge pull request #354 from sever-sever/T5241-cont | Christian Breunig | |
T5241: Add jmespath to Docker for validation is_intf_addr_assigned | |||
2023-06-03 | Docker: T5241: add jmespath dependency to vyos-1x | Viacheslav Hletenko | |
The validation 'is_intf_addr_assigned' will be rewritten to support 'netns' and will use jmespath that required for build .deb pkg to validate 'vyos-1x/src/tests/test_validate.py'. | |||
2023-05-30 | Kernel: T4928: update Linux Kernel to v6.1.31 | Christian Breunig | |
2023-05-28 | hostap: T5151: no need to install Qt dependencies when resulting package has ↵ | Christian Breunig | |
no GUI | |||
2023-05-28 | dropbear: T5244: port PAM auth pathc to 2022.83 | Christian Breunig | |
2023-05-28 | dropbear: T5244: update package to 2022.83 | Christian Breunig | |
2023-05-26 | Kernel: T4928: update Linux Kernel to v6.1.30 | Christian Breunig | |
2023-05-26 | packages: change glob pattern to be recursive | Christian Breunig | |
2023-05-21 | T5234: move BASH skeleton files to vyos-1x repo | Christian Breunig | |
2023-05-21 | T5003: disable sendmail service | Christian Breunig | |
2023-05-17 | Kernel: T4928: update Linux Kernel to v6.1.29 | Christian Breunig | |
2023-05-17 | T5208: disable nvmf-autoconnect.service | Christian Breunig | |
2023-05-16 | Docker: T5194: update commit refs for vyos1x-config and libvyosconfig | John Estabrook | |
2023-05-16 | Docker: T5194: add OCaml package xml-light as build dependency | John Estabrook | |
2023-05-11 | Kernel: T4928: update Linux Kernel to v6.1.28 | Christian Breunig | |
2023-05-11 | Merge pull request #348 from sever-sever/T5217 | Christian Breunig | |
T5217: Kernel add CONFIG_NFT_SYNPROXY | |||
2023-05-10 | T5217: Kernel add CONFIG_NFT_SYNPROXY | Viacheslav Hletenko | |
2023-05-06 | Merge pull request #347 from sever-sever/T5203 | Christian Breunig | |
T5203: Disable by default vyos-wan-load-balance.service | |||
2023-05-05 | T5203: Disable by default vyos-wan-load-balance.service | Viacheslav Hletenko | |
2023-05-04 | T4928: add zstd to initrd | Christian Breunig | |
2023-05-02 | Kernel: T5003: use bash over sh (which defaults to dash) | Christian Breunig | |
2023-05-02 | Kernel: T4928: enable CONFIG_RD_ZSTD and CONFIG_DECOMPRESS_ZSTD | Christian Breunig | |
2023-05-02 | Kernel: T4928: update Linux Kernel to v6.1.27 | Christian Breunig | |
2023-05-01 | jool: T160: Added scripts to build jool package | zsdc | |
Added dependencies and build scripts for https://github.com/NICMx/Jool/ | |||
2023-04-29 | Kernel: T4928: enable CONFIG_USB_NET_RNDIS_HOST=m | Christian Breunig | |
2023-04-27 | Merge pull request #342 from rgwan/current | Christian Breunig | |
frr: T5123: Backport detailed ospf route table patch to frr 8.5 | |||
2023-04-27 | frr: T5123: Backport detailed ospf route table patch from frr 9.0 to frr 8.5 | Zhiyuan Wan | |
2023-04-26 | Kernel: T4928: update Linux Kernel to v6.1.26 | Christian Breunig | |
2023-04-26 | Docker: T5185: update commit refs for vyos1x-config | John Estabrook | |
2023-04-22 | Merge pull request #328 from rgwan/current | Christian Breunig | |
frr: T5123: Add patch to support show detailed ospf route table | |||
2023-04-21 | Merge pull request #337 from indrajitr/remove-minisign | Christian Breunig | |
minisign: T5166: Remove custom build and pickup from upstream Debian | |||
2023-04-21 | minisign: T5166: Remove custom build and pickup from upstream Debian | Indrajit Raychaudhuri | |
A newer version of minisign is already available in Debian Bookworm. We can skip building a custom package. This is a follow-up to T5003. | |||
2023-04-21 | Kernel: T4928: update Linux Kernel to v6.1.25 | Christian Breunig | |
2023-04-13 | Kernel: T4928: update Linux Kernel to v6.1.24 | Christian Breunig | |
2023-04-11 | Revert "systemd: services: remove autostart of sendmail and rsyslogd" | Christian Breunig | |
This reverts commit 0b91d71b9cd7e9641287433ea0d0fed3982edb23. Somehow FRR does not like it to be started with no logging daemon present and Smoketests fail. | |||
2023-04-10 | frr: T5123: Add patch to support show detailed ospf route table | Zhiyuan Wan | |
2023-04-09 | Merge pull request #334 from chenxiaolong/eapol_tls_1.0_regression | Christian Breunig | |
T5151: hostap: Reintroduce Debian's allow-legacy-renegotiation.patch | |||
2023-04-09 | T5151: hostap: Reintroduce Debian's allow-legacy-renegotiation.patch | Andrew Gunnerson | |
The Debian 12 upgrade in T5003 caused a regression for connecting to legacy networks that only support TLSv1.0/1.1 for EAP-TLS. This commit fixes one part of the issue by adding Debian's patch for allowing legacy renegotiation (SSL_OP_LEGACY_SERVER_CONNECT flag). The flag used to be allowed by default, but that changed with the openssl 3.0 upgrade in Debian 12. (This commit also updates `build.sh` to just overwrite `debian/patches/series` and not delete patch files since dpkg-buildpackage/quilt never applies unlisted patches.) Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com> | |||
2023-04-08 | systemd: services: remove autostart of sendmail and rsyslogd | Christian Breunig | |
2023-04-06 | Kernel: T4928: update Linux Kernel to v6.1.23 | Christian Breunig | |
2023-04-04 | Merge pull request #333 from sever-sever/T5142 | Christian Breunig | |
T5142: systemd-journald-audit must not show logs from auditd | |||
2023-04-04 | Merge pull request #332 from zdc/T5138-sagitta | Christian Breunig | |
accel-ppp: T5138: Use L2TP Calling-Number in RADIUS attributes | |||
2023-04-04 | T5142: systemd-journald-audit must not show logs from auditd | Viacheslav Hletenko | |
auditd logs must no be displayed for journalctl mask it | |||
2023-04-04 | accel-ppp: T5138: Use L2TP Calling-Number in RADIUS attributes | zsdc | |
Use L2TP Calling-Number in Calling-Station-ID RADIUS attribute | |||
2023-04-01 | Merge pull request #331 from sever-sever/T5125-2.0.50-4 | Christian Breunig | |
T5125: bump hsflowd version to v2.0.50-4 | |||
2023-04-01 | T5125: bump hsflowd version to v2.0.50-4 | Viacheslav Hletenko | |
2023-03-31 | T5129: add AWS build flavour | Christian Breunig | |
2023-03-31 | Merge pull request #329 from sever-sever/T5125 | Christian Breunig | |
T5125: Add DBUS option to build hsflowd for getting sflow stat |