ldb-samba: ldif_read_objectSid avoids VLA
[samba.git] / source4 / param /
2023-11-20 Andreas SchneiderUse python.h from libreplace
2023-08-08 Joseph Suttons4:param: Add missing newlines to logging messages
2023-08-08 Joseph Suttonpython: Use correct function signatures
2023-07-21 Dmitry Antipovs4:param: replace calls to deprecated Python methods
2022-10-03 Volker Lendeckepython: whitespace fixes
2022-08-11 Stefan Metzmachers4:param: add --option="libsmb:client_guid=6112f7d3...
2022-08-06 Douglas Bagnallpyparam: expose lpcfg_dump_globals()
2021-07-15 Stefan Metzmacherlibcli/smb: actually make use of "client/server smb3...
2021-07-15 Stefan Metzmachers4:param: make use of 'client smb3 encryption algorithms'
2021-03-26 Andrew Bartlettsmb.conf: Remove "share backend" option
2021-03-17 Stefan Metzmachers4:param: let lpcfg_smbcli_options() fill smb3_capabili...
2021-03-10 Andrew Bartlettlib/param: Remove lpcfg_volume_label() and only caller...
2020-10-29 Andreas Schneiders4:param: Add 'weak crypto' getter to pyparam
2020-08-28 Matthew DeVorelib/util: remove extra safe_string.h file
2020-07-08 Stefan Metzmachers4:param: use struct initializer in lpcfg_smbcli_sessio...
2020-07-08 Stefan Metzmachers4:param: use struct initializer in lpcfg_smbcli_options()
2020-06-23 David MulderAdd python binding for DATADIR build path
2020-05-08 Gary LockyerFix clang 9 missing-field-initializer warnings
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_FromLong PyLong_FromLong
2020-03-19 Noel Powers4/param: py_sid shouldn't be decref'ed after insertion...
2020-03-19 Noel Powers4/param: treat NULL value passed to dict_insert as...
2020-03-19 Noel Powers4/param: don't decref object we don't own
2020-02-05 Stefan Metzmachers4:param: make sure secrets_db_connect() no longer...
2020-02-05 Stefan Metzmachers4:param: make use of secrets_db_create() in provision_...
2020-02-05 Stefan Metzmachers4:param: add secrets_db_create() helper function
2019-09-01 Mathieu ParentSpelling fixes s/tempates/templates/
2019-06-24 Andrew Bartlettpy3: Remove duplicated PyUnicode_Check() after the...
2019-06-24 Andrew Bartlettpy3: Remove PyStr_AsString() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_FromFormat() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_FromString() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_Check() compatability macro
2019-05-16 Noel Powers4: squash 'cast between incompatible function types...
2019-03-21 Andrew Bartlettbuild: Remove bld.gen_python_environments()
2019-02-21 Noel Powers4/param: Fix provision_get_schema leaking python object
2019-02-13 Noel PowerMake sure results from GetAttrString are decref'ed...
2019-02-13 Noel PowerFix instances of PyDict_SetItem to decref the value
2019-02-07 Noel Powerdecref results of PyStr_FromString
2019-02-07 Noel PowerCleanup references to module objects returned from...
2019-02-01 Douglas Bagnalls4/param/provision: check samdb argument in provision_b...
2019-01-29 Douglas Bagnalls4/param/provision py_dom_sid_FromSid: avoid python...
2019-01-28 Andreas Schneiders4:pyparam: Use C99 initializer for PyGetSetDef
2018-11-08 Andreas Schneiderdebug: Use debuglevel_(get|set) function
2018-09-15 Noel Powers4/param: py2/p3 compat override_prefixmap should be...
2018-07-12 David Mulderparam: Add python binding for lpcfg_state_path
2018-06-28 Aaron Haslettparam: Add non-global smb.cfg option (support 2 differe...
2018-04-30 Noel Powers4/param: Additionally accept unicode as string param...
2018-04-13 Noel Powers3/param/wscript: build PROVISION subsytem for extra...
2018-04-13 Noel Powerwscript_build: make sure we link extra-python versions...
2018-04-12 David Mulderparam: Add python binding for lpcfg_cache_path
2018-04-05 Noel Powerpython3 port for provision.c
2017-10-27 Andreas Schneiders4:pyparam: Fix resource leaks on error
2017-05-25 Gary Lockyersource4/provision: fix talloc_steal on unallocated...
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-03-10 Ian Stakenviciuswaf: disable-python - don't build PROVISION, pyparam_util
2017-03-10 Lumir Balharpython: wscript_build: Build some modules for Python 3
2017-03-10 Lumir Balharpython: samba.param: Port param module to Python 3
2017-03-03 Ralph Boehmelibcli/smb: add max_credits arg to smbXcli_negprot_send()
2016-09-14 Christian Ambachs4:param add log_level function to retrieve log level...
2016-05-09 Douglas Bagnallsource4/param/pyparam.c: fix strange indentation
2016-04-12 Stefan MetzmacherCVE-2016-2115: s4:libcli/raw: add smbcli_options.min_pr...
2016-04-12 Stefan MetzmacherCVE-2016-2111: s4:param: use "client use spnego" to...
2016-03-15 Garming Sambuild: mark explicit dependencies on pytalloc-util
2016-03-08 Andrew Bartlettpyparam: Use pytalloc_BaseObject_PyType_Ready()
2016-03-08 Andrew Bartlettpyparam: Do not use pytalloc_Object directly
2016-01-13 Jelmer VernooijAvoid including libds/common/roles.h in public loadparm...
2016-01-07 Andrew Bartlettpython: Remove Python 2.4 support macros
2015-11-17 Andreas Schneiders4-param: Make sure newname is not used uninitialized
2015-10-13 Volker LendeckeRely on /dev/urandom
2015-05-01 Michael Adamparam: Remove unused P_SEP and P_SEPARATOR
2014-11-27 Stefan Metzmachers4:param: don't expand PROTOCOL_DEFAULT in lpcfg_smbcli...
2014-04-02 Stefan Metzmachers4:param/tests: add missing #include "torture/local...
2014-03-31 Volker Lendecketdb_wrap: Remove tdb_wrap_open_ again
2014-03-31 Volker Lendeckesecrets: Avoid passing lp_ctx to tdb_wrap_open in rands...
2014-02-19 Garming Samlib/param: handle non-constant strings properly by...
2014-02-19 Garming Sams4: pass down a memory context when performing share_st...
2014-02-08 Garming Samparam: rename lp function and variable from "maxmux...
2014-02-08 Garming Samparam: rename lp function and variable from "cli_maxpro...
2014-02-08 Garming Samparam: rename lp function and variable from 'casesensit...
2014-02-08 Garming Samparam: rename lp function and variable from 'force_dir_...
2014-02-03 Michael Adamloadparm: rename lp[cfg]_dir_mask to lp[cfg]_directory_...
2014-02-03 Michael Adamloadparm: rename lp[cfg]_print_ok to lp[cfg]_printable...
2014-02-03 Michael Adamloadparm: rename lp[cfg]_readonly to lp[cfg]_read_only...
2014-02-03 Michael Adamloadparm: rename lp[cfg]_hostsdeny to lp[cfg]_hosts_den...
2014-02-03 Michael Adamloadparm: rename lp[cfg]_hostsallow to lp[cfg]_hosts_al...
2014-02-03 Michael Adamloadparm: rename lp[cfg]_pathname to lp[cfg]_path for...
2014-01-28 Garming Sams4-param: add error messages for failure to dump a...
2014-01-28 Garming Samparam: fix incorrect file error handling in s4 pyparam
2014-01-28 Garming Sams4-testparm: modify dumping of parameters to use the...
2013-12-17 Volker Lendeckeshare_ldb: Fix a memleak
2013-12-17 Volker Lendeckeshare_ldb: Fix CID 1138336 Dereference null return...
2013-12-17 Volker Lendeckeshare_ldb: Fix a memleak
2013-12-17 Volker Lendeckeshare_ldb: Fix CID 1138337 Dereference null return...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-05 Michael Adams4:libcli:smb2: add the smb2_capabilities to the smbcli...
2013-10-05 Michael Adams4:libcli:smb2: add the client_guid to the smbcli_options
2013-03-02 Jelmer VernooijMove python modules from source4/scripting/python/...
2012-08-21 Andrew Bartletts4-provision: pass use_ntvfs from C wrappers and set...
2012-07-24 Andrew Bartlettlib/param: Remove 'case insensitive filesystem'
2012-07-15 Andrew Bartletts4-param: Use a unique header name
2012-06-15 Andrew Bartlettlib/param: Create a seperate server role for "active...
next