summaryrefslogtreecommitdiffstats
path: root/server/nss
Commit message (Expand)AuthorAgeFilesLines
* Move definition into the header fileSimo Sorce2008-11-193-2/+3
* The default message handler will now pass both the method_ctx and theStephen Gallagher2008-11-171-0/+1
* Store all domains served by the SSSD to a binary-tree map for fast NSS lookup.Stephen Gallagher2008-11-073-3/+58
* Add the ping funtion to the nss service Make the monitor task ping connecting...Simo Sorce2008-11-042-1/+18
* Add support for dbus comunication in the nss serviceSimo Sorce2008-11-032-31/+143
* Make return the pid when new process are started.Simo Sorce2008-10-211-6/+32
* Add configuration database functions.Simo Sorce2008-10-206-131/+355
* add code for initgroups callsSimo Sorce2008-10-144-0/+206
* Fix error in parsing multiple groupsSimo Sorce2008-10-144-29/+346
* Implement getgrgid()Simo Sorce2008-10-134-2/+62
* Implement getgrnam()Simo Sorce2008-10-124-14/+354
* Implement getpwent() supportSimo Sorce2008-10-095-77/+335
* Fix memory handling problem, stuff was allocated on the wrong memory context,Simo Sorce2008-10-091-7/+7
* 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
* 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