summaryrefslogtreecommitdiff
path: root/lib/cmdline
AgeCommit message (Expand)AuthorFilesLines
2022-05-30cmdline_s4: re-initialise logging once loadparm is readyDouglas Bagnall1-5/+17
2022-04-21lib/cmdline: fix a typoChristian Ambach1-2/+2
2021-11-17cmdline: Make -P work in clustered modeVolker Lendecke2-1/+29
2021-11-17cmdline: Add a callback to set the machine account detailsVolker Lendecke2-2/+18
2021-11-11lib/cmdline: setup default file logging for serversRalph Boehme1-0/+14
2021-11-11lib/cmdline: remember config_type in samba_cmdline_init()Ralph Boehme1-0/+2
2021-11-11lib/cmdline: fix indentationRalph Boehme1-1/+1
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-21lib: Move closefrom_except*() to a separate fileVolker Lendecke3-1/+126
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: restore pre-4.15 logging behaviour for daemonsRalph Boehme1-1/+10
2021-09-06lib/cmdline: add POPT_COMMON_DAEMON daemon popt optionsRalph Boehme3-0/+113
2021-07-22lib:cmdline: Use lp_load_global() for serversAndreas Schneider2-1/+10
2021-06-29lib:cmdline: Ignore the return code of cli_credentials_guess()Andreas Schneider1-1/+8
2021-06-20lib:cmdline: Improve doxygen documentationAndreas Schneider1-10/+23
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 Schneider2-0/+32
2021-05-25lib:cmdline: Add a --option only parser for testparmAndreas Schneider2-0/+31
2021-05-20lib:cmdline: Add SAMBA_CMDLINE_CONFIG_NONEAndreas Schneider2-1/+4
2021-05-20lib:cmdline: Add a debug only optionAndreas Schneider2-1/+39
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 Schneider3-0/+181
2021-04-28lib:cmdline: Add samba_cmdline_burn()Andreas Schneider4-0/+131
2021-04-28lib:cmdline: Set kerberos=required for --use-krb5-ccache=CCACHEAndreas Schneider1-0/+9
2021-04-28lib:cmdline: Implement legacy kerberos optionsAndreas Schneider2-0/+140
2021-04-28lib:cmdline: Parse cmdline options with poptAndreas Schneider6-12/+928
2021-04-28lib:cmdline: Add callback for loading the config fileAndreas Schneider4-0/+97
2021-04-28lib:cmdline: Add client credentialsAndreas Schneider6-0/+61
2021-04-28lib:cmdline: Add initial code for new cmdline option parserAndreas Schneider6-0/+326