Günther Deschner
7caf51c37a
nss_wrapper: fix typo in testsuite.
...
Guenther
2009-06-08 22:45:16 +02:00
Günther Deschner
7e8b3d8c06
nss_wrapper: add my copyright.
...
Guenther
2009-06-08 10:26:39 +02:00
Günther Deschner
0bf56f5cb3
nss_wrapper: rename nwrap_cache_{re,un}load as per metzes request.
...
Guenther
2009-06-06 02:00:36 +02:00
Günther Deschner
68a1ef2197
nss_wrapper: add support for loading nss_winbind.so via WINBIND_SO_PATH env.
...
Guenther
2009-06-06 01:01:25 +02:00
Günther Deschner
a845cb5ed3
nss_wrapper: fill in module nwrap_backend.
...
Guenther
2009-06-06 00:59:51 +02:00
Günther Deschner
2e78bc7b53
nss_wrapper: add missing return in nwrap_module_init().
...
Guenther
2009-06-05 23:10:58 +02:00
Günther Deschner
f3aa2a2b73
nss_wrapper: add skeleton for module nwrap_backend.
...
Guenther
2009-06-05 23:04:14 +02:00
Günther Deschner
6985f3995f
nss_wrapper: add capability to load nss modules.
...
Guenther
2009-06-05 23:04:10 +02:00
Günther Deschner
47b5a55239
nss_wrapper: add struct nwrap_backend.
...
Guenther
2009-06-05 23:01:05 +02:00
Günther Deschner
61cf117f86
nss_wrapper: add cross checking test to testsuite.
...
Guenther
2009-06-05 15:58:22 +02:00
Günther Deschner
59ee0a1e8a
nss_wrapper: add tests for getgrent_r to testsuite.
...
Guenther
2009-06-05 15:58:16 +02:00
Günther Deschner
af0b586c74
nss_wrapper: add tests for getpwent_r to testsuite.
...
Guenther
2009-06-05 15:58:09 +02:00
Stefan Metzmacher
c110e664af
nss_wrapper: fix segfault in nwrap_gr_copy_r()
...
metze
2009-06-05 15:52:20 +02:00
Günther Deschner
5e0f122f7c
nss_wrapper: rename test_nwrap_env to test_nwrap_enumeration in testsuite.
...
Guenther
2009-06-05 13:41:18 +02:00
Günther Deschner
34014f8aa6
nss_wrapper: add more coherency checks for user and group enumeration.
...
Guenther
2009-06-05 13:40:49 +02:00
Günther Deschner
930ea7c8a8
nss_wrapper: remove getgrouplist from nwrap_ops table.
...
Guenther
2009-06-04 21:23:39 +02:00
Stefan Metzmacher
9dad0536d6
nss_wrapper: call the nwrap_files_*() from nwrap_files_*_r()
...
We should not call the public functions, as this could lead
to a recursive loop when we have multiple nwrap backends
in future.
This also fixes the build if --enable-nss-wrapper was not
given to ./configure.
metze
2009-06-04 17:18:12 +02:00
Günther Deschner
8def5cb352
nss_wrapper: more coherence tests for group membership.
...
Guenther
2009-06-04 10:30:58 +02:00
Günther Deschner
dc9b705667
nss_wrapper: add coherency tests for get{gr,pw}{nam,id}.
...
Guenther
2009-06-04 10:30:51 +02:00
Günther Deschner
c49f6b7bc6
nss_wrapper: refactor test_nwrap_membership_user() in testsuite.
...
Guenther
2009-06-04 10:30:44 +02:00
Günther Deschner
911624567a
nss_wrapper: make full talloced copies of struct passwd and group in testsuite.
...
Guenther
2009-06-04 10:30:36 +02:00
Günther Deschner
011a505800
nss_wrapper: prefix function pointer names in struct nwrap_ops.
...
Guenther
2009-06-02 14:52:53 +02:00
Günther Deschner
8684911bda
nss_wrapper: resort calls to move public calls to the end.
...
Guenther
2009-06-02 13:11:57 +02:00
Günther Deschner
81e820c1aa
nss_wrapper: add nwrap_ops function pointer table.
...
Guenther
2009-06-02 13:11:49 +02:00
Günther Deschner
9a7a97856a
nss_wrapper: make sure to return after calling real_{set,end}{gr,pw}ent.
...
Guenther
2009-06-02 13:11:42 +02:00
Günther Deschner
94f2ef4f72
nss_wrapper: fix typo while checking for getgrid_r support.
...
Metze, this has been in here for a long time, please check.
Guenther
2009-06-02 13:11:33 +02:00
Günther Deschner
241db90c31
nss_wrapper: try to fix the build of nss_wrapper on solaris.
...
Guenther
2009-05-30 23:08:12 +02:00
Günther Deschner
2be289c68d
nss_wrapper: add test_nwrap_membership to testsuite.
...
Guenther
2009-05-30 01:46:22 +02:00
Günther Deschner
62d1cd6375
nss_wrapper: restructure parts of the testsuite.
...
Guenther
2009-05-30 01:45:58 +02:00
Günther Deschner
8db4917290
nss_wrapper: add support for getgrouplist.
...
Guenther
2009-05-30 00:06:00 +02:00
Günther Deschner
36fc0b961f
s4-smbtorture: add a very basic NSS-WRAPPER testsuite.
...
Guenther
2009-05-29 13:50:09 +02:00
Günther Deschner
136b2a3eb2
nss_wrapper: fix nss_wrapper build for solaris.
...
Guenther
2009-05-28 11:53:51 +02:00
Günther Deschner
37e4c92b38
nss_wrapper: remove re-structuring leftovers (unused variables).
...
Guenther
2009-05-28 11:53:51 +02:00
Günther Deschner
ebf8df35c9
nss_wrapper: support member add and delete for groups in nss_wrapper.pl.
...
Guenther
2009-05-28 10:39:37 +02:00
Günther Deschner
7bb9e08d7e
nss_wrapper: split out passwd and group paths in nss_wrapper.pl.
...
Guenther
2009-05-28 10:32:21 +02:00
Günther Deschner
ec9a091705
nss_wrapper: restructure nwrap calls.
...
Guenther
2009-05-28 10:32:21 +02:00
Günther Deschner
3bd360c73d
nsswrapper: implement group_del() in nss_wrapper.pl.
...
Guenther
2009-05-20 12:37:37 +02:00
Günther Deschner
b3cc01fd68
nsswrapper: implement group_add() in nss_wrapper.pl.
...
Guenther
2009-05-20 12:37:31 +02:00
Jelmer Vernooij
0cbce777a3
Fix indentation for some configure options.
2009-01-15 21:17:56 +01:00
Michael Adam
6f53a487b4
nss_wrapper.pl: fix "Use of uninitialized value $i in array element" messages
...
I just saw this in "make test" after "SMBD OUTPUT:"...
Michael
2009-01-12 13:04:40 +01:00
Jelmer Vernooij
94855cd692
Move common libraries from root to lib/.
2008-09-17 14:11:12 +02:00