summaryrefslogtreecommitdiff
path: root/source4/param
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
2025-01-02specify some deps on private libs actually used directlyMichael Tokarev1-1/+1
2023-11-20Use python.h from libreplaceAndreas Schneider3-3/+3
2023-08-08s4:param: Add missing newlines to logging messagesJoseph Sutton1-2/+2
2023-08-08python: Use correct function signaturesJoseph Sutton1-1/+1
2023-07-21s4:param: replace calls to deprecated Python methodsDmitry Antipov1-3/+15
2022-10-03python: whitespace fixesVolker Lendecke1-11/+11
2022-08-11s4:param: add --option="libsmb:client_guid=6112f7d3-9528-4a2a-8861-0ca129aae6...Stefan Metzmacher1-1/+10
2022-08-06pyparam: expose lpcfg_dump_globals()Douglas Bagnall1-0/+33
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-26smb.conf: Remove "share backend" optionAndrew Bartlett6-638/+12
2021-03-17s4:param: let lpcfg_smbcli_options() fill smb3_capabilities.ciphersStefan Metzmacher1-0/+9
2021-03-10lib/param: Remove lpcfg_volume_label() and only caller in NTVFS file serverAndrew Bartlett2-5/+0
2020-10-29s4:param: Add 'weak crypto' getter to pyparamAndreas Schneider1-0/+22
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+2
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
2020-06-23Add python binding for DATADIR build pathDavid Mulder1-0/+7
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-3/+3
2020-03-23py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett2-5/+5
2020-03-19s4/param: py_sid shouldn't be decref'ed after insertion into dictNoel Power1-8/+2
2020-03-19s4/param: treat NULL value passed to dict_insert as errorNoel Power1-0/+3
2020-03-19s4/param: don't decref object we don't ownNoel Power1-1/+0
2020-02-05s4:param: make sure secrets_db_connect() no longer creates on empty secrets.ldbStefan Metzmacher1-1/+1
2020-02-05s4:param: make use of secrets_db_create() in provision_store_self_join()Stefan Metzmacher1-2/+2
2020-02-05s4:param: add secrets_db_create() helper functionStefan Metzmacher2-0/+12
2019-09-01Spelling fixes s/tempates/templates/Mathieu Parent1-1/+1
2019-06-24py3: Remove duplicated PyUnicode_Check() after the py3 compat macros were rem...Andrew Bartlett2-2/+2
2019-06-24py3: Remove PyStr_AsString() compatability macroAndrew Bartlett3-4/+4
2019-06-24py3: Remove PyStr_FromFormat() compatability macroAndrew Bartlett1-2/+2
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2-37/+37
2019-06-24py3: Remove PyStr_Check() compatability macroAndrew Bartlett2-2/+2
2019-05-16s4: squash 'cast between incompatible function types' warningNoel Power1-6/+6
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett1-28/+26
2019-02-21s4/param: Fix provision_get_schema leaking python objectNoel Power1-8/+4
2019-02-13Make sure results from GetAttrString are decref'ed where neededNoel Power1-5/+21
2019-02-13Fix instances of PyDict_SetItem to decref the valueNoel Power1-105/+241
2019-02-07decref results of PyStr_FromStringNoel Power1-3/+12
2019-02-07Cleanup references to module objects returned from PyImport_ImportModuleNoel Power1-2/+6
2019-02-01s4/param/provision: check samdb argument in provision_bare()Douglas Bagnall1-2/+7
2019-01-29s4/param/provision py_dom_sid_FromSid: avoid python memleakDouglas Bagnall1-4/+6
2019-01-28s4:pyparam: Use C99 initializer for PyGetSetDefAndreas Schneider1-4/+10
2018-11-08debug: Use debuglevel_(get|set) functionAndreas Schneider1-1/+1
2018-09-15s4/param: py2/p3 compat override_prefixmap should be string/bytesNoel Power1-1/+1
2018-07-12param: Add python binding for lpcfg_state_pathDavid Mulder1-0/+27
2018-06-28param: Add non-global smb.cfg option (support 2 different smb.confs)Aaron Haslett1-1/+46
2018-04-30s4/param: Additionally accept unicode as string param in Py2Noel Power2-2/+2