summaryrefslogtreecommitdiffstats
path: root/core/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* [run-virt] Clean up run-vort-inv script a littleSimon Rettberg2019-10-281-34/+37
| | | | Worst offenses found by shellcheck should be fixed now
* [run-virt] Properly rename fileSimon Rettberg2019-10-281-0/+0
|
* [run-virt] Make dhcpd its own serviceSimon Rettberg2019-10-284-18/+25
| | | | | Closes #3540 Closes #3501
* [vmware-common] Remove any existing usb autoconnect entriesSimon Rettberg2019-10-231-0/+2
|
* [vmware15] Update to 15.5.0Simon Rettberg2019-10-232-3/+9
|
* [lightdm] Don't run common-session for greeterSimon Rettberg2019-10-211-1/+0Star
|
* [vmchooser2] Add sessionstart delay of 1 secondSimon Rettberg2019-10-181-0/+6
| | | | | | | This accounts for the fact that vmchooser now starts the sessionstart script before execv()ing the actual session. In case of a failed execv(), vmchooser has one second to kill this script before it actually does anything.
* [idleaction] Stop logind from killing user processes on logoutSimon Rettberg2019-10-181-2/+1Star
| | | | | | | This turned out to be a little too agressive; We run some async jobs on session close that were killed by logind. Defer the process cleanup until idle-daemon sees that the user doesn't have any more open sessions.
* [idleaction] Pass --kill-user-processes by defaultSimon Rettberg2019-10-181-0/+3
|
* [cups] Add hplip for HP-specific filtersSimon Rettberg2019-10-181-9/+1Star
|
* [vmware-version-check] Check if VT-x SVM is enabled at all firstSimon Rettberg2019-10-181-13/+37
|
* [hardware-stats] id44 check for /tmp/virt not /tmpJonathan Bauer2019-10-161-4/+4
|
* [vbox-src] properly set the attached disk uuidJonathan Bauer2019-10-101-6/+6
|
* [vbox-src] fix snapshot always added to the xmlJonathan Bauer2019-10-091-20/+19Star
|
* [vbox-src] rework RO/RW disk image setupJonathan Bauer2019-10-085-42/+98
|
* [pam] backward compat: source in subshellsJonathan Bauer2019-09-251-1/+1
|
* [pam] add libtool depJonathan Bauer2019-09-241-0/+1
|
* [openbox] restore xterm spawningJonathan Bauer2019-09-241-0/+21
| | | | use the xdg path instead of the symlinked /etc/X11/openbox
* Revert "[openbox] restore xterm spawning feature"Jonathan Bauer2019-09-241-21/+0Star
| | | | This reverts commit 6a3440c3f46cc9fb7eecbfa0ec0453dccfb220c5.
* [openbox] restore xterm spawning featureJonathan Bauer2019-09-241-0/+21
|
* [pam] Get recent pam_script from githubSimon Rettberg2019-09-132-19/+13Star
|
* [vbox/kernel] Update versionSimon Rettberg2019-09-132-2/+2
|
* [sudo] Add default sudoers fileSimon Rettberg2019-09-131-0/+2
| | | | Allow everything for root, include sudoers.d
* [sudo] ADD FILES FGUCKWFEQSimon Rettberg2019-09-131-1/+6
|
* [sudo] Add sudoSimon Rettberg2019-09-133-0/+24
|
* [dhcpc-busybox] Fix default route settingSimon Rettberg2019-09-111-4/+8
|
* [run-virt] Fix execution of *.inc hooksSimon Rettberg2019-09-111-1/+1
|
* [pam-slx-plug] Change order in common-account: Move pam_unix before usSimon Rettberg2019-09-101-3/+3
| | | | | Our script does make round trips to LDAP under certain conditions which is slow, so try pam_unix first.
* [run-virt] Only wipe TMPDIR on cleanexit 0Simon Rettberg2019-09-101-2/+2
|
* [run-virt] Fix: Explicitly initialize empty arraysSimon Rettberg2019-09-102-4/+4
|
* [run-virt] Fix tr expressions, add some missing quotesSimon Rettberg2019-09-101-18/+17Star
|
* [run-virt] Run cleanup functions in parallelSimon Rettberg2019-09-101-12/+18
| | | | | Spawns a subshell for each cleanup function, then waits for up to 4 seconds for them to complete...
* [run-virt] Add window manager respawn loopSimon Rettberg2019-09-101-12/+37
| | | | | Apparently on certain hw combinations openbox might crash while VMware is initializing. Try to restart it right away...
* [dnbd3-proxy-mode] Set more vars depending on mode (proxy/local caching)Simon Rettberg2019-09-091-0/+6
|
* [debug-report-bwlp] Include openslx & lightdm dirs from /var/logSimon Rettberg2019-09-031-2/+1Star
|
* [vmware*] fix bad variable namesJonathan Bauer2019-09-032-2/+2
|
* [run-virt] fix misleading debug outputJonathan Bauer2019-08-231-4/+4
|
* [vmware-version-check] Fix build scriptSimon Rettberg2019-08-191-1/+5
|
* [dnbd3] Just use default branch HEADSimon Rettberg2019-08-152-9/+2Star
|
* [kiosk-chromium] add '--test-type'Jonathan Bauer2019-08-131-1/+1
| | | | | | since '--disable-infobars' was benched on newer chromium versions, need '--test-type' to disable those pesky infobars that do not make sense in the kiosk context.
* [dnbd3-proxy] add default PATH..Jonathan Bauer2019-08-121-0/+2
|
* [vmware-version-check] CPU support check helperJonathan Bauer2019-08-124-0/+45
|
* [dhcpc-busybox] TIL: ip route replaceJonathan Bauer2019-08-071-1/+1
|
* [dhcpc-busybox] remove commented codeJonathan Bauer2019-08-071-5/+0Star
|
* [dhcpc-busybox] add openslx PATHJonathan Bauer2019-08-071-1/+3
|
* [dhcpc-busybox] make sure /run/network existsJonathan Bauer2019-08-071-0/+2
|
* [rdns] move rdns to its own moduleJonathan Bauer2019-08-074-1/+50
|
* [vmchooser2] add default xsessions.confJonathan Bauer2019-08-061-0/+6
| | | | to rename/sort xsessions by default
* [openbox] remove xsession file from data/Jonathan Bauer2019-08-061-9/+0Star
| | | | | it is part of the openbox package and should therefore rather be pulled from the system directly.
* [openbox] remove old deprecated fileJonathan Bauer2019-08-061-12/+0Star
|