summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
|
* [vbox-src] add missing depJonathan Bauer2019-06-141-0/+2
| | | | | even its a qt library, it makes more sense to req it in this module since other modules requiring qt doesn't seem to need it.
* [debug-report-bwlp] Include downloaded virtualizer confSimon Rettberg2019-06-141-1/+1
|
* [dbus] use system's service/socketJonathan Bauer2019-06-143-46/+49
| | | | or generate as a fallback
* [hardware-stats] Use slx-tools to determine free /tmpSimon Rettberg2019-06-141-3/+3
|
* [nvidia-common] refine kernel module fail detectionJonathan Bauer2019-06-131-5/+7
|
* [mltk] add lsof to core dev tool listJonathan Bauer2019-06-131-1/+1
|
* [systemd] add missing depsJonathan Bauer2019-06-131-0/+2
|
* [rfs-s32] devtmpfs > copying devices from /devJonathan Bauer2019-06-131-4/+0Star
|
* [rfs-s32] remove unneeded libnss_mdnsJonathan Bauer2019-06-131-1/+0Star
| | | | as the 'mdns' service isn't configured in /etc/nsswitch.conf
* [polkit] formattingJonathan Bauer2019-06-131-6/+6
|
* [rfs-s32] add missing depsJonathan Bauer2019-06-131-7/+2Star
| | | | | | and remove entries handled by: a) openssl as REQUIRED_CONTENT_PACKAGE b) x11-xserver-utils as RCP in xorg module
* [alsa] remove old ubuntu.12 configJonathan Bauer2019-06-131-7/+0Star
| | | | which was pretty much the same as the generic one
* [*] auto install REQUIRED_CONTENT_PACKAGESJonathan Bauer2019-06-131-5/+11
| | | | only install those not marked as optional '@'
* [kernel-vanilla] fix CC override in MakefileJonathan Bauer2019-06-121-5/+3Star
| | | | + make use of 'olddefconfig' target
* [vmware*] try to fix gtk-update-icon-cacheJonathan Bauer2019-06-122-5/+16
| | | | since it probably speeds things up having it
* [hardware-stats] Use idle-daemon to warn users of low memSimon Rettberg2019-06-121-27/+1Star
|
* [vmchooser2] Show screen saver disable checkbox if applicableSimon Rettberg2019-06-121-0/+4
|
* swallow errors during distcc detectionJonathan Bauer2019-06-061-2/+2
|
* Add vmware15 targetSimon Rettberg2019-06-053-0/+3
|