From 950a6d980a738f0494a4f58ea588a0f5194da8c6 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 7 Jan 2004 00:43:52 +0000 Subject: Add smbget utility, a simple wget-like utility that uses libsmbclient. Supports recursive downloads and resume, progress indication and shows estimated time remaining. (This used to be commit 82bd1b45a4205706b57bae42c7b03974f8b44753) --- WHATSNEW.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 2fee746c8e..6e587f263c 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -141,9 +141,10 @@ o J. Tournier o Jelmer Vernooij - * Put functions for generating SQL queries in pdb_sql.c. - * Add pgSQL backend (based on patch by Hamish Friedlander). - * BUG 908: Fix -s option to smbcontrol. + * Put functions for generating SQL queries in pdb_sql.c + * Add pgSQL backend (based on patch by Hamish Friedlander) + * BUG 908: Fix -s option to smbcontrol. + * Add smbget utility - a wget-clone for the SMB/CIFS protocol -- cgit