Age | Commit message (Expand) | Author | Files | Lines |
2008-02-26 | pvfs: add posix:oplocktimeout=30 option | Stefan Metzmacher | 1 | -0/+4 |
2007-12-21 | r26440: Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26355: Eliminate global_loadparm in more places. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26353: Remove use of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26228: Store loadparm context in auth context, move more loadparm_contexts u... | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies. | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r23697: use the file perm options in the posix backend | Andrew Tridgell | 1 | -0/+13 |
2007-10-10 | r20624: added AIO read to pvfs backend | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r19199: split out the xattr NTACL code into a separate part of the posix | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r17206: Add a modular API for share configuration. | Simo Sorce | 1 | -20/+31 |
2007-10-10 | r15855: more talloc_set_destructor() typesafe fixes. nearly done ... | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r15734: This is a major change to the NTVFS subsystem: | Stefan Metzmacher | 1 | -4/+0 |
2007-10-10 | r15613: the snum doesn't identify the tcon, but the brl_context pointer does | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r15188: Restore svn rev. 15183, 15184 and 15185, which I inadvertantly clobbered | James Peach | 1 | -2/+3 |
2007-10-10 | r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename is | James Peach | 1 | -3/+2 |
2007-10-10 | r15185: Force all NTVFS modules to provide a critical sizes structure so | James Peach | 1 | -2/+3 |
2007-10-10 | r15048: started on the server side implementation of oplocks. The code is not | Andrew Tridgell | 1 | -3/+1 |
2007-10-10 | r14964: - move sidmap code from ntvfs_common to SAMDB | Stefan Metzmacher | 1 | -1/+9 |
2007-10-10 | r14959: allow change notify to be disabled completely using | Andrew Tridgell | 1 | -3/+1 |
2007-10-10 | r14945: allow the notify backend to be specified per share | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r14933: fix the handling of notify filters to be much closer to the behaviour | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14877: added support for the kernel inotify mechanism. This passes basic | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r14860: create libcli/security/security.h | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14736: - the ntvfs subsystem should not know about smb_server.h | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r14616: added notify change support to the posix backend | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r14540: fix a talloc hierachie problem, | Stefan Metzmacher | 1 | -5/+29 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14456: don't access the smbsrv_tcon inside the ntvfs modules | Stefan Metzmacher | 1 | -14/+13 |
2007-10-10 | r14173: change smb interface structures to always use | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r14157: - pass a struct ntvfs_request to the ntvfs layer | Stefan Metzmacher | 1 | -8/+7 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r13099: allow shares that point to / | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r12019: - let us only reference libblkid stuff in one file | Stefan Metzmacher | 1 | -3/+0 |
2007-10-10 | r8535: no longer rely on seekdir working after a closedir. Instead, keep | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r7795: use a share specific allocation rounding | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r7792: make the allocation size rounding in pvfs configurable | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r7557: trigger a probe at tconx time to see if xattrs are really supported by | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r6599: Fix formating using 'linux' C style | Alexander Bokovoy | 1 | -0/+3 |
2007-10-10 | r5501: check the return of talloc with the NT_STATUS_HAVE_NO_MEMORY() | Stefan Metzmacher | 1 | -15/+9 |
2007-10-10 | r5296: - only include the tdb headers where they are needed | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5102: This is a major simplification of the logic for controlling top level | Andrew Tridgell | 1 | -4/+5 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4728: split up server_services into: | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r4464: added pvfs backend support for the special CREATOR_OWNER and CREATOR_G... | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r4423: give lp_parm_int() and lp_parm_ulong() default values | Stefan Metzmacher | 1 | -7/+1 |
2007-10-10 | r4242: added support for storing xattrs in a tdb. This allows all advanced NT | Andrew Tridgell | 1 | -0/+16 |
2007-10-10 | r3990: take advantage of the uid->sid and gid->sid code to create a much | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r3983: posix:fakeoplocks should default to False, not True ! | Andrew Tridgell | 1 | -1/+1 |