index
:
rtftp
debian
pristine-tar
rfc7440
trunk
A rusty client/server for the Trivial File Transfer Protocol
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tftpd.rs
Commit message (
Collapse
)
Author
Age
*
Implement Blocksize Option (RFC 2348)
Reiner Herrmann
2019-02-27
|
*
Move generic TFTP functionality into separate module and server parts into ↵
Reiner Herrmann
2019-02-27
|
|
|
|
struct
*
Implement Option Extension (RFC 2347)
Reiner Herrmann
2019-02-27
|
|
|
|
|
Parse options at the end of read/write requests and acknowledge the supported ones.
*
Parse options at the end of the request
Reiner Herrmann
2019-02-26
|
*
Change directory after dropping privileges, to detect permission problems early
Reiner Herrmann
2019-02-26
|
*
Add copyright header
Reiner Herrmann
2019-02-26
|
*
Don't overwrite files if they already exist
Reiner Herrmann
2019-02-26
|
*
Leave retransmit loop directly after success
Reiner Herrmann
2019-02-26
|
*
Make operation mode configurable
Reiner Herrmann
2019-02-26
|
*
Use same socket for error sending to match TIDs (source ports)
Reiner Herrmann
2019-02-26
|
*
Implement file upload (WRQ)
Reiner Herrmann
2019-02-26
|
*
Allow setting different base directory on command line
Reiner Herrmann
2019-02-25
|
*
Parse command line and make some parameters configurable
Reiner Herrmann
2019-02-24
|
*
Add timeout and retransmission of unacked data
Reiner Herrmann
2019-02-24
|
*
Bind to real tftp port (69) and drop privileges immediately after
Reiner Herrmann
2019-02-24
|
*
Allow only files below current working directory
Reiner Herrmann
2019-02-24
|
*
Improved error handling
Reiner Herrmann
2019-02-24
|
*
Initial tftpd implementation with RRQ support
Reiner Herrmann
2019-02-24