summaryrefslogtreecommitdiffstats
path: root/source4/libnet/py_net.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4:libnet Add in a 'credentials' parameter for python libnet_JoinAndrew Bartlett2009-07-281-7/+20
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
* Remove use of global loadparm in python modules.Jelmer Vernooij2008-11-021-1/+4
* Fix the build.Jelmer Vernooij2008-10-241-0/+1
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-1/+1
* Use a custom init function for samba4 that sets a samba4Simo Sorce2008-06-141-1/+1
* Add docstring for samba.net.JoinJelmer Vernooij2008-05-231-1/+4
* Fix problems with event context not being the parent.Simo Sorce2008-04-141-4/+9
* Add manually written Python binding for libnet_Join.Jelmer Vernooij2008-04-081-0/+77