- Add the new libnpauth library.
commitc7573b4ec30793e3d656045f1e427cf9899755ad
authornewsham <newsham@fd0465a7-2a7b-4605-b674-a3f860cb63d9>
Tue, 5 Jan 2010 19:32:54 +0000 (5 19:32 +0000)
committernewsham <newsham@fd0465a7-2a7b-4605-b674-a3f860cb63d9>
Tue, 5 Jan 2010 19:32:54 +0000 (5 19:32 +0000)
treed3184cbe1e9fdb0d2693908d20b52e52b8577256
parent6abc8cc97ef3393e250b7c3063a447d2fef0942a
- Add the new libnpauth library.
  Tested on windows, linux and osx and against npfs, plan9, and py9p.
  Example npfs server and client in examples subdir.
  Example authserver in authsrv subdir.

git-svn-id: http://npfs.svn.sourceforge.net/svnroot/npfs/npfs/trunk@54 fd0465a7-2a7b-4605-b674-a3f860cb63d9
22 files changed:
include/npauth.h [new file with mode: 0644]
libnpauth/Makefile [new file with mode: 0644]
libnpauth/authsrv/Makefile [new file with mode: 0644]
libnpauth/authsrv/authsrv.c [new file with mode: 0644]
libnpauth/authsrv/ntmakefile [new file with mode: 0644]
libnpauth/authsrv/sources [new file with mode: 0644]
libnpauth/authsrv/winhelp.c [new file with mode: 0644]
libnpauth/examples/9ls.c [new file with mode: 0644]
libnpauth/examples/Makefile [new file with mode: 0644]
libnpauth/examples/echofs.c [new file with mode: 0644]
libnpauth/examples/ntmakefile [new file with mode: 0644]
libnpauth/examples/sources [new file with mode: 0644]
libnpauth/examples/winhelp.c [new file with mode: 0644]
libnpauth/help.c [new file with mode: 0644]
libnpauth/msgs.c [new file with mode: 0644]
libnpauth/npaimpl.h [new file with mode: 0644]
libnpauth/ntmakefile [new file with mode: 0644]
libnpauth/ossl.h [new file with mode: 0644]
libnpauth/p9any.c [new file with mode: 0644]
libnpauth/p9sk1.c [new file with mode: 0644]
libnpauth/sources [new file with mode: 0644]
libnpauth/srv.c [new file with mode: 0644]