summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* s3-rpc_server: handle DCERPC_AUTH_LEVEL_CONNECT in api_pipe_bind_req().Günther Deschner2011-03-091-0/+3
* s3-rpc_server: Free unused memory.Andreas Schneider2011-03-081-0/+2
* s3-rpc_server: Add server support for NCALRPC system user pipe.Andreas Schneider2011-03-081-0/+22
* s3-rpc_server Handle session key as a constant bufferAndrew Bartlett2011-03-011-28/+4
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-16/+16
* s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett2011-02-101-2/+2
* s3-dcerps: check auth_typeSimo Sorce2010-09-231-0/+15
* s3-dcerpc: remove auth_data_free_funcSimo Sorce2010-09-231-11/+2
* s3-dcerpc: make auth context opaqueSimo Sorce2010-09-231-53/+57
* srv_pipe: reorganize code so that related functions are close to each otherSimo Sorce2010-09-231-253/+252
* s3-dcerpc: finally remove the legaqcy spnego_type variable from pipe_auth_dataSimo Sorce2010-09-231-4/+2
* s3-dcerpc: use new spnego server codeSimo Sorce2010-09-231-200/+122
* s3-dcesrv: use gssapi helper in srv_pipe.cSimo Sorce2010-09-231-223/+46
* s3-dcesrv: use ntlmssp helper in srv_pipe.cSimo Sorce2010-09-231-204/+173
* gssapi: remove unused function argumentSimo Sorce2010-09-231-4/+1
* gssapi: avoid explicit dependency on dcerpc specific structuresSimo Sorce2010-09-231-2/+4
* s3-dcerpc: move crypto stuff in /librpc/cryptoSimo Sorce2010-09-231-1/+1
* s3-dcerpc: Implement DCERPC_AUTH_TYPE_KRB5 server sideSimo Sorce2010-08-301-29/+364
* s3-dcerpc: only include rpc_dce.h where needed.Günther Deschner2010-08-261-0/+1
* s3-dcerpc: Remove unused functionSimo Sorce2010-08-171-18/+0
* s3-dcerpc: make a few local functions as staticSimo Sorce2010-08-171-4/+7
* s3:rpc_server: fix valgrind warningStefan Metzmacher2010-08-081-0/+1
* s3-dcerpc: fix some uninitialized variables build warnings.Günther Deschner2010-08-031-1/+1
* s3-dcerpc: Use dcerpc_guess_sizes in the server code too.Simo Sorce2010-07-301-95/+38
* s3-dcerpc: rationalize packet creation in the server codeSimo Sorce2010-07-301-86/+80
* s3-dcerpc: Use dcerpc_AuthType in pipe_auth_dataSimo Sorce2010-07-281-22/+25
* s3-dcerpc: Set flags directly instead of calling unimplemented functions.Simo Sorce2010-07-281-4/+19
* s3-dcerpc: Make dcerpc_check_auth() common codeSimo Sorce2010-07-281-160/+0
* s3-dcerpc: Add the same paranoia checks we have in the client codeSimo Sorce2010-07-281-0/+12
* s3-dcerpc: Split auth checking into a generic function.Simo Sorce2010-07-281-26/+55
* s3-dcerpc do not pass pipes_struct to dcesrv_auth_request()Simo Sorce2010-07-281-26/+28
* s3-dcerpc: Make dcesrv_auth_request() return NTSTATUS codesSimo Sorce2010-07-281-18/+24
* s3-dcerpc: Use the common dcerpc_add_auth_footer() in the server codeSimo Sorce2010-07-281-192/+37
* s3-rpc_pipe: Use struct pipes_struct.Andreas Schneider2010-07-281-24/+25
* s3-rpc_server: Cleanup the way we free pipe auth dataSimo Sorce2010-07-211-10/+13
* s3-dcerpc: Fix potential memleakSimo Sorce2010-07-211-1/+6
* s3-dcerpc: Properly initialize output buffers on nak/faultSimo Sorce2010-07-211-2/+4
* Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...Jeremy Allison2010-07-201-10/+4
* Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduceJeremy Allison2010-07-201-1/+2
* s3-auth: Move auth_ntlmssp wrappers in their own fileSimo Sorce2010-07-201-0/+1
* s3-auth: Refactor and rename auth_ntlmssp_server_info()Simo Sorce2010-07-201-1/+1
* Remove parse_negTokenTarg(), as it's actually incorrect. We're processingJeremy Allison2010-07-191-1/+1
* s3-auth: Use talloc hierarchies to properly free auth_ntlmssp_state contextsSimo Sorce2010-07-191-6/+1
* s3-dcerpc: Move mere processing functions from srv_pipe_hnd.c to srv_pipe.cSimo Sorce2010-07-171-0/+465
* s3-dcerpc: rename SCHANNEL_SIG_SIZE to NL_AUTH_SIGNATURE_SIZE and move to IDL.Günther Deschner2010-07-161-1/+1
* s3-dcerpc: Fix ability to receive Big Endian PDUsSimo Sorce2010-07-161-3/+3
* s3-dcerpc: Use a local function to dump pdu regionsSimo Sorce2010-07-161-5/+49
* s3-dcerpc: Use DATA_BLOB for pipes_struct input dataSimo Sorce2010-07-161-12/+7
* s3-dceprc: Use IDL defined constants for length calculationsSimo Sorce2010-07-161-9/+9
* s3-dcerpc: Padding is never done on a DCERPC_PKT_BIND_ACK packet.Simo Sorce2010-07-161-24/+2