annotate README.markdown @ 1:b195a14058bb

initial commit
author Jesse Hallett <jesse@galois.com>
date Thu, 05 Mar 2015 16:25:10 -0800
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
b195a14058bb initial commit
Jesse Hallett <jesse@galois.com>
parents:
diff changeset
1 rust-pam
b195a14058bb initial commit
Jesse Hallett <jesse@galois.com>
parents:
diff changeset
2 ========
b195a14058bb initial commit
Jesse Hallett <jesse@galois.com>
parents:
diff changeset
3
b195a14058bb initial commit
Jesse Hallett <jesse@galois.com>
parents:
diff changeset
4 Rust interface to the pluggable authentication module framework (PAM).
b195a14058bb initial commit
Jesse Hallett <jesse@galois.com>
parents:
diff changeset
5
b195a14058bb initial commit
Jesse Hallett <jesse@galois.com>
parents:
diff changeset
6 The goal of this library is to provide a type-safe API that can be used to
b195a14058bb initial commit
Jesse Hallett <jesse@galois.com>
parents:
diff changeset
7 interact with PAM. The library is incomplete - currently it supports a subset
b195a14058bb initial commit
Jesse Hallett <jesse@galois.com>
parents:
diff changeset
8 of functions for use in a pam authentication module. A pam module is a shared
b195a14058bb initial commit
Jesse Hallett <jesse@galois.com>
parents:
diff changeset
9 library that is invoked to authenticate a user, or to perform other functions.
b195a14058bb initial commit
Jesse Hallett <jesse@galois.com>
parents:
diff changeset
10
b195a14058bb initial commit
Jesse Hallett <jesse@galois.com>
parents:
diff changeset
11 For more information, see the package documentation. To build the
b195a14058bb initial commit
Jesse Hallett <jesse@galois.com>
parents:
diff changeset
12 documentation:
b195a14058bb initial commit
Jesse Hallett <jesse@galois.com>
parents:
diff changeset
13
b195a14058bb initial commit
Jesse Hallett <jesse@galois.com>
parents:
diff changeset
14 $ cargo doc
b195a14058bb initial commit
Jesse Hallett <jesse@galois.com>
parents:
diff changeset
15
b195a14058bb initial commit
Jesse Hallett <jesse@galois.com>
parents:
diff changeset
16 Then open
b195a14058bb initial commit
Jesse Hallett <jesse@galois.com>
parents:
diff changeset
17
b195a14058bb initial commit
Jesse Hallett <jesse@galois.com>
parents:
diff changeset
18 target/doc/pam/index.html