summaryrefslogtreecommitdiffstats
path: root/source4/libnet/py_net.c
Commit message (Expand)AuthorAgeFilesLines
* 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