summaryrefslogtreecommitdiff
path: root/lib/cmdline/cmdline.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-28lib:cmdline: Parse cmdline options with poptAndreas Schneider1-2/+789
2021-04-28lib:cmdline: Add callback for loading the config fileAndreas Schneider1-0/+7
2021-04-28lib:cmdline: Add client credentialsAndreas Schneider1-0/+18
2021-04-28lib:cmdline: Add initial code for new cmdline option parserAndreas Schneider1-0/+83