summaryrefslogtreecommitdiffstats
path: root/source4/lib/nss_wrapper/nss_wrapper.c
Commit message (Collapse)AuthorAgeFilesLines
* Use single cope of nss_wrapper in Samba 3 and Samba 4.Jelmer Vernooij2008-09-161-1130/+0
|
* r25873: nss_wrapper: hopefully a better fix for the solaris get*ent_r functionsStefan Metzmacher2007-12-211-0/+28
| | | | | metze (This used to be commit 084aad79807ba787a5d1560cf6152d4b26e8e1f6)
* r25872: nss_wrapper: revert solaris get*ent_r() functionsStefan Metzmacher2007-12-211-62/+0
| | | | | | | | This was the wrong approach, as in future lib/replace should hide this special solaris stuff. metze (This used to be commit e99feb5ff5f22522b902fe523e9aee80856ba422)
* r25871: nss_wrapper: set the destination pointer in the get*_r functionsStefan Metzmacher2007-12-211-2/+10
| | | | | metze (This used to be commit e68d1c9276a6696efeb7271433072b3cb3ab33cb)
* r25868: nss_wrapper: add solaris versions of getpwent_r and getgrent_rStefan Metzmacher2007-12-211-0/+62
| | | | | metze (This used to be commit 386b28f988e80989f3c0e8acdfb1b66469e0a7a5)
* r25866: nss_wrapper: not all systems have get*_r callsStefan Metzmacher2007-12-211-0/+20
| | | | | metze (This used to be commit 6a3f97aeac81cf7dd1a28fd9f17ec2f6e35300dc)
* r25836: nss_wrapper: add support for groups and return EPERM in initgroups()Stefan Metzmacher2007-12-211-15/+356
| | | | | | | | | | | | The NSS_WRAPPER_GROUP envvar should point to the /etc/group style file. Note: NSS_WRAPPER_PASSWD and NSS_WRAPPER_GROUP both need non-empty values to enable NSS Wrapper support. metze (This used to be commit fa255cc4b5c03ffe7b0fcf6c1fe4b61ff303fdd8)
* r25835: nss_wrapper: add support for passwd accountsStefan Metzmacher2007-12-211-14/+567
| | | | | | | | The NSS_WRAPPER_PASSWD envvar should point to the /etc/passwd style file. metze (This used to be commit c98028458ab451bdde6ec2df6a12babc52ec1625)
* r25834: nss_wrapper: add lib/nss_wrapper skeletonStefan Metzmacher2007-12-211-0/+180
metze (This used to be commit 9fdde8d5f5cc3ea49c0fb4078d7989058462e1d2)