summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS"Volker Lendecke2010-06-081-4/+3
* s3:auth add hooks to indicate if signing or sealing is desired with NTLMSSPAndrew Bartlett2010-06-071-0/+21
* s3:auth Change auth_ntlmssp_server_info API to return NTSTATUSAndrew Bartlett2010-06-071-3/+4
* s3-rpc: Seperate rpc_srv_register for plain connection.Andreas Schneider2010-06-041-125/+32
* s3:ntlmssp Use a TALLOC_CTX for ntlmssp_sign_packet() and ntlmssp_seal_packet()Andrew Bartlett2010-05-311-7/+9
* ntlmssp: Make the ntlmssp.h from source3/ a common headerAndrew Bartlett2010-05-311-1/+1
* s3:auth Remove AUTH_NTLMSSP_STATE typedef.Andrew Bartlett2010-05-311-7/+7
* s3:auth Make AUTH_NTLMSSP_STATE a private structure.Andrew Bartlett2010-05-311-26/+27
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-5/+4
* s3:ntlmssp: use client.netbios_name instead of workstationStefan Metzmacher2010-03-241-1/+2
* srv_pipe.c doesn't reference current_user anymore. Remove it.Jeremy Allison2010-03-041-2/+0
* schannel_tdb: make code compilable in both treesSimo Sorce2010-02-231-1/+1
* s3:schannel streamline interfaceSimo Sorce2010-02-231-1/+1
* More fixes for bug #7146 - Samba miss-parses authenticated RPC packets.Jeremy Allison2010-02-181-16/+31
* More fixes for bug #7146 - Samba miss-parses authenticated RPC packets.Jeremy Allison2010-02-181-14/+16
* Fix bug #7146 - Samba miss-parses authenticated RPC packets.Jeremy Allison2010-02-171-120/+311
* s3:ntlmssp: only include ntlmssp.h where actually neededAndrew Bartlett2009-12-221-0/+1
* s3-rpc: running minimal_includes.pl on rpc_client and rpc_server.Günther Deschner2009-11-261-2/+0
* Revert "s3: Consolidate getting the name out of a pipes_struct"Volker Lendecke2009-11-081-15/+29
* Revert "s3: Do not reference ndr_table when calling rpc_srv_register"Volker Lendecke2009-11-081-7/+2
* s3: Do not reference ndr_table when calling rpc_srv_registerVolker Lendecke2009-11-081-2/+7
* s3: Consolidate getting the name out of a pipes_structVolker Lendecke2009-11-081-29/+15
* s3: get_pipe_name_from_iface -> get_pipe_name_from_syntaxVolker Lendecke2009-11-071-17/+27
* s3:rpc: Fix is_known_pipename for dynamically loaded pipesVolker Lendecke2009-10-131-1/+22
* spnego: share spnego_parse.Günther Deschner2009-09-171-0/+1
* libcli/auth: rewrite schannel sign/seal code to be more genericStefan Metzmacher2009-09-161-17/+27
* s3-dcerpc: remove more obsolete or duplicate headers.Günther Deschner2009-09-161-15/+15
* s3-schannel: add dump_NL_AUTH_SIGNATURE.Günther Deschner2009-09-161-23/+3
* schannel: fully share schannel sign/seal between s3 and 4.Günther Deschner2009-09-161-25/+60
* s3-dcerpc: really fix remaining old auth level constants. sorry...Günther Deschner2009-09-151-2/+2
* s3-dcerpc: fix remaining old auth level constants.Günther Deschner2009-09-151-13/+13
* s3-dcerpc: remove duplicate RPC_AUTH_LEVEL flags.Günther Deschner2009-09-151-5/+5
* s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.Günther Deschner2009-09-151-15/+15
* s3-schannel: fix api_pipe_schannel_process(), was using incorrect buffer length.Günther Deschner2009-09-131-1/+3
* s3-schannel: use NL_AUTH_SIGNATURE for schannel sign & seal (client & server).Günther Deschner2009-09-111-8/+31
* s3-schannel: use NL_AUTH_MESSAGE for schannel bind reply.Günther Deschner2009-09-111-10/+17
* s3-rpc_server: use NL_AUTH_MESSAGE in pipe_schannel_auth_bind().Günther Deschner2009-09-081-6/+23
* s3-netlogon: use shared credential and schannel storage infrastructure for ne...Günther Deschner2009-08-271-7/+11
* Use null_ndr_syntax_id instead of zeroing null_interface manuallyVolker Lendecke2009-07-051-6/+2
* Remove "typedef struct ndr_syntax_id RPC_IFACE;"Volker Lendecke2009-07-051-4/+6
* Make check_bind_req static to rpc_server/srv_pipe.cVolker Lendecke2009-07-051-2/+2
* Get the sense of the integer wrap test the right way around. Sorry.Jeremy Allison2009-03-051-1/+1
* Now we're allowing a lower bound for auth_len, ensure weJeremy Allison2009-03-051-1/+5
* Complete the fix for bug 6100Volker Lendecke2009-03-051-1/+1
* Make prs_struct->out_data.current_pdu dynamically allocatedVolker Lendecke2009-02-081-113/+98
* Add two new parameters to control how we verify kerberos tickets. Removes lp_...Dan Sledz2009-02-011-1/+1
* Replace pipe names in pipes_struct by ndr_syntax_idVolker Lendecke2009-02-011-29/+52
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-211-1/+3
* Remove the rpc_srv_register wrapper around rpc_pipe_register_commandsVolker Lendecke2009-01-091-15/+4
* Pass the full ndr_interface_table into the s3 rpcserver when registeringVolker Lendecke2009-01-091-0/+10