summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/ipc/vfs_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* s4:ntvfs/ipc: s/private/iprivStefan Metzmacher2009-02-021-44/+44
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* implement the documented SMB2 create blobs in the serverAndrew Tridgell2008-05-281-1/+1
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-1/+1
* updated SMB2 create operation to match WSPP.Andrew Tridgell2008-02-131-2/+2
* r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-1/+1
* r26353: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
* r26296: Store loadparm context in DCE/RPC server context.Jelmer Vernooij2007-12-211-1/+2
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-2/+2
* r24075: As suggested by metze, match the behaviour of ntvfs_posix, and removeAndrew Bartlett2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23067: use 'const union smb_search_data *file' also in the server code to ge...Stefan Metzmacher2007-10-101-2/+2
* r22882: It seems entirly reasonable to follow metze's suggestion and check forAndrew Bartlett2007-10-101-5/+4
* r22874: Expand the RPC-QFILEINFO-IPC test, and add a server implementation to...Andrew Bartlett2007-10-101-1/+41
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r16918: the SMB2 Ioctls are sometimes called with a wildcard handleStefan Metzmacher2007-10-101-0/+3
* r16890: implement DCERPC over SMB2 in the IPC backendStefan Metzmacher2007-10-101-10/+95
* r15970: add a more verbose comment to tridge's fix for bigendian hosts.Stefan Metzmacher2007-10-101-1/+6
* r15880: the ntvfs_handle changes broke rpc on big-endian boxes, as theAndrew Tridgell2007-10-101-2/+4
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-2/+1
* r15772: pass the messaging context and server_id to the dcerpc server subsystemStefan Metzmacher2007-10-101-0/+2
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-101-59/+47
* r15188: Restore svn rev. 15183, 15184 and 15185, which I inadvertantly clobberedJames Peach2007-10-101-1/+2
* r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach2007-10-101-2/+1
* r15185: Force all NTVFS modules to provide a critical sizes structure soJames Peach2007-10-101-1/+2
* r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher2007-10-101-1/+0
* r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher2007-10-101-26/+32
* r14486: remove the need of a stream_connection on a dcesrv_connection,Stefan Metzmacher2007-10-101-1/+24
* r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher2007-10-101-5/+4
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-0/+1
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-7/+7
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-9/+13
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-40/+39
* r13923: make the state_flags per dcesrv_connectionStefan Metzmacher2007-10-101-0/+1
* r13903: Don't generate prototypes for modules and binaries in include/proto.h byJelmer Vernooij2007-10-101-0/+1
* r13210: Revert my named pipes patch until it passes not just 'make quicktest'...Jelmer Vernooij2007-10-101-122/+121
* r13208: Clearly separate named pipes from the IPC$ NTVFS type.Jelmer Vernooij2007-10-101-121/+122
* r13129: fix the memory hierachieStefan Metzmacher2007-10-101-1/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1
* r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2007-10-101-0/+1
* r9794: r11627@blu: tridge | 2005-08-30 22:55:27 +1000Andrew Tridgell2007-10-101-2/+2
* r9517: fix compiler warning: status.v initialized variable used in line 375Stefan Metzmacher2007-10-101-1/+1
* r8036: revert rev 8023/8024 as they have a bugs.Stefan Metzmacher2007-10-101-41/+30
* r8024: avoid one memcpy in the ipc_trans dcesrv_output() callbackStefan Metzmacher2007-10-101-30/+41
* r8021: we only need to return STATUS_BUFFER_OVERFLOW for the ipc_trans repliesStefan Metzmacher2007-10-101-2/+30
* r5902: A rather large change...Andrew Bartlett2007-10-101-4/+7
* r5501: check the return of talloc with the NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher2007-10-101-0/+3
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-101-6/+1
* r4690: - add support for async rpc server repliesStefan Metzmacher2007-10-101-29/+20