summaryrefslogtreecommitdiffstats
path: root/remote
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [pam] remove libpam-mount from REQUIRED_CONTENT_PACKAGESJonathan Bauer2013-06-211-1/+0Star
| | |
| * | Merge branch 'master' of git:openslx-ng/tm-scriptsJonathan Bauer2013-06-212-2/+6
| |\ \
| * | | [pam] reverted to old pam configJonathan Bauer2013-06-213-7/+3Star
| | |/ | |/|
* | | [kdm] Add comments to kdmrc, change session directorySimon Rettberg2013-06-224-43/+68
| |/ |/| | | | | | | [dbus] Add rule that allows root to listen to all dbus communication (for debugging) [vmchooser] move session file to new session directory
* | Merge branch 'master' of simonslx:openslx-ng/tm-scriptsSimon Rettberg2013-06-212-0/+11
|\|
| * [systemd] howto debug systemd-logind and units in generalJonathan Bauer2013-06-211-0/+3
| |
| * [rootfs-stage32] add ntpdate service, TODO configurable serverJonathan Bauer2013-06-211-0/+8
| |
* | [systemd] Remove dependencies of deleted unitsSimon Rettberg2013-06-211-1/+5
| |
* | [redsocks] Don't block systemd target until job is completeSimon Rettberg2013-06-211-1/+1
|/
* Merge branch 'master' of simonslx:openslx-ng/tm-scriptsSimon Rettberg2013-06-202-13/+17
|\
| * [pam] only umount if guid = 1001 (student)Jonathan Bauer2013-06-202-2/+2
| |
| * Merge branch 'master' of git:openslx-ng/tm-scriptsJonathan Bauer2013-06-202-3/+17
| |\
| * | [pam] only try to mount for users whose guid is > 1000Jonathan Bauer2013-06-201-12/+16
| | |
* | | stage32 target: add redsocks moduleSimon Rettberg2013-06-201-0/+1
| | |
* | | [rootfs-stage31/32] Try to download slxconfig in stage31 already, retry in ↵Simon Rettberg2013-06-203-6/+16
| | | | | | | | | | | | stage32 if it failed
* | | [vmplayer] Wait for host's udhcpc to write DNS servers to config before ↵Simon Rettberg2013-06-201-0/+7
| | | | | | | | | | | | generating udhcpd config
* | | [redsocks] Make it work more good and less badSimon Rettberg2013-06-204-7/+18
| | |
* | | [udhcpc] Properly renew and fork to backgroundSimon Rettberg2013-06-202-3/+5
| | |
* | | [rootfs-stage32] remove unneeded binariesSimon Rettberg2013-06-201-4/+0Star
| |/ |/|
* | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsMichael Neves2013-06-2034-77/+633
|\|
| * [rootfs-stage32] fixesJonathan Bauer2013-06-201-5/+11
| |
| * [systemd] remove missing binaries from config fileJonathan Bauer2013-06-201-11/+1Star
| |
| * [pam] Add missing content packagesSimon Rettberg2013-06-205-6/+23
| | | | | | | | [redsocks] fix path of redsocks binary, exclude proxy IP from redirection
| * new option for remote mode '-n' to mount local builds (remote/builds/) to ↵Jonathan Bauer2013-06-201-1/+8
| | | | | | | | /export/builds
| * [pam] TODO suse krb5 mountsJonathan Bauer2013-06-201-0/+1
| |
| * [pam] remove old testSimon Rettberg2013-06-191-1/+0Star
| |
| * [pam] added ldapserach for suseSimon Rettberg2013-06-191-0/+5
| |
| * [pam] added missing config file, added missing packetsJonathan Bauer2013-06-193-1/+39
| |
| * [pam] umount home dir upon session closeJonathan Bauer2013-06-191-0/+2
| |
| * [pam] scripts to be executed on session open/close by pam-script moduleJonathan Bauer2013-06-192-0/+24
| |
| * Merge branch 'master' of git:openslx-ng/tm-scriptsJonathan Bauer2013-06-189-7/+163
| |\
| | * [redsocks] NEW MODULESimon Rettberg2013-06-187-0/+150
| | | | | | | | | | | | Transparent proxy support module. Works with http-connect, socks, and some others
| | * [vmchooser] run-virt.sh: Set volume to 100% instead of 80% on bwPC 4Simon Rettberg2013-06-182-7/+13
| | | | | | | | | | | | [pölkit] Fix replacement of polkitd path in systemd service file
| * | [pam] home directory per kerberos (alpha)Jonathan Bauer2013-06-1814-13/+35
| |/
| * [pam] add config files for rpc servicesJonathan Bauer2013-06-184-0/+42
| |
| * [pam] fix bad commitJonathan Bauer2013-06-181-43/+2Star
| |
| * mergeJonathan Bauer2013-06-184-9/+284
| |\
| | * Merge branch 'master' of simonslx:openslx-ng/tm-scriptsSimon Rettberg2013-06-1712-13/+38
| | |\ | | | | | | | | | | | | | | | | Conflicts: remote/modules/pam/pam.conf
| | * | °Simon Rettberg2013-06-172-0/+4
| | | |
| | * | [pam] Add C implementation of sslconnect for UFR-KerberosSimon Rettberg2013-06-174-30/+263
| | | |
| * | | mergeJonathan Bauer2013-06-183-3/+10
| | |/ | |/|
| * | [systemd] add missing pam headerJonathan Bauer2013-06-141-0/+1
| | |
| * | Merge branch 'master' of git:openslx-ng/tm-scriptsJonathan Bauer2013-06-143-7/+12
| |\ \
| | * | ldconfig: Include system's default pathsSimon Rettberg2013-06-142-5/+10
| | | |
| * | | [systemd] enable pam support (fixes pam_systemd.so missing)Jonathan Bauer2013-06-141-1/+1
| | | |
* | | | [udhcpc] remove old IP adress if new one is obtained. Update hostname if ↵Michael Neves2013-06-201-2/+16
| | | | | | | | | | | | | | | | obtained
* | | | [udhcpc] keep udhcpc in foregroundMichael Neves2013-06-201-1/+1
| |/ / |/| |
* | | [kdm] shutdown and reboot immediatelyMichael Neves2013-06-131-2/+2
|/ /
* | oopsJonathan Bauer2013-06-131-5/+0Star
| |
* | mergeJonathan Bauer2013-06-135-4/+25
|\ \