hush/loginutils
Bernhard Reutner-Fischer d5bd137a24 - rename libbb's password helpers as suggested in libbb.h
my_getpwnam -> bb_xgetpwnam  /* dies on error */
  my_getgrnam -> bb_xgetgrnam  /* dies on error */
  my_getgrgid -> bb_getgrgid
  my_getpwuid -> bb_getpwuid
  my_getug    -> bb_getug
2005-09-20 21:06:17 +00:00
..
addgroup.c
adduser.c - rename libbb's password helpers as suggested in libbb.h 2005-09-20 21:06:17 +00:00
Config.in Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTMP options 2005-07-01 01:04:32 +00:00
delgroup.c
delline.c
deluser.c
getty.c The change in getty.c in Busybox 1.01 caused the /etc/issue file to not 2005-07-27 06:05:38 +00:00
login.c Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTMP options 2005-07-01 01:04:32 +00:00
Makefile
Makefile.in use toplevel ARFLAGS and update default ARFLAGS to be quiet 2005-07-27 01:09:24 +00:00
passwd.c - rename libbb's password helpers as suggested in libbb.h 2005-09-20 21:06:17 +00:00
su.c Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTMP options 2005-07-01 01:04:32 +00:00
sulogin.c
vlock.c