summaryrefslogtreecommitdiffstats
path: root/server/nss
Commit message (Collapse)AuthorAgeFilesLines
...
* Use classic errno instead of inventing our own, it's broad enough fro atm.Simo Sorce2008-10-094-48/+54
|
* Add getpwuid supportSimo Sorce2008-10-083-8/+93
|
* Use a utility function (to be shared with getpwent)Simo Sorce2008-10-081-60/+75
|
* First retrieval of a user (getpwnam only) from an actual ldb fileSimo Sorce2008-10-086-28/+348
|
* Add primitive debugging capabilities.Simo Sorce2008-10-071-2/+5
| | | | | So far debug goes to stderr so sssd need to be run int interactive mode (-i option)
* First working daemon that responds only to a getpwnam() request with fake dataSimo Sorce2008-10-064-61/+214
|
* Add initial nss responder skeletonSimo Sorce2008-10-043-0/+485