| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [qemu] Completely disable looking-glass | Simon Rettberg | 2024-11-08 | 1 | -0/+6 | |
| | | | | | Fragile, too many moving parts. | |||||
| * | [remote-access] Add another hint regarding remote access to lightdm | Simon Rettberg | 2024-10-31 | 4 | -0/+15 | |
| | | ||||||
| * | [run-virt] dnsmasq: fix interface listen, log to file | Simon Rettberg | 2024-10-31 | 1 | -3/+8 | |
| | | | | | | | | For some reason, even without bind-interfaces, when using iptables -j REDIRECT, dnsmasq doesn't see any redirected queries, probably becuase it recognizes the actual source of the packet as not belonging to the interface it's being told to listen on. | |||||
| * | [qemu] Only enable looking-glass for windows 10/11 guest | Simon Rettberg | 2024-10-29 | 3 | -13/+21 | |
| | | | | | Closes #3967 | |||||
| * | [qemu] Clean up SPICE transformation | Simon Rettberg | 2024-10-29 | 1 | -17/+9![]() | |
| | | ||||||
| * | [hardware-stats] Check that kernel has vfio.ko built-in | Simon Rettberg | 2024-10-28 | 4 | -0/+7 | |
| | | | | | This is a requirement for GPU passthrough with QEMU. | |||||
| * | [run-virt] Fix blockall with no DNS rules | Simon Rettberg | 2024-10-25 | 1 | -2/+10 | |
| | | ||||||
| * | [qemu] javatool: Add --validate option to check an xml | Simon Rettberg | 2024-10-23 | 2 | -0/+18 | |
| | | ||||||
| * | [run-virt] Fix DNS blocking | Simon Rettberg | 2024-10-23 | 4 | -14/+23 | |
| | | ||||||
| * | [run-virt] Remove stray else | Simon Rettberg | 2024-10-22 | 1 | -1/+0![]() | |
| | | ||||||
| * | [vbox-src] Update to 7.1.4 | Simon Rettberg | 2024-10-18 | 3 | -1/+7 | |
| | | ||||||
| * | [run-virt] firewall: Entries for hostnames wihout port are blocked via DNS | Simon Rettberg | 2024-09-27 | 7 | -9/+1198 | |
| | | | | | | | | If we block a host by name instead of IP address, and don't have a specific port only, block the host by filtering DNS lookups. Also, ship a list of public DoH servers so we can block them on the network level. | |||||
| * | [run-virt] Modernize set-firewall, more error checks, add PROXY | Simon Rettberg | 2024-09-27 | 1 | -76/+100 | |
| | | | | | | | | - SLX_PROXY_IP/PORT was missing from automatic whitelisting - Allow 'lo' interface instead of 127.0.0.0/8 - Bail out if creating/resetting iptables chains and rules fails - Use bashisms in places where it makes code more readable or robust | |||||
| * | [vbox-src] Fix setting up bridged interfaces | Simon Rettberg | 2024-09-12 | 1 | -1/+1 | |
| | | ||||||
| * | [pam-bwidm] Only honor SLX_BWIDM_AUTH for ECP logins | Simon Rettberg | 2024-09-06 | 1 | -30/+44 | |
| | | | | | Closes #3962 | |||||
| * | [run-virt] Also bail out if var is missing for dnbd3 cow | Simon Rettberg | 2024-09-06 | 1 | -0/+1 | |
| | | ||||||
| * | [run-virt] If CoW is enable,d always use DNBD3 | Simon Rettberg | 2024-09-06 | 1 | -2/+2 | |
| | | | | | Even if configured to use NFS/CIFS for VM access. | |||||
| * | [dhcpc-busybox] bridging: Add another sleep for good measure | Simon Rettberg | 2024-09-06 | 1 | -0/+3 | |
| | | ||||||
| * | [dhcpc-busybox] Wait for udev to rename eth* devices | Simon Rettberg | 2024-09-03 | 1 | -0/+17 | |
| | | ||||||
| * | [iptables-helper] Reduce SPAM | Simon Rettberg | 2024-07-26 | 1 | -1/+1 | |
| | | ||||||
| * | [dnbd3-proxy-mode] Use (( )) for numeric checks | Simon Rettberg | 2024-07-26 | 1 | -8/+9 | |
| | | ||||||
| * | [dnbd3-proxy-mode] Wait for additional interfaces to get configured | Simon Rettberg | 2024-07-26 | 1 | -2/+9 | |
| | | ||||||
| * | [qemu] Fix concurrent modification error | Simon Rettberg | 2024-07-16 | 1 | -1/+2 | |
| | | ||||||
| * | [pvs2] Update debug report URL | Simon Rettberg | 2024-07-09 | 1 | -1/+1 | |
| | | ||||||
| * | [dnbd3-proxy-mode] Write all interface addresses to config | Simon Rettberg | 2024-07-08 | 1 | -21/+24 | |
| | | | | | | | Now that we make sure traffic is bound to the interface with the matching ip address, it might be a good idea to automatically use all available interfaces. | |||||
| * | [vbox-src] Fix: Bogus warning when there's no additional NIC to bridge | Simon Rettberg | 2024-07-03 | 1 | -1/+2 | |
| | | ||||||
| * | [evdi] Fix build with latest version | Simon Rettberg | 2024-06-28 | 1 | -4/+4 | |
| | | ||||||
| * | [qemu-src] Bump default version to 9.1.0 | Simon Rettberg | 2024-06-27 | 1 | -1/+1 | |
| | | ||||||
| * | [swtpm] Make versions configurable | Simon Rettberg | 2024-06-27 | 1 | -2/+2 | |
| | | ||||||
| * | [qemu] Improve finding a fallback os machine type if no perfect match | Simon Rettberg | 2024-06-27 | 2 | -46/+58 | |
| | | ||||||
| * | [qemu] Check for alternate way to make an EFI VM | Simon Rettberg | 2024-06-27 | 1 | -1/+2 | |
| | | | | | Fixes #3960 | |||||
| * | [pam-bwidm] Validate organization suffix for browser/qrcode login | Simon Rettberg | 2024-06-26 | 1 | -0/+9 | |
| | | | | | This allows using a whitelist of specific IdPs to allow login from. | |||||
| * | [hardware-stats] Include iproute2's ip for --json | Simon Rettberg | 2024-06-14 | 3 | -14/+5![]() | |
| | | ||||||
| * | [dhcpc-busybox] Wait much longer between retries | Simon Rettberg | 2024-06-13 | 1 | -1/+2 | |
| | | ||||||
| * | [dhcpc-busybox] Fix calculating prefix size of secondary NICs | Simon Rettberg | 2024-06-11 | 1 | -5/+11 | |
| | | ||||||
| * | [dhcpc-busybox] 1 is not a valid routing table index | Simon Rettberg | 2024-06-11 | 1 | -1/+1 | |
| | | ||||||
| * | [busybox] Remove obsolete patches | Simon Rettberg | 2024-06-11 | 3 | -86/+0![]() | |
| | | ||||||
| * | [busybox] Bump to 1.36.1 | Simon Rettberg | 2024-06-10 | 2 | -2/+2 | |
| | | ||||||
| * | [dhcpc-busybox] Use separate routing table for additional nics in same subnet | Simon Rettberg | 2024-06-10 | 1 | -7/+46 | |
| | | ||||||
| * | [vm*] Don't request netshares plugin; it was a noop and was removed | Simon Rettberg | 2024-05-24 | 3 | -3/+3 | |
| | | | | | | Now that the plugin was removed, we see an error on screen regarding the missing plugin when it is requested, so stop requesting it. :) | |||||
| * | [vmware17] Minor shellcheck cleanups | Simon Rettberg | 2024-05-24 | 1 | -5/+11 | |
| | | ||||||
| * | [vmware17] Try next-lower prepatched kmod version from github | Simon Rettberg | 2024-05-24 | 1 | -5/+9 | |
| | | ||||||
| * | [lightdm-greeter-bwlp/xorg] Fix https git URLs | Simon Rettberg | 2024-05-24 | 2 | -2/+2 | |
| | | ||||||
| * | Big round of cleanup | Simon Rettberg | 2024-05-23 | 40 | -185/+58![]() | |
| | | | | | | | | | | - Remove a lot of TODOs, either by fixing them or because they became irrelevant - Change all git:// to https:// - Move hwreport and hwinfo from /run to /run/openslx - Minor script style cleanups - Remove dead code and functions in various scripts | |||||
| * | [systemd] Remove module | Simon Rettberg | 2024-05-23 | 162 | -2503/+0![]() | |
| | | ||||||
| * | [samba] Delete module | Simon Rettberg | 2024-05-23 | 5 | -104/+0![]() | |
| | | ||||||
| * | [rsyslogd] Kill it with fire | Simon Rettberg | 2024-05-23 | 9 | -159/+0![]() | |
| | | ||||||
| * | [pam-slx-plug] Remove unused symlinks | Simon Rettberg | 2024-05-23 | 3 | -3/+0![]() | |
| | | ||||||
| * | [pam-common-share] Remove unused module | Simon Rettberg | 2024-05-23 | 3 | -203/+0![]() | |
| | | ||||||
| * | [pam] Cleanup, remove pam_script | Simon Rettberg | 2024-05-23 | 17 | -518/+0![]() | |
| | | ||||||

