robojeb / AgFS

AgFS is a union mount style filesystem designed to allow easy access for users to remote file locations while still allowing server maintainers to keep control over who has access to what part of the file tree.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modify the code that writes the server and client keys

MarkCMann opened this issue · comments

Currently, the code that writes the keys to the server/reads from the client requires keys of a specific size. I have just written a lovely function for writing/reading c strings of arbitrary size to/from a socket file descriptor. We should migrate this code to use the new IO wrapper to allow for a more robust key authorization routine.