summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/smbw_cache.c
AgeCommit message (Collapse)AuthorFilesLines
2001-04-12Added a caching system to smbsh. Previously access to workgroup or serverTim Potter1-0/+208
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)