index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
rpc_server
/
srv_pipe_hnd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-06
More const fixes. Remove CONST_DISCARD.
Jeremy Allison
1
-5
/
+5
2011-05-02
s3-rpc_server: (re)move last globally included rpc_server prototypes.
Günther Deschner
1
-0
/
+1
2011-05-02
s3-proto: move more rpc_server prototypes out of proto.h
Günther Deschner
1
-1
/
+2
2011-04-29
s3-rpc_server: remove some unneeded headers.
Günther Deschner
1
-4
/
+0
2011-04-29
s3-tevent: only include ../lib/util/tevent wrappers where needed.
Günther Deschner
1
-0
/
+1
2011-04-29
s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include ntdomain.h where needed.
Günther Deschner
1
-0
/
+1
2011-02-22
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
1
-3
/
+3
2010-09-15
s3-rpc_server: Moved "external" pipe functions to rpc_ncacn_np.c.
Simo Sorce
1
-298
/
+1
2010-09-15
s3-rpc_server: Added new parametric option 'rpc_server'
Andreas Schneider
1
-1
/
+17
2010-09-15
s3-rpc_server: Convert rpc_connect_spoolss_pipe into a generic interface.
Simo Sorce
1
-28
/
+50
2010-09-15
s3-rpc_server: Added support for internal connections to external daemons.
Simo Sorce
1
-2
/
+115
2010-09-15
s3-rpc_server: Added debug to see how much data has been read out.
Simo Sorce
1
-0
/
+4
2010-09-15
s3-rpc_server: Make process_incoming_data() public.
Simo Sorce
1
-1
/
+1
2010-09-15
s3-rpc_server: Fixed unhandled error condition.
Simo Sorce
1
-1
/
+2
2010-08-26
s3-dcerpc: only include rpc_dce.h where needed.
Günther Deschner
1
-0
/
+1
2010-08-26
s3-build: only include "fake_file.h" where needed.
Günther Deschner
1
-0
/
+1
2010-08-18
s3: Add "client_id" to pipes_struct
Volker Lendecke
1
-14
/
+3
2010-08-08
s3: Lift the smbd_messaging_context from rpc_pipe_open_internal
Volker Lendecke
1
-0
/
+2
2010-08-08
s3: Lift the smbd_messaging_context from np_open
Volker Lendecke
1
-2
/
+2
2010-08-08
s3: Lift the smbd_messaging_context from make_internal_rpc_pipe_p
Volker Lendecke
1
-1
/
+2
2010-07-28
s3-rpc_pipe: Use struct pipes_struct.
Andreas Schneider
1
-4
/
+4
2010-07-17
s3-dcerpc: Fix build and remove unneeded headers
Simo Sorce
1
-3
/
+0
2010-07-17
s3-dcerpc: Move mere processing functions from srv_pipe_hnd.c to srv_pipe.c
Simo Sorce
1
-463
/
+1
2010-07-16
s3-dcerpc: Fix ability to receive Big Endian PDUs
Simo Sorce
1
-11
/
+13
2010-07-16
s3-dcerpc: Use DATA_BLOB for pipes_struct input data
Simo Sorce
1
-48
/
+14
2010-07-16
s3-dcerpc: Convert frag from prs_struct to a simple DATA_BLOB
Simo Sorce
1
-10
/
+10
2010-07-16
s3-dcerpc: Convert rdata from prs_struct to a simple DATA_BLOB
Simo Sorce
1
-16
/
+6
2010-07-14
s3-dcerpc: fix crash bug in error path of process_complete_pdu().
Günther Deschner
1
-1
/
+1
2010-07-13
s3-dceprc: Add debug messages
Simo Sorce
1
-0
/
+10
2010-07-13
s3-dcerpc: Remove unused functions
Simo Sorce
1
-101
/
+0
2010-07-13
s3-dcerpc: Use dcerpc_pull_ncacn_packet() to unmarshall dceprc requests
Simo Sorce
1
-207
/
+302
2010-07-13
s3-dceprc: Store opnum in its own variable
Simo Sorce
1
-0
/
+3
2010-07-13
s3-dceprc use a DATA_BLOB to hold the curren pdu in pipes_struct
Simo Sorce
1
-38
/
+33
2010-07-13
s3-dcerpc delay rpc header unmarshalling
Simo Sorce
1
-49
/
+70
2010-07-08
s3-rpc: when using rpc_pipe_open_internal, make sure to go through NDR.
Günther Deschner
1
-1
/
+0
2010-07-06
s3: Fix a segfault in the RPC server
Volker Lendecke
1
-8
/
+9
2010-06-18
Convert the prs_XXX struct and functions to use talloc instead of malloc. Pas...
Jeremy Allison
1
-28
/
+29
2010-06-10
s3:cleaunp reformatting for readability
Simo Sorce
1
-85
/
+160
2010-06-10
s3:cleanup remove trailing spaces
Simo Sorce
1
-11
/
+11
2010-06-07
s3:named pipe proxy Improve error messages when named pipes fail to forward
Andrew Bartlett
1
-3
/
+6
2010-06-04
s3-rpc: Create a file with all functions for a internal named pipe.
Andreas Schneider
1
-203
/
+0
2010-05-27
s3:rpc_server: make use of the npa_tstream code to connect to named pipes
Stefan Metzmacher
1
-192
/
+152
2010-05-27
s3:rpc_server: pass down local and remote tsocket_address to np_open()
Stefan Metzmacher
1
-1
/
+15
2010-05-27
s3:rpc_server: add np_read_in_progress() function
Stefan Metzmacher
1
-0
/
+22
2010-05-27
s3:rpc_server: make sure we don't send uninitialized memory for the named_pip...
Stefan Metzmacher
1
-1
/
+1
2010-05-26
s3-rpc_server: Created a per connection spoolss pipe.
Simo Sorce
1
-0
/
+33
2010-05-18
s3: Remove use of iconv_convenience.
Jelmer Vernooij
1
-4
/
+2
2010-04-11
s3: Move serverinfo_to_SamInfoX to auth/server_info.c
Volker Lendecke
1
-287
/
+0
2010-03-05
s3-rpc_server: Document rpc_pipe_open_internal.
Andreas Schneider
1
-1
/
+27
[next]