1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-12 12:23:50 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
Stefan Metzmacher
336eddb5f2 r25873: nss_wrapper: hopefully a better fix for the solaris get*ent_r functions
metze
(This used to be commit 084aad7980)
2007-12-21 05:44:35 +01:00
Stefan Metzmacher
8867f82611 r25872: nss_wrapper: revert solaris get*ent_r() functions
This was the wrong approach, as in future lib/replace
should hide this special solaris stuff.

metze
(This used to be commit e99feb5ff5)
2007-12-21 05:44:34 +01:00
Stefan Metzmacher
32bed4d0fb r25871: nss_wrapper: set the destination pointer in the get*_r functions
metze
(This used to be commit e68d1c9276)
2007-12-21 05:44:34 +01:00
Stefan Metzmacher
49c4a40e2f r25868: nss_wrapper: add solaris versions of getpwent_r and getgrent_r
metze
(This used to be commit 386b28f988)
2007-12-21 05:44:33 +01:00
Stefan Metzmacher
70cf786aab r25866: nss_wrapper: not all systems have get*_r calls
metze
(This used to be commit 6a3f97aeac)
2007-12-21 05:44:32 +01:00
Stefan Metzmacher
9dc10a65b0 r25837: nss_wrapper: add nss_wrapper.pl
This script will be used to add|delete passwd|group entries

metze
(This used to be commit 1f51a2db0a)
2007-12-21 05:44:19 +01:00
Stefan Metzmacher
be93d8a062 r25836: nss_wrapper: add support for groups and return EPERM in initgroups()
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 fa255cc4b5)
2007-12-21 05:44:18 +01:00
Stefan Metzmacher
b8da353a02 r25835: nss_wrapper: add support for passwd accounts
The NSS_WRAPPER_PASSWD envvar should point to
the /etc/passwd style file.

metze
(This used to be commit c98028458a)
2007-12-21 05:44:18 +01:00
Stefan Metzmacher
557b63be06 r25834: nss_wrapper: add lib/nss_wrapper skeleton
metze
(This used to be commit 9fdde8d5f5)
2007-12-21 05:44:18 +01:00