Stateless NFS server, C user library and example Cpp client prepared for Internet Techniques subject at Warsaw University of Technology
Install development headers for Linux PAM. Example for Ubuntu:
sudo apt install libpam0g-devAfter installing neccesary dependencies, create out/ directory and run make command with one of the following goals:
make all # Build release version of project
make asan_lsan # Build with AddressSanitizer enabled
make debug # Build with debug symbols
make tests # Build unit testsCompiled files should be available in out/ directory.
Starting server with default config file:
out/server server/example.cfgStarting client:
out/client