repository overview

about

information about this package can be found in the README. here is a html-version of the 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:
make sure you have a valid "mkconfig", execute "mk install".  see
the manual page authsrv9(8) for more information.

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 or mechiel@xs4all.nl.

todo

clone

to clone & pull:

hg clone http://www.ueber.net/hgsrv/authsrv9/
or
hg clone static-http://www.ueber.net/who/mjl/hg/authsrv9/

tgz

download a snapshot of the latest version: authsrv9-4.tgz.

contents

the files in the latest revision can be found at /hg/authsrv9/files/tip/. a specific revision can be access by replacing "tip" with the revision number, (partial) nodeid or tag name. a few direct links to useful files in the latest revision:

manual pages:

limbo source files:

c header files:

c source files:

changes

rev nodeid when diff why
4 e0ba8b0a318a 8 months diff welcome limbo version. ...
3 2950248ac05c 10 months diff import own des library. no more external dependencies.
2 71fa8cd7a58b 10 months diff don't use the non-portable fgetln. use fgets instead. from dho.
1 c76dee515beb 10 months diff get rid of some compiler warnings on linux systems. won't compile...
0 f131c2975c69 11 months - welcome authsrv9.