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:
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

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-5.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
5 8bf1e6982be3 14 months diff remove old email address, add mkconfig.
4 e0ba8b0a318a 2 years diff welcome limbo version. ...
3 2950248ac05c 3 years diff import own des library. no more external dependencies.
2 71fa8cd7a58b 3 years diff don't use the non-portable fgetln. use fgets instead. from dho.
1 c76dee515beb 3 years diff get rid of some compiler warnings on linux systems. won't compile...
0 f131c2975c69 3 years - welcome authsrv9.