index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
tftpd
Age
Commit message (
Expand
)
Author
2013-11-12
ensure there are prototypes
Theo de Raadt
2013-08-13
when handling puts from a client (ie, tftpd is writing a file to
David Gwynne
2013-06-01
use the standardized names instead of S_IREAD and S_IWRITE
Theo de Raadt
2013-05-07
getpwnam doesnt set errno on failure, so use errx, not err, to say it
David Gwynne
2013-03-17
i missed the bit of maxime villards diff that took the client_free out of
David Gwynne
2013-03-15
let oack use the full buffer space to build its packet, not just the size
David Gwynne
2013-03-15
"correct" the order of calloc arguments.
David Gwynne
2013-03-15
fix up some lwarn()s that should be lwarnx()s
David Gwynne
2013-03-15
fix a huge bug in tftpd.
David Gwynne
2012-09-12
Define empty CDIAGFLAGS for programs that use Werror.
Christiano F. Haesbaert
2012-07-13
zap trailing whitespace; no binary change
Gleydson Soares
2012-07-10
fix the last outstanding functionality difference i could find between
David Gwynne
2012-07-10
libexec/tftpd handled the case where we'd get an ack for the previous
David Gwynne
2012-03-15
Add sys/queue.h. ok dlg
Nicholas Marriott
2012-03-08
-pedantic wasnt supposed to be commited.
David Gwynne
2012-03-07
dont mix code and declarations.
David Gwynne
2012-03-04
tweak the description of -r further;
Jason McIntyre
2012-03-04
document what tftpd expects when talking to the rewrite socket.
David Gwynne
2012-03-02
tweaks;
Jason McIntyre
2012-03-02
CFLAGS+= -Wall -Werror and the resulting cleanup
David Gwynne
2012-03-02
a persistent event driven tftp daemon.
David Gwynne