Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-11 | Trailing whitespace removal over entire tree | Denis Vlasenko | |
2006-11-27 | deluser: the same code, but a bit less obfuscated. | Denis Vlasenko | |
2006-11-27 | deluser: size reduction by 60 bytes. | Denis Vlasenko | |
patch from Tito <farmatito@tiscali.it> | |||
2006-10-26 | rename functions to more understandable names | Denis Vlasenko | |
2006-10-14 | add open_read_close() and similar stuff | Denis Vlasenko | |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko | |
2006-09-22 | Change license statements (and clean up headers) on some of the files that | Rob Landley | |
Erik or I are primary copyright holders on. | |||
2006-09-12 | Remove pointless "const". Bloatcheck says 0 bytes difference. | Rob Landley | |
2006-04-16 | use strchr() not index() | Mike Frysinger | |
2006-04-10 | Patch from Tito to unify deluser and delgroup, and generally shrink code. | Rob Landley | |
2003-07-14 | decouple delgroup and deluser | Eric Andersen | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-06-23 | Port over the last of the tinylogin applets | Eric Andersen | |
-Erik | |||
2002-06-04 | Bigger patch for (partial) tinylogin integration | Robert Griebl | |
- 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] |