History log of /external/toybox/toys/pending/tftpd.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f383983d9868d2f3151b307c5f5bbc506e2f87d6 07-Jul-2014 Rob Landley <rob@landley.net> Minor cleanup pass.
/external/toybox/toys/pending/tftpd.c
afba5b8efdf1bac2c02ca787840a2be053c800f7 23-Dec-2013 Rob Landley <rob@landley.net> Fix some issues raised (albeit indirectly) by Isaac Dunham.

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.
/external/toybox/toys/pending/tftpd.c
5ec4ab3113dcc813b6040d7ded38e297df99dc0e 29-Nov-2013 Rob Landley <rob@landley.net> Add xgetpwnam() to lib/xwrap.c.
/external/toybox/toys/pending/tftpd.c
c8018a263d5e67c57411477fbb1e532d7139a75e 21-Nov-2013 Rob Landley <rob@landley.net> tftpd upgrade from Ashwini Sharma based on comments from Felix Janda.
/external/toybox/toys/pending/tftpd.c
f467297736e8edfa0fee9099243d167074595ab8 10-Nov-2013 Rob Landley <rob@landley.net> Stuff in pending should default n until cleaned up.
/external/toybox/toys/pending/tftpd.c
9531f299079699193ea4534144420462f980f4fa 10-Nov-2013 Ashwini Sharma <ak.ashwini@gmail.com> Add tftpd
/external/toybox/toys/pending/tftpd.c