summaryrefslogtreecommitdiff
path: root/source4/param
Commit message (Expand)AuthorAgeFilesLines
* s4:pyparam: Fix resource leaks on errorAndreas Schneider2017-10-271-0/+6
* source4/provision: fix talloc_steal on unallocated memoryGary Lockyer2017-05-251-0/+3
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-223-6/+6
* waf: disable-python - don't build PROVISION, pyparam_utilIan Stakenvicius2017-03-101-2/+4
* python: wscript_build: Build some modules for Python 3Lumir Balhar2017-03-101-12/+15
* python: samba.param: Port param module to Python 3Lumir Balhar2017-03-102-42/+84
* libcli/smb: add max_credits arg to smbXcli_negprot_send()Ralph Boehme2017-03-031-0/+2
* s4:param add log_level function to retrieve log level in Python codeChristian Ambach2016-09-141-0/+9
* source4/param/pyparam.c: fix strange indentationDouglas Bagnall2016-05-101-4/+4
* CVE-2016-2115: s4:libcli/raw: add smbcli_options.min_protocolStefan Metzmacher2016-04-121-0/+1
* CVE-2016-2111: s4:param: use "client use spnego" to initialize options->use_s...Stefan Metzmacher2016-04-121-1/+1
* build: mark explicit dependencies on pytalloc-utilGarming Sam2016-03-151-1/+1
* pyparam: Use pytalloc_BaseObject_PyType_Ready()Andrew Bartlett2016-03-081-10/+2
* pyparam: Do not use pytalloc_Object directlyAndrew Bartlett2016-03-081-42/+27
* Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij2016-01-131-0/+1
* python: Remove Python 2.4 support macrosAndrew Bartlett2016-01-071-6/+0
* s4-param: Make sure newname is not used uninitializedAndreas Schneider2015-11-171-1/+1
* Rely on /dev/urandomVolker Lendecke2015-10-132-61/+0
* param: Remove unused P_SEP and P_SEPARATORMichael Adam2015-05-021-2/+0
* s4:param: don't expand PROTOCOL_DEFAULT in lpcfg_smbcli_options()Stefan Metzmacher2014-11-271-1/+1
* s4:param/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2014-04-022-0/+2
* tdb_wrap: Remove tdb_wrap_open_ againVolker Lendecke2014-03-311-4/+4
* secrets: Avoid passing lp_ctx to tdb_wrap_open in randseed_initVolker Lendecke2014-03-311-1/+4
* lib/param: handle non-constant strings properly by passing in a memory contextGarming Sam2014-02-201-2/+2
* s4: pass down a memory context when performing share_string_option, to allow ...Garming Sam2014-02-204-24/+31
* param: rename lp function and variable from "maxmux" to "max_mux"Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "cli_maxprotocol" to "client_max_...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from 'casesensitive' to 'case_sensitive'Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from 'force_dir_mode' to 'force_direct...Garming Sam2014-02-071-1/+1
* loadparm: rename lp[cfg]_dir_mask to lp[cfg]_directory_mask for consistency w...Michael Adam2014-02-031-1/+1
* loadparm: rename lp[cfg]_print_ok to lp[cfg]_printable for consistency with docsMichael Adam2014-02-031-1/+1
* loadparm: rename lp[cfg]_readonly to lp[cfg]_read_only for consistency with docsMichael Adam2014-02-031-1/+1
* loadparm: rename lp[cfg]_hostsdeny to lp[cfg]_hosts_deny for consistency with...Michael Adam2014-02-031-1/+1
* loadparm: rename lp[cfg]_hostsallow to lp[cfg]_hosts_allow for consistency wi...Michael Adam2014-02-031-1/+1
* loadparm: rename lp[cfg]_pathname to lp[cfg]_path for consistency with docsMichael Adam2014-02-031-1/+1
* s4-param: add error messages for failure to dump a parameterGarming Sam2014-01-281-3/+11
* param: fix incorrect file error handling in s4 pyparamGarming Sam2014-01-281-2/+0
* s4-testparm: modify dumping of parameters to use the lib/param code to have m...Garming Sam2014-01-281-0/+37
* share_ldb: Fix a memleakVolker Lendecke2013-12-171-0/+1
* share_ldb: Fix CID 1138336 Dereference null return valueVolker Lendecke2013-12-171-4/+5
* share_ldb: Fix a memleakVolker Lendecke2013-12-171-0/+1
* share_ldb: Fix CID 1138337 Dereference null return valueVolker Lendecke2013-12-171-4/+5
* s4:libcli:smb2: add the smb2_capabilities to the smbcli_optionsMichael Adam2013-10-051-0/+1
* s4:libcli:smb2: add the client_guid to the smbcli_optionsMichael Adam2013-10-051-0/+2
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-1/+1
* s4-provision: pass use_ntvfs from C wrappers and set to true in tests/vampireAndrew Bartlett2012-08-222-0/+3
* lib/param: Remove 'case insensitive filesystem'Andrew Bartlett2012-07-241-1/+26
* s4-param: Use a unique header nameAndrew Bartlett2012-07-151-3/+3
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-151-1/+1
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-231-13/+0