Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 1 | -3/+3 |
| | |||||
* | Added a caching system to smbsh. Previously access to workgroup or server | Tim Potter | 2001-04-12 | 1 | -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. |