summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/ipc/vfs_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* libcli/named_pipe_auth Change from 'info3' to auth_session_info_transportAndrew Bartlett2011-02-101-49/+7
* s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett2011-02-091-3/+11
* s4: make pipes with underscore works alsoMatthieu Patou2011-01-091-1/+3
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
* s4:ntvfs/ipc/vfs_ipc.c - remove unused codeMatthias Dieter Wallnöfer2010-06-291-4/+0
* s4:ntvfs/ipc/vfs_ipc.c - add casts to suppress warnings on Solaris 10Matthias Dieter Wallnöfer2010-06-291-3/+3
* s4:ntvfs/ipc/vfs_ipc.c - add more "const" in order to fix warningsMatthias Dieter Wallnöfer2010-05-211-2/+2
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-3/+0
* s4:ntvfs/ipc: remote // debug commentsStefan Metzmacher2010-04-271-5/+0
* s4:ntvfs/ipc: pass the already given tsocket_address structures to the named_...Stefan Metzmacher2010-04-271-29/+2
* s4: use generated rap header.Günther Deschner2010-04-261-1/+1
* s4-krb5: propogate errors from a lot more kerberos functionsAndrew Tridgell2010-02-261-1/+2
* s4:vfs_ipc - fix "ipc_open" for NTTRANS create requestsMatthias Dieter Wallnöfer2009-11-071-2/+2
* s4-pipes: convert pipe names to lowercase and validateAndrew Tridgell2009-09-181-0/+19
* s4:ntvfs_ipc: add real named pipe supportStefan Metzmacher2009-09-181-235/+649
* s4:ntvfs/ipc: replace unnesessary talloc_reference() by a simple talloc_strdup()Stefan Metzmacher2009-07-151-1/+2
* Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharenameSam Liddicott2009-05-201-1/+29
* 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