aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add Cargo.lock to keep the current state buildableHEADtrunkReiner Herrmann2023-04-19
|
* Add missing imports to build with current landlock snapshotReiner Herrmann2023-04-19
|
* Restrict filesystem access with landlock, if it is supportedReiner Herrmann2022-10-29
|
* "extern crate" no longer requiredReiner Herrmann2022-10-29
|
* Update nix dependency and reduce used featuresReiner Herrmann2022-10-22
|
* Bump rust edition to 2021Reiner Herrmann2022-07-16
|
* Use Default trait for optionsReiner Herrmann2022-07-09
|
* CI: bump codeql-action to v2Reiner Herrmann2022-06-03
|
* Create rust-clippy.ymlReiner Herrmann2022-05-01
|
* Fix clippy warnings and ignore two othersReiner Herrmann2022-05-01
|
* Fix markdown linter warningsReiner Herrmann2022-03-05
|
* Bump version to 1.1.21.1.2Reiner Herrmann2021-08-06
|
* Update changelogReiner Herrmann2021-08-06
|
* Link to crates.io in READMEReiner Herrmann2021-08-06
|
* Document alternative way to install binariesReiner Herrmann2021-08-06
|
* Convert README to MarkdownReiner Herrmann2021-08-06
|
* Add some more metadata about the packageReiner Herrmann2021-08-06
|
* Enable Github CIReiner Herrmann2021-08-06
|
* Log test timings also to stdoutReiner Herrmann2021-08-06
|
* Use curl in testsuite for up/downloadsReiner Herrmann2021-08-06
|
* Update dependenciesReiner Herrmann2021-08-06
|
* Fix some linter warningsReiner Herrmann2021-08-06
|
* Bump version to 1.1.11.1.1Reiner Herrmann2020-01-19
|
* Update changelogReiner Herrmann2020-01-19
|
* Bump copyright yearsReiner Herrmann2020-01-19
|
* Some cleanup as suggested by clippyReiner Herrmann2020-01-19
|
* Skip canonical path check when running chrootedReiner Herrmann2020-01-19
| | | | | | | | | | This works around musl's requirement of mounted /proc for running realpath(3), which is used by std::path::Path.canonicalize(). See also: https://www.openwall.com/lists/musl/2019/10/08/1 The check is not required, as only files inside the chrooted directory can be served.
* Update dependencies to versions in Debian unstableReiner Herrmann2020-01-19
|
* Bump version to 1.1.01.1.0Reiner Herrmann2019-10-05
|
* Update dependencies to versions in Debian unstableReiner Herrmann2019-10-05
|
* Add changelogReiner Herrmann2019-10-05
|
* Check for minimum length of requestReiner Herrmann2019-09-15
|
* Drop -d parameter and allow appending directory at end of command lineReiner Herrmann2019-08-29
|
* Use dyn keyword for trait objects to fix deprecation warningsReiner Herrmann2019-08-29
|
* Simplify command line argument parsingReiner Herrmann2019-03-26
|
* Simplify error handling in some placesReiner Herrmann2019-03-25
|
* Simplify blksize2 calculationReiner Herrmann2019-03-25
|
* Support utimeout option (non-standard)Reiner Herrmann2019-03-24
|
* Support blksize2 option (non-standard)Reiner Herrmann2019-03-24
|
* chroot to destination directory when having sufficient permissionsReiner Herrmann2019-03-24
|
* Bump version to 1.0.01.0.0Reiner Herrmann2019-03-12
| | | | | The current state is considered feature-complete, as the main TFTP RFC and the important extensions have been implemented.
* Use buffered file reading and fix the behaviour of read returning less data ↵Reiner Herrmann2019-03-10
| | | | than expected
* Use write_all as suggested by clippyReiner Herrmann2019-03-10
|
* Implement netascii transfer mode (in server, client and for tsize option)Reiner Herrmann2019-03-10
|
* Refactor test scriptReiner Herrmann2019-03-10
|
* Run a test against itselfReiner Herrmann2019-03-09
|
* Add a few testsReiner Herrmann2019-03-09
|
* Use configured dir for allowed file checkReiner Herrmann2019-03-09
|
* Implement Default trait for tftpd ConfigurationReiner Herrmann2019-03-09
|
* Drop unnecessary return value from functionReiner Herrmann2019-03-08
|