]> Git Repo - uclibc-ng.git/commit
* Added /etc/shadow support (Config selectable)
authorDavid McCullough <[email protected]>
Thu, 17 Jan 2002 06:26:05 +0000 (06:26 -0000)
committerDavid McCullough <[email protected]>
Thu, 17 Jan 2002 06:26:05 +0000 (06:26 -0000)
commit23457259675d4a21f6840a30e2b41014540eab2d
tree1e29e4b02bd95566e6aea0205d4e8b564c5ce853
parent47e0a8060499c822772437a3ca1765297857c131
* Added /etc/shadow support (Config selectable)
* Moved some file paths from code into <paths.h>
27 files changed:
extra/Configs/Config.arm
extra/Configs/Config.cross.arm.uclinux
extra/Configs/Config.i386
extra/Configs/Config.m68k
extra/Configs/Config.m68k.coff
extra/Configs/Config.mips
extra/Configs/Config.mipsel
extra/Configs/Config.powerpc
extra/Configs/Config.sh
include/paths.h
libc/pwd_grp/Makefile
libc/pwd_grp/__getspent_r.c [new file with mode: 0644]
libc/pwd_grp/__sgetspent_r.c [new file with mode: 0644]
libc/pwd_grp/fgetspent.c [new file with mode: 0644]
libc/pwd_grp/getgrgid.c
libc/pwd_grp/getgrnam.c
libc/pwd_grp/getpwnam.c
libc/pwd_grp/getpwuid.c
libc/pwd_grp/getspnam.c [new file with mode: 0644]
libc/pwd_grp/getspuid.c [new file with mode: 0644]
libc/pwd_grp/grent.c
libc/pwd_grp/initgroups.c
libc/pwd_grp/lckpwdf.c [new file with mode: 0644]
libc/pwd_grp/putspent.c [new file with mode: 0644]
libc/pwd_grp/pwent.c
libc/pwd_grp/sgetspent.c [new file with mode: 0644]
libc/pwd_grp/spent.c [new file with mode: 0644]
This page took 0.030311 seconds and 4 git commands to generate.