1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

11 Commits

Author SHA1 Message Date
Volker Lendecke
4a1a138b0f Fix inotify detection
Bug 5271 -- thanks to Tiziano Müller
2008-02-25 12:58:56 +01:00
Jeremy Allison
f35a266b3c RIP BOOL. Convert BOOL -> bool. I found a few interesting
bugs in various places whilst doing this (places that assumed
BOOL == int). I also need to fix the Samba4 pidl generation
(next checkin).
Jeremy.
2007-10-18 17:40:25 -07:00
Andrew Tridgell
b0132e94fc r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
Jeremy Allison
407e6e695b r23779: Change from v2 or later to v3 or later.
Jeremy.
2007-10-10 12:28:20 -05:00
Jeremy Allison
f6fa3080fe r22542: Move over to using the _strict varients of the talloc
calls. No functional changes. Looks bigger than it is :-).
Jeremy.
2007-10-10 12:19:44 -05:00
Günther Deschner
39d54738db r21774: Fix the build with Fedora Core 6.
tridge/vl: please check.

Guenther
2007-10-10 12:18:31 -05:00
Volker Lendecke
7ac79203f2 r21104: Rename struct watch_context to struct inotify_watch_context 2007-10-10 12:17:37 -05:00
Volker Lendecke
c24854433a r21084: Make the Samba4 files compile in Samba3, not activated yet.
Volker
2007-10-10 12:17:34 -05:00
Volker Lendecke
cdb7d582b7 r21077: A step to minimize the diff later: This pulls in unmodified files from Samba4,
not compiled yet. This way the modifications become visible later.

ntvfs/common/notify.c -> smbd/notify_internal.c
ntvfs/sysdep/inotify.c -> smbd/notify_inotify.c

Naturally I had to disable notify again :-)

Volker
2007-10-10 12:17:33 -05:00
Volker Lendecke
4587d80972 r20933: Fix the build without inotify 2007-10-10 12:17:21 -05:00
Volker Lendecke
c9a5d011a9 r20932: This is the basic infrastructure for inotify support. This is far from being
complete, in particular the various mask bits are not correctly supported
yet. Checkin in now, I want to see how the build farm likes it.

Volker
2007-10-10 12:17:21 -05:00