summaryrefslogtreecommitdiff
path: root/lib/cmdline/cmdline.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-05lib:cmdline: Check if we have a valid default ccacheAndreas Schneider1-2/+2
2025-04-15lib:cmdline: POPT_CALLBACK_REASON_POST should handle if we skip the password ...Andreas Schneider1-1/+4
2025-04-15lib:cmdline: Make sure --use-krb5-ccache sets the ccacheAndreas Schneider1-24/+55
2025-01-02replace direct calls to memset_s() with commonly used macrosMichael Tokarev1-1/+1
2024-08-04lib:cmdline: Fix code spellingJo Sutton1-1/+1
2024-07-10cmdline:burn: list commands to always burn; warn on unknownDouglas Bagnall1-7/+51
2024-07-03cmdline:burn: add a note about short option combinationsDouglas Bagnall1-0/+16
2024-07-03cmdline:burn: explicitly burn --usernameDouglas Bagnall1-0/+4
2024-07-03cmdline:burn: use allowlist to ensure more passwords burnDouglas Bagnall1-9/+77
2024-07-03cmdline:burn: do not burn options starting --user-*, --password-*Douglas Bagnall1-8/+19
2024-07-03cmdline:burn: localise some variablesDouglas Bagnall1-11/+7
2024-07-03cmdline:burn: always return true if burntDouglas Bagnall1-2/+2
2024-07-03cmdline:burn: handle arguments separated from their --optionsDouglas Bagnall1-1/+26
2024-07-03cmdline:burn: do not retain false memoriesDouglas Bagnall1-2/+3
2024-07-03cmdline:burn: '-U' does not imply secrets without '%'Douglas Bagnall1-2/+4
2024-06-04lib: Use cli_credentials_add_gensec_features in a few placesVolker Lendecke1-8/+2
2024-05-07lib/cmdline: skip the password prompt if we have a valid krb5 ccacheStefan Metzmacher1-0/+19
2024-04-23lib/cmdline: only call cli_credentials_get_password_and_obtained if neededStefan Metzmacher1-2/+4
2024-04-23lib/cmdline: move cli_credentials_set_cmdline_callbacks to the end of POPT_CA...Stefan Metzmacher1-13/+13
2023-07-21lib/cmdline: Also redact --newpassword in samba_cmdline_burn()Andrew Bartlett1-0/+3
2023-07-21lib/cmdline: Also burn the --password2 parameter if givenAndrew Bartlett1-0/+7
2023-07-21lib/cmdline: Return if the commandline was redacted in samba_cmdline_burn()Andrew Bartlett1-2/+5
2023-07-21lib/fault: During smb_panic() print process comment and setprocname() titleAndrew Bartlett1-0/+2
2023-03-03lib:cmdline: Fix typoJoseph Sutton1-1/+1
2022-06-22lib:cmdline: Fix error handling of --client-protection=sign|encrypt|offAndreas Schneider1-56/+63
2022-06-22lib:cmdline: Fix error handling of --use-krb5-ccache=CCACHEAndreas Schneider1-26/+32
2022-06-22lib:cmdline: Fix error handling of --use-kerberos=desired|required|offAndreas Schneider1-16/+26
2021-11-17cmdline: Add a callback to set the machine account detailsVolker Lendecke1-2/+14
2021-10-28lib:cmdline: Fix -k option which doesn't expect anythingAndreas Schneider1-1/+1
2021-09-21lib:cmdline: fix a commentMichael Adam1-2/+2
2021-09-10lib/cmdline: restore s3 option name --max-protocol for MAXPROTOCOL from 4.14Ralph Boehme1-1/+1
2021-09-10lib/cmdline: fix --configfile handling of POPT_COMMON_CONFIG_ONLY used by ntl...Stefan Metzmacher1-2/+1
2021-09-06lib/cmdline: add POPT_COMMON_DAEMON daemon popt optionsRalph Boehme1-0/+80
2021-06-29lib:cmdline: Ignore the return code of cli_credentials_guess()Andreas Schneider1-1/+8
2021-06-08lib:cmdline: Use getprogname() to avoid possible issues with setproctitle()Stefan Metzmacher1-6/+1
2021-06-08s3:cmdline: Use D_ERR() instead of DBG_ERR() for talloc logStefan Metzmacher1-1/+1
2021-06-08lib:cmdline: Also set logfile for the debug systemAndreas Schneider1-0/+1
2021-05-25lib:cmdline: Add a --configfile only parser for ntlm_authAndreas Schneider1-0/+19
2021-05-25lib:cmdline: Add a --option only parser for testparmAndreas Schneider1-0/+18
2021-05-20lib:cmdline: Add a debug only optionAndreas Schneider1-0/+25
2021-05-18lib:cmdline: Fix setting 'log file' from smb.confAndreas Schneider1-7/+18
2021-05-06lib:cmdline: Align integer typesAndreas Schneider1-1/+2
2021-05-06lib:cmdline: We need to always set a log fileAndreas Schneider1-26/+47
2021-05-06lib:cmdline: Also set logfilebase for -l|--log-basenameAndreas Schneider1-0/+2
2021-05-06lib:cmdline: Rename to cmdline_sanity_checkerAndreas Schneider1-3/+3
2021-05-06lib:cmdline: Improve error message for duplicate optionsAndreas Schneider1-1/+2
2021-04-28lib:cmdline: Add sanity check for optionsAndreas Schneider1-0/+114
2021-04-28lib:cmdline: Add samba_cmdline_burn()Andreas Schneider1-0/+49
2021-04-28lib:cmdline: Set kerberos=required for --use-krb5-ccache=CCACHEAndreas Schneider1-0/+9
2021-04-28lib:cmdline: Implement legacy kerberos optionsAndreas Schneider1-0/+118