summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* libcli/auth: Provide a struct loadparm_context to schannel callsAndrew Bartlett2011-10-131-2/+11
* s3-rpc_server: Make sure we switch always the connecting user.Andreas Schneider2011-08-301-13/+11
* s3-rpc_server: Use talloc for pipe_rpc_fnsSimo Sorce2011-07-281-3/+3
* s3-rpc_server: Move pipe/handles functionsSimo Sorce2011-07-211-1/+1
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-201-2/+2
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-201-2/+2
* s3-rpc_server: Replace client_id in dcerpc gssapi server.Andreas Schneider2011-07-041-4/+4
* s3-rpc_server: Remove unused client_id in srv_pipe.c.Andreas Schneider2011-07-041-3/+0
* s3-auth: Added remote_address to ntlmssp server.Andreas Schneider2011-07-041-0/+2
* s3-rpc_server: Fix debug messages.Andreas Schneider2011-06-011-46/+20
* s3-rpc_server: Remove guessing of the syntax id.Andreas Schneider2011-06-011-0/+7
* s3-rpc_server: Use the correct syntax id for debugging.Andreas Schneider2011-06-011-8/+11
* s3-rpc_server: Use the context syntax id in api_pipe_request().Andreas Schneider2011-06-011-7/+7
* s3-rpc_server: Use the correct syntax id in api_pipe_bind_req().Andreas Schneider2011-06-011-19/+14
* s3-rpc_server: Move the context functions to own file.Andreas Schneider2011-06-011-20/+1
* s3-rpc_server: Store the ndr syntax id in the pipe context.Andreas Schneider2011-06-011-5/+6
* s3-rpc_server: (re)move last globally included rpc_server prototypes.Günther Deschner2011-05-021-0/+1
* s3-smbd: avoid using pipes_struct when only session_info is needed.Günther Deschner2011-05-021-1/+1
* s3-rpc_server Remove comment, yes the key is correct.Andrew Bartlett2011-04-041-2/+0
* s3-auth consolidate create_local_token() into make_server_info_krb5()Andrew Bartlett2011-04-041-10/+0
* s3-includes: only include ntdomain.h where needed.Günther Deschner2011-03-301-0/+1
* s3-auth: rpc_server needs auth.hGünther Deschner2011-03-301-0/+1
* s3: rpc_server needs parts of smbd.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-epmapper: Use DCERPC_AUTH_LEVEL_CONNECT for ep ncalrpc.Andreas Schneider2011-03-231-3/+0
* s3-rpc_server: Rename system_user to ncalrpc_as_system.Andreas Schneider2011-03-231-1/+1
* 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