aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shadow
AgeCommit message (Collapse)Author
2010-08-21Revert "recipes: Replace ${PN} override with pn-${PN} for PACKAGE_ARCH"Khem Raj
This reverts commit 4e9905b2be6438156dc8ad88839de04e91c922ec. pn-${PN} is different override can not be used in all cases here. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-06shadow: added new package shadow-group. Fix for build with uclibc.Vladimir Sorokin
shadow-group contains utilities (sg, newgrp, gpasswd, groups) for group manipulation, useful when you only need things not provided by busybox. Signed-off-by: Vladimir Sorokin <sorokin@altell.ru> Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-29recipes: Replace ${PN} override with pn-${PN} for PACKAGE_ARCHKhem Raj
* Needed to get CURRENT_TARGET_SYS to evaluate correctly in bitbake.conf Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-08shadow: add more ARM serial portsKoen Kooi
2010-06-28shadow: Disable email checking completelyStefan Schmidt
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 Raj
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 Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-26shadow.inc: Append serial devices mentioned in SERIAL_CONSOLE into ↵Khem Raj
/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 Larson
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 Larson
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 Jansa
* 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 Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-02shadow: fix do_install with automake-1.11Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-05shadow: use u-a on binaries that conflict with util-linux-ngKoen Kooi
2010-02-10shadow: run pwconv and grpconv in postinstKoen Kooi
* this converts oldstyle formats to the proper one
2010-01-26shadow: Fix issue that stopped shadow.inc from packaging /usr/bin/passwd ↵David-John Willis
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 Willis
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 Willis
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 Larson
feature. Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-22shadow: unbork the dependencies.. its DEPENDS, not DEPEND.Chris Larson
Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-18shadow: try to fix serial-login issueKoen Kooi
2009-11-24shadow: Add version 4.1.4.2 and checksum.David-John Willis
* 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 Sakoman