summaryrefslogtreecommitdiffstats
path: root/core/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* [run-virt] fix typoJonathan Bauer2017-03-131-1/+1
|
* [cups] Add prestart script that fixed config problemsSimon Rettberg2017-03-132-0/+32
| | | | | | | CUPS < 2.0 requires the <DefaultPrinter> to be closed by a </Printer> tag, while newer versions allow </DefaultPrinter>. Patch the printers.conf if required. Also makes sure the permissions of /etc/cups/* are somewhat sane.
* Seems some files were given an extra shebang with ↵Simon Rettberg2017-03-1018-17/+2Star
| | | | c79dec3ba517967c09ef398b20d577271774df19
* [cron] cronie moved to githubSimon Rettberg2017-03-101-2/+2
|
* [cups-sicgs] support canon secure printJonathan Bauer2017-03-092-0/+33
| | | | This installs sicgsfilter and sicnc binaries.
* [run-virt] Disable floppy/cd/dvd in exam modeSimon Rettberg2017-03-031-10/+19
|
* [kernel-vanilla] 4.9.13Simon Rettberg2017-03-031-1/+1
|
* [idleaction] *FACEPALM*Simon Rettberg2017-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | ............................................________ ....................................,.-‘”...................``~., .............................,.-”...................................“-., .........................,/...............................................”:, .....................,?......................................................\, .................../...........................................................,} ................./......................................................,:`^`..} .............../...................................................,:”........./ ..............?.....__.........................................:`.........../ ............./__.(.....“~-,_..............................,:`........../ .........../(_....”~,_........“~,_....................,:`........_/ ..........{.._$;_......”=,_.......“-,_.......,.-~-,},.~”;/....} ...........((.....*~_.......”=-._......“;,,./`..../”............../ ...,,,___.\`~,......“~.,....................`.....}............../ ............(....`=-,,.......`........................(......;_,,-” ............/.`~,......`-...............................\....../\ .............\`~.*-,.....................................|,./.....\,__ ,,_..........}.>-._\...................................|..............`=~-, .....`=~-,_\_......`\,.................................\ ...................`=~-,,.\,...............................\ ................................`:,,...........................`\..............__ .....................................`=-,...................,%`>--==`` ........................................_\..........._,-%.......`\ ...................................,<`.._|_,-&``................`\
* [idleaction] Patch xprintidle to not use the creepy workaround anymoreSimon Rettberg2017-03-021-3/+12
| | | | | | | | This used to work around a bug in the xserver where it would always reset the idle time whenever the screen goes to standby or suspend. This does not happen anymore on a recent system, so xprintidle would erroneously add the timeout values to the idletime, resulting in incorrect high results when the screen is turned off.
* [beamergui] Don't use unreliable xargs, fix a little syntax errorSimon Rettberg2017-03-011-5/+8
|
* [kernel-vanilla] Clone and copy proprietary firmware from official repo on ↵Simon Rettberg2017-03-011-0/+9
| | | | kernel.org
* Add bash shebangs to all our includes:Simon Rettberg2017-02-28346-0/+346
| | | | | | | github misidentifies lots of includes in its code stats and syntax highlighting. Try to make it a nicer place by giving it a hint via that shebang. It's actually useless in files that are being sourced, but it doesn't hurt either.
* [beamergui] FFS, use brain! (name binary properly, include in target)Simon Rettberg2017-02-282-1/+2
|
* [beamergui] TIL: <<<$A != <<<"$A"Simon Rettberg2017-02-281-10/+10
|
* [beamergui] Use proper variable for source dir of parse-edidSimon Rettberg2017-02-281-1/+1
|
* [beamergui] Clean up coding style of mode_setter scriptSimon Rettberg2017-02-281-27/+27
|
* [beamergui] Use parse-edid to check if output matches specific device nameSimon Rettberg2017-02-285-0/+482
|
* [speedcheck] New moduleSimon Rettberg2017-02-246-0/+46
|
* Merge branch 'master' of github.com:OpenSLX/mltkSimon Rettberg2017-02-222-8/+0Star
|\
| * Merge branch 'master' of https://github.com/OpenSLX/mltkJonathan Bauer2017-02-221-1/+1
| |\
| * | [safe-mode] remove uneeded copy of exam.serviceJonathan Bauer2017-02-222-8/+0Star
| | |
* | | [run-virt] Support passing credentials to runscriptSimon Rettberg2017-02-224-12/+108
| |/ |/|
* | [printergui] printergui.service: Added stage4.target to afterChristian Rößler2017-02-211-1/+1
|/
* [run-virt] missing feature for network shares...Jonathan Bauer2017-02-153-10/+15
| | | | ... fallback mechanism...
* [runvirt] reworked wrapper log handlingJonathan Bauer2017-02-153-27/+53
|
* [runvirt] introduced wrapper script to start ...Jonathan Bauer2017-02-146-44/+84
| | | | | | | | ... runvirt with to hopefully always have either a user notification or a log entry on the satellites if anything goes wrong. Also fixed the MAC address generation: the prefix is now fully defined in the systemd-run_virt_env script and correctly written in the vmware's dhcp configuration file (so that VMs the default local IP by default)
* [pam] Add missing config file for key handling (DFS, cifs.upcall etc.)Simon Rettberg2017-02-061-0/+13
|
* [run-virt] Fix domain name extraction from ldap configSimon Rettberg2017-02-061-2/+2
|
* Merge branch 'master' of https://github.com/OpenSLX/mltkJonathan Bauer2017-02-037-13/+30
|\
| * [pam] Remove old ldap libs, add keyutilsSimon Rettberg2017-02-033-10/+8Star
| |
| * [run-virt/dhcp-busybox] Get WINS server from upstream DHCP, pass on to VMs ↵Simon Rettberg2017-02-034-3/+22
| | | | | | | | via local DHCPD
* | [vmware] assigning readonly variables in a function causes the functionJonathan Bauer2017-02-031-1/+1
|/ | | | to exit ... so let's not do that :)
* major run-virt restructure, only vmware plugin tested!Jonathan Bauer2017-01-2577-3098/+1924Star
|
* [pam] Include cifs.upcall for DFS supportSimon Rettberg2017-01-171-0/+1
|
* [vmware] Increase patch matching for kernel 4.9.xSimon Rettberg2017-01-132-0/+0
|
* [vmchooser2] Add --autoquit 120 to parametersSimon Rettberg2017-01-131-2/+2
|
* Final merge with tm-scriptsSimon Rettberg2017-01-132-1/+5
| | | | Commit ID in tm-scripts: 6d72610c13171ab4749aa8de2f541f2b570fdb8e
* merge with latest dev version (tm-scripts commit ↵Jonathan Bauer2016-12-23178-805/+6009
| | | | f5a59daf8d70a9027118292cd40b18c221897408)
* merge with latest dev versionSebastian2016-04-25993-0/+51755