Age | Commit message (Expand) | Author |
2020-09-23 | Have read_password() read from tty device, handle ctrl-c and ctrl-d. | Rob Landley |
2020-09-23 | Chris Sarra pointed out that nerfing xprintf() so it doesn't actually flush | Rob Landley |
2019-07-22 | Start replacing get_line() with getline(). | Elliott Hughes |
2018-10-10 | Add xsignal_flags() and more consistently use xsignal() instead of signal(). | Rob Landley |
2018-08-17 | Make microcom use set_terminal() and move speed setting into set_terminal(). | Rob Landley |
2018-07-04 | Add xgetrandom() with probe for new system call (else open/read /dev/{,u}random) | Rob Landley |
2016-08-04 | Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout, | Rob Landley |
2015-05-31 | Move the magic list of commands needing cleanup from toys/pending/README | Rob Landley |
2015-04-27 | Some infrastructure hexedit needs. (Poor man's curses.) | Rob Landley |
2015-01-18 | Remove trailing whitespace. | Rob Landley |
2014-11-11 | Remove unnecessary assignment spotted by Cynt Rynt. | Rob Landley |
2014-09-26 | The only illegal characters in a username are ":" (field separator), "\n" (li... | Rob Landley |
2014-06-28 | Cleanup read_password(), factor out set_terminal(), fix salt bug (des wants t... | Rob Landley |
2014-06-25 | Cleanup pass on mkpasswd.c | Rob Landley |
2014-05-24 | patch from ashwini sharma: treat 0 length read at the start of password read ... | Rob Landley |
2014-03-29 | Group headers by standard (POSIX or LSB) or function (internationalization, n... | Rob Landley |
2014-01-16 | Rename xmsprintf() to just xmprintf(). | Rob Landley |
2013-12-23 | Attached is an implementation for groupdel. | Ashwini Sharma |
2013-11-03 | Fix off by one, pointed out by Ashwini Sharma. | Rob Landley |
2013-10-16 | Minor lib/password.c cleanup, described on the list. (Inline two functions.) | Rob Landley |
2013-10-16 | Prep work for useradd by Ashwini Sharma. | Rob Landley |
2012-11-13 | Reindent to two spaces per level. Remove vi: directives that haven't worked r... | Rob Landley |
2012-07-21 | Use "_password" instead of "_passwd" for names in lib/password.c. | Rob Landley |
2012-07-17 | Add passwd by Kyungwan Han. | Rob Landley |