summaryrefslogtreecommitdiffstats
path: root/source4/libcli/wbclient
Commit message (Collapse)AuthorAgeFilesLines
* s4:irpc: avoid c++ reserved word 'private'Stefan Metzmacher2009-02-011-2/+2
| | | | metze
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-292-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
* Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-1/+1
| | | | (This used to be commit c41bd3005f5f0b9cfd3709fc9217b4a401d265b4)
* Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-141-1/+2
| | | | (This used to be commit 92856d5054106894b65cd1a1b5119c0facfc4cff)
* Install pidl by default if ExtUtils::MakeMaker is available. This should ↵Jelmer Vernooij2008-04-041-2/+0
| | | | | | make the build process for openchange users easier. (This used to be commit 7fccd85cc673c139bc1d57915e0fccd22316998c)
* wbclient: Add an async winbind client library.Kai Blin2008-04-023-0/+266
(This used to be commit 3e3563f2840e7cd795f5fc157003af3c932cb4d1)