1. c0e5ff3 Cleanup read_password(), factor out set_terminal(), fix salt bug (des wants the salt raw, no $ at the beginning). by Rob Landley · 10 years ago
  2. 6d15f0d Cleanup pass on mkpasswd.c by Rob Landley · 10 years ago
  3. a17c5f2 patch from ashwini sharma: treat 0 length read at the start of password read as EOF. by Rob Landley · 10 years ago
  4. 5b40582 Group headers by standard (POSIX or LSB) or function (internationalization, networking). Move headers standards ignore (but which have been there >15 years) to lib/portability.h. Fold xregcomp into lib since it's posix. by Rob Landley · 10 years ago
  5. 59d85e2 Rename xmsprintf() to just xmprintf(). by Rob Landley · 11 years ago
  6. 656d504 Attached is an implementation for groupdel. by Ashwini Sharma · 11 years ago
  7. 938b830 Fix off by one, pointed out by Ashwini Sharma. by Rob Landley · 11 years ago
  8. 3403742 Minor lib/password.c cleanup, described on the list. (Inline two functions.) by Rob Landley · 11 years ago
  9. d0f7935 Prep work for useradd by Ashwini Sharma. by Rob Landley · 11 years ago
  10. 7aa651a Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style. by Rob Landley · 12 years ago
  11. 6ba38c2 Use "_password" instead of "_passwd" for names in lib/password.c. by Rob Landley · 12 years ago
  12. 2c917f5 Add passwd by Kyungwan Han. by Rob Landley · 12 years ago