aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/tftpd.c
AgeCommit message (Collapse)Author
2015-09-11Replace toys.exithelp with help_exit() in lib.Rob Landley
2014-07-06Minor cleanup pass.Rob Landley
2013-12-23Fix some issues raised (albeit indirectly) by Isaac Dunham.Rob Landley
POLL_IN defined as a constant by some libc. Factor out login.c's change_identity() to xwrap.c as xsetuser(). Replace xsetuid() with xsetuser() Put a space between argument globals and non-argument globals. TT starts zeroed, don't need to re-zero entries in it. STDIN_FILENO has been 0 since 1969, even DOS copied that. Just say 0. Added an xchroot() using xchdir() to lib/xwrap.c. Remove endgrent() call until somebody can explain why it was there.
2013-11-28Add xgetpwnam() to lib/xwrap.c.Rob Landley
2013-11-20tftpd upgrade from Ashwini Sharma based on comments from Felix Janda.Rob Landley
2013-11-10Stuff in pending should default n until cleaned up.Rob Landley
2013-11-10Add tftpdAshwini Sharma