summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix module nameSimo Sorce2014-03-091-2/+2
| | | | | | The module structure name used throughout the code didn't match the name of the initialized structure, so the one used was always uninitialized.
* Add option to map GSS Name to local NameSimo Sorce2014-03-081-2/+31
| | | | | | | Always preserves the received name in GSS_NAME. In the kereberos case this will result in the environment variable called GSS_NAME the user's principal, while REMOTE_USER will contain the user name as mapped by the kerberos library.
* Use the cred_store extension to save credentialsSimo Sorce2014-03-081-6/+54
|
* Fix warningsSimo Sorce2014-02-151-2/+5
|
* Add initial configure scriptsSimo Sorce2014-02-158-0/+139
|
* Example apache module confSimo Sorce2014-02-151-0/+1
|
* Initial codeSimo Sorce2014-02-151-0/+224
Signed-off-by: Simo Sorce <simo@redhat.com>