log lib/password.c @ 1433:00c20f410c46 draft

age author description
Sat, 28 Jun 2014 20:02:01 -0500 Rob Landley Cleanup read_password(), factor out set_terminal(), fix salt bug (des wants the salt raw, no $ at the beginning). draft
Wed, 25 Jun 2014 22:54:59 -0500 Rob Landley Cleanup pass on mkpasswd.c draft
Sat, 24 May 2014 12:48:32 -0500 Rob Landley patch from ashwini sharma: treat 0 length read at the start of password read as EOF. draft
Sat, 29 Mar 2014 18:11:00 -0500 Rob Landley 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. draft
Thu, 16 Jan 2014 09:26:50 -0600 Rob Landley Rename xmsprintf() to just xmprintf(). draft
Mon, 23 Dec 2013 07:23:28 -0600 Ashwini Sharma Attached is an implementation for groupdel. draft
Sun, 03 Nov 2013 17:09:33 -0600 Rob Landley Fix off by one, pointed out by Ashwini Sharma. draft
Wed, 16 Oct 2013 20:01:46 -0500 Rob Landley Minor lib/password.c cleanup, described on the list. (Inline two functions.) draft
Wed, 16 Oct 2013 19:30:17 -0500 Rob Landley Prep work for useradd by Ashwini Sharma. draft
Tue, 13 Nov 2012 17:14:08 -0600 Rob Landley 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.
Sat, 21 Jul 2012 18:38:36 -0500 Rob Landley Use "_password" instead of "_passwd" for names in lib/password.c.
Tue, 17 Jul 2012 08:54:47 -0500 Rob Landley Add passwd by Kyungwan Han.