John Floren af46c7d1c3 Add auth bits hace 9 años
..
appl af46c7d1c3 Add auth bits hace 9 años
man af46c7d1c3 Add auth bits hace 9 años
Makefile af46c7d1c3 Add auth bits hace 9 años
README af46c7d1c3 Add auth bits hace 9 años
authsrv9.0 af46c7d1c3 Add auth bits hace 9 años
authsrv9.8 af46c7d1c3 Add auth bits hace 9 años
authsrv9.c af46c7d1c3 Add auth bits hace 9 años
des.c af46c7d1c3 Add auth bits hace 9 años
des.h af46c7d1c3 Add auth bits hace 9 años
mkconfig af46c7d1c3 Add auth bits hace 9 años
mkfile af46c7d1c3 Add auth bits hace 9 años
passtokey.c af46c7d1c3 Add auth bits hace 9 años
util.c af46c7d1c3 Add auth bits hace 9 años
util.h af46c7d1c3 Add auth bits hace 9 años

README

# status

should work, using it on local network. see the manual page and
the todo-list below for caveats.


# intro

this provides a plan 9 authentication service (auth/authsrv). one
version is for unix, written in c and not depending on external
libraries. the other version is for inferno, written in limbo.


# install

for the unix code:
execute "make". see the manual page authsrv9.8 for more information.

for the inferno code:
modify "mkconfig" if you don't have $ROOT set, execute "mk install".
see the manual page authsrv9(8) for more information.

when building from within inferno, insert SYSHOST=Inferno and ROOT=
in the mk invocations to override the values in the mkconfig.


# latest version

get it from:

http://www.ueber.net/code/r/authsrv9


# licence & author

all files are in the public domain. this code has been written by
mechiel lukkien, reachable at mechiel@ueber.net.


# todo

- do a thorough security review