summaryrefslogtreecommitdiff
path: root/lib/cmdline
AgeCommit message (Expand)AuthorFilesLines
2025-01-02replace direct calls to memset_s() with commonly used macrosMichael Tokarev1-1/+1
2024-08-04lib:cmdline: Load network interfaces in _samba_cmdline_load_config_s4()Jo Sutton2-1/+12
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: test_cmdline tests more burningDouglas Bagnall1-1/+23
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:tests: extend cmdline_burn testsDouglas Bagnall1-7/+25
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-12-21lib:cmdline: Fix code spellingJoseph Sutton1-1/+1
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 Bartlett2-3/+8
2023-07-21lib/fault: During smb_panic() print process comment and setprocname() titleAndrew Bartlett1-0/+2
2023-04-03lib:cmdline: Fix code spellingAndreas Schneider2-7/+7
2023-03-03lib:cmdline: Fix typoJoseph Sutton1-1/+1
2022-12-09lib/cmdline/tests: add missing includesRalph Boehme1-0/+2
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
2022-05-30cmdline_s4: re-initialise logging once loadparm is readyDouglas Bagnall1-5/+17
2022-04-21lib/cmdline: fix a typoChristian Ambach1-2/+2
2021-11-17cmdline: Make -P work in clustered modeVolker Lendecke2-1/+29
2021-11-17cmdline: Add a callback to set the machine account detailsVolker Lendecke2-2/+18
2021-11-11lib/cmdline: setup default file logging for serversRalph Boehme1-0/+14
2021-11-11lib/cmdline: remember config_type in samba_cmdline_init()Ralph Boehme1-0/+2
2021-11-11lib/cmdline: fix indentationRalph Boehme1-1/+1
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-21lib: Move closefrom_except*() to a separate fileVolker Lendecke3-1/+126
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: restore pre-4.15 logging behaviour for daemonsRalph Boehme1-1/+10
2021-09-06lib/cmdline: add POPT_COMMON_DAEMON daemon popt optionsRalph Boehme3-0/+113
2021-07-22lib:cmdline: Use lp_load_global() for serversAndreas Schneider2-1/+10
2021-06-29lib:cmdline: Ignore the return code of cli_credentials_guess()Andreas Schneider1-1/+8
2021-06-20lib:cmdline: Improve doxygen documentationAndreas Schneider1-10/+23
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