authlocal is a simple, self-contained program module (Just one file, just one function to call from your code) to automatically authenticate users logging into servers from localhost. No username/password entry is required. authlocal has been tested to work under versions 2.0 - 2.4 of the Linux kernel.
| Tags | Software Development Libraries |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux |
| Implementation | C |
Recent releases


Changes: Support for Linux 2.4, and a fix for a fencepost error which would sometimes cause recognition to fail.


Changes: authlocal now rejects all "users" with uid below 100 (this is changeable in authlocal.h).


Changes: Addition of authlocal.h for convenience and better comments in testdaemon.c.


Changes: New testdaemon sample application.


Changes: Initial public release.