summaryrefslogtreecommitdiffstats
path: root/source/utils/smbget.c
Commit message (Collapse)AuthorAgeFilesLines
* Coverity fixesMarc VanHeyningen2008-03-171-1/+6
|
* The attached patch removes some global variables, and make them local to main().Charles2008-03-111-8/+9
|
* Fix return code.Charles2008-03-091-1/+1
|
* smbget: Make global variables static.Charles2008-03-091-6/+6
|
* Fix formatting.Jelmer Vernooij2008-03-051-3/+2
|
* Add --update option to smbget.Charles2008-03-051-3/+27
|
* Add -e to smbget.Jeremy Allison2008-01-051-0/+12
| | | | Jeremy.
* r24943: Some stackframesVolker Lendecke2007-10-101-1/+2
|
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
|
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.
* r20261: merge 20260 from samba_3_0_24Herb Lewis2007-10-101-12/+12
| | | | clean up a bunch of no previous prototype warnings
* r17847: Dummy commitVolker Lendecke2007-10-101-1/+1
|
* r12555: Fix more load_case_table swegfaults. Arggg.Jeremy Allison2007-10-101-0/+2
| | | | | What I'd give for a global constructor... Jeremy.
* r12054: We only have one more warning at -O6. That will takeJeremy Allison2007-10-101-9/+17
| | | | | some more restructuring to fix.... Coming soon. Jeremy.
* r11833: fix build issues in smbget with the Sun compiler. Reported by ↵Gerald Carter2007-10-101-10/+14
| | | | Richard Bollinger
* r8755: more malloc fixesGerald Carter2007-10-101-3/+3
|
* r4234: More malloc fixes to use the macros.Jeremy Allison2007-10-101-4/+4
| | | | Jeremy.
* Add -O (for writing downloaded files to standard out) based on patch byJelmer Vernooij2004-03-051-65/+80
| | | | Bas van Sisseren <bas@dnd.utwente.nl>
* Fix ETA Calculation when resumingJelmer Vernooij2004-02-131-1/+1
|
* Add smbget utility, a simple wget-like utility that uses libsmbclient.Jelmer Vernooij2004-01-071-0/+574
Supports recursive downloads and resume, progress indication and shows estimated time remaining.