summaryrefslogtreecommitdiffstats
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
commit82bd1b45a4205706b57bae42c7b03974f8b44753 (patch)
treef9540c9a9237673bc4390d173dabd022a8820eb7 /WHATSNEW.txt
parent4ad67f13404ef0118265ad66d8bdfa256c914ad0 (diff)
downloadsamba-82bd1b45a4205706b57bae42c7b03974f8b44753.tar.gz
samba-82bd1b45a4205706b57bae42c7b03974f8b44753.tar.xz
samba-82bd1b45a4205706b57bae42c7b03974f8b44753.zip
Add smbget utility, a simple wget-like utility that uses libsmbclient.
Supports recursive downloads and resume, progress indication and shows estimated time remaining.
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 2fee746c8e9..6e587f263cf 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