OSDN Git Service

Manually inline TOP_COMMON and PGKILL_COMMON help text until I can teach
[android-x86/external-toybox.git] / lib / password.c
2016-08-04 Rob LandleyMake xopen() skip stdin/stdout/stderr, add xopen_stdio...
2015-05-31 Rob LandleyMove the magic list of commands needing cleanup from...
2015-04-27 Rob LandleySome infrastructure hexedit needs. (Poor man's curses.)
2015-01-18 Rob LandleyRemove trailing whitespace.
2014-11-11 Rob LandleyRemove unnecessary assignment spotted by Cynt Rynt.
2014-09-26 Rob LandleyThe only illegal characters in a username are ":" ...
2014-06-29 Rob LandleyCleanup read_password(), factor out set_terminal()...
2014-06-26 Rob LandleyCleanup pass on mkpasswd.c
2014-05-24 Rob Landleypatch from ashwini sharma: treat 0 length read at the...
2014-03-29 Rob LandleyGroup headers by standard (POSIX or LSB) or function...
2014-01-16 Rob LandleyRename xmsprintf() to just xmprintf().
2013-12-23 Ashwini SharmaAttached is an implementation for groupdel.
2013-11-03 Rob LandleyFix off by one, pointed out by Ashwini Sharma.
2013-10-17 Rob LandleyMinor lib/password.c cleanup, described on the list...
2013-10-17 Rob LandleyPrep work for useradd by Ashwini Sharma.
2012-11-13 Rob LandleyReindent to two spaces per level. Remove vi: directives...
2012-07-21 Rob LandleyUse "_password" instead of "_passwd" for names in lib...
2012-07-17 Rob LandleyAdd passwd by Kyungwan Han.