Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-08 | Avoid using a utility header for Python replacements included in Samba, | Jelmer Vernooij | 1 | -1/+5 | |
since this will not be shipped with talloc/tdb/tevent/etc. | |||||
2009-01-07 | s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4 | Tim Prouty | 1 | -1/+1 | |
2009-01-06 | py: Properly increase the reference counter of Py_None. | Jelmer Vernooij | 1 | -1/+1 | |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 4 | -10/+10 | |
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-12-23 | Fix more compiler warnings. | Jelmer Vernooij | 1 | -2/+2 | |
2008-11-23 | libcli/nbt: fix some extrasemi compile warnings. | Michael Adam | 1 | -3/+3 | |
Michael | |||||
2008-11-02 | Fix the build. | Jelmer Vernooij | 1 | -3/+1 | |
2008-11-02 | Remove another use of global_loadparm. | Jelmer Vernooij | 4 | -3/+9 | |
2008-10-24 | Fix the build. | Jelmer Vernooij | 1 | -2/+2 | |
2008-10-24 | Remove unused include param/param.h. | Jelmer Vernooij | 4 | -4/+0 | |
2008-10-24 | Remove more global_loadparm instances, fix syntax errors. | Jelmer Vernooij | 1 | -4/+4 | |
2008-10-20 | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 1 | -0/+1 | |
remove some unused functions. | |||||
2008-10-12 | Fix number of arguments for file_load() functions. | Jelmer Vernooij | 1 | -0/+0 | |
2008-10-12 | Move nmblookup to same location as the rest of the NBT client library. | Jelmer Vernooij | 2 | -0/+604 | |
2008-10-12 | Use common strlist implementation in Samba 3 and Samba 4. | Jelmer Vernooij | 2 | -4/+4 | |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-24 | libcli: add nbt_proto.h that is no longer autogenerated. | Günther Deschner | 1 | -0/+43 | |
Guenther | |||||
2008-09-23 | s4-nbt: move libcli/nbt up one level. | Günther Deschner | 8 | -0/+3042 | |
Guenther |