summaryrefslogtreecommitdiff
path: root/lib/cmdline
Commit message (Expand)AuthorAgeFilesLines
* lib:cmdline: Add a --configfile only parser for ntlm_authAndreas Schneider2021-05-252-0/+32
* lib:cmdline: Add a --option only parser for testparmAndreas Schneider2021-05-252-0/+31
* lib:cmdline: Add SAMBA_CMDLINE_CONFIG_NONEAndreas Schneider2021-05-202-1/+4
* lib:cmdline: Add a debug only optionAndreas Schneider2021-05-202-1/+39
* 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-283-0/+181
* lib:cmdline: Add samba_cmdline_burn()Andreas Schneider2021-04-284-0/+131
* lib:cmdline: Set kerberos=required for --use-krb5-ccache=CCACHEAndreas Schneider2021-04-281-0/+9
* lib:cmdline: Implement legacy kerberos optionsAndreas Schneider2021-04-282-0/+140
* lib:cmdline: Parse cmdline options with poptAndreas Schneider2021-04-286-12/+928
* lib:cmdline: Add callback for loading the config fileAndreas Schneider2021-04-284-0/+97
* lib:cmdline: Add client credentialsAndreas Schneider2021-04-286-0/+61
* lib:cmdline: Add initial code for new cmdline option parserAndreas Schneider2021-04-286-0/+326