Michael P. Soulier

Results 21 issues of Michael P. Soulier

I am working on RSA-SHA1 on a server, using a python client as the sample client, and I was hoping to test it with this library. I will look into...

I have a file at root/etc/e-smith/templates/etc/e-smith/web/django/teleworker/settings.py/20vars that used to be findable but now is not. It does not show up in search results at all.

``` msoulier@merlin:~/work/tftpy$ PYTHONPATH=. python bin/tftpy_client.py -d startup.cfg --host=10.39.40.21 Both the --host and --filename options are required. Options: -h, --help show this help message and exit -H HOST, --host=HOST remote host...

plan to fix

If you pass unicode into tftpy you end up with an obscure encode error. The library should just catch that up front.

plan to fix

Had a feature request to add read-only flags to the server to prevent uploads. The only option right now is to run the tftp root somewhere that the server does...

planned feature

Right now tftpy is ipv4 only. Some patches were supplied to add ipv6 support, and I now have a network setup where I can test it, so lets do it.

planned feature

Currently we do no locking at all. The client and server should use flock with read/write locks if they are reading/writing, to prevent file corruption.

planned feature

ISPs often block udp port 69 as it's been used to spread malware. It might be nice to allow the server to listen on multiple ports. We could run multiple...

planned feature

Currently we use a select loop and blocking sockets, which is actually not a good combination. There are many reasons why select can return, and sometimes they result in a...

plan to fix

It might be nice to allow the server to serve from a list of directories instead of just one. The only problem here is when someone sends a WRQ request,...

planned feature