summaryrefslogtreecommitdiff
path: root/source4/libnet/py_net.c
Commit message (Expand)AuthorAgeFilesLines
* libnet: Add NULL checks to py_net_finddcVolker Lendecke2018-01-091-0/+10
* py3: Make sure to specify METH_VARARGS together with METH_KEYWORDSAlexander Bokovoy2017-07-141-1/+1
* pynet: Add a hook to decrypt one attributeAndrew Bartlett2017-05-251-0/+74
* python net: add username, oldpassword and domain to change_passwordGary Lockyer2017-03-291-7/+19
* python: Port the samba.net module to Python 3Petr Viktorin2017-03-101-12/+19
* py_net: make use of pytalloc_GenericObject_steal()Stefan Metzmacher2017-02-251-3/+2
* python-libnet: Use new NTSTATUSError, WERRORError and DsExtendedError exceptionsAndrew Bartlett2016-11-041-14/+102
* dsdb: Catch errors in extended operations (like allocating a RID Set)Andrew Bartlett2016-11-041-2/+19
* dsdb: Rework DSDB code to use WERRORAndrew Bartlett2016-11-041-5/+5
* samba-tool: Remove vampire subcommand and now unused libnet_Vampire()Andrew Bartlett2015-10-261-59/+0
* s4:py_net: make domain and address fully optional to py_net_finddcStefan Metzmacher2015-03-121-1/+1
* py_net: Fix typo in change_password docstring, and indentation inJelmer Vernooij2014-10-141-4/+2
* python/drs: Ensure to pass in the local invocationID during the domain joinAndrew Bartlett2013-09-191-4/+13
* s4-libnet: split export_keytab in a separate python module to avoid pulling i...Alexander Bokovoy2012-04-121-44/+1
* s4:py_net: add optional 'machinepass' parameter to py_net_join_member()Stefan Metzmacher2011-11-291-3/+4
* s4:libnet/py_net: ZERO_STRUCT() struct libnet_Join_member in py_net_join_memb...Stefan Metzmacher2011-11-291-0/+2
* s4-samba-tool: Add --principal argument to samba-tool domain exportkeytabAndrew Bartlett2011-11-291-3/+5
* s4:libnet/py_net.c: "py_net_finddc" - add an "address" parameterMatthias Dieter Wallnöfer2011-11-261-7/+15
* s4:libnet/py_net.c - initialise optional keyword argumentsMatthias Dieter Wallnöfer2011-11-261-1/+3
* s4:libnet: initialize forest structure in py_net_replicate_init()Stefan Metzmacher2011-11-151-0/+3
* s4:libnet/py_net.c - fix up includes (in order to find all "struct"s)Matthias Dieter Wallnöfer2011-09-191-3/+2
* s4-libnet: fixed forest DNS nameAndrew Tridgell2011-08-251-1/+2
* s4:libnet: passdown the DsGetNCChangesReq* to the libnet_BecomeDC_StoreChunk ...Stefan Metzmacher2011-08-121-4/+43
* pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij2011-08-101-4/+5
* s4:py_net: PyArg_ParseTuple("i") requires an 'int' argumentStefan Metzmacher2011-08-081-1/+4
* pyldb: Consistently use pyldb_ prefix.Jelmer Vernooij2011-08-071-1/+1
* gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett2011-08-031-0/+1
* s4-libnet: py_net Add change_password() python commandAmitay Isaacs2011-07-281-0/+53
* s4-libnet: py_net - Remove parsing for credentials argumentAmitay Isaacs2011-07-281-5/+6
* s4-libnet: Remove libnet_Join and create libnet_Join_memberAndrew Bartlett2011-05-181-8/+8
* s4-python: Add missing prototypes.Jelmer Vernooij2011-01-031-0/+2
* s4-python: Properly call PyObject_Del from all destructors.Jelmer Vernooij2011-01-011-0/+1
* ldb:pyldb.h - revert to the previous header behaviourMatthias Dieter Wallnöfer2010-12-121-1/+3
* s4:libcli/finddc.h - fix header dependanciesMatthias Dieter Wallnöfer2010-12-121-5/+1
* s4:libnet/py_net.c - add checks for OOM conditionsMatthias Dieter Wallnöfer2010-12-121-0/+13
* s4-pynet: added server keyword to Net() initialisationAndrew Tridgell2010-09-251-3/+7
* s4-pynet: return the full netlogon response from python finddcAndrew Tridgell2010-09-161-7/+8
* s4-pyjoin: fill in the dns name in the python replication methodAndrew Tridgell2010-09-161-0/+2
* s4-finddc: use NBT lookup for a 1C name if joining a short domain nameAndrew Tridgell2010-09-151-1/+1
* s4-pynet: added finddc callAndrew Tridgell2010-09-151-0/+45
* pynet: fixed ref count error on Py_NoneAndrew Tridgell2010-09-021-1/+1
* pyrpc: Add py_check_dcerpc_type().Jelmer Vernooij2010-08-271-8/+3
* s4-pynet: some systems don't have Py_TYPE()Andrew Tridgell2010-08-251-0/+4
* s4-pynet: added replicate_init() and replicate_chunk() callsAndrew Tridgell2010-08-251-35/+134
* libnet-s4: added replicate() command in pynetAndrew Tridgell2010-08-231-0/+60
* s4-libnet: added join type constants to python interfaceAndrew Tridgell2010-08-231-0/+4
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-2/+2
* pynet: Remove unused credentials argument.Jelmer Vernooij2010-05-181-4/+3
* s4-pynet: accept None for target_dir in vampireAndrew Tridgell2010-04-211-1/+1
* pytalloc: ensure talloc_ctx is directly after PyObject_HEADAndrew Tridgell2010-04-201-1/+1