summaryrefslogtreecommitdiffstats
path: root/server/nss/nsssrv_ldb.c
Commit message (Expand)AuthorAgeFilesLines
* Regroup database rleated functions under db andSimo Sorce2009-01-121-762/+0
* Use a unified base (temp. dc=sssd), for all domain including LOCAL.Simo Sorce2009-01-111-134/+92
* The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce2009-01-081-25/+32
* Replacing hard-coded paths with configure script substitutions.Stephen Gallagher2008-11-241-1/+9
* Move definition into the header fileSimo Sorce2008-11-191-2/+0
* Store all domains served by the SSSD to a binary-tree map for fast NSS lookup.Stephen Gallagher2008-11-071-1/+1
* Add configuration database functions.Simo Sorce2008-10-201-69/+238
* add code for initgroups callsSimo Sorce2008-10-141-0/+114
* Fix error in parsing multiple groupsSimo Sorce2008-10-141-25/+120
* Implement getgrgid()Simo Sorce2008-10-131-0/+24
* Implement getgrnam()Simo Sorce2008-10-121-10/+159
* Implement getpwent() supportSimo Sorce2008-10-091-43/+54
* 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-091-15/+21
* Add getpwuid supportSimo Sorce2008-10-081-3/+52
* First retrieval of a user (getpwnam only) from an actual ldb fileSimo Sorce2008-10-081-0/+174