This puts real netlogon connection caching to winbind. This becomes
authorVolker Lendecke <vlendec@samba.org>
Thu, 8 May 2003 08:02:52 +0000 (08:02 +0000)
committerVolker Lendecke <vlendec@samba.org>
Thu, 8 May 2003 08:02:52 +0000 (08:02 +0000)
commit5b3cb7725a974629d0bd8b707bc2940c36b8745e
tree68f5e3322050b81a24ad7f8d5424758aa524a234
parent9abe3b23836ae75bd31fd2af4c7d82f34c27f52a
This puts real netlogon connection caching to winbind. This becomes
important once we start doing schannel, as there would be a lot more
roundtrips for the second PIPE open and bind. With this patch logging
in to a member server is a matter of two (three if you count the
ack...) packets between us and the DC.

Volker
source/auth/auth_domain.c
source/libsmb/namequery.c
source/nsswitch/winbindd_cm.c
source/nsswitch/winbindd_misc.c
source/nsswitch/winbindd_pam.c
source/rpc_client/cli_netlogon.c
source/rpc_client/cli_pipe.c
source/rpcclient/cmd_netlogon.c
source/rpcclient/rpcclient.c
source/utils/net_rpc_samsync.c