summaryrefslogtreecommitdiff
path: root/source4/libnet/py_net.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-19s4:libnet: pass an explicit talloc parent to libnet_context_init()Stefan Metzmacher1-4/+6
2024-11-11libnet4: Use netlogon_pings() in finddcs_cldapVolker Lendecke1-0/+2
2024-11-11cldap: Make finddcs.out.netlogon a pointerVolker Lendecke1-2/+4
2024-09-26s4:py_net: make use of dcerpc_binding_handle_auth_session_key()Stefan Metzmacher1-6/+6
2024-06-05s4-libnet: Split up samba-net into samba-net and samba-net-joinAndrew Bartlett1-0/+1
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-04-03s4:libnet: cleanup py_net_time()Dmitry Antipov1-4/+9
2022-12-13CVE-2022-37966 s4:libnet: allow python bindings to force setting an nthash vi...Stefan Metzmacher1-3/+15
2020-11-06s4:libnet:py_net - free event context in dealloc fnAndrew Walker1-1/+1
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett1-1/+1
2019-05-16s4: squash 'cast between incompatible function types' warningNoel Power1-11/+71
2019-02-13Make sure results from GetAttrString are decref'ed where neededNoel Power1-2/+7
2019-02-07Cleanup references to module objects returned from PyImport_ImportModuleNoel Power1-3/+9
2019-02-01py_net: fix != None checkDouglas Bagnall1-1/+1
2019-01-13s4/libnet: use 'et' as format for ParseTuple with python2Noel Power1-1/+2
2018-05-17FIXUP: Improve memory handling on py_net_change_passwordAndrew Bartlett1-2/+7
2018-05-17s4/libnet: Allow passwords containing non ascii characters to be passedNoel Power1-9/+14
2018-01-09libnet: Add NULL checks to py_net_finddcVolker Lendecke1-0/+10
2017-07-14py3: Make sure to specify METH_VARARGS together with METH_KEYWORDSAlexander Bokovoy1-1/+1
2017-05-25pynet: Add a hook to decrypt one attributeAndrew Bartlett1-0/+74
2017-03-29python net: add username, oldpassword and domain to change_passwordGary Lockyer1-7/+19
2017-03-10python: Port the samba.net module to Python 3Petr Viktorin1-12/+19
2017-02-25py_net: make use of pytalloc_GenericObject_steal()Stefan Metzmacher1-3/+2
2016-11-04python-libnet: Use new NTSTATUSError, WERRORError and DsExtendedError exceptionsAndrew Bartlett1-14/+102
2016-11-04dsdb: Catch errors in extended operations (like allocating a RID Set)Andrew Bartlett1-2/+19
2016-11-04dsdb: Rework DSDB code to use WERRORAndrew Bartlett1-5/+5
2015-10-26samba-tool: Remove vampire subcommand and now unused libnet_Vampire()Andrew Bartlett1-59/+0
2015-03-12s4:py_net: make domain and address fully optional to py_net_finddcStefan Metzmacher1-1/+1
2014-10-14py_net: Fix typo in change_password docstring, and indentation inJelmer Vernooij1-4/+2
2013-09-19python/drs: Ensure to pass in the local invocationID during the domain joinAndrew Bartlett1-4/+13
2012-04-12s4-libnet: split export_keytab in a separate python module to avoid pulling i...Alexander Bokovoy1-44/+1
2011-11-29s4:py_net: add optional 'machinepass' parameter to py_net_join_member()Stefan Metzmacher1-3/+4
2011-11-29s4:libnet/py_net: ZERO_STRUCT() struct libnet_Join_member in py_net_join_memb...Stefan Metzmacher1-0/+2
2011-11-29s4-samba-tool: Add --principal argument to samba-tool domain exportkeytabAndrew Bartlett1-3/+5
2011-11-26s4:libnet/py_net.c: "py_net_finddc" - add an "address" parameterMatthias Dieter Wallnöfer1-7/+15
2011-11-26s4:libnet/py_net.c - initialise optional keyword argumentsMatthias Dieter Wallnöfer1-1/+3
2011-11-15s4:libnet: initialize forest structure in py_net_replicate_init()Stefan Metzmacher1-0/+3
2011-09-19s4:libnet/py_net.c - fix up includes (in order to find all "struct"s)Matthias Dieter Wallnöfer1-3/+2
2011-08-25s4-libnet: fixed forest DNS nameAndrew Tridgell1-1/+2
2011-08-12s4:libnet: passdown the DsGetNCChangesReq* to the libnet_BecomeDC_StoreChunk ...Stefan Metzmacher1-4/+43
2011-08-10pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij1-4/+5
2011-08-08s4:py_net: PyArg_ParseTuple("i") requires an 'int' argumentStefan Metzmacher1-1/+4
2011-08-07pyldb: Consistently use pyldb_ prefix.Jelmer Vernooij1-1/+1
2011-08-03gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett1-0/+1
2011-07-28s4-libnet: py_net Add change_password() python commandAmitay Isaacs1-0/+53
2011-07-28s4-libnet: py_net - Remove parsing for credentials argumentAmitay Isaacs1-5/+6
2011-05-18s4-libnet: Remove libnet_Join and create libnet_Join_memberAndrew Bartlett1-8/+8
2011-01-03s4-python: Add missing prototypes.Jelmer Vernooij1-0/+2
2011-01-01s4-python: Properly call PyObject_Del from all destructors.Jelmer Vernooij1-0/+1
2010-12-12ldb:pyldb.h - revert to the previous header behaviourMatthias Dieter Wallnöfer1-1/+3