summaryrefslogtreecommitdiff
path: root/source4/lib/com/main.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-13s4:lib: use tevent_ fns names instead of legcay event_ onesSimo Sorce1-1/+1
2009-10-02s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer1-1/+1
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-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
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-09-19Fix COM compilation, add framework for COM python module.Jelmer Vernooij1-21/+1
2008-09-18s4:lib/com: fix the build with automatic dependeciesStefan Metzmacher1-2/+1
metze
2008-09-15Reimport COM and DCOM libraries.Jelmer Vernooij1-0/+111