This is the start of a bit of a rewrite of winbindd's connection handling.
authorTim Potter <tpot@samba.org>
Fri, 5 Oct 2001 00:20:06 +0000 (00:20 +0000)
committerTim Potter <tpot@samba.org>
Fri, 5 Oct 2001 00:20:06 +0000 (00:20 +0000)
commit482a9ef278567a35d3bcad1c2048ee97d86bfb9c
treea4cf752314cb3605aaa9c204c873f8b221df03ff
parent18190fc0513d6fa8824fa0b105aeb16dd428106b
This is the start of a bit of a rewrite of winbindd's connection handling.
I've wrapped up all the decisions about managing, making and closing
connections into a connection manager in nsswitch/winbindd_cm.c.

It's rather incomplete at the moment - only querying basic user info works
at the moment (i.e finger -m DOMAIN/user) and everything else is broken.

Jeremy, please take a look and I'll start moving across the rest of
winbindd to this new system.
(This used to be commit c369cf5af787ed9c642778d21f162716fbf0620e)
source3/nsswitch/winbindd.c
source3/nsswitch/winbindd.h
source3/nsswitch/winbindd_cache.c
source3/nsswitch/winbindd_cm.c [new file with mode: 0644]
source3/nsswitch/winbindd_group.c
source3/nsswitch/winbindd_pam.c
source3/nsswitch/winbindd_proto.h
source3/nsswitch/winbindd_user.c
source3/nsswitch/winbindd_util.c