summaryrefslogtreecommitdiff
path: root/source4/ntvfs/common
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij1-1/+2
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij3-3/+2
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2-22/+30
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij4-26/+26
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2-2/+2
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2-2/+2
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij2-0/+2
2007-10-10r24816: Move the rest of the contents of core.h to more appropriate places.Jelmer Vernooij1-0/+2
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij1-3/+3
2007-10-10r24642: prevent recursion with fetch_lockedAndrew Tridgell1-10/+22
2007-10-10r24284: change brlock_tdb.c to use the dbwrap API. This actually makes theAndrew Tridgell3-100/+67
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell9-27/+18
2007-10-10r22863: in SMB2 mode we always need to return NT_STATUS_LOCK_NOT_GRANTEDStefan Metzmacher1-0/+6
2007-10-10r22082: merged the ctdb changes from bzrAndrew Tridgell3-3/+7
2007-10-10r21807: modularise the opendb code, so different backends can beAndrew Tridgell5-458/+693
2007-10-10r21669: Fix --enable-dso buildJelmer Vernooij1-0/+1
2007-10-10r20983: Two no-mem error returnsVolker Lendecke1-0/+5
2007-10-10r20972: "private" -> "private_data"Volker Lendecke1-17/+17
2007-10-10r20947: fixed a bug in the unlock logic in the brlock tdb backendAndrew Tridgell1-28/+44
2007-10-10r20920: use cluster_tdb_tmp_open() in ntvfs backend codeAndrew Tridgell3-17/+3
2007-10-10r20899: fix the build and compiler warningsStefan Metzmacher1-0/+5
2007-10-10r20897: fix compiler warningsStefan Metzmacher4-1/+30
2007-10-10r20894: the new brlock.c is needed (seems a svn rename + new file didn't makeAndrew Tridgell1-0/+132
2007-10-10r20891: enable multiple brlock backends. The tdb backend is the default. TheAndrew Tridgell3-54/+125
2007-10-10r20653: If this is the wrong way to fix the build, I apologize. But these inc...Volker Lendecke3-0/+3
2007-10-10r20646: first preparations for cluster enablement. This changes "Andrew Tridgell3-15/+15
2007-10-10r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.cAndrew Tridgell1-1/+1
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij2-2/+1
2007-10-10r17206: Add a modular API for share configuration.Simo Sorce2-4/+8
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2-4/+2
2007-10-10r15797: fixed a notify bug, where a notify_remove() is beyond the current maxAndrew Tridgell1-0/+5
2007-10-10r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher1-11/+11
2007-10-10r15614: the byte range locking error handling caches the last failed lockStefan Metzmacher1-43/+89
2007-10-10r15613: the snum doesn't identify the tcon, but the brl_context pointer doesStefan Metzmacher1-10/+9
2007-10-10r15612: look at the lock_type and not at the notify_ptr being NULL or notStefan Metzmacher1-2/+3
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij1-1/+0
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-1/+1
2007-10-10r15048: started on the server side implementation of oplocks. The code is notAndrew Tridgell1-22/+83
2007-10-10r14993: Make subsystems againJelmer Vernooij1-4/+1
2007-10-10r14966: make more functions _PUBLIC_Stefan Metzmacher1-19/+19
2007-10-10r14964: - move sidmap code from ntvfs_common to SAMDBStefan Metzmacher4-574/+43
2007-10-10r14960: don't declare variables mid-functionAndrew Tridgell1-1/+2
2007-10-10r14959: allow change notify to be disabled completely usingAndrew Tridgell1-0/+19
2007-10-10r14956: change the notify search to be much more efficient by using aAndrew Tridgell1-83/+167
2007-10-10r14951: - remove unused var 'path'Stefan Metzmacher1-12/+7
2007-10-10r14945: allow the notify backend to be specified per shareAndrew Tridgell1-2/+2
2007-10-10r14939: don't use a void pointerStefan Metzmacher1-1/+1
2007-10-10r14920: allow a notify backend to separately specify if it has handled theAndrew Tridgell1-21/+40
2007-10-10r14918: cleaner handling of systems without inotifyAndrew Tridgell1-24/+33
2007-10-10r14877: added support for the kernel inotify mechanism. This passes basicAndrew Tridgell1-48/+89