summaryrefslogtreecommitdiff
path: root/source4/param/loadparm.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-22libsmb: Add "smb_encryption_over_quic" to smb311_capabilitiesVolker Lendecke1-2/+4
2025-04-18s4:param: let lpcfg_smbcli_options() use lpcfg_client_smb_transports()Stefan Metzmacher1-2/+2
2025-04-18s4:libcli: introduce smbcli_options.transports based on lpcfg_smb_ports()Stefan Metzmacher1-0/+2
2022-08-11s4:param: add --option="libsmb:client_guid=6112f7d3-9528-4a2a-8861-0ca129aae6...Stefan Metzmacher1-1/+10
2021-07-15libcli/smb: actually make use of "client/server smb3 signing algorithms"Stefan Metzmacher1-0/+1
2021-07-15s4:param: make use of 'client smb3 encryption algorithms'Stefan Metzmacher1-9/+2
2021-03-17s4:param: let lpcfg_smbcli_options() fill smb3_capabilities.ciphersStefan Metzmacher1-0/+9
2020-07-08s4:param: use struct initializer in lpcfg_smbcli_session_options()Stefan Metzmacher1-3/+5
2020-07-08s4:param: use struct initializer in lpcfg_smbcli_options()Stefan Metzmacher1-14/+16
2017-03-03libcli/smb: add max_credits arg to smbXcli_negprot_send()Ralph Boehme1-0/+2
2016-04-12CVE-2016-2115: s4:libcli/raw: add smbcli_options.min_protocolStefan Metzmacher1-0/+1
2016-04-12CVE-2016-2111: s4:param: use "client use spnego" to initialize options->use_s...Stefan Metzmacher1-1/+1
2014-11-27s4:param: don't expand PROTOCOL_DEFAULT in lpcfg_smbcli_options()Stefan Metzmacher1-1/+1
2014-02-07param: rename lp function and variable from "maxmux" to "max_mux"Garming Sam1-1/+1
2014-02-07param: rename lp function and variable from "cli_maxprotocol" to "client_max_...Garming Sam1-1/+1
2013-10-05s4:libcli:smb2: add the smb2_capabilities to the smbcli_optionsMichael Adam1-0/+1
2013-10-05s4:libcli:smb2: add the client_guid to the smbcli_optionsMichael Adam1-0/+2
2012-05-23Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy1-13/+0
2011-10-11lib/param move source4 param code to the top levelAndrew Bartlett1-3746/+1
2011-10-07s4-param copy print_parameter and equal_parameter in from source3Andrew Bartlett1-10/+24
2011-10-07param: Use a bool to hold boolean parametersAndrew Bartlett1-7/+7
2011-09-08s4-param void function cannot return valueAndrew Bartlett1-1/+2
2011-09-05s4:param: make use of PROTOCOL_SMB2_02Stefan Metzmacher1-1/+2
2011-09-01s4-services: disable the web server by defaultAndrew Tridgell1-1/+1
2011-08-26s4-param: Use s3 dump method if s3 context is definedAmitay Isaacs1-0/+4
2011-08-22s4-provision set passdb backend to 'samba4' in template smb.conf filesAndrew Bartlett1-0/+9
2011-08-13s4-param Set szConfigFile even for s3 loadparm contextsAndrew Bartlett1-4/+4
2011-08-13param: Add smb.conf loading support to s3/s4 loadparm bridgeAndrew Bartlett1-0/+4
2011-07-21s4-param: use "state directory" and "cache directory" optionsBjörn Baumbach1-4/+4
2011-07-14s4-param finish services hooks for s4->s3 loadparm contextAndrew Bartlett1-2/+26
2011-07-14s4-param cope with parameters of type charAndrew Bartlett1-0/+12
2011-07-12s4:param: add "state dir" and "cache dir" optionsStefan Metzmacher1-0/+20
2011-07-08lib/param: Merge struct loadparm_service into commonAndrew Bartlett1-6/+18
2011-07-08param: Move per-share parameters into a seperate file, to share with s3Andrew Bartlett1-36/+3
2011-07-08s4-param Remove offset != -1 checksAndrew Bartlett1-7/+2
2011-07-08s4-param change to struct bitmap to match s3-paramAndrew Bartlett1-15/+16
2011-07-08s4-param Also check the p_class matches when comparing offsetAndrew Bartlett1-1/+3
2011-07-08param: Add hooks to s3 parm_struct and the parameters void * pointerAndrew Bartlett1-13/+18
2011-07-02s4-param Remove unused 'announce version'Andrew Bartlett1-10/+2
2011-07-02param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()Andrew Bartlett1-1/+1
2011-06-29s4-param Handle BOOLREV parametersAndrew Bartlett1-0/+16
2011-06-29s4-param Match source3's param: use C99 initialisersAndrew Bartlett1-159/+1090
2011-06-29s4-param Merge struct parm_struct with version from source3/Andrew Bartlett1-9/+9
2011-06-29param: Merge struct parm_struct definitionsAndrew Bartlett1-11/+11
2011-06-24param: Remove remaining references to announce as and announce versionAndrew Bartlett1-5/+0
2011-06-23param: Remove "announce as" parameterAndrew Bartlett1-11/+0
2011-06-23lib/util/charset: Remove 'display charset'Andrew Bartlett1-2/+0
2011-06-21s4-param Autogenerate the loadparm_globals and loadparm_service tablesAndrew Bartlett1-153/+24
2011-06-21lib/util: Use common d_printf() in the whole codebaseAndrew Bartlett1-6/+0
2011-06-09s4-param add const to loadparm_init_s3 s3_fnsAndrew Bartlett1-2/+2