summaryrefslogtreecommitdiff
path: root/source3/utils/smbget.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-24s3: remove now unneeded call to cmdline_messaging_context()Ralph Boehme1-2/+0
2019-08-22s3: free popt context in utilsSwen Schillig1-5/+12
2019-01-28s3:utils: Use C99 initializer for poptOption in smbgetAndreas Schneider1-19/+133
2018-10-26s3:utils/smbget fix recursive download with empty source directoriesChristian Ambach1-0/+1
2018-10-26s3:utils/smbget add error handling for mkdir() callsChristian Ambach1-1/+9
2018-09-07s3:smbget: Use cmdline_messaging_contextChristof Schmitt1-0/+3
2018-09-07s3:lib: Move popt_common_credentials to separate fileChristof Schmitt1-1/+1
2018-06-20s3:smbget: Fix buffer truncation issues with gcc8Andreas Schneider1-1/+1
2016-08-26s3-util: Fix asking for username and password in smbget.Andreas Schneider1-14/+12
2016-06-24smbget: Fix a memory leakAndreas Schneider1-0/+1
2016-02-26s3:utils/smbget fix option parsingChristian Ambach1-9/+40
2016-02-26s3:utils/smbget remove -P optionChristian Ambach1-32/+0
2016-02-26s3:utils/smbget improve check of write() resultChristian Ambach1-4/+6
2016-02-26s3:utils/smbget abort recursive download on errorChristian Ambach1-0/+6
2016-02-26s3:utils/smbget another int -> bool conversionChristian Ambach1-14/+12
2016-02-05s3:utils/smbget set default blocksizeChristian Ambach1-1/+1
2016-02-05s3:utils/smbget add a error message on allocation errorChristian Ambach1-0/+2
2016-01-28s3-utils/smbget: Fix user-/name password reading from rcfileChristian Ambach1-0/+10
2016-01-28s3-utils/smbget: Fix reading the rcfileChristian Ambach1-1/+1
2016-01-28s3-utils/smbget: Fix option parsing and apply samba defaultsAndreas Schneider1-69/+104
2016-01-25s3:utils/smbget make use of bool for flagsChristian Ambach1-45/+48
2016-01-25s3:utils/smbget use C99 format identifiersChristian Ambach1-39/+29
2016-01-25s3:utils/smbget code formatChristian Ambach1-173/+331
2016-01-25s3:utils/smbget fix recursive downloadChristian Ambach1-1/+14
2015-12-22s3: fix encryption help messagesRalph Boehme1-1/+1
2015-03-24lib: load_case_tables() -> smb_init_locale()Volker Lendecke1-1/+1
2013-12-06s3-utils: Fix a memory leak in smbget.Andreas Schneider1-0/+1
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