summaryrefslogtreecommitdiff
path: root/source4/ntvfs/sysdep
AgeCommit message (Expand)AuthorFilesLines
2008-12-29s4:sys_lease_linux: use teventStefan Metzmacher2-8/+8
2008-12-18s4: Fix include path to work with teventTim Prouty1-1/+1
2008-12-17s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher3-1/+3
2008-11-02Remove last instance of global_loadparm.Jelmer Vernooij2-4/+11
2008-10-30use glibc sys/inotify.h headerAndrew Tridgell2-1/+10
2008-10-12Fix include paths for files that aren't compiled - breaks dependencyJelmer Vernooij1-1/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij3-3/+3
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij1-4/+4
2008-05-11Fix LDB module initialization when using external ldb.Jelmer Vernooij1-1/+4
2008-04-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2-2/+3
2008-04-17Require explicit event context rather than looking if it is not specified.Jelmer Vernooij1-1/+1
2008-04-17Explicitly require event context to be specified.Jelmer Vernooij1-1/+1
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij1-18/+8
2008-04-14Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij2-0/+2
2008-03-28Merge v4.0-testJelmer Vernooij5-0/+438
2008-03-12ntvfs/sysdep: implement linux kernel oplocks based F_SETLEASEStefan Metzmacher3-0/+233
2008-03-12ntvfs/sysdep: add sys_lease abstraction to later support kernel oplocksStefan Metzmacher3-0/+215
2008-03-08Fix the build.Jelmer Vernooij1-0/+1
2008-03-08Push SOVERSION and VERSION out of perl code.Jelmer Vernooij1-1/+0
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij1-5/+4
2008-02-21Remove yet more uses of global_loadparm.Jelmer Vernooij1-5/+4
2008-01-05r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij1-6/+0
2007-12-24r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij1-1/+1
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij1-1/+1
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2-9/+9
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-1/+1
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-1/+1
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-1/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij2-0/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell3-9/+6
2007-10-10r23698: fixed notify:backend so it actually works againAndrew Tridgell1-1/+1
2007-10-10r22831: take advantage of EVENT_FD_AUTOCLOSE in the inotify codeAndrew Tridgell1-12/+1
2007-10-10r21104: Rename struct watch_context to struct inotify_watch_contextVolker Lendecke1-8/+9
2007-10-10r21041: Change some "private" to "private_data", and change one (void **) fun...Volker Lendecke3-20/+27
2007-10-10r18370: allow system inotify to be disabledAndrew Tridgell1-0/+4
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij2-3/+3
2007-10-10r17206: Add a modular API for share configuration.Simo Sorce2-3/+6
2007-10-10r15855: more talloc_set_destructor() typesafe fixes. nearly done ...Andrew Tridgell1-4/+2
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-1/+1
2007-10-10r15029: fixed the detection of inotifyAndrew Tridgell1-2/+2
2007-10-10r15017: When making up our own inotify functions, make sure glibc exports theTim Potter1-1/+7
2007-10-10r14993: Make subsystems againJelmer Vernooij1-5/+1
2007-10-10r14966: make more functions _PUBLIC_Stefan Metzmacher1-7/+7
2007-10-10r14964: - move sidmap code from ntvfs_common to SAMDBStefan Metzmacher5-23/+47
2007-10-10r14956: change the notify search to be much more efficient by using aAndrew Tridgell1-1/+0
2007-10-10r14948: add testing of truncate events, and add truncate support to inotifyAndrew Tridgell1-2/+5
2007-10-10r14943: bring the inotify backend up to date with all the strange renameAndrew Tridgell1-16/+82
2007-10-10r14926: change the inotify backend to implement the rather unusual semanticsAndrew Tridgell1-4/+28
2007-10-10r14925: trigger NOTIFY_ACTION_OLD_NAME and NOTIFY_ACTION_NEW_NAME events forAndrew Tridgell1-1/+1
2007-10-10r14920: allow a notify backend to separately specify if it has handled theAndrew Tridgell3-33/+48