summaryrefslogtreecommitdiff
path: root/source4/lib/nss_wrapper
AgeCommit message (Collapse)AuthorFilesLines
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij1-1/+2
(This used to be commit 92856d5054106894b65cd1a1b5119c0facfc4cff)
2008-04-02Reduce the number of installed headers.Jelmer Vernooij1-2/+0
(This used to be commit 2243e24024f09ff9c9c7d0eb735c3b39c9d84424)
2008-02-29Move public header accumulation out of the perl code.Jelmer Vernooij1-1/+2
Never install generated prototype files. It's easier to break the API when using them and they're not easily readable for 3rd party users. Conflicts: source/auth/config.mk source/auth/credentials/config.mk source/auth/gensec/config.mk source/build/smb_build/config_mk.pm source/build/smb_build/main.pl source/build/smb_build/makefile.pm source/dsdb/config.mk source/lib/charset/config.mk source/lib/tdr/config.mk source/lib/util/config.mk source/libcli/config.mk source/libcli/ldap/config.mk source/librpc/config.mk source/param/config.mk source/rpc_server/config.mk source/torture/config.mk (This used to be commit 6c659689ed4081f1d7a6253c538c7f01784197ba)
2008-01-21build: Demote a bunch of libraries to subsystems. This makes packaging ↵Jelmer Vernooij1-4/+1
easier and should also make it easier to migrate to a new build system. (This used to be commit 77b400764e3dadfa05407343af649ad9298cc085)
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)