svn commit: samba r6583 - in trunk/source/nsswitch: .

vlendec at samba.org vlendec at samba.org
Mon May 2 16:13:35 GMT 2005


Author: vlendec
Date: 2005-05-02 16:13:35 +0000 (Mon, 02 May 2005)
New Revision: 6583

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6583

Log:
Make getpwuid and getpwnam async. Now I think I got all requests in the
critical path async. Missing are the enumerating ones and getgrgid/getgrnam. I
think during normal operation of a Samba server these should not be
affected. 

The enum calls should work, but are still being done by the parent winbind in
a blocking fashion.

During testing I've found the error path for various stuff not being valgrind
clean, I have to fix that.

Volker


Modified:
   trunk/source/nsswitch/winbindd.c
   trunk/source/nsswitch/winbindd_async.c
   trunk/source/nsswitch/winbindd_cache.c
   trunk/source/nsswitch/winbindd_dual.c
   trunk/source/nsswitch/winbindd_nss.h
   trunk/source/nsswitch/winbindd_sid.c
   trunk/source/nsswitch/winbindd_user.c


Changeset:
Sorry, the patch is too large (676 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6583


More information about the samba-cvs mailing list