1. 2fd8624 Some infrastructure hexedit needs. (Poor man's curses.) by Rob Landley · 9 years ago
  2. 2c1cf4a Remove trailing whitespace. by Rob Landley · 9 years ago
  3. 6e087a3 Remove unnecessary assignment spotted by Cynt Rynt. by Rob Landley · 10 years ago
  4. e0d8009 The only illegal characters in a username are ":" (field separator), "\n" (line separator), and "/" (filename separator). by Rob Landley · 10 years ago
  5. 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
  6. 6d15f0d Cleanup pass on mkpasswd.c by Rob Landley · 10 years ago
  7. a17c5f2 patch from ashwini sharma: treat 0 length read at the start of password read as EOF. by Rob Landley · 10 years ago
  8. 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
  9. 59d85e2 Rename xmsprintf() to just xmprintf(). by Rob Landley · 10 years ago
  10. 656d504 Attached is an implementation for groupdel. by Ashwini Sharma · 10 years ago
  11. 938b830 Fix off by one, pointed out by Ashwini Sharma. by Rob Landley · 11 years ago
  12. 3403742 Minor lib/password.c cleanup, described on the list. (Inline two functions.) by Rob Landley · 11 years ago
  13. d0f7935 Prep work for useradd by Ashwini Sharma. by Rob Landley · 11 years ago
  14. 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
  15. 6ba38c2 Use "_password" instead of "_passwd" for names in lib/password.c. by Rob Landley · 12 years ago
  16. 2c917f5 Add passwd by Kyungwan Han. by Rob Landley · 12 years ago