summaryrefslogtreecommitdiff
path: root/server/nss/nsssrv_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-06Change cli_ctx to include nss_ctx, not just select members of it.Simo Sorce1-14/+14
2008-10-20Add configuration database functions.Simo Sorce1-23/+28
2008-10-14 add code for initgroups callsSimo Sorce1-0/+82
2008-10-14Fix error in parsing multiple groupsSimo Sorce1-2/+219
2008-10-13Implement getgrgid()Simo Sorce1-1/+31
2008-10-12Implement getgrnam()Simo Sorce1-4/+176
2008-10-09Implement getpwent() supportSimo Sorce1-30/+264
2008-10-09Use classic errno instead of inventing our own, it's broad enough fro atm.Simo Sorce1-11/+11
2008-10-08Add getpwuid supportSimo Sorce1-5/+35
2008-10-08Use a utility function (to be shared with getpwent)Simo Sorce1-60/+75
2008-10-08First retrieval of a user (getpwnam only) from an actual ldb fileSimo Sorce1-24/+122
2008-10-06First working daemon that responds only to a getpwnam() request with fake dataSimo Sorce1-0/+118