index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
ntvfs
/
ipc
/
vfs_ipc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:ntvfs: add '_fn' suffix to all ntvfs_ops function pointers
Stefan Metzmacher
2012-06-13
1
-30
/
+30
*
s4:ntvfs/ipc: fix protocol specific processing of pipe names
Stefan Metzmacher
2012-05-28
1
-2
/
+6
*
s4:ntvfs: add missing headers to vfs_ipc
Alexander Bokovoy
2012-05-04
1
-0
/
+2
*
s4:ntvfs/ipc: don't echo back the smb2 ioctl input_buffer
Stefan Metzmacher
2012-04-27
1
-1
/
+1
*
lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...
Alexander Bokovoy
2012-04-25
1
-1
/
+1
*
libcli: move ioctl function field defs to smb_constants
David Disseldorp
2011-10-19
1
-1
/
+1
*
libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol
Andrew Bartlett
2011-06-20
1
-7
/
+7
*
libcli/named_pipe_auth Change from 'info3' to auth_session_info_transport
Andrew Bartlett
2011-02-10
1
-49
/
+7
*
s4-auth Rework auth subsystem to remove struct auth_serversupplied_info
Andrew Bartlett
2011-02-09
1
-3
/
+11
*
s4: make pipes with underscore works also
Matthieu Patou
2011-01-09
1
-1
/
+3
*
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
2010-07-16
1
-1
/
+1
*
s4:ntvfs/ipc/vfs_ipc.c - remove unused code
Matthias Dieter Wallnöfer
2010-06-29
1
-4
/
+0
*
s4:ntvfs/ipc/vfs_ipc.c - add casts to suppress warnings on Solaris 10
Matthias Dieter Wallnöfer
2010-06-29
1
-3
/
+3
*
s4:ntvfs/ipc/vfs_ipc.c - add more "const" in order to fix warnings
Matthias Dieter Wallnöfer
2010-05-21
1
-2
/
+2
*
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
2010-05-18
1
-3
/
+0
*
s4:ntvfs/ipc: remote // debug comments
Stefan Metzmacher
2010-04-27
1
-5
/
+0
*
s4:ntvfs/ipc: pass the already given tsocket_address structures to the named_...
Stefan Metzmacher
2010-04-27
1
-29
/
+2
*
s4: use generated rap header.
Günther Deschner
2010-04-26
1
-1
/
+1
*
s4-krb5: propogate errors from a lot more kerberos functions
Andrew Tridgell
2010-02-26
1
-1
/
+2
*
s4:vfs_ipc - fix "ipc_open" for NTTRANS create requests
Matthias Dieter Wallnöfer
2009-11-07
1
-2
/
+2
*
s4-pipes: convert pipe names to lowercase and validate
Andrew Tridgell
2009-09-18
1
-0
/
+19
*
s4:ntvfs_ipc: add real named pipe support
Stefan Metzmacher
2009-09-18
1
-235
/
+649
*
s4:ntvfs/ipc: replace unnesessary talloc_reference() by a simple talloc_strdup()
Stefan Metzmacher
2009-07-15
1
-1
/
+2
*
Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharename
Sam Liddicott
2009-05-20
1
-1
/
+29
*
s4:ntvfs/ipc: s/private/ipriv
Stefan Metzmacher
2009-02-02
1
-44
/
+44
*
Fix include paths to new location of libutil.
Jelmer Vernooij
2008-10-11
1
-1
/
+1
*
implement the documented SMB2 create blobs in the server
Andrew Tridgell
2008-05-28
1
-1
/
+1
*
Specify event_context to ldb_wrap_connect explicitly.
Jelmer Vernooij
2008-04-17
1
-1
/
+1
*
updated SMB2 create operation to match WSPP.
Andrew Tridgell
2008-02-13
1
-2
/
+2
*
r26672: Janitorial: Remove uses of global_loadparm.
Jelmer Vernooij
2008-01-05
1
-1
/
+1
*
r26353: Remove use of global_loadparm.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26296: Store loadparm context in DCE/RPC server context.
Jelmer Vernooij
2007-12-21
1
-1
/
+2
*
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r24075: As suggested by metze, match the behaviour of ntvfs_posix, and remove
Andrew Bartlett
2007-10-10
1
-0
/
+1
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r23067: use 'const union smb_search_data *file' also in the server code to ge...
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r22882: It seems entirly reasonable to follow metze's suggestion and check for
Andrew Bartlett
2007-10-10
1
-5
/
+4
*
r22874: Expand the RPC-QFILEINFO-IPC test, and add a server implementation to...
Andrew Bartlett
2007-10-10
1
-1
/
+41
*
r17930: Merge noinclude branch:
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r16918: the SMB2 Ioctls are sometimes called with a wildcard handle
Stefan Metzmacher
2007-10-10
1
-0
/
+3
*
r16890: implement DCERPC over SMB2 in the IPC backend
Stefan Metzmacher
2007-10-10
1
-10
/
+95
*
r15970: add a more verbose comment to tridge's fix for bigendian hosts.
Stefan Metzmacher
2007-10-10
1
-1
/
+6
*
r15880: the ntvfs_handle changes broke rpc on big-endian boxes, as the
Andrew Tridgell
2007-10-10
1
-2
/
+4
*
r15854: more talloc_set_destructor() typesafe fixes
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r15772: pass the messaging context and server_id to the dcerpc server subsystem
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r15734: This is a major change to the NTVFS subsystem:
Stefan Metzmacher
2007-10-10
1
-59
/
+47
*
r15188: Restore svn rev. 15183, 15184 and 15185, which I inadvertantly clobbered
James Peach
2007-10-10
1
-1
/
+2
*
r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename is
James Peach
2007-10-10
1
-2
/
+1
*
r15185: Force all NTVFS modules to provide a critical sizes structure so
James Peach
2007-10-10
1
-1
/
+2
*
r14736: - the ntvfs subsystem should not know about smb_server.h
Stefan Metzmacher
2007-10-10
1
-1
/
+0
[next]