summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-01-07 00:43:52 +0000
committerJelmer Vernooij <jelmer@samba.org>2004-01-07 00:43:52 +0000
commit950a6d980a738f0494a4f58ea588a0f5194da8c6 (patch)
tree1ca7835987c187c5110b515f5c1354629d1cb535 /WHATSNEW.txt
parent333b356b92d2a53b1cc12845c97dd0d8fa44559a (diff)
downloadsamba-950a6d980a738f0494a4f58ea588a0f5194da8c6.tar.gz
samba-950a6d980a738f0494a4f58ea588a0f5194da8c6.tar.bz2
samba-950a6d980a738f0494a4f58ea588a0f5194da8c6.zip
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)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt7
1 files changed, 4 insertions, 3 deletions
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 <jerome.tournier@IDEALX.com>
o Jelmer Vernooij <jelmer@samba.org>
- * 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