summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [hardware-stats] abs. symlink to usage_statsJonathan Bauer2019-07-291-1/+1
| | | | since a relative symlink would point to a non-existant location if the containing folder was also a symlink
* [kernel-system] fix configJonathan Bauer2019-07-291-4/+1Star
| | | | | | /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 fullscreenJonathan Bauer2019-07-291-0/+3
|
* [cups-sicgs] Use work dir for downloadSimon Rettberg2019-07-191-6/+6
| | | | The downloaded files were never cleaned without this
* Workaround invalid download checksum filesSimon Rettberg2019-07-191-0/+3
|
* [rootfs-stage31] tarcopy: Ignore directoriesSimon Rettberg2019-07-111-1/+3
| | | | | | This prevents us from messing up directory permissions from tar files that were packed on windows or otherwise screwed up.
* [sshd] Cleanup sshd_configSimon Rettberg2019-07-111-44/+0Star
|
* [run-virt] Use slx-tools to determine if /tmp/virt is in RAMSimon Rettberg2019-07-103-39/+17Star
| | | | Also avoid triple-negation for the according variable...
* [run-virt/*] Make VIRTCMDOPTS an array for space safenessSimon Rettberg2019-07-109-63/+61Star
|
* [run-virt] Tweak init and handling of some constants; add documentationSimon Rettberg2019-07-104-18/+112
|
* [run-virt] improve signal traps handlingJonathan Bauer2019-07-103-11/+11
|
* [vmware-common] Actually pass some file to grep...Simon Rettberg2019-07-101-2/+2
|
* [vmware-common] Try to fix invalid USB config from older uploadsSimon Rettberg2019-07-101-0/+6
|
* [xorg] add missing gl vendor mesa def fileJonathan Bauer2019-07-101-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-virtSimon Rettberg2019-07-094-161/+114Star
|
* [xorg] Remove unneeded packageSimon Rettberg2019-07-091-1/+0Star
|
* [xorg] Add more EGL stuffSimon Rettberg2019-07-091-0/+2
|
* [dnbd3-proxy-mode] Support local cachingSimon Rettberg2019-07-094-111/+182
|
* [networkd-dispatcher] remove hackJonathan Bauer2019-07-081-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 pluginSimon Rettberg2019-07-082-6/+24
|
* [vmware-common] Always mangle USB3 speedSimon Rettberg2019-07-041-0/+1
|
* [vmware-common] Improve max hw version detectionSimon Rettberg2019-07-031-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 whitespaceSimon Rettberg2019-07-031-5/+5
|
* [pam-slx-plug] flowchart: Minor fixSimon Rettberg2019-07-011-1/+1
|
* [pam-slx-plug] Add digraph lining out pam authentication control flowSimon Rettberg2019-06-281-0/+205
| | | | dot -Tsvg < flowchart.dot > result.svg
* [pam-slx-plug] Move old pam_script_* hook dirs to pam dirSimon Rettberg2019-06-2813-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 directorySimon Rettberg2019-06-282-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 hookSimon Rettberg2019-06-282-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 yetSimon Rettberg2019-06-281-19/+20
|
* [run-virt] Linux scripts tiny leetle bugChristian Rößler2019-06-271-1/+1
|
* [run-virt] Slightly better wait for WM (with timeout)Simon Rettberg2019-06-261-1/+4
|
* [dnbd3/vbox] pam: move scripts from auth to session openSimon Rettberg2019-06-263-6/+3Star
|
* Merge branch 'master' of git.openslx.org:openslx-ng/mltkChristian Rößler2019-06-251-4/+4
|\
| * [rootfs-stage31] Silence messages from initial hotplug triggerSimon Rettberg2019-06-251-4/+4
| |
* | [run-virt] Linux scripts +adminrunChristian Rößler2019-06-257-58/+128
|/
* [vbox-src] Overhaul CPU config, remove USB overridesSimon Rettberg2019-06-241-34/+32Star
|
* [vmware-common] Don't mess with USB settings/speed anymoreSimon Rettberg2019-06-211-17/+1Star
| | | | | | | This should be handled entirely server-side now, including exam mode. Refs #3607
* [kiosk-chromium] renamed fileJonathan Bauer2019-06-181-0/+37
|
* [kiosk-*] support for lightdm-greeter kioskJonathan Bauer2019-06-183-35/+77
| | | | and kiosk-chromium URL filter
* [kiosk-chromium] reset policies on XresetJonathan Bauer2019-06-181-0/+7
|
* [dbus] add missing dbus.socket to REQ_FILESJonathan Bauer2019-06-181-0/+1
|
* [rootfs-stage31] Move /dev to future rootSimon Rettberg2019-06-181-0/+2
|
* [hardware-stats] Fix inverted logic for fallbackSimon Rettberg2019-06-181-1/+1
|
* [hardware-stats] use slx-tools for ID44Jonathan Bauer2019-06-171-15/+25
|
* [vbox-src] Bump to 6.0.8Simon Rettberg2019-06-171-1/+1
|
* [vbox-src] Don't build guest additionsSimon Rettberg2019-06-172-1/+4
|
* [run-virt] Fix emptyParams being truncated again -.-Simon Rettberg2019-06-172-1/+1
|
* [vbox-src] run-virt: Startup command changed with 6.xSimon Rettberg2019-06-171-4/+4
|
* [run-virt] openslx.exe: Always pass username on command lineSimon Rettberg2019-06-172-3/+9
| | | | Closes #3555
* [networkd-dispatcher] hack for login crashes...Jonathan Bauer2019-06-171-3/+7
|