summaryrefslogtreecommitdiffstats
path: root/source3/utils/smbget.c
Commit message (Collapse)AuthorAgeFilesLines
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-1/+1
|
* s3-utils: Fix Bug #8106. Fix the build of smbget on HP NonStop.Günther Deschner2011-04-261-0/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Apr 26 16:41:17 CEST 2011 on sn-devel-104
* s3: Fix bug 8066, wrong output in smbgetVolker Lendecke2011-04-151-4/+9
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Apr 15 09:32:55 CEST 2011 on sn-devel-104
* s3-utils: Fixed possible resource leak in smbget.Andreas Schneider2011-01-261-0/+1
| | | | s3-utils: Fixed possible resource leak in smbget.
* Check all SMB_MALLOC returns correctly. Found by Andreas Moroder ↵Jeremy Allison2010-09-101-0/+3
| | | | | | <andreas.moroder@gmx.net>. Jeremy
* s3-utils: remove unused variable in smbget.Günther Deschner2010-09-091-1/+0
| | | | Guenther
* s3: use time_mono throughout in smbgetBjörn Jacke2010-09-081-6/+5
|
* s3: use monotonic clock for time deltas in smbgetBjörn Jacke2010-08-311-2/+5
|
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
|
* s3: Fix bug 7338, smbget skips leading slash when using a custom outputfileVolker Lendecke2010-07-041-6/+16
|
* s3: Fix some nonempty blank linesVolker Lendecke2010-07-041-10/+10
|
* Fix bug #7069 - smbget does not return an error status after some errorsJeremy Allison2010-01-281-38/+45
| | | | | | | A combination patch from Johannes Poehlmann <johannes@lst.de> and Jeremy. Fix the return codes from smb_download_file() and smb_download_dir(). Jeremy.
* Fix bug 6546: Avoid accessing buf[-1] if NUL byte comes from fgetsVolker Lendecke2009-11-301-1/+3
|
* Fix bug 6361: Make --rcfile work in smbgetVolker Lendecke2009-05-151-1/+1
| | | | Thanks to j scott <gl@arlut.utexas.edu> for reporting!
* More warning fixes for Solaris.Jeremy Allison2009-02-231-2/+4
| | | | Jeremy.
* Fix printf warnings found on systems where time_t <> long int.Jeremy Allison2009-02-191-1/+2
| | | | Jeremy.
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-311-6/+22
| | | | Jeremy.
* Coverity fixesMarc VanHeyningen2008-03-171-1/+6
| | | | (This used to be commit 3fc85d22590550f0539215d020e4411bf5b14363)
* The attached patch removes some global variables, and make them local to main().Charles2008-03-111-8/+9
| | | | (This used to be commit 50cab87d3ee6d701dd8847f4e0a058f5e2d80e0f)
* Fix return code.Charles2008-03-091-1/+1
| | | | (This used to be commit 98b643366044f471ad69c9e5aac06022f30742d9)
* smbget: Make global variables static.Charles2008-03-091-6/+6
| | | | (This used to be commit c430b7831d5dc6f81cfd18ee2bf24bc3f276fe5d)
* Fix formatting.Jelmer Vernooij2008-03-051-3/+2
| | | | (This used to be commit e2345ce90c3f1548f63d720c5943c8d61fdc899a)
* Add --update option to smbget.Charles2008-03-051-3/+27
| | | | (This used to be commit 3cfa35fca64b059b307668ca0113503679e0b1fa)
* Add -e to smbget.Jeremy Allison2008-01-051-0/+12
| | | | | Jeremy. (This used to be commit 0475bdcf44d21bbdefb57f15d403c91c44d8d90a)
* r24943: Some stackframesVolker Lendecke2007-10-101-1/+2
| | | | (This used to be commit cddb9f11d5fafcd3797cb242775c37f0c04d4f15)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r20261: merge 20260 from samba_3_0_24Herb Lewis2007-10-101-12/+12
| | | | | clean up a bunch of no previous prototype warnings (This used to be commit c60687db112405262adf26dbf267804b04074e67)
* 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)