| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [nvidia-libs] remove unneeded application file | Jonathan Bauer | 2019-08-02 | 1 | -1/+0![]() | |
| | | | | | | | | which was pissing me off anyways, since the stupid was sometimes in /usr/local and sometimes in /usr. Builds randomly failed cause of this and it's not worth our time to figure out why that location was changing all the fucking time. | |||||
| * | [dnbd3] no '.ko' for modprobe... | Jonathan Bauer | 2019-08-02 | 1 | -1/+1 | |
| | | ||||||
| * | [dnbd3] move kernel module to its proper location | Jonathan Bauer | 2019-08-01 | 2 | -7/+13 | |
| | | ||||||
| * | [rfs/xorg] move xterm to xorg module | Jonathan Bauer | 2019-07-30 | 2 | -0/+2 | |
| | | ||||||
| * | [kiosk-chromium] implement SLX_BROWSER_RELOAD_SECS | Jonathan Bauer | 2019-07-30 | 2 | -75/+79 | |
| | | | | | | | + space-safe arguments array for chromium-browser call + directly create bookmark template without creating a billion tempfiles... | |||||
| * | [hardware-stats] abs. symlink to usage_stats | Jonathan Bauer | 2019-07-29 | 1 | -1/+1 | |
| | | | | | since a relative symlink would point to a non-existant location if the containing folder was also a symlink | |||||
| * | [kernel-system] fix config | Jonathan Bauer | 2019-07-29 | 1 | -4/+1![]() | |
| | | | | | | | /lib/firmware is not present on e.g. cloud machines. Also I do not know why linux-headers would be needed in the target build directory, so just remove it | |||||
| * | [kiosk-common] put all kiosk browser in fullscreen | Jonathan Bauer | 2019-07-29 | 1 | -0/+3 | |
| | | ||||||
| * | [cups-sicgs] Use work dir for download | Simon Rettberg | 2019-07-19 | 1 | -6/+6 | |
| | | | | | The downloaded files were never cleaned without this | |||||
| * | [sshd] Cleanup sshd_config | Simon Rettberg | 2019-07-11 | 1 | -44/+0![]() | |
| | | ||||||
| * | [run-virt] Use slx-tools to determine if /tmp/virt is in RAM | Simon Rettberg | 2019-07-10 | 3 | -39/+17![]() | |
| | | | | | Also avoid triple-negation for the according variable... | |||||
| * | [run-virt/*] Make VIRTCMDOPTS an array for space safeness | Simon Rettberg | 2019-07-10 | 9 | -63/+61![]() | |
| | | ||||||
| * | [run-virt] Tweak init and handling of some constants; add documentation | Simon Rettberg | 2019-07-10 | 4 | -18/+112 | |
| | | ||||||
| * | [run-virt] improve signal traps handling | Jonathan Bauer | 2019-07-10 | 3 | -11/+11 | |
| | | ||||||
| * | [vmware-common] Actually pass some file to grep... | Simon Rettberg | 2019-07-10 | 1 | -2/+2 | |
| | | ||||||
| * | [vmware-common] Try to fix invalid USB config from older uploads | Simon Rettberg | 2019-07-10 | 1 | -0/+6 | |
| | | ||||||
| * | [xorg] add missing gl vendor mesa def file | Jonathan Bauer | 2019-07-10 | 1 | -2/+3 | |
| | | | | | libegl-mesa0 registers the libEGL_mesa extension via /usr/share/glvnd/egl_vendor.d/ | |||||
| * | [run-virt] Get rid of wrapper and handle directly in run-virt | Simon Rettberg | 2019-07-09 | 4 | -161/+114![]() | |
| | | ||||||
| * | [xorg] Remove unneeded package | Simon Rettberg | 2019-07-09 | 1 | -1/+0![]() | |
| | | ||||||
| * | [xorg] Add more EGL stuff | Simon Rettberg | 2019-07-09 | 1 | -0/+2 | |
| | | ||||||
| * | [dnbd3-proxy-mode] Support local caching | Simon Rettberg | 2019-07-09 | 4 | -111/+182 | |
| | | ||||||
| * | [networkd-dispatcher] remove hack | Jonathan Bauer | 2019-07-08 | 1 | -1/+1 | |
| | | | | | | | which did not work properly, since if the user logged in before the hostname fallback was done, this would kill the user session. Working on a xhost-based fix | |||||
| * | [run-virt] Add --query to check existence of plugin | Simon Rettberg | 2019-07-08 | 2 | -6/+24 | |
| | | ||||||
| * | [vmware-common] Always mangle USB3 speed | Simon Rettberg | 2019-07-04 | 1 | -0/+1 | |
| | | ||||||
| * | [vmware-common] Improve max hw version detection | Simon Rettberg | 2019-07-03 | 1 | -0/+11 | |
| | | | | | | Since Mware decided to introduce a mismatch between major version and max supported hw version, we now introduce another way... | |||||
| * | [vmware-common] Fix whitespace | Simon Rettberg | 2019-07-03 | 1 | -5/+5 | |
| | | ||||||
| * | [pam-slx-plug] flowchart: Minor fix | Simon Rettberg | 2019-07-01 | 1 | -1/+1 | |
| | | ||||||
| * | [pam-slx-plug] Add digraph lining out pam authentication control flow | Simon Rettberg | 2019-06-28 | 1 | -0/+205 | |
| | | | | | dot -Tsvg < flowchart.dot > result.svg | |||||
| * | [pam-slx-plug] Move old pam_script_* hook dirs to pam dir | Simon Rettberg | 2019-06-28 | 13 | -7/+15 | |
| | | | | | | | They're all now in subdirectories of /opt/openslx/pam/hooks. Symlinks have been put in place where they used to reside. | |||||
| * | [pam-slx-plug] Move slx-plug specific hook directory | Simon Rettberg | 2019-06-28 | 2 | -14/+19 | |
| | | | | | | | | | | From /opt/openslx/scripts/pam_script_auth.d/* to /opt/openslx/pam/hooks/auth-slx-source.d/* The old location is now a symlink to the new one. | |||||
| * | [pam-slx-plug] Add auth-final-exec hook | Simon Rettberg | 2019-06-28 | 2 | -0/+40 | |
| | | | | | | | | | | | On successful authentication, run everything in dir /opt/openslx/pam/hooks/auth-final-exec.d This applies no matter which authentication module succeeded, contrary to the old pam_script_auth.d directory. Note that the password is NOT exposed in this hook, and it is only run if the pam stack is executing in root context. | |||||
| * | [pam-bwidm] Improve some checks; only generate UID if none yet | Simon Rettberg | 2019-06-28 | 1 | -19/+20 | |
| | | ||||||
| * | [run-virt] Linux scripts tiny leetle bug | Christian Rößler | 2019-06-27 | 1 | -1/+1 | |
| | | ||||||
| * | [run-virt] Slightly better wait for WM (with timeout) | Simon Rettberg | 2019-06-26 | 1 | -1/+4 | |
| | | ||||||
| * | [dnbd3/vbox] pam: move scripts from auth to session open | Simon Rettberg | 2019-06-26 | 3 | -6/+3![]() | |
| | | ||||||
| * | [run-virt] Linux scripts +adminrun | Christian Rößler | 2019-06-25 | 7 | -58/+128 | |
| | | ||||||
| * | [vbox-src] Overhaul CPU config, remove USB overrides | Simon Rettberg | 2019-06-24 | 1 | -34/+32![]() | |
| | | ||||||
| * | [vmware-common] Don't mess with USB settings/speed anymore | Simon Rettberg | 2019-06-21 | 1 | -17/+1![]() | |
| | | | | | | | | This should be handled entirely server-side now, including exam mode. Refs #3607 | |||||
| * | [kiosk-chromium] renamed file | Jonathan Bauer | 2019-06-18 | 1 | -0/+37 | |
| | | ||||||
| * | [kiosk-*] support for lightdm-greeter kiosk | Jonathan Bauer | 2019-06-18 | 3 | -35/+77 | |
| | | | | | and kiosk-chromium URL filter | |||||
| * | [kiosk-chromium] reset policies on Xreset | Jonathan Bauer | 2019-06-18 | 1 | -0/+7 | |
| | | ||||||
| * | [dbus] add missing dbus.socket to REQ_FILES | Jonathan Bauer | 2019-06-18 | 1 | -0/+1 | |
| | | ||||||
| * | [hardware-stats] Fix inverted logic for fallback | Simon Rettberg | 2019-06-18 | 1 | -1/+1 | |
| | | ||||||
| * | [hardware-stats] use slx-tools for ID44 | Jonathan Bauer | 2019-06-17 | 1 | -15/+25 | |
| | | ||||||
| * | [vbox-src] Bump to 6.0.8 | Simon Rettberg | 2019-06-17 | 1 | -1/+1 | |
| | | ||||||
| * | [vbox-src] Don't build guest additions | Simon Rettberg | 2019-06-17 | 2 | -1/+4 | |
| | | ||||||
| * | [run-virt] Fix emptyParams being truncated again -.- | Simon Rettberg | 2019-06-17 | 2 | -1/+1 | |
| | | ||||||
| * | [vbox-src] run-virt: Startup command changed with 6.x | Simon Rettberg | 2019-06-17 | 1 | -4/+4 | |
| | | ||||||
| * | [run-virt] openslx.exe: Always pass username on command line | Simon Rettberg | 2019-06-17 | 2 | -3/+9 | |
| | | | | | Closes #3555 | |||||
| * | [networkd-dispatcher] hack for login crashes... | Jonathan Bauer | 2019-06-17 | 1 | -3/+7 | |
| | | ||||||

