ctdb-scripts: Do not de-duplicate the interfaces list
[samba.git] / lib / cmdline / cmdline.c
2023-07-21 Andrew Bartlettlib/cmdline: Also redact --newpassword in samba_cmdline...
2023-07-21 Andrew Bartlettlib/cmdline: Also burn the --password2 parameter if...
2023-07-21 Andrew Bartlettlib/cmdline: Return if the commandline was redacted...
2023-07-21 Andrew Bartlettlib/fault: During smb_panic() print process comment...
2023-03-03 Joseph Suttonlib:cmdline: Fix typo
2022-06-22 Andreas Schneiderlib:cmdline: Fix error handling of --client-protection...
2022-06-22 Andreas Schneiderlib:cmdline: Fix error handling of --use-krb5-ccache...
2022-06-22 Andreas Schneiderlib:cmdline: Fix error handling of --use-kerberos=desir...
2021-11-17 Volker Lendeckecmdline: Add a callback to set the machine account...
2021-10-28 Andreas Schneiderlib:cmdline: Fix -k option which doesn't expect anything
2021-09-21 Michael Adamlib:cmdline: fix a comment
2021-09-10 Ralph Boehmelib/cmdline: restore s3 option name --max-protocol...
2021-09-10 Stefan Metzmacherlib/cmdline: fix --configfile handling of POPT_COMMON_C...
2021-09-06 Ralph Boehmelib/cmdline: add POPT_COMMON_DAEMON daemon popt options
2021-06-29 Andreas Schneiderlib:cmdline: Ignore the return code of cli_credentials_...
2021-06-08 Stefan Metzmacherlib:cmdline: Use getprogname() to avoid possible issues...
2021-06-08 Stefan Metzmachers3:cmdline: Use D_ERR() instead of DBG_ERR() for talloc log
2021-06-08 Andreas Schneiderlib:cmdline: Also set logfile for the debug system
2021-05-25 Andreas Schneiderlib:cmdline: Add a --configfile only parser for ntlm_auth
2021-05-25 Andreas Schneiderlib:cmdline: Add a --option only parser for testparm
2021-05-20 Andreas Schneiderlib:cmdline: Add a debug only option
2021-05-18 Andreas Schneiderlib:cmdline: Fix setting 'log file' from smb.conf
2021-05-06 Andreas Schneiderlib:cmdline: Align integer types
2021-05-06 Andreas Schneiderlib:cmdline: We need to always set a log file
2021-05-06 Andreas Schneiderlib:cmdline: Also set logfilebase for -l|--log-basename
2021-05-06 Andreas Schneiderlib:cmdline: Rename to cmdline_sanity_checker
2021-05-06 Andreas Schneiderlib:cmdline: Improve error message for duplicate options
2021-04-28 Andreas Schneiderlib:cmdline: Add sanity check for options
2021-04-28 Andreas Schneiderlib:cmdline: Add samba_cmdline_burn()
2021-04-28 Andreas Schneiderlib:cmdline: Set kerberos=required for --use-krb5-ccach...
2021-04-28 Andreas Schneiderlib:cmdline: Implement legacy kerberos options
2021-04-28 Andreas Schneiderlib:cmdline: Parse cmdline options with popt
2021-04-28 Andreas Schneiderlib:cmdline: Add callback for loading the config file
2021-04-28 Andreas Schneiderlib:cmdline: Add client credentials
2021-04-28 Andreas Schneiderlib:cmdline: Add initial code for new cmdline option...