summaryrefslogtreecommitdiffstats
path: root/core/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* [qemu] Completely disable looking-glassSimon Rettberg2024-11-081-0/+6
| | | | Fragile, too many moving parts.
* [remote-access] Add another hint regarding remote access to lightdmSimon Rettberg2024-10-314-0/+15
|
* [run-virt] dnsmasq: fix interface listen, log to fileSimon Rettberg2024-10-311-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 guestSimon Rettberg2024-10-293-13/+21
| | | | Closes #3967
* [qemu] Clean up SPICE transformationSimon Rettberg2024-10-291-17/+9Star
|
* [hardware-stats] Check that kernel has vfio.ko built-inSimon Rettberg2024-10-284-0/+7
| | | | This is a requirement for GPU passthrough with QEMU.
* [run-virt] Fix blockall with no DNS rulesSimon Rettberg2024-10-251-2/+10
|
* [qemu] javatool: Add --validate option to check an xmlSimon Rettberg2024-10-232-0/+18
|
* [run-virt] Fix DNS blockingSimon Rettberg2024-10-234-14/+23
|
* [run-virt] Remove stray elseSimon Rettberg2024-10-221-1/+0Star
|
* [vbox-src] Update to 7.1.4Simon Rettberg2024-10-183-1/+7
|
* [run-virt] firewall: Entries for hostnames wihout port are blocked via DNSSimon Rettberg2024-09-277-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 PROXYSimon Rettberg2024-09-271-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 interfacesSimon Rettberg2024-09-121-1/+1
|
* [pam-bwidm] Only honor SLX_BWIDM_AUTH for ECP loginsSimon Rettberg2024-09-061-30/+44
| | | | Closes #3962
* [run-virt] Also bail out if var is missing for dnbd3 cowSimon Rettberg2024-09-061-0/+1
|
* [run-virt] If CoW is enable,d always use DNBD3Simon Rettberg2024-09-061-2/+2
| | | | Even if configured to use NFS/CIFS for VM access.
* [dhcpc-busybox] bridging: Add another sleep for good measureSimon Rettberg2024-09-061-0/+3
|
* [dhcpc-busybox] Wait for udev to rename eth* devicesSimon Rettberg2024-09-031-0/+17
|
* [iptables-helper] Reduce SPAMSimon Rettberg2024-07-261-1/+1
|
* [dnbd3-proxy-mode] Use (( )) for numeric checksSimon Rettberg2024-07-261-8/+9
|
* [dnbd3-proxy-mode] Wait for additional interfaces to get configuredSimon Rettberg2024-07-261-2/+9
|
* [qemu] Fix concurrent modification errorSimon Rettberg2024-07-161-1/+2
|
* [pvs2] Update debug report URLSimon Rettberg2024-07-091-1/+1
|
* [dnbd3-proxy-mode] Write all interface addresses to configSimon Rettberg2024-07-081-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 bridgeSimon Rettberg2024-07-031-1/+2
|
* [evdi] Fix build with latest versionSimon Rettberg2024-06-281-4/+4
|
* [qemu-src] Bump default version to 9.1.0Simon Rettberg2024-06-271-1/+1
|
* [swtpm] Make versions configurableSimon Rettberg2024-06-271-2/+2
|
* [qemu] Improve finding a fallback os machine type if no perfect matchSimon Rettberg2024-06-272-46/+58
|
* [qemu] Check for alternate way to make an EFI VMSimon Rettberg2024-06-271-1/+2
| | | | Fixes #3960
* [pam-bwidm] Validate organization suffix for browser/qrcode loginSimon Rettberg2024-06-261-0/+9
| | | | This allows using a whitelist of specific IdPs to allow login from.
* [hardware-stats] Include iproute2's ip for --jsonSimon Rettberg2024-06-143-14/+5Star
|
* [dhcpc-busybox] Wait much longer between retriesSimon Rettberg2024-06-131-1/+2
|
* [dhcpc-busybox] Fix calculating prefix size of secondary NICsSimon Rettberg2024-06-111-5/+11
|
* [dhcpc-busybox] 1 is not a valid routing table indexSimon Rettberg2024-06-111-1/+1
|
* [busybox] Remove obsolete patchesSimon Rettberg2024-06-113-86/+0Star
|
* [busybox] Bump to 1.36.1Simon Rettberg2024-06-102-2/+2
|
* [dhcpc-busybox] Use separate routing table for additional nics in same subnetSimon Rettberg2024-06-101-7/+46
|
* [vm*] Don't request netshares plugin; it was a noop and was removedSimon Rettberg2024-05-243-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 cleanupsSimon Rettberg2024-05-241-5/+11
|
* [vmware17] Try next-lower prepatched kmod version from githubSimon Rettberg2024-05-241-5/+9
|
* [lightdm-greeter-bwlp/xorg] Fix https git URLsSimon Rettberg2024-05-242-2/+2
|
* Big round of cleanupSimon Rettberg2024-05-2340-185/+58Star
| | | | | | | | | - 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 moduleSimon Rettberg2024-05-23162-2503/+0Star
|
* [samba] Delete moduleSimon Rettberg2024-05-235-104/+0Star
|
* [rsyslogd] Kill it with fireSimon Rettberg2024-05-239-159/+0Star
|
* [pam-slx-plug] Remove unused symlinksSimon Rettberg2024-05-233-3/+0Star
|
* [pam-common-share] Remove unused moduleSimon Rettberg2024-05-233-203/+0Star
|
* [pam] Cleanup, remove pam_scriptSimon Rettberg2024-05-2317-518/+0Star
|