summaryrefslogtreecommitdiffstats
path: root/server/nss/nsssrv_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* Add configuration database functions.Simo Sorce2008-10-201-23/+28
* add code for initgroups callsSimo Sorce2008-10-141-0/+82
* Fix error in parsing multiple groupsSimo Sorce2008-10-141-2/+219
* Implement getgrgid()Simo Sorce2008-10-131-1/+31
* Implement getgrnam()Simo Sorce2008-10-121-4/+176
* Implement getpwent() supportSimo Sorce2008-10-091-30/+264
* Use classic errno instead of inventing our own, it's broad enough fro atm.Simo Sorce2008-10-091-11/+11
* Add getpwuid supportSimo Sorce2008-10-081-5/+35
* 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-081-24/+122
* First working daemon that responds only to a getpwnam() request with fake dataSimo Sorce2008-10-061-0/+118