summaryrefslogtreecommitdiffstats
path: root/server/nss/nsssrv_ldb.c
Commit message (Collapse)AuthorAgeFilesLines
* Replacing hard-coded paths with configure script substitutions.Stephen Gallagher2008-11-241-1/+9
| | | | Changing the default SBUS locations to be configure script parameters
* 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
| | | | | | Changed the "section" feature of confdb.c to use '/' as a delimiter instead of '.', because this conflicted with the ability to use dots in domain names.
* Add configuration database functions.Simo Sorce2008-10-201-69/+238
| | | | Convert nss responder to use the confdb
* add code for initgroups callsSimo Sorce2008-10-141-0/+114
|
* Fix error in parsing multiple groupsSimo Sorce2008-10-141-25/+120
| | | | | Revert to use 'cn' for group names Implement getgrent()
* 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
| | | | causing it to be freed ahead of time
* 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