| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [pam] Include unix_chkpwd binary, required for non-root auth via pam_unix | Simon Rettberg | 2016-10-11 | 3 | -7/+5![]() |
| | | |||||
| * | [pam] fix stupid lightdm recursive bug by ignoring sessions where ↵ | Jonathan Bauer | 2016-09-08 | 2 | -0/+5 |
| | | | | | PAM_SERVICE='.*greeter' | ||||
| * | [pam] Clean up pam_script_auth, don't exit on noncritical errors | Simon Rettberg | 2016-02-24 | 1 | -54/+76 |
| | | |||||
| * | [pam] Restructured session close script (pkill & umount part) | Simon Rettberg | 2015-12-26 | 1 | -52/+48![]() |
| | | |||||
| * | [pam] Add .d directory support to pam_script_ses_open/close | Simon Rettberg | 2015-12-04 | 2 | -0/+16 |
| | | |||||
| * | brainfart | Simon Rettberg | 2015-09-13 | 1 | -3/+3 |
| | | |||||
| * | Fix absolute pathes not working with stage32 only | Simon Rettberg | 2015-09-13 | 1 | -15/+8![]() |
| | | |||||
| * | [auth-freiburg] Link user defined mime mappings | Simon Rettberg | 2015-07-27 | 1 | -5/+0![]() |
| | | |||||
| * | Hardwired path of whoami/id/getent, but we should check all scripts and ↵ | Simon Rettberg | 2015-05-18 | 2 | -6/+6 |
| | | | | | force PATH in critical ones | ||||
| * | Merge branch 'master' of dnbd3:openslx-ng/tm-scripts | Simon Rettberg | 2015-05-15 | 2 | -3/+3 |
| |\ | |||||
| | * | [pam] fix annoying errors when logging out of ttys | Jonathan Bauer | 2015-04-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | loginctl only show graphically logged in users, not on ttys, therefore loginctl will fail when logging out of a tty and dump errors on stderr. Soon everything will be different but still cosmetics :) | ||||
| | * | [pam-common-share] removed bash specifics in pam-common-share scripts | Jonathan Bauer | 2015-04-02 | 1 | -1/+1 |
| | | | |||||
| * | | Compatibility improvements with ldadp and windows servers in mount scripts | Simon Rettberg | 2015-05-15 | 1 | -2/+18 |
| |/ | |||||
| * | New config files for openSuse 13.2 Harlequin - works so far (some pam problems | Christian Rößler | 2015-02-03 | 1 | -0/+48 |
| | | | | | remain) | ||||
| * | [pam] don't log sudo in non-interactive sessions | Jonathan Bauer | 2015-01-30 | 1 | -0/+1 |
| | | |||||
| * | [pam] removed nslcd specific build logic from module.build | Jonathan Bauer | 2015-01-28 | 1 | -18/+0![]() |
| | | |||||
| * | [pam/nlscd] split nslcd stuff to its own module | Jonathan Bauer | 2015-01-28 | 5 | -32/+0![]() |
| | | |||||
| * | [pam-common-share] support for multiple shares | Jonathan Bauer | 2014-11-07 | 1 | -1/+1 |
| | | |||||
| * | [pam] added support for .d folders containing hook scripts | Jonathan Bauer | 2014-10-31 | 2 | -0/+21 |
| | | |||||
| * | [pam] support for common share mounting script in pam_script_auth | Jonathan Bauer | 2014-10-06 | 1 | -7/+41 |
| | | | | | | | | the actual common share mount script should be in /opt/openslx/scripts/pam_script_mount_common_share and should come from a server/module as it is at the very least institution-specific! | ||||
| * | new 'stage32-headless' target. Started centos support. WIP | Jonathan Bauer | 2014-07-17 | 1 | -0/+36 |
| | | | | | Use stage32-headless to build on CentOS. Stage32-bwlp won't work yet. | ||||
| * | [pam] only check for nslcd if its in REQUIRED_BINARIES | Jonathan Bauer | 2014-07-17 | 1 | -1/+1 |
| | | | | | | | quick fix for centos. TODO: split PAM modules in sub-modules | ||||
| * | [pam] reworked how we determine path to PAM-modules | root | 2014-07-17 | 3 | -9/+7![]() |
| | | | | | detect the path in remote/helper/paths.inc and use that global path in the build scripts | ||||
| * | Merge branch 'master' of git://git.openslx.org/openslx-ng/tm-scripts | Simon Rettberg | 2014-07-04 | 1 | -1/+9 |
| |\ | |||||
| | * | [debian] started debian support | Jonathan Bauer | 2014-07-03 | 1 | -1/+9 |
| | | | | | | | | | TODO: chroot.inc with overlayfs support as its officially not in debian's repos | ||||
| * | | "Fedora Support", step 1 -> | Simon Rettberg | 2014-07-04 | 4 | -2/+46 |
| |/ | | | | | | | | | | | | | | | | Several changes: 1) Make sure /bin /sbin /lib and /lib64 are ALWAYS symlinks to /usr/XXX, no matter what the current distribution does. 2) Make sure nobody and nogroup exist. 3) Fix various modules making assumptions that are not true on every distro. 4) Add symlinks to kdm module since fedora is looking for kdmrc in yet another spot. 5) Add detection of fedora, support its package manager What still breaks: dnbd3 Other distros might not work now, they need adaption to changed logic in some modules. | ||||
| * | don't split busybox applets in /usr. | Jonathan Bauer | 2014-07-01 | 3 | -3/+3 |
| | | | | | | | all busybox stuff is now under /bin and /sbin. We create links for all applets in stage32's /bin and /sbin. This fixes the "no such file" errors caused by hardcoded calls (e.g. /bin/rm) in a some binaries. | ||||
| * | [pam] increase user's home tmpfs to 1GB | Jonathan Bauer | 2014-06-27 | 1 | -1/+1 |
| | | | | | TODO: move the temp user home to /tmp | ||||
| * | [pam] tmpfs home now 200mb - WIP | Jonathan Bauer | 2014-06-26 | 1 | -1/+1 |
| | | |||||
| * | [pam] fix slxlog error when TEMP_HOME_DIR was previously created by a ↵ | Jonathan Bauer | 2014-06-02 | 1 | -2/+4 |
| | | | | | previous login | ||||
| * | [vbox] add PAM user to vboxusers group on session open (little corr.) | Christian Rößler | 2014-05-06 | 1 | -1/+1 |
| | | |||||
| * | [vbox] add PAM user to vboxusers on session open | Jonathan Bauer | 2014-05-05 | 1 | -0/+5 |
| | | |||||
| * | [pam] ncp: Some binaries / installed packages re-included | Christian Rößler | 2014-04-22 | 1 | -0/+6 |
| | | |||||
| * | [pam] libncp, ncpfs and libpam-ncp (ncpfs depends on libpam-ncp) for Ubuntu ↵ | Christian Rößler | 2014-04-22 | 2 | -0/+20 |
| | | | | | 14.04 | ||||
| * | [pam] no more /lib/security. only with arch triplet. | Jonathan Bauer | 2014-04-22 | 1 | -0/+13 |
| | | |||||
| * | [pam] removed NCP for ub14.04 (TODO: fix it!) | Jonathan Bauer | 2014-04-22 | 1 | -0/+31 |
| | | |||||
| * | woopsie, the return ;) | Jonathan Bauer | 2014-03-25 | 6 | -263/+0![]() |
| | | |||||
| * | [modules] new module naming convention | Jonathan Bauer | 2014-03-25 | 6 | -0/+263 |
| | | | | | rename $MODULE.{conf,build} to module.{conf,build} | ||||
| * | [pam] fix wrong permissions of temporary home dir | Jonathan Bauer | 2014-03-18 | 1 | -1/+1 |
| | | |||||
| * | Fix tmpfiles.d files to use 'd' not 'D' for directories | Simon Rettberg | 2014-02-05 | 1 | -1/+1 |
| | | | | | | | | 'D' would delete all the contents if it exists, which would pretty much break things if you trigger systemd-tmpfiles in a running system. 'd' just created the directory if it doesn't exist yet. | ||||
| * | [pam] fix condition for auto closing process of the user logging out | Jonathan Bauer | 2014-02-04 | 1 | -1/+1 |
| | | |||||
| * | [pam] Compatibility for openSuse 13.1 | Christian Rößler | 2014-01-29 | 2 | -3/+64 |
| | | |||||
| * | Merge branch 'master' of dnbd3:openslx-ng/tm-scripts | Simon Rettberg | 2014-01-24 | 1 | -1/+1 |
| |\ | |||||
| | * | [pam] typo fix in WARNING.txt | Jonathan Bauer | 2014-01-23 | 1 | -1/+1 |
| | | | |||||
| * | | [pam] Define USER_UID in pam_auth script | Simon Rettberg | 2014-01-24 | 1 | -0/+1 |
| |/ | |||||
| * | 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... | ||||

