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
/
source3
/
rpc_server
/
srv_pipe_hnd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rpc_server: change unsupported pipe error
David Disseldorp
2014-03-05
1
-3
/
+2
*
s3/rpc_server: don't unmarshall PDUs twice
David Disseldorp
2013-12-11
1
-366
/
+0
*
s3-rpc_server: Remove obsolete FAKE_FILE_TYPE_NAMED_PIPE handling.
Andreas Schneider
2013-10-29
1
-37
/
+1
*
s3-rpc_server: Use make_internal_rpc_pipe_socketpair().
Andreas Schneider
2013-10-29
1
-8
/
+9
*
s3-rpc_server: Pass the server event context to np_open().
Andreas Schneider
2013-10-29
1
-0
/
+1
*
s3-rpc_server: Use new rpc named pipe functions.
Andreas Schneider
2013-10-29
1
-34
/
+58
*
s3-rpc: use ndr_interface_name() instead of get_pipe_name_from_syntax() in DE...
Günther Deschner
2013-09-20
1
-5
/
+11
*
s3:rpc_server: s/struct event_context/struct tevent_context
Stefan Metzmacher
2013-02-19
1
-3
/
+3
*
s3:rpc_server: return OBJECT_NAME_NOT_FOUND instead of PIPE_NOT_AVAILABLE
Stefan Metzmacher
2012-05-28
1
-1
/
+1
*
s3: Fix a "Invalid (state->nread >= 0)" warning
Volker Lendecke
2012-03-05
1
-1
/
+1
*
s3-rpc_server: Use rpc_service_mode() in np_open()
Simo Sorce
2011-08-21
1
-19
/
+19
*
s3-rpc_server: Check explicit for external and daemon server type.
Andreas Schneider
2011-08-21
1
-1
/
+2
*
s3-rpc_server: Fix include order in srv_pipe_hnd.c.
Andreas Schneider
2011-08-21
1
-1
/
+1
*
s3-auth Use the common auth_session_info
Andrew Bartlett
2011-07-20
1
-1
/
+1
*
s3-auth Use struct auth3_session_info outside the auth subsystem
Andrew Bartlett
2011-07-20
1
-1
/
+1
*
s3-rpc_server: Migrate rpc function to tsocket_address.
Andreas Schneider
2011-07-04
1
-2
/
+1
*
s3-rpc_server: Fixed debug messages of srv_pipe_hnd.
Andreas Schneider
2011-06-01
1
-5
/
+5
*
s3-lib Replace StrCaseCmp() with strcasecmp_m()
Andrew Bartlett
2011-05-18
1
-1
/
+1
*
More const fixes. Remove CONST_DISCARD.
Jeremy Allison
2011-05-06
1
-5
/
+5
*
s3-rpc_server: (re)move last globally included rpc_server prototypes.
Günther Deschner
2011-05-02
1
-0
/
+1
*
s3-proto: move more rpc_server prototypes out of proto.h
Günther Deschner
2011-05-02
1
-1
/
+2
*
s3-rpc_server: remove some unneeded headers.
Günther Deschner
2011-04-29
1
-4
/
+0
*
s3-tevent: only include ../lib/util/tevent wrappers where needed.
Günther Deschner
2011-04-29
1
-0
/
+1
*
s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.
Günther Deschner
2011-04-29
1
-0
/
+1
*
s3-includes: only include ntdomain.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
2011-02-22
1
-3
/
+3
*
s3-rpc_server: Moved "external" pipe functions to rpc_ncacn_np.c.
Simo Sorce
2010-09-15
1
-298
/
+1
*
s3-rpc_server: Added new parametric option 'rpc_server'
Andreas Schneider
2010-09-15
1
-1
/
+17
*
s3-rpc_server: Convert rpc_connect_spoolss_pipe into a generic interface.
Simo Sorce
2010-09-15
1
-28
/
+50
*
s3-rpc_server: Added support for internal connections to external daemons.
Simo Sorce
2010-09-15
1
-2
/
+115
*
s3-rpc_server: Added debug to see how much data has been read out.
Simo Sorce
2010-09-15
1
-0
/
+4
*
s3-rpc_server: Make process_incoming_data() public.
Simo Sorce
2010-09-15
1
-1
/
+1
*
s3-rpc_server: Fixed unhandled error condition.
Simo Sorce
2010-09-15
1
-1
/
+2
*
s3-dcerpc: only include rpc_dce.h where needed.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3-build: only include "fake_file.h" where needed.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3: Add "client_id" to pipes_struct
Volker Lendecke
2010-08-18
1
-14
/
+3
*
s3: Lift the smbd_messaging_context from rpc_pipe_open_internal
Volker Lendecke
2010-08-08
1
-0
/
+2
*
s3: Lift the smbd_messaging_context from np_open
Volker Lendecke
2010-08-08
1
-2
/
+2
*
s3: Lift the smbd_messaging_context from make_internal_rpc_pipe_p
Volker Lendecke
2010-08-08
1
-1
/
+2
*
s3-rpc_pipe: Use struct pipes_struct.
Andreas Schneider
2010-07-28
1
-4
/
+4
*
s3-dcerpc: Fix build and remove unneeded headers
Simo Sorce
2010-07-17
1
-3
/
+0
*
s3-dcerpc: Move mere processing functions from srv_pipe_hnd.c to srv_pipe.c
Simo Sorce
2010-07-17
1
-463
/
+1
*
s3-dcerpc: Fix ability to receive Big Endian PDUs
Simo Sorce
2010-07-16
1
-11
/
+13
*
s3-dcerpc: Use DATA_BLOB for pipes_struct input data
Simo Sorce
2010-07-16
1
-48
/
+14
*
s3-dcerpc: Convert frag from prs_struct to a simple DATA_BLOB
Simo Sorce
2010-07-16
1
-10
/
+10
*
s3-dcerpc: Convert rdata from prs_struct to a simple DATA_BLOB
Simo Sorce
2010-07-16
1
-16
/
+6
*
s3-dcerpc: fix crash bug in error path of process_complete_pdu().
Günther Deschner
2010-07-14
1
-1
/
+1
*
s3-dceprc: Add debug messages
Simo Sorce
2010-07-13
1
-0
/
+10
*
s3-dcerpc: Remove unused functions
Simo Sorce
2010-07-13
1
-101
/
+0
*
s3-dcerpc: Use dcerpc_pull_ncacn_packet() to unmarshall dceprc requests
Simo Sorce
2010-07-13
1
-207
/
+302
[next]