summaryrefslogtreecommitdiff
path: root/source4/ntvfs/sysdep/sys_lease.c
AgeCommit message (Collapse)AuthorFilesLines
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)