aboutsummaryrefslogtreecommitdiff
path: root/toys/lsb/su.c
AgeCommit message (Expand)Author
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