summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | [dnbd3] add build dependency to 'clang-format'Jonathan Bauer2021-03-041-0/+1
| |
* | [debug-report-bwlp] Seems I accidentally a line on commitSimon Rettberg2021-03-031-0/+1
| |
* | [debug-report-bwlp] Add X errors and remote-log to debug reportSimon Rettberg2021-03-021-1/+10
| |
* | [debug-report-bwlp] Switch to master server for error reportsSimon Rettberg2021-03-021-9/+19
| | | | | | | | .... with fallback to old URL in case https doesn't work
* | [xorg] Add xsession startup loggingSimon Rettberg2021-03-011-32/+18Star
| |
* | [run-virt] use "domain=..." for all network sharesSteffen Ritter2021-02-251-11/+16
| | | | | | | | refs: #3830
* | [run-virt] set-firewall: Better error outputSimon Rettberg2021-02-241-5/+18
| |
* | [run-virt] Use "domain=..." in mount-scriptSteffen Ritter2021-02-242-0/+2
| |
* | [iptables-helper] Allways allow loopbackSimon Rettberg2021-02-231-0/+5
| |
* | [run-virt] set-firewall: Support port in add_ips, add conntrack RELATEDSimon Rettberg2021-02-231-6/+13
| |
* | [run-virt] Add LDAP servers to firewall exceptionsSimon Rettberg2021-02-221-0/+34
| |
* | [safe-mode] Fix broken HEREDOCSimon Rettberg2021-02-221-1/+1
| |
* | [apply-slx-vars] New moduleSimon Rettberg2021-02-227-0/+45
| | | | | | | | | | Generic module that should evaluate different SLX_* variables from /opt/openslx/config and act upon them.
* | [remote-access] Higher prio for firewall rulesSimon Rettberg2021-02-111-2/+6
| | | | | | | | | | | | Previously, lecture specific firewall rules could override those for remote access, blocking the VNC port and rendering the machine unusable.
* | [kiosk-common/kiosk-chromium] Add system certs to cert storeSimon Rettberg2021-02-092-0/+8
|/ | | | References #3418
* [hardware-stats] Add ID45 to status updatesSimon Rettberg2021-01-251-1/+11
| | | | References #3634
* [run-virt] Add sec= option to mount-scriptSteffen Ritter2021-01-252-2/+3
| | | | refs: #3830
* [debug-report-bwlp] Add x11vnc logSimon Rettberg2021-01-151-1/+4
| | | | Closes #3816
* Merge branch 'master' of https://git.openslx.org/openslx-ng/mltkYour Name2020-12-092-1/+3
|\
| * [chroot] tmpfs size = 2GSimon Rettberg2020-12-091-1/+1
| |
| * [rootfs-stage32] Add missing config includeSimon Rettberg2020-12-091-0/+2
| |
* | [nvidia-libs] Update pathsSimon Rettberg2020-12-091-4/+2Star
| |
* | [vmware16] 16.1.0Simon Rettberg2020-12-091-1/+1
| |
* | [vbox-src] 6.1.16Simon Rettberg2020-12-091-1/+1
|/
* [init-bwlp] HOSTS ETCSimon Rettberg2020-12-081-2/+2
|
* [init-bwlp] Fix pathSimon Rettberg2020-12-081-1/+1
|
* [rootfs-stage31] Move SSL hook to pre-switchrootSimon Rettberg2020-12-082-0/+2
| | | | | | After downloading config.tgz, the stage32 / stage4 isn't necessarily visible in $FUTURE_ROOT yet, so move our certificate juggle to a later point in time.
* [kernel-vanilla] Fix hardcoded aufs4Simon Rettberg2020-12-081-1/+1
|
* [remote-access] Add -noxrecord to prevent stack smashingSimon Rettberg2020-12-081-1/+1
|
* [init-bwlp] Add module for bwlp-specific init stuffSimon Rettberg2020-12-074-0/+43
|
* [rootfs-stage31] Add hook mechanismSimon Rettberg2020-12-072-1/+12
| | | | TODO: Move bwlp-specific code to init-bwlp and use hooks.
* [rootfs-stage31] Remove unused stage4 codeSimon Rettberg2020-12-041-68/+0Star
|
* [vbox-src] Make xmlstarlet calls namespace-agnosticSimon Rettberg2020-12-021-15/+12Star
| | | | See http://xmlstar.sourceforge.net/doc/UG/ch05.html
* [dunst] Change deprecated options / fix icon pathSteffen Ritter2020-11-191-6/+4Star
| | | | | | Icon path only exists in MaxiLinux. fixes #3810
* [vbox-src] make extpack installation configurableJonathan Bauer2020-11-161-13/+17
| | | | Currently disabled. Activate by setting "REQUIRED_EXTPACK" in module.conf.
* [dnbd3] update cmake variablesJonathan Bauer2020-11-131-5/+5
|
* [dnbd3] update build to match new cmake changesJonathan Bauer2020-11-121-9/+18
|
* [dnbd3-proxy-mode] Honor config overrides from SLX_DNBD3_EXTRASimon Rettberg2020-11-051-0/+11
| | | | Closes #3328
* [kiosk-slxbrowser] Support black- and whitelist simultaneouslySimon Rettberg2020-10-281-10/+20
|
* [kiosk-chromium] Support black- and whitelist at the same timeSimon Rettberg2020-10-281-11/+23
|
* [redsocks] also set all_proxyJonathan Bauer2020-10-261-0/+1
|
* [safe-mode] mask ctrl-alt-del.targetJonathan Bauer2020-10-261-1/+1
| | | | | | 'systemctl show -p FragmentPath' seems to resolve symlinks, thus we cannot use it to find the path of the ctrl-alt-del.target symlink. Using a hardcoded path was also just bad.
* [ntfsfree] Fix size in log messageSimon Rettberg2020-10-231-1/+1
|
* [ntfsfree] No cmakeSimon Rettberg2020-10-221-5/+3Star
|
* [splashtool] Add ATTRIBUTION file for iconsSimon Rettberg2020-10-221-0/+1
|
* [kiosk-chromium] Use jq to build URL white/blacklistSimon Rettberg2020-10-202-30/+34
|
* [vmware-common] Get rid of XML lookup for maxHWversionSimon Rettberg2020-10-161-15/+10Star
| | | | | This was a hack anyways, now that we have to maintain a list ourselves this seems pointless.
* [vmware-common] Fix indentationSimon Rettberg2020-10-161-1/+1
|
* [safe-mode] Timeouts for our systemd reload/restart shenanigansSimon Rettberg2020-10-141-2/+3
| | | | | This might or moght not hang depending on what kind of other services and dependencies are around. Add a safety timeout to those operations.
* [rfs-stage32/vmware*] Change vmware version namingSimon Rettberg2020-10-1410-29/+22Star
| | | | | | | | | | Hard-coding the version check to VMware 12 and 15 isn't great for future updates -- i.e. now, that VMware 16 is released. Instead make the version check script return "new" or "legacy", and rename the targets: vmware12 -> vmware-legacy vmware15 -> vmware The addon downloading/setup should then act upon this accordingly.