summaryrefslogtreecommitdiff
path: root/usr.sbin/tftpd
AgeCommit message (Expand)Author
2013-11-12ensure there are prototypesTheo de Raadt
2013-08-13when handling puts from a client (ie, tftpd is writing a file toDavid Gwynne
2013-06-01use the standardized names instead of S_IREAD and S_IWRITETheo de Raadt
2013-05-07getpwnam doesnt set errno on failure, so use errx, not err, to say itDavid Gwynne
2013-03-17i missed the bit of maxime villards diff that took the client_free out ofDavid Gwynne
2013-03-15let oack use the full buffer space to build its packet, not just the sizeDavid Gwynne
2013-03-15"correct" the order of calloc arguments.David Gwynne
2013-03-15fix up some lwarn()s that should be lwarnx()sDavid Gwynne
2013-03-15fix a huge bug in tftpd.David Gwynne
2012-09-12Define empty CDIAGFLAGS for programs that use Werror.Christiano F. Haesbaert
2012-07-13zap trailing whitespace; no binary changeGleydson Soares
2012-07-10fix the last outstanding functionality difference i could find betweenDavid Gwynne
2012-07-10libexec/tftpd handled the case where we'd get an ack for the previousDavid Gwynne
2012-03-15Add sys/queue.h. ok dlgNicholas Marriott
2012-03-08-pedantic wasnt supposed to be commited.David Gwynne
2012-03-07dont mix code and declarations.David Gwynne
2012-03-04tweak the description of -r further;Jason McIntyre
2012-03-04document what tftpd expects when talking to the rewrite socket.David Gwynne
2012-03-02tweaks;Jason McIntyre
2012-03-02CFLAGS+= -Wall -Werror and the resulting cleanupDavid Gwynne
2012-03-02a persistent event driven tftp daemon.David Gwynne