summaryrefslogtreecommitdiff
path: root/source4/lib/nss_wrapper
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21r25873: nss_wrapper: hopefully a better fix for the solaris get*ent_r functionsStefan Metzmacher1-0/+28
metze (This used to be commit 084aad79807ba787a5d1560cf6152d4b26e8e1f6)
2007-12-21r25872: nss_wrapper: revert solaris get*ent_r() functionsStefan Metzmacher1-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)
2007-12-21r25871: nss_wrapper: set the destination pointer in the get*_r functionsStefan Metzmacher1-2/+10
metze (This used to be commit e68d1c9276a6696efeb7271433072b3cb3ab33cb)
2007-12-21r25868: nss_wrapper: add solaris versions of getpwent_r and getgrent_rStefan Metzmacher1-0/+62
metze (This used to be commit 386b28f988e80989f3c0e8acdfb1b66469e0a7a5)
2007-12-21r25866: nss_wrapper: not all systems have get*_r callsStefan Metzmacher1-0/+20
metze (This used to be commit 6a3f97aeac81cf7dd1a28fd9f17ec2f6e35300dc)
2007-12-21r25837: nss_wrapper: add nss_wrapper.plStefan Metzmacher1-0/+265
This script will be used to add|delete passwd|group entries metze (This used to be commit 1f51a2db0aae05c062fa97c3989c71464b5235a9)
2007-12-21r25836: nss_wrapper: add support for groups and return EPERM in initgroups()Stefan Metzmacher1-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)
2007-12-21r25835: nss_wrapper: add support for passwd accountsStefan Metzmacher1-14/+567
The NSS_WRAPPER_PASSWD envvar should point to the /etc/passwd style file. metze (This used to be commit c98028458ab451bdde6ec2df6a12babc52ec1625)
2007-12-21r25834: nss_wrapper: add lib/nss_wrapper skeletonStefan Metzmacher4-0/+374
metze (This used to be commit 9fdde8d5f5cc3ea49c0fb4078d7989058462e1d2)