aboutsummaryrefslogtreecommitdiff
path: root/toys/lsb/su.c
AgeCommit message (Expand)Author
2020-03-13Fix various typos.Elliott Hughes
2019-03-09Half-finished su change checked in, sorry.Rob Landley
2019-03-07Add reset_env() and make su and login use it. Do long-delayed login cleanup.Rob Landley
2018-12-04Clean up some --help formatting.Elliott Hughes
2015-09-23xexec() is noreturn.Rob Landley
2015-05-14Bugfix from Hyejin Kim: su should not prompt root user for new user's password.Rob Landley
2014-11-19probe for getspnam(), forkpty(), utmpx, replace sethostname()Isaac Dunham
2014-04-09Bugfix: if $TERM and friends aren't set, putenv() got passed a NULL.Rob Landley
2014-01-16Rename xmsprintf() to just xmprintf().Rob Landley
2013-12-23Fix some issues raised (albeit indirectly) by Isaac Dunham.Rob Landley
2013-12-22Promote su from pending to lsb.Rob Landley