Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-19 | s4-python: PyErr_SetString() will crash on NULL strings | Andrew Tridgell | 1 | -6/+9 | |
use nt_errstr() when no error available | |||||
2010-04-12 | s4/py_net: Source code formatting fix | Kamen Mazdrashki | 1 | -16/+17 | |
2010-04-09 | s4-net: Convert vampire command over to Python. | Jelmer Vernooij | 1 | -0/+56 | |
2010-04-09 | s4-net: Convert user subcommand to Python. | Jelmer Vernooij | 1 | -0/+70 | |
2010-04-08 | net: Convert time command to python. | Jelmer Vernooij | 1 | -11/+49 | |
2010-04-08 | s4-net: Use new Net() object in net export keytab. | Jelmer Vernooij | 1 | -1/+5 | |
2010-04-08 | pynet: Create a net class. | Jelmer Vernooij | 1 | -69/+83 | |
2010-04-08 | Migrate 'net export keytab' to python. | Jelmer Vernooij | 1 | -12/+55 | |
2009-12-25 | py_net/libnet: Remove C++-style comments, add more error checking, move | Jelmer Vernooij | 1 | -5/+9 | |
initialization of dcerpc subsystem to libnet. | |||||
2009-12-25 | s4-libnet: Python binding for libnet_SetPassword() | Kamen Mazdrashki | 1 | -6/+66 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2009-10-23 | s4-python: we need to include Python.h first | Andrew Tridgell | 1 | -1/+1 | |
If we don't include Python.h first then we get a pile of warnings due to broken redefines of XOPEN_SOURCE in the Python includes. | |||||
2009-07-28 | Fix compile of py_net.c | Andrew Bartlett | 1 | -1/+3 | |
2009-07-28 | s4:libnet Add in a 'credentials' parameter for python libnet_Join | Andrew Bartlett | 1 | -7/+20 | |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -2/+2 | |
list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze | |||||
2008-11-02 | Remove use of global loadparm in python modules. | Jelmer Vernooij | 1 | -1/+4 | |
2008-10-24 | Fix the build. | Jelmer Vernooij | 1 | -0/+1 | |
2008-10-24 | Remove unused include param/param.h. | Jelmer Vernooij | 1 | -1/+0 | |
2008-10-20 | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 1 | -1/+1 | |
remove some unused functions. | |||||
2008-06-14 | Use a custom init function for samba4 that sets a samba4 | Simo Sorce | 1 | -1/+1 | |
specific debug function. By default do not debug, this is the most appropriate action for a library as we cannot assume what stderr is use for in the main app. The main app is responsible to set ev_debug_stderr if they so desire. (This used to be commit e566a2f308ac6fb4b526a744f7059b565670aea5) | |||||
2008-05-23 | Add docstring for samba.net.Join | Jelmer Vernooij | 1 | -1/+4 | |
(This used to be commit 382de5455363ab1ae7436ff8da4b952d2b6541e9) | |||||
2008-04-14 | Fix problems with event context not being the parent. | Simo Sorce | 1 | -4/+9 | |
(This used to be commit 957c4d893acf9e6db06a3fc3a4687ab6bb238635) | |||||
2008-04-08 | Add manually written Python binding for libnet_Join. | Jelmer Vernooij | 1 | -0/+77 | |
(This used to be commit 374654b43d9f9e8381991cedc433ce410a914f7a) |