summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* s3-rpc: running minimal_includes.pl on rpc_client and rpc_server.Günther Deschner2009-12-081-2/+0
* Revert "s3: Consolidate getting the name out of a pipes_struct"Volker Lendecke2009-11-261-15/+29
* Revert "s3: Do not reference ndr_table when calling rpc_srv_register"Volker Lendecke2009-11-261-7/+2
* s3: Do not reference ndr_table when calling rpc_srv_registerVolker Lendecke2009-11-261-2/+7
* s3: Consolidate getting the name out of a pipes_structVolker Lendecke2009-11-261-29/+15
* s3: get_pipe_name_from_iface -> get_pipe_name_from_syntaxVolker Lendecke2009-11-261-17/+27
* s3:rpc: Fix is_known_pipename for dynamically loaded pipesVolker Lendecke2009-11-261-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
* Simplify find_pipe_fns_by_context slightlyVolker Lendecke2009-01-091-8/+4
* Fix some nonempty blank linesVolker Lendecke2009-01-091-17/+17
* Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS!Volker Lendecke2008-11-241-49/+1
* s3: use shared asn1 code.Günther Deschner2008-10-221-1/+1
* Make api_rpcTNP static to srv_pipe.cVolker Lendecke2008-07-261-2/+5
* Introduce is_known_pipenameVolker Lendecke2008-07-191-0/+33
* Simplify the RPC servers: remove get_pipe_fnsVolker Lendecke2008-07-181-97/+25
* In api_pipe_bind_req(), check for the iface id, not the pipe nameVolker Lendecke2008-07-161-3/+14
* In api_pipe_bind_req(), decode the bind request before checking the pipeVolker Lendecke2008-07-161-8/+10
* Now that we have p->server_info, use p->server_info->user_session_keyVolker Lendecke2008-06-261-18/+29
* Fix typoVolker Lendecke2008-06-261-1/+1
* Add server_info to pipes_structVolker Lendecke2008-06-261-0/+10
* Make pipes_struct its own talloc ctxVolker Lendecke2008-06-211-1/+1
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-191-5/+6
* rpc_parse: Use UUIDs from librpc/gen_ndr/ when possible to reduceJelmer Vernooij2008-04-171-4/+4
* Reconcile ndr_syntax_id used by pidl-generated code and Samba3's RFC_IFACE.Jelmer Vernooij2008-04-151-2/+2
* Remove some write-only fstringsVolker Lendecke2008-04-111-12/+3