summaryrefslogtreecommitdiffstats
path: root/source4/lib/nss_wrapper
Commit message (Collapse)AuthorAgeFilesLines
* Use single cope of nss_wrapper in Samba 3 and Samba 4.Jelmer Vernooij2008-09-165-1586/+0
|
* Use variables for source directory in remaining subsystems.Jelmer Vernooij2008-05-181-1/+1
| | | | (This used to be commit 6b6b2196a8a8d9e741f5c399185ded7a16938da0)
* Avoid installing non-public header.Jelmer Vernooij2008-05-111-1/+0
| | | | (This used to be commit bec87e1878841764104b98f05b34a72a98c8dd71)
* Move object file lists to the Makefile.Jelmer Vernooij2008-03-031-1/+1
| | | | (This used to be commit a7e6d2a1832db388fdafa1279f84c9a8bbfc87d6)
* Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-261-1/+2
| | | | (This used to be commit 89f7c74924965071981bbe7e05ff69847b0a3a03)
* build: Demote a bunch of libraries to subsystems. This makes packaging ↵Jelmer Vernooij2008-01-211-4/+1
| | | | | | | easier and should also make it easier to migrate to a new build system. (This used to be commit 77b400764e3dadfa05407343af649ad9298cc085)
* 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)
* r25837: nss_wrapper: add nss_wrapper.plStefan Metzmacher2007-12-211-0/+265
| | | | | | | This script will be used to add|delete passwd|group entries metze (This used to be commit 1f51a2db0aae05c062fa97c3989c71464b5235a9)
* 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-214-0/+374
metze (This used to be commit 9fdde8d5f5cc3ea49c0fb4078d7989058462e1d2)