summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/common
Commit message (Expand)AuthorAgeFilesLines
...
* r26670: Janitorial: Remove global_loadparm uses.Jelmer Vernooij2008-01-051-2/+2
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-012-3/+4
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-012-4/+3
* r26440: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+2
* r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij2007-12-212-2/+3
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-214-3/+6
* r26353: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
* r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij2007-12-211-1/+2
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-213-3/+2
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-212-22/+30
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-104-26/+26
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-102-2/+2
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-102-2/+2
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-102-0/+2
* r24816: Move the rest of the contents of core.h to more appropriate places.Jelmer Vernooij2007-10-101-0/+2
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-3/+3
* r24642: prevent recursion with fetch_lockedAndrew Tridgell2007-10-101-10/+22
* r24284: change brlock_tdb.c to use the dbwrap API. This actually makes theAndrew Tridgell2007-10-103-100/+67
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-109-27/+18
* r22863: in SMB2 mode we always need to return NT_STATUS_LOCK_NOT_GRANTEDStefan Metzmacher2007-10-101-0/+6
* r22082: merged the ctdb changes from bzrAndrew Tridgell2007-10-103-3/+7
* r21807: modularise the opendb code, so different backends can beAndrew Tridgell2007-10-105-458/+693
* r21669: Fix --enable-dso buildJelmer Vernooij2007-10-101-0/+1
* r20983: Two no-mem error returnsVolker Lendecke2007-10-101-0/+5
* r20972: "private" -> "private_data"Volker Lendecke2007-10-101-17/+17
* r20947: fixed a bug in the unlock logic in the brlock tdb backendAndrew Tridgell2007-10-101-28/+44
* r20920: use cluster_tdb_tmp_open() in ntvfs backend codeAndrew Tridgell2007-10-103-17/+3
* r20899: fix the build and compiler warningsStefan Metzmacher2007-10-101-0/+5
* r20897: fix compiler warningsStefan Metzmacher2007-10-104-1/+30
* r20894: the new brlock.c is needed (seems a svn rename + new file didn't makeAndrew Tridgell2007-10-101-0/+132
* r20891: enable multiple brlock backends. The tdb backend is the default. TheAndrew Tridgell2007-10-103-54/+125
* r20653: If this is the wrong way to fix the build, I apologize. But these inc...Volker Lendecke2007-10-103-0/+3
* r20646: first preparations for cluster enablement. This changes "Andrew Tridgell2007-10-103-15/+15
* r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.cAndrew Tridgell2007-10-101-1/+1
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-102-2/+1
* r17206: Add a modular API for share configuration.Simo Sorce2007-10-102-4/+8
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-102-4/+2
* r15797: fixed a notify bug, where a notify_remove() is beyond the current maxAndrew Tridgell2007-10-101-0/+5
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-101-11/+11
* r15614: the byte range locking error handling caches the last failed lockStefan Metzmacher2007-10-101-43/+89
* r15613: the snum doesn't identify the tcon, but the brl_context pointer doesStefan Metzmacher2007-10-101-10/+9
* r15612: look at the lock_type and not at the notify_ptr being NULL or notStefan Metzmacher2007-10-101-2/+3
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-101-1/+0
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-1/+1
* r15048: started on the server side implementation of oplocks. The code is notAndrew Tridgell2007-10-101-22/+83
* r14993: Make subsystems againJelmer Vernooij2007-10-101-4/+1
* r14966: make more functions _PUBLIC_Stefan Metzmacher2007-10-101-19/+19
* r14964: - move sidmap code from ntvfs_common to SAMDBStefan Metzmacher2007-10-104-574/+43
* r14960: don't declare variables mid-functionAndrew Tridgell2007-10-101-1/+2
* r14959: allow change notify to be disabled completely usingAndrew Tridgell2007-10-101-0/+19