| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Jonathan Bauer | 2014-01-23 | 2 | -0/+10 | |
| | |\ | ||||||
| | * | | [packagemanager.inc] add 'etc/init.d' to blacklist for package listing | Jonathan Bauer | 2014-01-23 | 1 | -2/+2 | |
| | | | | | | | | | | | | | funciton | |||||
| * | | | <dhcp> Add Targets network-dns and network-gateway | Simon Rettberg | 2014-01-23 | 3 | -16/+32 | |
| | |/ |/| | | | | | | | | | | | | | | | 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ößler | 2014-01-23 | 1 | -0/+10 | |
| | | | ||||||
| * | | [vmchooser] Update resolution tool | Simon Rettberg | 2014-01-23 | 1 | -0/+0 | |
| |/ | ||||||
| * | Revert "[pam] fix?" | Jonathan Bauer | 2014-01-23 | 1 | -0/+1 | |
| | | | | | This reverts commit 3cfec36e18e05291077fcd3084169de3b989a529. | |||||
| * | [pam] fix? | Jonathan Bauer | 2014-01-23 | 1 | -1/+0![]() | |
| | | ||||||
| * | [pam/pam-freiburg] moved symlinks to pam scripts from pam-freiburg to | Jonathan Bauer | 2014-01-23 | 1 | -0/+1 | |
| | | | | | generic pam module | |||||
| * | [pam] moved pam_script_auth to generic pam module | Jonathan Bauer | 2014-01-23 | 1 | -0/+65 | |
| | | ||||||
| * | [pam] added cifs support to pam module. This is ugly. TODO: split pam | Jonathan Bauer | 2014-01-23 | 1 | -0/+3 | |
| | | | | | modul in sub-modules for ncp, cifs, etc... | |||||
| * | [pam] changes: prepare home directory struct in pam-auth and not | Jonathan Bauer | 2014-01-22 | 1 | -58/+0![]() | |
| | | | | | session. | |||||
| * | [stage32-opensuse] remote target links | Christian Rößler | 2014-01-21 | 3 | -0/+3 | |
| | | ||||||
| * | [pam] corrected pam.conf.opensuse | Christian Rößler | 2014-01-21 | 1 | -3/+1![]() | |
| | | ||||||
| * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Christian Rößler | 2014-01-21 | 1 | -0/+4 | |
| |\ | ||||||
| | * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Jonathan Bauer | 2014-01-21 | 4 | -2/+16 | |
| | |\ | ||||||
| | * | | [remote/setup_target] only export remote/builds to /export/build if it | Jonathan Bauer | 2014-01-21 | 1 | -0/+4 | |
| | | | | | | | | | | | | | is not already mounted. | |||||
| * | | | [packagemanager.inc] --force-resolution for zypper based package installation | Christian Rößler | 2014-01-21 | 1 | -2/+2 | |
| | |/ |/| | ||||||
| * | | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Christian Rößler | 2014-01-21 | 24 | -25/+181 | |
| |\ \ | ||||||
| | * | | [rfs-stage32] Append stage4 at the end of the aufs stack again and just copy ↵ | Simon Rettberg | 2014-01-20 | 1 | -1/+4 | |
| | | | | | | | | | | | | | the ld-config after mounting | |||||
| | * | | [vmware] Extend some vmware config | Simon Rettberg | 2014-01-20 | 1 | -0/+5 | |
| | |/ | ||||||
| | * | Merge branch 'master' of simonslx:openslx-ng/tm-scripts | Simon Rettberg | 2014-01-17 | 2 | -4/+4 | |
| | |\ | ||||||
| | | * | Merge branch 'master' of dnbd3:openslx-ng/tm-scripts | Simon Rettberg | 2014-01-17 | 15 | -10/+140 | |
| | | |\ | ||||||
| | | * | | [cron] Place our own cron in /opt/openslx/... | Simon Rettberg | 2014-01-17 | 2 | -4/+4 | |
| | | | | | ||||||
| | * | | | Make some modules use iptables-helper | Simon Rettberg | 2014-01-17 | 6 | -10/+31 | |
| | | |/ | |/| | ||||||
| | * | | Merge branch 'master' of simonslx:openslx-ng/tm-scripts | Simon Rettberg | 2014-01-17 | 11 | -37/+69 | |
| | |\ \ | ||||||
| | * | | | [pam] nss-ldap -> nss-ldapd | Simon Rettberg | 2014-01-17 | 6 | -10/+30 | |
| | | | | | ||||||
| | * | | | [iptables-helper] Simple helper scripts/service for handling iptables rules | Simon Rettberg | 2014-01-17 | 8 | -0/+107 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Rettberg | 2014-01-17 | 3 | -3/+0![]() | |
| | | | | | | | | | | | | | | | | | idleaction was introduced | |||||
| * | | | | [smartctl] conf file for opensuse | Christian Rößler | 2014-01-17 | 1 | -0/+6 | |
| | | | | | ||||||
| * | | | | [idleaction] updated conf file for openSuse - builds now | Christian Rößler | 2014-01-17 | 1 | -1/+1 | |
| | |/ / |/| | | ||||||
| * | | | [rootfs-stage32] openSuse: Added cdrom module (REQUIRED_KERNEL_MODULES+=) | Christian Rößler | 2014-01-17 | 1 | -0/+3 | |
| | |/ |/| | ||||||
| * | | Merge branch 'master' of dnbd3:openslx-ng/tm-scripts | Simon Rettberg | 2014-01-17 | 1 | -10/+16 | |
| |\ \ | ||||||
| | * | | [packagemanager.inc] minor improvements to output message when a | Jonathan Bauer | 2014-01-17 | 1 | -10/+16 | |
| | | | | | | | | | | | | | package appears to not be installed or is a meta-package | |||||
| * | | | [vm*] Add hdd adapter type override option, to quickly fix vms where the ↵ | Simon Rettberg | 2014-01-17 | 2 | -14/+30 | |
| |/ / | | | | | | | vmdk header containse wrong information | |||||
| * | | [xorg] xprintidle deleted from REQUIRED_CONTENT_PACKAGES (and in Debian also | Christian Rößler | 2014-01-16 | 3 | -4/+0![]() | |
| | | | | | | | | | from REQUIRED_INSTALLED_PACKAGES) | |||||
| * | | [stage4] renamed nfs-mount to mount-stage4. Added new 'stage4.target'. | Jonathan Bauer | 2014-01-16 | 4 | -10/+18 | |
| | | | ||||||
| * | | [rootfs-stage31] remove annoying error messages | Jonathan Bauer | 2014-01-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Jonathan Bauer | 2014-01-16 | 1 | -42/+65 | |
| |\| | ||||||
| | * | [dhcp-busybox] Trigger network.target asynchronously | Simon Rettberg | 2014-01-16 | 1 | -1/+1 | |
| | | | ||||||
| | * | [dhcpc-busybox] Minor refactoring, more sanity checks | Simon Rettberg | 2014-01-15 | 1 | -41/+64 | |
| | | | ||||||
| * | | [rootfs-stage31] fix permission for FUTURE_ROOT | Jonathan Bauer | 2014-01-16 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge branch 'master' of dnbd3:openslx-ng/tm-scripts | Simon Rettberg | 2014-01-15 | 1 | -2/+6 | |
| |\ | ||||||
| | * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Jonathan Bauer | 2014-01-14 | 5 | -3/+7 | |
| | |\ | ||||||
| | * | | [rootfs-stage31] fix wrong permissions of files extracted from the | Jonathan Bauer | 2014-01-14 | 1 | -2/+6 | |
| | | | | | | | | | | | | | config.tgz | |||||
| * | | | Move udhcpc stuff to its own module. Was spread across systemd and ↵ | Simon Rettberg | 2014-01-15 | 10 | -0/+24 | |
| | |/ |/| | | | | | rootfs-stage32 | |||||
| * | | <system startup> rework dhcp request: try to get an address (and ↵ | Simon Rettberg | 2014-01-13 | 5 | -3/+7 | |
| |/ | | | | dns/hostname earlier) | |||||
| * | [systemd] update udev rule for systemd: only start dhcp on br0 | Jonathan Bauer | 2014-01-13 | 1 | -2/+2 | |
| | | ||||||
| * | Merge branch 'master' of dnbd3:openslx-ng/tm-scripts | Simon Rettberg | 2014-01-13 | 4 | -11/+42 | |
| |\ | ||||||
| | * | update cups to work with ubuntu 13.10 | Sebastian | 2014-01-13 | 1 | -0/+10 | |
| | | | ||||||
| | * | <setup_target> Move package listing from module dir to target dir | Simon Rettberg | 2014-01-10 | 1 | -3/+3 | |
| | | | ||||||

