summaryrefslogtreecommitdiff
path: root/recipes/shadow
AgeCommit message (Collapse)AuthorFiles
2010-06-28shadow: Disable email checking completelyStefan Schmidt1
This allows faster login due to not checking for new emails.
2010-06-09shadow-4.1.4.2: Add patches to support dots in login id.Khem Raj5
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-05shadow_4.1.4.2.bb: add --with-nscd=no when compiling for uclibcKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-26shadow.inc: Append serial devices mentioned in SERIAL_CONSOLE into ↵Khem Raj1
/etc/securetty * Some serial dev nodes are not part of /etc/securetty. So either we can add them manually or deduce from SERIAL_CONSOLE. this does the later. Tested on qemuarm which used ttyAMA0 for console and it not listed in the securetty list. This authorizes root login on the give named console. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Chris Larson <clarson@kergoth.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson1
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson1
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa1
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: add missing checksumsMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-02shadow: fix do_install with automake-1.11Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-05shadow: use u-a on binaries that conflict with util-linux-ngKoen Kooi1
2010-02-10shadow: run pwconv and grpconv in postinstKoen Kooi1
* this converts oldstyle formats to the proper one
2010-01-26shadow: Fix issue that stopped shadow.inc from packaging /usr/bin/passwd ↵David-John Willis1
correctly and bump INC_PR. Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-22shadow: Extend securetty file to include more common ttys (inc. ones used on ↵David-John Willis3
OMAP3 platforms). Small correction for login pam file. Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-22shadow.inc: Correctly install /etc/securetty and add back support for ↵David-John Willis1
creating /etc/skel as part of the recipe. Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-22shadow: reorg into .inc, pull some mvl6 changes over, use a 'pam' distro ↵Chris Larson4
feature. Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-22shadow: unbork the dependencies.. its DEPENDS, not DEPEND.Chris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-18shadow: try to fix serial-login issueKoen Kooi3
2009-11-24shadow: Add version 4.1.4.2 and checksum.David-John Willis9
* This version now has Linux-PAM support enabled in OE so will need some testing and maybe a little tweaking. * Add pam.d config files for common shadow utils in addition to the default ones. * Cleanup shadow defaults and make shadow 'play nice' with PAM. * Update pam.d service files to suggested upstream Linux-PAM layout. * TODO: Some Shadow default session files still use the older layout (incluse system-auth for everything). These will need newer files to be added to the pam.d folder in the recipe as they are found.
2009-10-11shadow: add 4.1.4Steve Sakoman1