summaryrefslogtreecommitdiff
path: root/lib/cmdline/cmdline.c
Commit message (Expand)AuthorAgeFilesLines
* lib:cmdline: Fix -k option which doesn't expect anythingAndreas Schneider2021-10-281-1/+1
* lib:cmdline: fix a commentMichael Adam2021-09-211-2/+2
* lib/cmdline: restore s3 option name --max-protocol for MAXPROTOCOL from 4.14Ralph Boehme2021-09-101-1/+1
* lib/cmdline: fix --configfile handling of POPT_COMMON_CONFIG_ONLY used by ntl...Stefan Metzmacher2021-09-101-2/+1
* lib/cmdline: add POPT_COMMON_DAEMON daemon popt optionsRalph Boehme2021-09-061-0/+80
* lib:cmdline: Ignore the return code of cli_credentials_guess()Andreas Schneider2021-06-291-1/+8
* lib:cmdline: Use getprogname() to avoid possible issues with setproctitle()Stefan Metzmacher2021-06-081-6/+1
* s3:cmdline: Use D_ERR() instead of DBG_ERR() for talloc logStefan Metzmacher2021-06-081-1/+1
* lib:cmdline: Also set logfile for the debug systemAndreas Schneider2021-06-081-0/+1
* lib:cmdline: Add a --configfile only parser for ntlm_authAndreas Schneider2021-05-251-0/+19
* lib:cmdline: Add a --option only parser for testparmAndreas Schneider2021-05-251-0/+18
* lib:cmdline: Add a debug only optionAndreas Schneider2021-05-201-0/+25
* lib:cmdline: Fix setting 'log file' from smb.confAndreas Schneider2021-05-181-7/+18
* lib:cmdline: Align integer typesAndreas Schneider2021-05-061-1/+2
* lib:cmdline: We need to always set a log fileAndreas Schneider2021-05-061-26/+47
* lib:cmdline: Also set logfilebase for -l|--log-basenameAndreas Schneider2021-05-061-0/+2
* lib:cmdline: Rename to cmdline_sanity_checkerAndreas Schneider2021-05-061-3/+3
* lib:cmdline: Improve error message for duplicate optionsAndreas Schneider2021-05-061-1/+2
* lib:cmdline: Add sanity check for optionsAndreas Schneider2021-04-281-0/+114
* lib:cmdline: Add samba_cmdline_burn()Andreas Schneider2021-04-281-0/+49
* lib:cmdline: Set kerberos=required for --use-krb5-ccache=CCACHEAndreas Schneider2021-04-281-0/+9
* lib:cmdline: Implement legacy kerberos optionsAndreas Schneider2021-04-281-0/+118
* lib:cmdline: Parse cmdline options with poptAndreas Schneider2021-04-281-2/+789
* lib:cmdline: Add callback for loading the config fileAndreas Schneider2021-04-281-0/+7
* lib:cmdline: Add client credentialsAndreas Schneider2021-04-281-0/+18
* lib:cmdline: Add initial code for new cmdline option parserAndreas Schneider2021-04-281-0/+83