summaryrefslogtreecommitdiff
path: root/lib/cmdline
Commit message (Expand)AuthorAgeFilesLines
* lib:cmdline: Fix code spellingAndreas Schneider2023-04-032-7/+7
* lib:cmdline: Fix typoJoseph Sutton2023-03-031-1/+1
* lib/cmdline/tests: add missing includesRalph Boehme2022-12-091-0/+2
* lib:cmdline: Fix error handling of --client-protection=sign|encrypt|offAndreas Schneider2022-06-221-56/+63
* lib:cmdline: Fix error handling of --use-krb5-ccache=CCACHEAndreas Schneider2022-06-221-26/+32
* lib:cmdline: Fix error handling of --use-kerberos=desired|required|offAndreas Schneider2022-06-221-16/+26
* cmdline_s4: re-initialise logging once loadparm is readyDouglas Bagnall2022-05-301-5/+17
* lib/cmdline: fix a typoChristian Ambach2022-04-211-2/+2
* cmdline: Make -P work in clustered modeVolker Lendecke2021-11-172-1/+29
* cmdline: Add a callback to set the machine account detailsVolker Lendecke2021-11-172-2/+18
* lib/cmdline: setup default file logging for serversRalph Boehme2021-11-111-0/+14
* lib/cmdline: remember config_type in samba_cmdline_init()Ralph Boehme2021-11-111-0/+2
* lib/cmdline: fix indentationRalph Boehme2021-11-111-1/+1
* 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: Move closefrom_except*() to a separate fileVolker Lendecke2021-09-213-1/+126
* 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: restore pre-4.15 logging behaviour for daemonsRalph Boehme2021-09-061-1/+10
* lib/cmdline: add POPT_COMMON_DAEMON daemon popt optionsRalph Boehme2021-09-063-0/+113
* lib:cmdline: Use lp_load_global() for serversAndreas Schneider2021-07-222-1/+10
* lib:cmdline: Ignore the return code of cli_credentials_guess()Andreas Schneider2021-06-291-1/+8
* lib:cmdline: Improve doxygen documentationAndreas Schneider2021-06-201-10/+23
* 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-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