summaryrefslogtreecommitdiff
path: root/source3/utils/smbget.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-22smbget: Fix file descriptor leak.Andreas Schneider1-0/+3
2012-12-03smbget: Use new samba_getpass() function.Andreas Schneider1-3/+2
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison1-1/+1
2011-04-26s3-utils: Fix Bug #8106. Fix the build of smbget on HP NonStop.Günther Deschner1-0/+1
2011-04-15s3: Fix bug 8066, wrong output in smbgetVolker Lendecke1-4/+9
2011-01-26s3-utils: Fixed possible resource leak in smbget.Andreas Schneider1-0/+1
2010-09-10Check all SMB_MALLOC returns correctly. Found by Andreas Moroder <andreas.mor...Jeremy Allison1-0/+3
2010-09-09s3-utils: remove unused variable in smbget.Günther Deschner1-1/+0
2010-09-08s3: use time_mono throughout in smbgetBjörn Jacke1-6/+5
2010-08-31s3: use monotonic clock for time deltas in smbgetBjörn Jacke1-2/+5
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider1-0/+1
2010-07-04s3: Fix bug 7338, smbget skips leading slash when using a custom outputfileVolker Lendecke1-6/+16
2010-07-04s3: Fix some nonempty blank linesVolker Lendecke1-10/+10
2010-01-28Fix bug #7069 - smbget does not return an error status after some errorsJeremy Allison1-38/+45
2009-11-30Fix bug 6546: Avoid accessing buf[-1] if NUL byte comes from fgetsVolker Lendecke1-1/+3
2009-05-15Fix bug 6361: Make --rcfile work in smbgetVolker Lendecke1-1/+1
2009-02-23More warning fixes for Solaris.Jeremy Allison1-2/+4
2009-02-19Fix printf warnings found on systems where time_t <> long int.Jeremy Allison1-1/+2
2008-12-31Fix all warnings in source3 with gcc4.3.Jeremy Allison1-6/+22
2008-03-17Coverity fixesMarc VanHeyningen1-1/+6
2008-03-11The attached patch removes some global variables, and make them local to main().Charles1-8/+9
2008-03-09Fix return code.Charles1-1/+1
2008-03-09smbget: Make global variables static.Charles1-6/+6
2008-03-05Fix formatting.Jelmer Vernooij1-3/+2
2008-03-05Add --update option to smbget.Charles1-3/+27
2008-01-05Add -e to smbget.Jeremy Allison1-0/+12
2007-10-10r24943: Some stackframesVolker Lendecke1-1/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r20261: merge 20260 from samba_3_0_24Herb Lewis1-12/+12
2007-10-10r17847: Dummy commitVolker Lendecke1-1/+1
2007-10-10r12555: Fix more load_case_table swegfaults. Arggg.Jeremy Allison1-0/+2
2007-10-10r12054: We only have one more warning at -O6. That will takeJeremy Allison1-9/+17
2007-10-10r11833: fix build issues in smbget with the Sun compiler. Reported by Richard...Gerald Carter1-10/+14
2007-10-10r8755: more malloc fixesGerald Carter1-3/+3
2007-10-10r4234: More malloc fixes to use the macros.Jeremy Allison1-4/+4
2004-03-05Add -O (for writing downloaded files to standard out) based on patch byJelmer Vernooij1-65/+80
2004-02-13Fix ETA Calculation when resumingJelmer Vernooij1-1/+1
2004-01-07Add smbget utility, a simple wget-like utility that uses libsmbclient.Jelmer Vernooij1-0/+574