aboutsummaryrefslogtreecommitdiff
path: root/toys/other/login.c
AgeCommit message (Expand)Author
2019-03-23login: clear environment when -p is absentWilliam Djupström
2019-03-07Add reset_env() and make su and login use it. Do long-delayed login cleanup.Rob Landley
2019-03-01William Djupström pointed out we need to chown() the tty.Rob Landley
2015-09-29Make defconfig build for nommu.Rob Landley
2015-08-08login: execl() requires a path, not a file nameIsaac Dunham
2015-08-02Long-overdue cleanup on login.Rob Landley
2015-05-31Move the magic list of commands needing cleanup from toys/pending/READMERob Landley
2015-03-10Use xsignal() instead of signal().Rob Landley
2015-01-01Switch a lot of strncpy() calls to xstrncpy().Rob Landley
2014-11-19probe for getspnam(), forkpty(), utmpx, replace sethostname()Isaac Dunham
2014-06-11Cleanup pass on loginRob Landley
2013-12-23Fix some issues raised (albeit indirectly) by Isaac Dunham.Rob Landley
2012-11-27login: Avoid gcc to drop exit condition because of "always false condition".Jonathan Clairembault
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-10-08New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...Rob Landley
2012-08-25Regularize command headers, update links to standards documents.Rob Landley
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley