summaryrefslogtreecommitdiffstats
path: root/remote/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* [pam] update configsJonathan Bauer2013-07-293-58/+52Star
|
* [nscd] update configJonathan Bauer2013-07-293-6/+12
|
* [openbox] minor config fixJonathan Bauer2013-07-293-9/+13
|
* [consolekit] added TODO for config. consolekit currently not used anymoreJonathan Bauer2013-07-291-0/+1
|
* [german] minorJonathan Bauer2013-07-293-13/+8Star
|
* [debug] only add 'fonts-config' to generic list isntead of overwriting the ↵Jonathan Bauer2013-07-291-11/+1Star
| | | | whole list
* [dbus] move /etc/dbus-1 to generic config, and update othersJonathan Bauer2013-07-293-6/+9
|
* [kdm] update configsJonathan Bauer2013-07-293-38/+57
|
* [debug] update configsJonathan Bauer2013-07-293-7/+7
|
* [dbus] update configsJonathan Bauer2013-07-294-15/+18
|
* [german] update configsJonathan Bauer2013-07-293-6/+7
|
* [beamer] update configsJonathan Bauer2013-07-293-6/+12
|
* [openbox] adapted configs for new structureJonathan Bauer2013-07-293-8/+26
|
* [alsa] Adapt module to new config systemSimon Rettberg2013-07-293-4/+5
|
* [vmchooser] fix indentation of run-virt.sh, add profiling option to xmlSimon Rettberg2013-07-221-183/+185
|
* [dnbd3] Add dnbd3 client + kernel moduleSimon Rettberg2013-07-223-0/+54
|
* [vmchooser] Try to refine calculation of amount of memory to assign to VMSimon Rettberg2013-07-123-16/+32
|
* [vmplayer] More updates to hw-config setupSimon Rettberg2013-07-121-16/+19
|
* [vmplayer] Rework run-virt.include to better set memory limits, CPU count ↵Simon Rettberg2013-07-121-125/+232
| | | | and guestOS
* [pam] add ncp support for HS-OffenburgJonathan Bauer2013-07-121-0/+7
|
* [pam] remove debug messages from pam-script's scripts unless SLX_DEBUG is ↵Jonathan Bauer2013-07-111-2/+2
| | | | set. TODO enable SLX_DEBUG variable in config
* [pam] fix the umounting of user's home directory with the correct check for ↵Jonathan Bauer2013-07-111-2/+4
| | | | gid (FREIBURG ONLY)
* [pam] fix location of pam_script.so on suse 64biotJonathan Bauer2013-07-091-1/+6
|
* [pam] refine the uid check for pam, to mount for all users with id > 1000Jonathan Bauer2013-07-091-1/+1
|
* [vmware/vmchooser] add quotes everywhere to allow for spaces in filenames of ↵Jonathan Bauer2013-07-092-29/+29
| | | | vm images
* Added glibc-locale as Suse equivalent to Ubuntu language-pack-de(-base)Christian Rößler2013-07-091-0/+12
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsMichael Neves2013-07-0835-79/+1057
|\
| * [debug] remove xset from REQUIRED_INSTALLED_PACKAGES as its wrong for ubuntuJonathan Bauer2013-07-081-1/+0Star
| |
| * Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2013-07-084-2/+5
| |\
| | * Added devel files for building pam-script, see Ticket #463 ...Dirk2013-07-062-0/+2
| | |
| | * Quickfix for german language pack in Ubuntu ...Dirk2013-07-062-2/+3
| | |
| * | [kernel] remember last built version and if new kernel is detected, ask what ↵Jonathan Bauer2013-07-081-3/+7
| |/ | | | | | | to do. WARNING: KVERSION file will be missing, write the old (uname -r) under remote/modules/ksrc/KVERSION to be safe :)
| * [pam] build pam-script from sourceJonathan Bauer2013-07-052-3/+10
| |
| * [pam] Cleanup, formatting, force nscd usage in nsswitch.conf, set timeouts ↵Simon Rettberg2013-07-058-23/+29
| | | | | | | | for LDAP lookups
| * [vmchooser] Create text file in floppy image that tells the guest the host's ↵Simon Rettberg2013-07-042-29/+3Star
| | | | | | | | | | | | resolution [vmplayer] do not override enable3d setting from xml when system supports 3d
| * Added locale-Vars besides LANG (LC_*) per add_env to environment:Christian Rößler2013-07-041-1/+3
| | | | | | | | | | Variable list: LANG, LC_CTYPE, LC_NUMERIC, LC_TIME, LC_COLLATE, LC_MONETARY, LC_MESSAGES, LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE, LC_MEASUREMENT, LC_IDENTIFICATION
| * Added xrandr for openSuseChristian Rößler2013-07-041-1/+3
| |
| * [pam] add pam_env to the PAM stack (reads /etc/environment on session openningJonathan Bauer2013-07-041-0/+1
| |
| * Merge branch 'master' of git:openslx-ng/tm-scriptsJonathan Bauer2013-07-039-6/+38
| |\
| | * Corrected libpath for openSuse 64bit (pango)Christian Rößler2013-07-031-0/+6
| | |
| | * Branched zypper version for retaining binary (/usr/sbin/)fonts-config in ↵Christian Rößler2013-07-031-0/+21
| | | | | | | | | | | | module debug
| | * [pam] Restart nscd after patching nsswitch.confSimon Rettberg2013-07-021-1/+3
| | |
| | * [debug] Remove non-existent required binarySimon Rettberg2013-07-021-1/+0Star
| | |
| | * .Simon Rettberg2013-07-021-1/+4
| | |
| | * [nscd] Move nscd related files from pam module to nscd moduleSimon Rettberg2013-07-023-1/+2
| | |
| | * Merge branch 'master' of dnbd3:openslx-ng/tm-scriptsSimon Rettberg2013-07-026-1/+453
| | |\
| | * | [kdm] Tweak themeSimon Rettberg2013-07-022-2/+2
| | | |
| * | | [pam] add path to rfc_pipefs filesystem when executing rpc.gssd (needed to ↵Jonathan Bauer2013-07-031-1/+1
| | |/ | |/| | | | | | | fix opensuse12.3 which has a different default path than Ubuntu......)
| * | Merge branch 'master' of git:openslx-ng/tm-scriptsJonathan Bauer2013-07-027-7/+466
| |\ \
| | * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsManuel Schneider2013-07-023-7/+20
| | |\|