summaryrefslogtreecommitdiffstats
path: root/source/smbwrapper/smbw_cache.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* move to SAFE_FREE()Simo Sorce2001-09-171-3/+3
|
* Added a caching system to smbsh. Previously access to workgroup or serverTim Potter2001-04-121-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.