summaryrefslogtreecommitdiffstats
path: root/source4/libnet/py_net.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4-python: PyErr_SetString() will crash on NULL stringsAndrew Tridgell2010-04-191-6/+9
* s4/py_net: Source code formatting fixKamen Mazdrashki2010-04-121-16/+17
* s4-net: Convert vampire command over to Python.Jelmer Vernooij2010-04-091-0/+56
* s4-net: Convert user subcommand to Python.Jelmer Vernooij2010-04-091-0/+70
* net: Convert time command to python.Jelmer Vernooij2010-04-081-11/+49
* s4-net: Use new Net() object in net export keytab.Jelmer Vernooij2010-04-081-1/+5
* pynet: Create a net class.Jelmer Vernooij2010-04-081-69/+83
* Migrate 'net export keytab' to python.Jelmer Vernooij2010-04-081-12/+55
* py_net/libnet: Remove C++-style comments, add more error checking, moveJelmer Vernooij2009-12-251-5/+9
* s4-libnet: Python binding for libnet_SetPassword()Kamen Mazdrashki2009-12-251-6/+66
* s4-python: we need to include Python.h firstAndrew Tridgell2009-10-231-1/+1
* Fix compile of py_net.cAndrew Bartlett2009-07-281-1/+3