CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2015/07/19 22:28:03

Modified files:
        usr.sbin/tftpd : tftpd.c 

Log message:
tweak the /etc/random.seed interception so it provides a FILE* via
fmemopen for the rest of the code to chew on, rather than having
special casing for seed generation in the sending code.

this also means our fake random.seed files will get proper netascii
encoding by being read via the fgetc api instead of directly from
a buffer.

ok deraadt@ mcbride@

Reply via email to