summaryrefslogtreecommitdiff
path: root/source4/ntvfs/sysdep/sys_lease.c
AgeCommit message (Collapse)AuthorFilesLines
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-12-17s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher1-1/+0
We should only include events.h where we really need it and prefer forward declarations of 'struct event_context' metze
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-05-11Fix LDB module initialization when using external ldb.Jelmer Vernooij1-1/+4
(This used to be commit b7b4aff8b52742d69526dc0ef5da2fe3c05e3af8)
2008-04-17Require explicit event context rather than looking if it is not specified.Jelmer Vernooij1-1/+1
(This used to be commit 1da0063bd5fd18ad3ac7a07c985ec6be380486e2)
2008-04-14Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij1-0/+1
altogether. (This used to be commit dbeab2a9cdee4e5f69afeb2603ba29cbed56debd)
2008-03-12ntvfs/sysdep: add sys_lease abstraction to later support kernel oplocksStefan Metzmacher1-0/+142
metze (This used to be commit b399f0c872f32bb791da196102a5872c20e62100)