Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -3/+3 | |
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-09-19 | Fix COM compilation, add framework for COM python module. | Jelmer Vernooij | 1 | -0/+2 | |
2008-09-16 | More changes getting WMI code to compile, import manual marshalling. | Jelmer Vernooij | 1 | -0/+12 | |
2008-09-15 | Cope with includes.h splitup in COM code. | Jelmer Vernooij | 1 | -0/+5 | |
2008-09-15 | Fix COM headers. | Jelmer Vernooij | 1 | -21/+22 | |
2008-09-15 | Manual prototypes for COM. | Jelmer Vernooij | 1 | -37/+32 | |
2008-09-15 | Reimport COM and DCOM libraries. | Jelmer Vernooij | 1 | -0/+37 | |