aboutsummaryrefslogtreecommitdiff
path: root/src/tftpd.rs
Commit message (Expand)AuthorAge
* Implement Blocksize Option (RFC 2348)Reiner Herrmann2019-02-27
* Move generic TFTP functionality into separate module and server parts into st...Reiner Herrmann2019-02-27
* Implement Option Extension (RFC 2347)Reiner Herrmann2019-02-27
* Parse options at the end of the requestReiner Herrmann2019-02-26
* Change directory after dropping privileges, to detect permission problems earlyReiner Herrmann2019-02-26
* Add copyright headerReiner Herrmann2019-02-26
* Don't overwrite files if they already existReiner Herrmann2019-02-26
* Leave retransmit loop directly after successReiner Herrmann2019-02-26
* Make operation mode configurableReiner Herrmann2019-02-26
* Use same socket for error sending to match TIDs (source ports)Reiner Herrmann2019-02-26
* Implement file upload (WRQ)Reiner Herrmann2019-02-26
* Allow setting different base directory on command lineReiner Herrmann2019-02-25
* Parse command line and make some parameters configurableReiner Herrmann2019-02-24
* Add timeout and retransmission of unacked dataReiner Herrmann2019-02-24
* Bind to real tftp port (69) and drop privileges immediately afterReiner Herrmann2019-02-24
* Allow only files below current working directoryReiner Herrmann2019-02-24
* Improved error handlingReiner Herrmann2019-02-24
* Initial tftpd implementation with RRQ supportReiner Herrmann2019-02-24