s3-rpc_server: (re)move last globally included rpc_server prototypes.
[samba.git] / source3 / rpc_server / srv_pipe.c
2011-05-02 Günther Deschners3-rpc_server: (re)move last globally included rpc_serv...
2011-05-02 Günther Deschners3-smbd: avoid using pipes_struct when only session_inf...
2011-04-04 Andrew Bartletts3-rpc_server Remove comment, yes the key is correct.
2011-04-04 Andrew Bartletts3-auth consolidate create_local_token() into make_serv...
2011-03-29 Günther Deschners3-includes: only include ntdomain.h where needed.
2011-03-29 Günther Deschners3-auth: rpc_server needs auth.h
2011-03-29 Günther Deschners3: rpc_server needs parts of smbd.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-23 Andreas Schneiders3-epmapper: Use DCERPC_AUTH_LEVEL_CONNECT for ep ncalrpc.
2011-03-23 Andreas Schneiders3-rpc_server: Rename system_user to ncalrpc_as_system.
2011-03-09 Günther Deschners3-rpc_server: handle DCERPC_AUTH_LEVEL_CONNECT in...
2011-03-08 Andreas Schneiders3-rpc_server: Free unused memory.
2011-03-08 Andreas Schneiders3-rpc_server: Add server support for NCALRPC system...
2011-03-01 Andrew Bartletts3-rpc_server Handle session key as a constant buffer
2011-02-22 Andrew Bartletts3-auth Rename auth_serversupplied_info varaiables...
2011-02-10 Andrew Bartletts3-auth Rename cryptic 'ptok' to security_token
2010-09-23 Simo Sorces3-dcerps: check auth_type
2010-09-23 Simo Sorces3-dcerpc: remove auth_data_free_func
2010-09-23 Simo Sorces3-dcerpc: make auth context opaque
2010-09-23 Simo Sorcesrv_pipe: reorganize code so that related functions...
2010-09-23 Simo Sorces3-dcerpc: finally remove the legaqcy spnego_type varia...
2010-09-23 Simo Sorces3-dcerpc: use new spnego server code
2010-09-23 Simo Sorces3-dcesrv: use gssapi helper in srv_pipe.c
2010-09-23 Simo Sorces3-dcesrv: use ntlmssp helper in srv_pipe.c
2010-09-23 Simo Sorcegssapi: remove unused function argument
2010-09-23 Simo Sorcegssapi: avoid explicit dependency on dcerpc specific...
2010-09-23 Simo Sorces3-dcerpc: move crypto stuff in /librpc/crypto
2010-08-30 Simo Sorces3-dcerpc: Implement DCERPC_AUTH_TYPE_KRB5 server side
2010-08-25 Günther Deschners3-dcerpc: only include rpc_dce.h where needed.
2010-08-17 Simo Sorces3-dcerpc: Remove unused function
2010-08-17 Simo Sorces3-dcerpc: make a few local functions as static
2010-08-08 Stefan Metzmachers3:rpc_server: fix valgrind warning
2010-08-03 Günther Deschners3-dcerpc: fix some uninitialized variables build warnings.
2010-07-30 Simo Sorces3-dcerpc: Use dcerpc_guess_sizes in the server code...
2010-07-30 Simo Sorces3-dcerpc: rationalize packet creation in the server...
2010-07-28 Simo Sorces3-dcerpc: Use dcerpc_AuthType in pipe_auth_data
2010-07-28 Simo Sorces3-dcerpc: Set flags directly instead of calling unimpl...
2010-07-28 Simo Sorces3-dcerpc: Make dcerpc_check_auth() common code
2010-07-28 Simo Sorces3-dcerpc: Add the same paranoia checks we have in...
2010-07-28 Simo Sorces3-dcerpc: Split auth checking into a generic function.
2010-07-28 Simo Sorces3-dcerpc do not pass pipes_struct to dcesrv_auth_request()
2010-07-28 Simo Sorces3-dcerpc: Make dcesrv_auth_request() return NTSTATUS...
2010-07-28 Simo Sorces3-dcerpc: Use the common dcerpc_add_auth_footer()...
2010-07-28 Andreas Schneiders3-rpc_pipe: Use struct pipes_struct.
2010-07-21 Simo Sorces3-rpc_server: Cleanup the way we free pipe auth data
2010-07-21 Simo Sorces3-dcerpc: Fix potential memleak
2010-07-21 Simo Sorces3-dcerpc: Properly initialize output buffers on nak...
2010-07-20 Jeremy AllisonAdd approriate TALLOC_CTX's thoughout the spnego code...
2010-07-20 Jeremy AllisonAdd TALLOC_CTX argument to spnego_parse_negTokenInit...
2010-07-20 Simo Sorces3-auth: Move auth_ntlmssp wrappers in their own file
2010-07-20 Simo Sorces3-auth: Refactor and rename auth_ntlmssp_server_info()
2010-07-19 Jeremy AllisonRemove parse_negTokenTarg(), as it's actually incorrect...
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-19 Simo Sorces3-auth: Use talloc hierarchies to properly free auth_n...
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-17 Simo Sorces3-dcerpc: Move mere processing functions from srv_pipe...
2010-07-16 Günther Deschners3-dcerpc: rename SCHANNEL_SIG_SIZE to NL_AUTH_SIGNATUR...
2010-07-16 Simo Sorces3-dcerpc: Fix ability to receive Big Endian PDUs
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-15 Simo Sorces3-dcerpc: Use a local function to dump pdu regions
2010-07-15 Simo Sorces3-dcerpc: Use DATA_BLOB for pipes_struct input data
2010-07-15 Simo Sorces3-dceprc: Use IDL defined constants for length calcula...
2010-07-15 Simo Sorces3-dcerpc: Padding is never done on a DCERPC_PKT_BIND_A...
2010-07-15 Simo Sorces3-dcerpc: consolidate respones packet creation code
2010-07-15 Simo Sorces3-dcerpc: Convert frag from prs_struct to a simple...
2010-07-15 Simo Sorces3-dcerpc: Convert rdata from prs_struct to a simple...
2010-07-15 Simo Sorces3-dcerpc: Stop using hand marshalling in create_next_p...
2010-07-15 Simo Sorces3-dcerpc: Stop using hand marshalling in create_next_p...
2010-07-15 Simo Sorces3-dcerpc: Stop using hand marshalling in create_next_p...
2010-07-14 Andrew Bartletts3:auth Change auth_ntlmssp_server_info API to return...
2010-07-13 Simo Sorces3-dcerpc: Use dcerpc_push_ncacn_packet() in api_pipe_a...
2010-07-13 Simo Sorces3-dcerpc: Use dcerpc_push_dcerpc_auth() for spnego...
2010-07-13 Simo Sorces3-dceprc: Use dcerpc_push_ncacn_packet() in api_pipe_b...
2010-07-13 Simo Sorces3-dcerpc: Use a DATA_BLOB in bind processing and avoid...
2010-07-13 Simo Sorces3-dcerpc: Rearrange api_pipe_bind_req() to do checks...
2010-07-13 Simo Sorces3-dcerpc: fix dcerpc_push_ncacn_packet, pass arg by...
2010-07-13 Simo Sorces3-dcerpc: pass the packet to setup_bind_nack()
2010-07-13 Simo Sorces3-dcerpc: Remove unused functions
2010-07-13 Simo Sorces3-dcerpc: Use dcerpc_pull_ncacn_packet() to unmarshall...
2010-07-13 Simo Sorces3-dceprc: Store opnum in its own variable
2010-07-13 Simo Sorces3-dceprc use a DATA_BLOB to hold the curren pdu in...
2010-07-13 Simo Sorces3-dcerpc: use dceprc_push_ncacn_packet_header in creat...
2010-07-13 Simo Sorces3-dcerpc: Use dcerpc_push_ncacn_packet_header() in...
2010-07-13 Simo Sorces3-dcerpc: use dcerpc_push_ncacn_packet_header() in...
2010-07-13 Simo Sorces3-dcerpc: Use dcerpc_set_frag_length()
2010-07-08 Simo Sorces3-dcerpc: Use dcerpc_pull_dcerpc_auth in api_pipe_bind...
2010-07-08 Simo Sorces3-dcerpc: Use dcerpc_auth in api_pipe_bind_req()
2010-07-08 Simo Sorces3:dcerpc Use prs_parse_dcerpc_bind
2010-07-08 Simo Sorces3:rpc user idl define dcerpc_ctx_list instead of custo...
2010-07-08 Günther Deschners3-dcerpc: use dcerpc_push_ncacn_packet() for setup_fau...
2010-07-08 Günther Deschners3-dcerpc: use dcerpc_push_ncacn_packet() for setup_bin...
2010-07-01 Simo Sorces3:auth Fix switch statement referencing a uninitialize...
2010-06-16 Jeremy AllisonRemove an unused chunk of code (will make it easier...
2010-06-08 Volker LendeckeRevert "s3:auth Change auth_ntlmssp_server_info API...
2010-06-07 Andrew Bartletts3:auth add hooks to indicate if signing or sealing...
2010-06-07 Andrew Bartletts3:auth Change auth_ntlmssp_server_info API to return...
2010-06-04 Andreas Schneiders3-rpc: Seperate rpc_srv_register for plain connection.
2010-05-31 Andrew Bartletts3:ntlmssp Use a TALLOC_CTX for ntlmssp_sign_packet...
2010-05-31 Andrew Bartlettntlmssp: Make the ntlmssp.h from source3/ a common...
2010-05-31 Andrew Bartletts3:auth Remove AUTH_NTLMSSP_STATE typedef.
next