Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4-python: Only set BASETYPE flag if subclassing is supported. | Jelmer Vernooij | 2011-01-01 | 1 | -4/+4 |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Jan 1 03:39:58 CET 2011 on sn-devel-104 | ||||
* | s4-python: Add more prototypes. | Jelmer Vernooij | 2011-01-01 | 1 | -0/+2 |
| | |||||
* | Avoid the use of PyAPI_DATA, which is for internal Python API's. | Arnaud Faucher | 2010-11-22 | 1 | -1/+1 |
| | | | | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Nov 22 00:52:56 CET 2010 on sn-devel-104 | ||||
* | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 2010-05-18 | 1 | -6/+6 |
| | |||||
* | s4-python: we need to include Python.h first | Andrew Tridgell | 2009-10-23 | 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. | ||||
* | Revert "Remove another use of global_loadparm." | Stefan Metzmacher | 2009-01-19 | 1 | -2/+1 |
| | | | | | | | | | This reverts commit ee7c2170a79f1ca9e2ad1a209d342d8fd287ec8d. A much more correct fix will come soon. (40ef7739f4141598a6392c203e4a2d52d972fe06 from the samba4wins tree) metze | ||||
* | Avoid using a utility header for Python replacements included in Samba, | Jelmer Vernooij | 2009-01-08 | 1 | -1/+5 |
| | | | | since this will not be shipped with talloc/tdb/tevent/etc. | ||||
* | s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4 | Tim Prouty | 2009-01-07 | 1 | -1/+1 |
| | |||||
* | py: Properly increase the reference counter of Py_None. | Jelmer Vernooij | 2009-01-06 | 1 | -1/+1 |
| | |||||
* | s4:lib/tevent: rename structs | Stefan Metzmacher | 2008-12-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Fix more compiler warnings. | Jelmer Vernooij | 2008-12-23 | 1 | -2/+2 |
| | |||||
* | Remove another use of global_loadparm. | Jelmer Vernooij | 2008-11-02 | 1 | -1/+2 |
| | |||||
* | Fix the build. | Jelmer Vernooij | 2008-10-24 | 1 | -2/+2 |
| | |||||
* | Remove more global_loadparm instances, fix syntax errors. | Jelmer Vernooij | 2008-10-24 | 1 | -4/+4 |
| | |||||
* | s4-nbt: move libcli/nbt up one level. | Günther Deschner | 2008-09-23 | 1 | -0/+408 |
Guenther |