s4:kdc: Implement KDC plugin hardware authentication policy
[samba.git] / lib / cmdline /
9 days ago Stefan Metzmacherlib/cmdline: skip the password prompt if we have a...
2024-04-23 Stefan Metzmacherlib/cmdline: only call cli_credentials_get_password_and...
2024-04-23 Stefan Metzmacherlib/cmdline: move cli_credentials_set_cmdline_callbacks...
2023-12-21 Joseph Suttonlib:cmdline: Fix code spelling
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-04-03 Andreas Schneiderlib:cmdline: Fix code spelling
2023-03-03 Joseph Suttonlib:cmdline: Fix typo
2022-12-09 Ralph Boehmelib/cmdline/tests: add missing includes
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...
2022-05-30 Douglas Bagnallcmdline_s4: re-initialise logging once loadparm is...
2022-04-21 Christian Ambachlib/cmdline: fix a typo
2021-11-17 Volker Lendeckecmdline: Make -P work in clustered mode
2021-11-17 Volker Lendeckecmdline: Add a callback to set the machine account...
2021-11-11 Ralph Boehmelib/cmdline: setup default file logging for servers
2021-11-11 Ralph Boehmelib/cmdline: remember config_type in samba_cmdline_init()
2021-11-11 Ralph Boehmelib/cmdline: fix indentation
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-21 Volker Lendeckelib: Move closefrom_except*() to a separate file
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: restore pre-4.15 logging behaviour for...
2021-09-06 Ralph Boehmelib/cmdline: add POPT_COMMON_DAEMON daemon popt options
2021-07-22 Andreas Schneiderlib:cmdline: Use lp_load_global() for servers
2021-06-29 Andreas Schneiderlib:cmdline: Ignore the return code of cli_credentials_...
2021-06-20 Andreas Schneiderlib:cmdline: Improve doxygen documentation
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 SAMBA_CMDLINE_CONFIG_NONE
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...