summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-04-12 05:53:07 +0000
committerTim Potter <tpot@samba.org>2001-04-12 05:53:07 +0000
commit3e24c65101a7ec9c80892f9bc70c6e11a936385b (patch)
tree726cf5bb90f694017101350e3dc9e4a9dec274e8 /source3/Makefile.in
parente5691d44a8e4551abe6290b8994f6fc8568e5759 (diff)
downloadsamba-3e24c65101a7ec9c80892f9bc70c6e11a936385b.tar.gz
samba-3e24c65101a7ec9c80892f9bc70c6e11a936385b.tar.bz2
samba-3e24c65101a7ec9c80892f9bc70c6e11a936385b.zip
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)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
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)