summaryrefslogtreecommitdiffstats
path: root/remote/modules
Commit message (Collapse)AuthorAgeFilesLines
...
| * [xorg] fixes for Xsession (thx ssc)Jonathan Bauer2014-01-291-6/+62
| |
| * [xorg] conf file for openSuse 13.1Christian Rößler2014-01-291-0/+95
| |
| * [xorg] Source /etc/profile in Xsession script. This fixes theJonathan Bauer2014-01-291-0/+5
| | | | | | | | | | | | | | /etc/profile.d/00-autostart not beeing run when just starting a graphical session. (Fixes the linking of user specific config directory for xfce4 and others) Now xfce4 config are beeing stored in the user's home.
| * [pam] Compatibility for openSuse 13.1Christian Rößler2014-01-292-3/+64
| |
| * [systemd] removed systemd-tmpfiles-cleaner stuff which was messing withJonathan Bauer2014-01-281-0/+2
| | | | | | | | our addons saved under /tmp
* | Setzen des Windows-Namens beim Booten aus Laufwerk B:Dirk2014-02-211-0/+0
|/
* Trying to fix issue #646 (no Mic input) ...Dirk2014-01-251-2/+3
|
* Merge branch 'master' of dnbd3:openslx-ng/tm-scriptsSimon Rettberg2014-01-242-3/+5
|\
| * Merge branch 'master' of simonslx:openslx-ng/tm-scriptsSimon Rettberg2014-01-231-1/+1
| |\
| | * [pam] typo fix in WARNING.txtJonathan Bauer2014-01-231-1/+1
| | |
| * | [smartctl] Create new temp file for each drive to prevent race conditionsSimon Rettberg2014-01-231-2/+4
| |/
* / [pam] Define USER_UID in pam_auth scriptSimon Rettberg2014-01-241-0/+1
|/
* [vmchooser] Don't wait for non-existent service "download-config.service", ↵Simon Rettberg2014-01-231-2/+2
| | | | don't check for existence of file used internally by udhcpc module
* <dhcp> Add Targets network-dns and network-gatewaySimon Rettberg2014-01-231-16/+25
| | | | | | | | | These trigger if a dns server / default route has been configured via DHCP. This would probably only be interesting for dual homed clients (which we currently do not have in production), since the boot interface (br0) might not be the one we access the outside world with. In cases where you only have one nic, it will be enough to wait for the network target if you need full network/internet/resolving.
* [vmware] run-virt.include: +windows8, windows8-64. Values same as windows7(-64).Christian Rößler2014-01-231-0/+10
|
* [vmchooser] Update resolution toolSimon Rettberg2014-01-231-0/+0
|
* Revert "[pam] fix?"Jonathan Bauer2014-01-231-0/+1
| | | | This reverts commit 3cfec36e18e05291077fcd3084169de3b989a529.
* [pam] fix?Jonathan Bauer2014-01-231-1/+0Star
|
* [pam/pam-freiburg] moved symlinks to pam scripts from pam-freiburg toJonathan Bauer2014-01-231-0/+1
| | | | generic pam module
* [pam] moved pam_script_auth to generic pam moduleJonathan Bauer2014-01-231-0/+65
|
* [pam] added cifs support to pam module. This is ugly. TODO: split pamJonathan Bauer2014-01-231-0/+3
| | | | modul in sub-modules for ncp, cifs, etc...
* [pam] changes: prepare home directory struct in pam-auth and notJonathan Bauer2014-01-221-58/+0Star
| | | | session.
* [pam] corrected pam.conf.opensuseChristian Rößler2014-01-211-3/+1Star
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsChristian Rößler2014-01-2122-24/+176
|\
| * [vmware] Extend some vmware configSimon Rettberg2014-01-201-0/+5
| |
| * Merge branch 'master' of simonslx:openslx-ng/tm-scriptsSimon Rettberg2014-01-172-4/+4
| |\
| | * Merge branch 'master' of dnbd3:openslx-ng/tm-scriptsSimon Rettberg2014-01-1713-10/+136
| | |\
| | * | [cron] Place our own cron in /opt/openslx/...Simon Rettberg2014-01-172-4/+4
| | | |
| * | | Make some modules use iptables-helperSimon Rettberg2014-01-176-10/+31
| | |/ | |/|
| * | Merge branch 'master' of simonslx:openslx-ng/tm-scriptsSimon Rettberg2014-01-173-15/+30
| |\|
| * | [pam] nss-ldap -> nss-ldapdSimon Rettberg2014-01-176-10/+30
| | |
| * | [iptables-helper] Simple helper scripts/service for handling iptables rulesSimon Rettberg2014-01-177-0/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds no fancy features or new syntax or anything, but merely helps to manage a *.d directory for iptables scripts. You simply write simple shell scripts where you issue your iptables calls and place them in /opt/openslx/iptables/rules.d On bootup, and whenever the contents of the directory change, all tables will be reset and the scripts from rules.d are run. They're run in alphabetical order, so it's wise to adhere to the XX-* naming scheme. Also you can place any kind of script there doing really complicated things, it's advised you keep them as simple as possible and use proper names, that tell what the script does. The default behaviour is set to ACCEPT on all tables/chains, but nothing stops you from doing 'iptables -P' in one of the scripts.
| * | [xorg] Forgot to remove xprintidle from REQUIRED_CONTENT_PACKAGES when ↵Simon Rettberg2014-01-173-3/+0Star
| | | | | | | | | | | | idleaction was introduced
* | | [smartctl] conf file for opensuseChristian Rößler2014-01-171-0/+6
| | |
* | | [idleaction] updated conf file for openSuse - builds nowChristian Rößler2014-01-171-1/+1
| |/ |/|
* | [vm*] Add hdd adapter type override option, to quickly fix vms where the ↵Simon Rettberg2014-01-172-14/+30
| | | | | | | | vmdk header containse wrong information
* | [xorg] xprintidle deleted from REQUIRED_CONTENT_PACKAGES (and in Debian alsoChristian Rößler2014-01-163-4/+0Star
|/ | | | from REQUIRED_INSTALLED_PACKAGES)
* [dhcp-busybox] Trigger network.target asynchronouslySimon Rettberg2014-01-161-1/+1
|
* [dhcpc-busybox] Minor refactoring, more sanity checksSimon Rettberg2014-01-151-41/+64
|
* Move udhcpc stuff to its own module. Was spread across systemd and ↵Simon Rettberg2014-01-157-0/+222
| | | | rootfs-stage32
* <system startup> rework dhcp request: try to get an address (and ↵Simon Rettberg2014-01-135-3/+7
| | | | dns/hostname earlier)
* [systemd] update udev rule for systemd: only start dhcp on br0Jonathan Bauer2014-01-131-2/+2
|
* Merge branch 'master' of dnbd3:openslx-ng/tm-scriptsSimon Rettberg2014-01-132-2/+24
|\
| * update cups to work with ubuntu 13.10Sebastian2014-01-131-0/+10
| |
| * [smartctl] Also parse health status reported by driveSimon Rettberg2014-01-101-2/+14
| |
* | [vmchooser] Refining iptables MASQUERADE rule to work around an issue where ↵Simon Rettberg2014-01-131-1/+1
|/ | | | incoming broadcast packets get their *source* address set to the local br0 address, although the old rule clearly stated to only masquerade outgoing packets (-o br0)
* [vmware] Make sure exit code is 0Simon Rettberg2014-01-082-0/+3
|
* [smartctl] Add cronjobSimon Rettberg2014-01-081-0/+8
|
* Add path and shell just to be safeSimon Rettberg2014-01-031-0/+3
|
* [cron] Add sendmail wrapper so it's possible to redirect mail output without ↵Simon Rettberg2014-01-034-6/+36
| | | | | | recompiling Also tweaked compilation a bit