summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4:setup: register ${NTDSGUID}._msdcs.${DNSFOREST} first in dns_update_listStefan Metzmacher2019-02-141-1/+1
* Make sure results from GetAttrString are decref'ed where neededNoel Power2019-02-132-7/+28
* Fix instances of PyDict_SetItem to decref the valueNoel Power2019-02-131-105/+241
* Fix mem leak with PyBytes_FromStringAndSizeNoel Power2019-02-131-3/+6
* replmd: move a if (ret) closer to ret sourceDouglas Bagnall2019-02-131-4/+5
* dsdb: check NULL guid strings in la_fix_linksDouglas Bagnall2019-02-131-3/+11
* dsdb: linked attrs: check a talloc_new()Douglas Bagnall2019-02-131-1/+6
* dsdb: make get_parsed_dns_trusted() a common helper functionDouglas Bagnall2019-02-134-58/+57
* spelling of associatedDouglas Bagnall2019-02-131-3/+3
* dsdb/tests/vlv: use only one toplevel dn that is correctly cleaned upStefan Metzmacher2019-02-111-9/+9
* s4:dsdb:util: export SAMBA_CPS_{ACCOUNT,USER_PRINCIPAL,FULL}_NAME for check p...Stefan Metzmacher2019-02-113-0/+50
* dnsserver: Return access denied to the caller if the user was not a DNS adminGarming Sam2019-02-111-7/+25
* s4: torture: vfs_fruit. Change test_fruit_locking_conflict() to match the vfs...Jeremy Allison2019-02-081-5/+21
* s4/registry/py: use unsigned ParseTuple format for unsigned valueDouglas Bagnall2019-02-081-1/+1
* s4/messaging/py: use better format strings for variable typesDouglas Bagnall2019-02-081-4/+4
* s4/librpc/py_misc: ParseTuple format should match actual typesDouglas Bagnall2019-02-081-1/+1
* torture4: Solaris cc can't deal with empty initializersVolker Lendecke2019-02-081-7/+7
* s4/scripting/bin: open unicode files with utf8 encoding and write unicode stringJoe Guo2019-02-082-8/+14
* s4:dsdb:util: make use of samba_runcmd_export_stdin()Stefan Metzmacher2019-02-071-6/+14
* Clean up reference used with PyDict_SetxxxNoel Power2019-02-075-5/+8
* Cleanup (decref) some objects added to list.Noel Power2019-02-071-2/+16
* decref results of PyStr_FromStringNoel Power2019-02-071-3/+12
* Cleanup references to module objects returned from PyImport_ImportModuleNoel Power2019-02-075-19/+51
* Decrement references to python objects passed to Py_BuildValueNoel Power2019-02-071-1/+5
* build: replace SAMBA3_ADD_OPTION with samba_add_onoff_optionDavid Disseldorp via samba-technical2019-02-011-1/+1
* py_net: fix != None checkDouglas Bagnall2019-02-011-1/+1
* s4/param/provision: check samdb argument in provision_bare()Douglas Bagnall2019-02-011-2/+7
* s4/pyauth: fix memory leak when context_new() has bad argumentsDouglas Bagnall2019-02-011-0/+2
* s4/pyauth: insist on proper ldb in context_new()Douglas Bagnall2019-02-011-0/+4
* s4/pyauth: check ldb argument in py_user_session()Douglas Bagnall2019-02-011-0/+4
* pygensec: insist on proper AuthContext in start_serverDouglas Bagnall2019-02-011-1/+9
* Tests for segfaults in python bindingsDouglas Bagnall2019-02-011-0/+3
* cracknames: Change search filter to use the smaller indexGarming Sam2019-02-011-2/+2
* selftest: Remove unnecessary tests.py options from proclimit testsTim Beale2019-02-011-3/+1
* samba: Change default process model to preforkTim Beale2019-02-011-1/+1
* s4:server: add support for 'smbcontrol samba shutdown'Stefan Metzmacher2019-01-291-1/+36
* s4:server: avoid using pid=0 for the parent 'samba' processStefan Metzmacher2019-01-291-1/+1
* s4:messaging: add support 'smbcontrol <pid> debug/debuglevel'Stefan Metzmacher2019-01-291-0/+72
* wscript: separate embedded_heimdal from system_heimdalStefan Metzmacher2019-01-291-94/+0
* s4/param/provision py_dom_sid_FromSid: avoid python memleakDouglas Bagnall2019-01-291-4/+6
* s4/pyrpc_util: catch alloc failure in py_dcerpc_interface_init_helper()Douglas Bagnall2019-01-291-0/+5
* s4/pyrpc_util: appropriately decrement refcounts on failureDouglas Bagnall2019-01-291-0/+22
* s4:torture: Enforce Printer ClassJustin Stephenson2019-01-281-0/+7
* s4:torture: Uninstall driver and cleanupJustin Stephenson2019-01-281-0/+58
* s4:torture: Add test_ValidatePrinterDriverInstalledJustin Stephenson2019-01-283-0/+198
* s4:torture: Add test_InstallPrinterDriverFromPackageJustin Stephenson2019-01-281-0/+55
* s4:torture: Add test_UploadPrinterDriverPackageJustin Stephenson2019-01-281-0/+59
* s4:torture: Add test_CopyDriverFilesJustin Stephenson2019-01-281-0/+212
* s4:torture: Add test_init_driver_info functionJustin Stephenson2019-01-282-0/+144
* s4:torture: Add driver parsing wrapperJustin Stephenson2019-01-282-0/+42