summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_pipe_hnd.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-17s3-dcerpc: Fix build and remove unneeded headersSimo Sorce1-3/+0
2010-07-17s3-dcerpc: Move mere processing functions from srv_pipe_hnd.c to srv_pipe.cSimo Sorce1-463/+1
2010-07-16s3-dcerpc: Fix ability to receive Big Endian PDUsSimo Sorce1-11/+13
2010-07-16s3-dcerpc: Use DATA_BLOB for pipes_struct input dataSimo Sorce1-48/+14
2010-07-16s3-dcerpc: Convert frag from prs_struct to a simple DATA_BLOBSimo Sorce1-10/+10
2010-07-16s3-dcerpc: Convert rdata from prs_struct to a simple DATA_BLOBSimo Sorce1-16/+6
2010-07-14s3-dcerpc: fix crash bug in error path of process_complete_pdu().Günther Deschner1-1/+1
2010-07-13s3-dceprc: Add debug messagesSimo Sorce1-0/+10
2010-07-13s3-dcerpc: Remove unused functionsSimo Sorce1-101/+0
2010-07-13s3-dcerpc: Use dcerpc_pull_ncacn_packet() to unmarshall dceprc requestsSimo Sorce1-207/+302
2010-07-13s3-dceprc: Store opnum in its own variableSimo Sorce1-0/+3
2010-07-13s3-dceprc use a DATA_BLOB to hold the curren pdu in pipes_structSimo Sorce1-38/+33
2010-07-13s3-dcerpc delay rpc header unmarshallingSimo Sorce1-49/+70
2010-07-08s3-rpc: when using rpc_pipe_open_internal, make sure to go through NDR.Günther Deschner1-1/+0
2010-07-06s3: Fix a segfault in the RPC serverVolker Lendecke1-8/+9
2010-06-18Convert the prs_XXX struct and functions to use talloc instead of malloc. Pas...Jeremy Allison1-28/+29
2010-06-10s3:cleaunp reformatting for readabilitySimo Sorce1-85/+160
2010-06-10s3:cleanup remove trailing spacesSimo Sorce1-11/+11
2010-06-07s3:named pipe proxy Improve error messages when named pipes fail to forwardAndrew Bartlett1-3/+6
2010-06-04s3-rpc: Create a file with all functions for a internal named pipe.Andreas Schneider1-203/+0
2010-05-27s3:rpc_server: make use of the npa_tstream code to connect to named pipesStefan Metzmacher1-192/+152
2010-05-27s3:rpc_server: pass down local and remote tsocket_address to np_open()Stefan Metzmacher1-1/+15
2010-05-27s3:rpc_server: add np_read_in_progress() functionStefan Metzmacher1-0/+22
2010-05-27s3:rpc_server: make sure we don't send uninitialized memory for the named_pip...Stefan Metzmacher1-1/+1
2010-05-26s3-rpc_server: Created a per connection spoolss pipe.Simo Sorce1-0/+33
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-4/+2
2010-04-11s3: Move serverinfo_to_SamInfoX to auth/server_info.cVolker Lendecke1-287/+0
2010-03-05s3-rpc_server: Document rpc_pipe_open_internal.Andreas Schneider1-1/+27
2010-02-16s3:rpc streamline memory handlingSimo Sorce1-13/+5
2010-01-06Second part of the fix for bug #7020 - smbd using 2G memory.Jeremy Allison1-0/+7
2009-11-08Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly"Volker Lendecke1-2/+1
2009-11-08Revert "s3: Consolidate getting the name out of a pipes_struct"Volker Lendecke1-21/+28
2009-11-08Revert "s3: Do not reference the ndr_tables in the server calls directly"Volker Lendecke1-10/+3
2009-11-08s3: Do not reference the ndr_tables in the server calls directlyVolker Lendecke1-3/+10
2009-11-08s3: Consolidate getting the name out of a pipes_structVolker Lendecke1-28/+21
2009-11-08s3: Do not reference ndr_table_<pipe> in the cli_ routines directlyVolker Lendecke1-1/+2
2009-11-07s3: get_pipe_name_from_iface -> get_pipe_name_from_syntaxVolker Lendecke1-20/+33
2009-09-24s3:rpc_server: we need to make a copy of my_name in serverinfo_to_SamInfo_base()Stefan Metzmacher1-1/+1
2009-09-16s3-netlogon: support validation level 6 in netr_SamLogon calls.Günther Deschner1-0/+51
2009-09-16s3-dcerpc: remove more obsolete or duplicate headers.Günther Deschner1-29/+29
2009-06-25s3-netlogon: remove init_netr_SamInfo functions.Günther Deschner1-25/+25
2009-06-25s3-netlogon: fix validation level 2 support in netr_SamLogon and friends.Günther Deschner1-36/+85
2009-05-24Add "err_on_readability" to writev_sendVolker Lendecke1-1/+1
2009-04-22Move serverinfo_to_SamInfo3() to rpc_server/Volker Lendecke1-0/+187
2009-03-27Fix external np read after conversion to tevent_reqVolker Lendecke1-1/+1
2009-03-17Convert np_read to tevent_reqVolker Lendecke1-29/+32
2009-03-17Convert np_write to tevent_reqVolker Lendecke1-39/+30
2009-03-08Add "queue" to writev_sendVolker Lendecke1-1/+2
2009-03-02Make struct tevent_req opaqueSimo Sorce1-8/+6
2009-02-24Replace read_pkt by read_packet in np_readVolker Lendecke1-8/+8