From 3e24c65101a7ec9c80892f9bc70c6e11a936385b Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 12 Apr 2001 05:53:07 +0000 Subject: Added a caching system to smbsh. Previously access to workgroup or server directories under /smb generated net share enum or net server enum calls. For large networks this could result in bad performance. We now cache these results and only call net * enums after the cache timeout has exceeded. (This used to be commit 1e38eef54d729aeb7fe905b344cf1480c686a348) --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index b3723223ee..d6a2cfed1f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -275,6 +275,7 @@ PAM_WINBIND_OBJ = nsswitch/pam_winbind.po nsswitch/wb_common.po SMBW_OBJ = smbwrapper/smbw.o \ smbwrapper/smbw_dir.o smbwrapper/smbw_stat.o \ smbwrapper/realcalls.o smbwrapper/shared.o \ + smbwrapper/smbw_cache.o \ $(LIBSMB_OBJ) $(PARAM_OBJ) \ $(UBIQX_OBJ) $(LIB_OBJ) -- cgit