summaryrefslogtreecommitdiff
path: root/server/nss/nsssrv_ldb.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-24Replacing hard-coded paths with configure script substitutions.Stephen Gallagher1-1/+9
2008-11-19Move definition into the header fileSimo Sorce1-2/+0
2008-11-07Store all domains served by the SSSD to a binary-tree map for fast NSS lookup.Stephen Gallagher1-1/+1
2008-10-20Add configuration database functions.Simo Sorce1-69/+238
2008-10-14 add code for initgroups callsSimo Sorce1-0/+114
2008-10-14Fix error in parsing multiple groupsSimo Sorce1-25/+120
2008-10-13Implement getgrgid()Simo Sorce1-0/+24
2008-10-12Implement getgrnam()Simo Sorce1-10/+159
2008-10-09Implement getpwent() supportSimo Sorce1-43/+54
2008-10-09Fix memory handling problem, stuff was allocated on the wrong memory context,Simo Sorce1-7/+7
2008-10-09Use classic errno instead of inventing our own, it's broad enough fro atm.Simo Sorce1-15/+21
2008-10-08Add getpwuid supportSimo Sorce1-3/+52
2008-10-08First retrieval of a user (getpwnam only) from an actual ldb fileSimo Sorce1-0/+174