summaryrefslogtreecommitdiffstats
path: root/source3/utils/smbget.c
Commit message (Collapse)AuthorAgeFilesLines
* r17847: Dummy commitVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit cdcea36095a50a92ec1311979b8b2c572b971eaf)
* r12555: Fix more load_case_table swegfaults. Arggg.Jeremy Allison2007-10-101-0/+2
| | | | | | What I'd give for a global constructor... Jeremy. (This used to be commit c970d7d0a5ba225465dfb0980989b8817b17c643)
* 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. (This used to be commit 739c1c4d438ccf31bb0167e1fc509d072c149d45)
* r11833: fix build issues in smbget with the Sun compiler. Reported by ↵Gerald Carter2007-10-101-10/+14
| | | | | | Richard Bollinger (This used to be commit d381c125b0ffc269fd8671a855c9b899966a2320)
* r8755: more malloc fixesGerald Carter2007-10-101-3/+3
| | | | (This used to be commit b46546c18a1bf541cb0f172184ca7ecee499b098)
* r4234: More malloc fixes to use the macros.Jeremy Allison2007-10-101-4/+4
| | | | | Jeremy. (This used to be commit 61479f56be60a3c2ae0f7b931335cb1da77540c2)
* 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> (This used to be commit cc164e5afb0f6100bde547674b3de88b7e45f31f)
* Fix ETA Calculation when resumingJelmer Vernooij2004-02-131-1/+1
| | | | (This used to be commit a5f09f0991e5a5bd9538211b0d430020052670c8)
* 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. (This used to be commit 82bd1b45a4205706b57bae42c7b03974f8b44753)