summaryrefslogtreecommitdiff
path: root/source3/utils/smbget.c
Commit message (Expand)AuthorAgeFilesLines
* s3: remove now unneeded call to cmdline_messaging_context()Ralph Boehme2019-10-241-2/+0
* s3: free popt context in utilsSwen Schillig2019-08-221-5/+12
* s3:utils: Use C99 initializer for poptOption in smbgetAndreas Schneider2019-01-281-19/+133
* s3:utils/smbget fix recursive download with empty source directoriesChristian Ambach2018-10-261-0/+1
* s3:utils/smbget add error handling for mkdir() callsChristian Ambach2018-10-261-1/+9
* s3:smbget: Use cmdline_messaging_contextChristof Schmitt2018-09-071-0/+3
* s3:lib: Move popt_common_credentials to separate fileChristof Schmitt2018-09-071-1/+1
* s3:smbget: Fix buffer truncation issues with gcc8Andreas Schneider2018-06-201-1/+1
* s3-util: Fix asking for username and password in smbget.Andreas Schneider2016-08-261-14/+12
* smbget: Fix a memory leakAndreas Schneider2016-06-241-0/+1
* s3:utils/smbget fix option parsingChristian Ambach2016-02-261-9/+40
* s3:utils/smbget remove -P optionChristian Ambach2016-02-261-32/+0
* s3:utils/smbget improve check of write() resultChristian Ambach2016-02-261-4/+6
* s3:utils/smbget abort recursive download on errorChristian Ambach2016-02-261-0/+6
* s3:utils/smbget another int -> bool conversionChristian Ambach2016-02-261-14/+12
* s3:utils/smbget set default blocksizeChristian Ambach2016-02-051-1/+1
* s3:utils/smbget add a error message on allocation errorChristian Ambach2016-02-051-0/+2
* s3-utils/smbget: Fix user-/name password reading from rcfileChristian Ambach2016-01-281-0/+10
* s3-utils/smbget: Fix reading the rcfileChristian Ambach2016-01-281-1/+1
* s3-utils/smbget: Fix option parsing and apply samba defaultsAndreas Schneider2016-01-281-69/+104
* s3:utils/smbget make use of bool for flagsChristian Ambach2016-01-251-45/+48
* s3:utils/smbget use C99 format identifiersChristian Ambach2016-01-251-39/+29
* s3:utils/smbget code formatChristian Ambach2016-01-251-173/+331
* s3:utils/smbget fix recursive downloadChristian Ambach2016-01-251-1/+14
* s3: fix encryption help messagesRalph Boehme2015-12-221-1/+1
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-241-1/+1
* s3-utils: Fix a memory leak in smbget.Andreas Schneider2013-12-061-0/+1
* smbget: Fix file descriptor leak.Andreas Schneider2013-02-221-0/+3
* smbget: Use new samba_getpass() function.Andreas Schneider2012-12-031-3/+2
* 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
* s3: Fix bug 8066, wrong output in smbgetVolker Lendecke2011-04-151-4/+9
* s3-utils: Fixed possible resource leak in smbget.Andreas Schneider2011-01-261-0/+1
* Check all SMB_MALLOC returns correctly. Found by Andreas Moroder <andreas.mor...Jeremy Allison2010-09-101-0/+3
* s3-utils: remove unused variable in smbget.Günther Deschner2010-09-091-1/+0
* 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
* 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
* More warning fixes for Solaris.Jeremy Allison2009-02-231-2/+4
* Fix printf warnings found on systems where time_t <> long int.Jeremy Allison2009-02-191-1/+2
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-311-6/+22
* 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