summaryrefslogtreecommitdiff
path: root/source3/utils/smbget.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-16s3:utils: Fix misleading recursive flag in smbget error messageDESKTOP-73571CJ\User1-1/+1
2025-08-09utils: Fix memory leak CID:1499405Vinit Agnihotri1-0/+1
2025-05-16utils: Fix CID 1638831 Division or modulo by zeroShwetha K Acharya1-2/+5
2024-01-04s3:utils: Fix the auth function to print correct values to the userAndreas Schneider1-6/+9
2024-01-04s3:utils: Handle the domain before username and passwordAndreas Schneider1-11/+11
2023-12-10s3:utils: Fix auth callback with smburlAndreas Schneider1-6/+34
2023-12-07s3:utils: Fix setting the debug levelAndreas Schneider1-1/+5
2023-10-25s3:utils: Call gfree_all() before exit in smbgetAndreas Schneider1-0/+1
2023-08-08s3:utils: Fix debug message formattingJoseph Sutton1-2/+2
2023-06-28s3:utils: smbget fix a memory leakJones Syue1-0/+1
2023-05-04s3:utils: Move error-handling code into more suitable spot (CID 1524680)Joseph Sutton1-7/+7
2023-05-04s3:utils: Use ‘int’ for popt parametersJoseph Sutton1-6/+6
2023-05-04s3:utils: Use floating-point arithmetic when result is assigned to a doubleJoseph Sutton1-1/+1
2023-04-20s3:utils: Use smbc_set_credentials_with_fallback() for smbgetAndreas Schneider1-43/+60
2023-04-05s3:utils: s3:utils: Correctly wire winbind ccache support for smbgetAndreas Schneider1-0/+8
2023-04-05s3:utils: Correctly wire NT hash support for smbgetAndreas Schneider1-0/+5
2023-04-05s3:utils: Correctly wire Kerberos support for smbgetAndreas Schneider1-0/+16
2023-04-05s3:utils: Correctly wire encryption for smbgetAndreas Schneider1-4/+26
2023-04-05s3:utils: Use common command line parser for smbgetAndreas Schneider1-288/+109
2023-04-05s3:utils: Add support for parsing domain/UPN in username for smbgetAndreas Schneider1-2/+26
2023-04-05s3:utils: Always cleanup when leaving smbget main()Andreas Schneider1-13/+15
2022-11-02smbget: Adds a rate limiting option --limit-rate in KB/svporpo1-0/+73
2022-04-06s3: smbget: Fix auth_fn, order of //server/share parameters is mixed in prompt.Jeremy Allison1-1/+1
2021-09-10smbget: don't ignore unknown optionsRalph Boehme1-0/+5
2021-05-28s3:utils: Use samba_cmdline_burn() in smbgetAndreas Schneider1-2/+2
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