Bigger patch for (partial) tinylogin integration
authorRobert Griebl <griebl@gmx.de>
Tue, 4 Jun 2002 20:45:46 +0000 (20:45 -0000)
committerRobert Griebl <griebl@gmx.de>
Tue, 4 Jun 2002 20:45:46 +0000 (20:45 -0000)
commit1fca558799350fb6caff97f55aa6d1237b08fccb
treebd211c50ca4a34fd4c6317696c62564fb77171e9
parentea1a63a2011a44b143cc46c7d80a8152f5358e24
Bigger patch for (partial) tinylogin integration
- Made a new dir loginutils
- Moved all applets from pwd_grp to loginutils
- Added new applets su.c login.c to loginutils
- Made a new dir libpwdgrp
- Moved everything from pwd_grp/libpwd_grp there
- Added shadow.c to libpwdgrp
- Removed dir pwd_grp
- Added usage strings for login and su to usage.h
- Changed main Makefile to reflect the dir rearrangements
[Parts of this patch may overlap with my other two patches]
30 files changed:
Makefile
include/usage.h
libpwdgrp/Makefile [new file with mode: 0644]
libpwdgrp/Makefile.in [new file with mode: 0644]
libpwdgrp/__getgrent.c [new file with mode: 0644]
libpwdgrp/__getpwent.c [new file with mode: 0644]
libpwdgrp/fgetgrent.c [new file with mode: 0644]
libpwdgrp/fgetpwent.c [new file with mode: 0644]
libpwdgrp/getgrgid.c [new file with mode: 0644]
libpwdgrp/getgrnam.c [new file with mode: 0644]
libpwdgrp/getpw.c [new file with mode: 0644]
libpwdgrp/getpwnam.c [new file with mode: 0644]
libpwdgrp/getpwuid.c [new file with mode: 0644]
libpwdgrp/grent.c [new file with mode: 0644]
libpwdgrp/initgroups.c [new file with mode: 0644]
libpwdgrp/putpwent.c [new file with mode: 0644]
libpwdgrp/pwent.c [new file with mode: 0644]
libpwdgrp/setgroups.c [new file with mode: 0644]
libpwdgrp/shadow.c [new file with mode: 0644]
loginutils/Makefile [new file with mode: 0644]
loginutils/Makefile.in [new file with mode: 0644]
loginutils/addgroup.c [new file with mode: 0644]
loginutils/adduser.c [new file with mode: 0644]
loginutils/config.in [new file with mode: 0644]
loginutils/deluser.c [new file with mode: 0644]
loginutils/getty.c [new file with mode: 0644]
loginutils/login.c [new file with mode: 0644]
loginutils/su.c [new file with mode: 0644]
loginutils/tinylogin.c [new file with mode: 0644]
loginutils/tinylogin.h [new file with mode: 0644]