| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [pam] SLX_REMOTE_LOG_SESSIONS controls whether session open/close is logged, ↵ | Simon Rettberg | 2014-01-03 | 2 | -2/+12 | |
| | | | | | anonymously logged, or not logged at all | |||||
| * | [idleaction] Set proper path | Simon Rettberg | 2014-01-03 | 1 | -0/+1 | |
| | | ||||||
| * | [kdm] Move bwlehrpool theme to its own module, kdm-theme-bwlp, | Simon Rettberg | 2014-01-03 | 30 | -16/+320 | |
| | | | | | also create new target stage32-bwlp that contains project specific modules | |||||
| * | [systemd] Comment about the environment patching | Simon Rettberg | 2013-12-22 | 1 | -2/+5 | |
| | | ||||||
| * | [idleaction] Add scheduled shutdown functionality (still WIP) | Simon Rettberg | 2013-12-22 | 2 | -2/+28 | |
| | | ||||||
| * | [xorg] Remove xprintidle as idleaction now ships its own version | Simon Rettberg | 2013-12-22 | 3 | -13/+10![]() | |
| | | ||||||
| * | [idleaction] New module (WORK IN PROGESS) | Simon Rettberg | 2013-12-22 | 7 | -0/+271 | |
| | | | | | | | | | idleaction is supposed to check if the machine is in use and trigger certain actions if not It can terminate sessions that have been idle for a certain amount of time, and it can shutdown the computer if no user logged in for some time. In the future it will also be able to forcefully shut down the computer at a given time of day. | |||||
| * | Merge branch 'master' of simonslx:openslx-ng/tm-scripts | Simon Rettberg | 2013-12-20 | 3 | -4/+12 | |
| |\ | ||||||
| | * | [german] no caps in packages names... (fixes german module for ubutnu | Jonathan Bauer | 2013-12-20 | 1 | -2/+2 | |
| | | | | | | | | | 12) | |||||
| | * | [cups] move 'cups-daemon' req to cups.conf.ubuntu.13 as its not there | Jonathan Bauer | 2013-12-20 | 2 | -2/+10 | |
| | | | | | | | | | for ubuntu 12.x | |||||
| * | | Rework session handling wrt home directory mounting and persistence again. ↵ | Simon Rettberg | 2013-12-20 | 3 | -32/+28![]() | |
| |/ | | | | Don't try to force a user's home to /home/<username> anymore. | |||||
| * | [dnbd3] Version bump | Simon Rettberg | 2013-12-20 | 1 | -1/+1 | |
| | | ||||||
| * | [smartctl] New module: smartctl - Will currently check reallocated sectors ↵ | Simon Rettberg | 2013-12-20 | 6 | -0/+52 | |
| | | | | | and spin retry count - could be extended, but those seem to be the best indicators according to $SEARCH_ENGINE | |||||
| * | [systemd] Add patch that doesn't clear HOME and USER environment variable to ↵ | Simon Rettberg | 2013-12-19 | 2 | -4/+31 | |
| | | | | | avoid a deadlock in libc/nss/nss_ldap/openssl/libpkcs11 | |||||
| * | [qemukvm] services, addon-init, env file, udev reload etc. NOT TESTED ENOUGH! | Christian Rößler | 2013-12-17 | 4 | -1/+25 | |
| | | ||||||
| * | [qemukvm] More qemukvm configuration | Christian Rößler | 2013-12-17 | 2 | -4/+9 | |
| | | ||||||
| * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Christian Rößler | 2013-12-16 | 2 | -10/+33 | |
| |\ | ||||||
| | * | Merge branch 'master' of dnbd3:openslx-ng/tm-scripts | Simon Rettberg | 2013-12-16 | 1 | -0/+74 | |
| | |\ | ||||||
| | * | | [pam*] Add user-context script execution on session open | Simon Rettberg | 2013-12-16 | 2 | -10/+33 | |
| | | | | ||||||
| * | | | [qemukvm] Added build script, conf and conf.ubuntu. Alpha, will be checked ↵ | Christian Rößler | 2013-12-16 | 3 | -0/+59 | |
| | |/ |/| | | | | | tomorrow. | |||||
| * | | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Jonathan Bauer | 2013-12-16 | 2 | -33/+0![]() | |
| |\| | ||||||
| | * | debug-shell module that spwans a root shell on tty9 after switching to stage3.2 | Simon Rettberg | 2013-12-16 | 2 | -33/+0![]() | |
| | | | ||||||
| * | | [pam] added pam_env.conf to data folder | Jonathan Bauer | 2013-12-16 | 1 | -0/+74 | |
| |/ | | | | We now force HOME to be "/home/<user>". | |||||
| * | [vmchooser] fix typo | Jonathan Bauer | 2013-12-16 | 1 | -1/+1 | |
| | | ||||||
| * | Heavily reworked the networking for the various virtual machines: | Dirk | 2013-12-13 | 16 | -1125/+1044![]() | |
| | | | | | | | | | | | | | | | | | | There will be three types of network interfaces for virtual machines available all will be configured for every type of virtualization tool a) br0 is the direct host bridge into the local LAN (br0 already exists) vmnet0 for VMware vboxnet0 for VirtualBox kvmnet0* for Qemu/KVM b) nat1 is an internal bridge which "NATes" into the local LAN (with DHCP) vmnet1 for VMware vboxnet1 for VirtualBox kvmnet1* for Qemu/KVM c) vsw2 is an internal host bridge to connect software defined LANs to vmnet2 for VMware vboxnet2 for VirtualBox kvmnet2* for Qemu/KVM | |||||
| * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Dirk | 2013-12-13 | 22 | -523/+77![]() | |
| |\ | | | | | | | ... | |||||
| | * | [cups] added ghostscript-cups | Manuel Schneider | 2013-12-13 | 1 | -0/+2 | |
| | | | ||||||
| | * | Merge branch 'master' of openslx:openslx-ng/tm-scripts | Simon Rettberg | 2013-12-13 | 10 | -105/+38![]() | |
| | |\ | ||||||
| | | * | [kmd/xorg] Use only xorg scripts (xsetup, xsession, ...). Ignore kdm scripts. | Manuel Schneider | 2013-12-13 | 9 | -105/+35![]() | |
| | | | | ||||||
| | | * | [beamergui] kill process on session start | Manuel Schneider | 2013-12-13 | 1 | -0/+3 | |
| | | | | ||||||
| | * | | [vmchooser] Add sessionstart script that will source everything in ↵ | Simon Rettberg | 2013-12-13 | 2 | -1/+10 | |
| | |/ | | | | | | | | | | | | | | | | | sessionstart.d Needed for beamergui. This is pretty much the same as Xsession with Xsession.d, since the vmchooser is technically the session, but we might want to run things when the actual session selected in the vmchooser starts. | |||||
| | * | [beamergui] wrapper for beamergui-mode_setter | Manuel Schneider | 2013-12-13 | 2 | -0/+5 | |
| | | | ||||||
| | * | [beamergui] Send beamergui to bg | Manuel Schneider | 2013-12-13 | 1 | -1/+1 | |
| | | | ||||||
| | * | [vmchooser] Fix NFS fallback once again | Simon Rettberg | 2013-12-12 | 1 | -2/+2 | |
| | | | ||||||
| | * | [pam] Fix session cleanup after last logout: su/sudo would not create a new ↵ | Simon Rettberg | 2013-12-12 | 1 | -0/+4 | |
| | | | | | | | | | session with logind, so an active user session could have been killed | |||||
| | * | [kernel] Fix bug that makes the pc speaker play weird melodies | Simon Rettberg | 2013-12-12 | 1 | -3/+0![]() | |
| | | | ||||||
| | * | [beamergui] Start beamergui with X. Config for beamergui. | Manuel Schneider | 2013-12-12 | 1 | -0/+5 | |
| | | | ||||||
| | * | [beamergui] removed deprecated file | Manuel Schneider | 2013-12-12 | 1 | -418/+0![]() | |
| | | | ||||||
| | * | [beamergui] Added Xsetup script for beamergui | Manuel Schneider | 2013-12-12 | 1 | -0/+0 | |
| | | | ||||||
| | * | [pam] add missing /etc/pam-script folder to basic pam module | Jonathan Bauer | 2013-12-12 | 2 | -0/+2 | |
| | | | ||||||
| | * | [xorg/kdm] kdm/Xsetup sources global xorg/XSetup | Manuel Schneider | 2013-12-12 | 2 | -0/+15 | |
| | | | ||||||
| * | | Static configuration file for udhcpd sitting on new nat1 bridge interface. | Dirk | 2013-12-13 | 1 | -0/+52 | |
| |/ | ||||||
| * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Dirk | 2013-12-12 | 3 | -44/+93 | |
| |\ | | | | | | | ... | |||||
| | * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Manuel Schneider | 2013-12-12 | 5 | -60/+29![]() | |
| | |\ | ||||||
| | * | | Initial setup file which is to be called from xsetup | Manuel Schneider | 2013-12-12 | 3 | -44/+93 | |
| | | | | ||||||
| * | | | Restructuring run-virt.include for vmware ... | Dirk | 2013-12-12 | 4 | -89/+88![]() | |
| | |/ |/| | ||||||
| * | | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Dirk | 2013-12-12 | 3 | -90/+34![]() | |
| |\| | | | | | | | ... | |||||
| | * | [pam] Tweak session close script as to not kill concurrent login sessions, ↵ | Simon Rettberg | 2013-12-07 | 1 | -14/+26 | |
| | | | | | | | | | also fix the "are processes still running" check, it always returned true so far | |||||
| | * | [systemd] Add udev rule that sets the uaccess tag on floppy drives | Simon Rettberg | 2013-12-07 | 2 | -76/+8![]() | |
| | | | ||||||
| * | | Removing unneeded (deprecated) hwinfo stuff ... | Dirk | 2013-12-06 | 3 | -43/+0![]() | |
| | | | ||||||

