[TinyLogin] CVS update of tinylogin (Makefile include/libbb.h include/shadow_.h pwd_grp/__getgrent.c pwd_grp/__getpwent.c pwd_grp/config.h pwd_grp/fgetgrent.c pwd_grp/fgetpwent.c pwd_grp/getgrgid.c pwd_grp/getgrnam.c pwd_grp/getpw.c pwd_grp/getpwnam.c pwd_grp/getpwuid.c pwd_grp/grent.c pwd_grp/initgroups.c pwd_grp/putpwent.c pwd_grp/pwd_grp.c pwd_grp/pwent.c pwd_grp/setgroups.c shadow.c)

Erik Andersen andersen at codepoet.org
Thu Jul 15 05:56:08 MDT 2004


    Date: Thursday, July 15, 2004 @ 05:56:07
  Author: andersen
    Path: /var/cvs/tinylogin

   Added: pwd_grp/pwd_grp.c (1.1)
Modified: Makefile (1.45 -> 1.46) include/libbb.h (1.2 -> 1.3)
 Removed: include/shadow_.h (1.1) pwd_grp/__getgrent.c (1.2)
          pwd_grp/__getpwent.c (1.2) pwd_grp/config.h (1.1)
          pwd_grp/fgetgrent.c (1.3) pwd_grp/fgetpwent.c (1.3)
          pwd_grp/getgrgid.c (1.4) pwd_grp/getgrnam.c (1.4)
          pwd_grp/getpw.c (1.3) pwd_grp/getpwnam.c (1.4)
          pwd_grp/getpwuid.c (1.4) pwd_grp/grent.c (1.4)
          pwd_grp/initgroups.c (1.6) pwd_grp/putpwent.c (1.4)
          pwd_grp/pwent.c (1.4) pwd_grp/setgroups.c (1.5) shadow.c (1.18)

Replace the old and buggy pwd_grp stuff with the shiny
new stuff mjn3 wrote for uClibc


Index: tinylogin/Makefile
diff -u tinylogin/Makefile:1.45 tinylogin/Makefile:1.46
--- tinylogin/Makefile:1.45	Fri Jan  3 03:56:33 2003
+++ tinylogin/Makefile	Thu Jul 15 05:56:05 2004
@@ -31,7 +31,7 @@
 # especially from the command line, use this instead of CFLAGS directly.
 # For optimization overrides, it's better still to set OPTIMIZATION.
 CFLAGS_EXTRA =
- 
+
[...2636 lines suppressed...]


More information about the tinylogin mailing list