summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Convert cli_qpathinfo_basic to cli_qpathinfo_sendVolker Lendecke2010-07-261-0/+6
* s3: Convert cli_qpathinfo2 to cli_qpathinfo_sendVolker Lendecke2010-07-261-7/+18
* s3: Convert cli_qpathinfo1 to cli_qpathinfoVolker Lendecke2010-07-261-1/+11
* s3: Convert cli_get_ea_list_path to cli_qpathinfo_sendVolker Lendecke2010-07-251-1/+7
* s3: Add async cli_qpathinfoVolker Lendecke2010-07-251-0/+11
* s3: cli_qpathinfo->cli_qpathinfo1Volker Lendecke2010-07-251-1/+1
* s3-libsmb: Use data_blob_talloc to get krb5 ticket and session keysSimo Sorce2010-07-201-3/+7
* Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...Jeremy Allison2010-07-201-8/+8
* Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...Jeremy Allison2010-07-201-3/+5
* Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduceJeremy Allison2010-07-201-2/+4
* Rename spnego_gen_negTokenTarg() -> spnego_gen_krb5_negTokenInit()Jeremy Allison2010-07-201-1/+1
* dcerpc: Clarify what the arguments of dcerpc_pull_auth_trailer() actually rep...Simo Sorce2010-07-201-2/+2
* s3-dcerpc: Unifiy cli_pipe_auth_data and pipe_auth_dataSimo Sorce2010-07-203-21/+13
* s3-auth: Add auth_ntlmssp wrapper for client sideSimo Sorce2010-07-201-0/+16
* s3-auth: Move auth_ntlmssp wrappers in their own fileSimo Sorce2010-07-202-26/+70
* s3-auth: Refactor and rename auth_ntlmssp_server_info()Simo Sorce2010-07-201-3/+3
* Remove gen_negTokenInit() - change all callers to spnego_gen_negTokenInit().Jeremy Allison2010-07-191-2/+2
* Move the addition of the 16 byte guid out of spnego_gen_negTokenInit() andJeremy Allison2010-07-191-2/+1
* Remove parse_negTokenTarg(), as it's actually incorrect. We're processingJeremy Allison2010-07-191-2/+2
* s3-rpc_server: Added callbacks for init and shutdown of a rpc service.Andreas Schneider2010-07-191-4/+16
* s3-auth: Use talloc hierarchies to properly free auth_ntlmssp_state contextsSimo Sorce2010-07-191-1/+0
* s3-auth: Simplify how we free the auth_contextSimo Sorce2010-07-191-1/+0
* s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.Simo Sorce2010-07-191-1/+0
* s3-dcerpc: rename SCHANNEL_SIG_SIZE to NL_AUTH_SIGNATURE_SIZE and move to IDL.Günther Deschner2010-07-161-2/+0
* s3-dcerpc: Fix ability to receive Big Endian PDUsSimo Sorce2010-07-161-0/+1
* Make the "map to guest" parameter work correctly with NTLMSSP (spnegoJeremy Allison2010-07-161-0/+4
* s3-registry: use some prs macros to the only place where they are used.Günther Deschner2010-07-161-4/+0
* Move the remnants of rpc_parse code under registry/Simo Sorce2010-07-164-79/+4
* s3-parse_prs: Remove unuesd functionsSimo Sorce2010-07-161-4/+0
* s3-misc: Move smb_io_time() to regfio.cSimo Sorce2010-07-161-4/+0
* s3-dcerpc: Use DATA_BLOB for pipes_struct input dataSimo Sorce2010-07-161-1/+2
* s3-dcerpc: Use DATA_BLOB instead of prs_struct for req_dataSimo Sorce2010-07-161-1/+1
* s3-dcerpc: Use DATA_BLOB instead of prs_struct for reply_pduSimo Sorce2010-07-161-1/+1
* s3-dceprc: Use IDL defined constants for length calculationsSimo Sorce2010-07-161-9/+0
* s3-dcerpc: Move common helpers into a common fileSimo Sorce2010-07-161-20/+0
* dcerpc: remove ncacn_packet_header and related functionsSimo Sorce2010-07-161-10/+0
* s3-dcerpc: consolidate respones packet creation codeSimo Sorce2010-07-162-1/+2
* s3-dcerpc: Convert frag from prs_struct to a simple DATA_BLOBSimo Sorce2010-07-161-1/+1
* s3-dcerpc: Convert rdata from prs_struct to a simple DATA_BLOBSimo Sorce2010-07-162-2/+2
* s3-dcerpc: Remove unused functions and headersSimo Sorce2010-07-162-35/+5
* s3:auth Change auth_ntlmssp_server_info API to return NTSTATUSAndrew Bartlett2010-07-141-2/+3
* s3-dcerpc: Remove unused functions and headersSimo Sorce2010-07-132-73/+0
* s3-dcerpc: fix dcerpc_push_ncacn_packet, pass arg by addressSimo Sorce2010-07-131-1/+1
* s3-dcerpc: Remove unused membersSimo Sorce2010-07-131-3/+0
* s3-dcerpc: Remove unused functionsSimo Sorce2010-07-131-3/+0
* s3-dcerpc: Use dcerpc_pull_ncacn_packet() to unmarshall dceprc requestsSimo Sorce2010-07-132-4/+7
* dcerpc: move dcerpc_pull_auth_trailer into a the common dcerpc_util.c fileSimo Sorce2010-07-131-0/+6
* s3-dceprc: Store opnum in its own variableSimo Sorce2010-07-131-0/+3
* s3-dceprc use a DATA_BLOB to hold the curren pdu in pipes_structSimo Sorce2010-07-131-8/+3
* sr-dcerpc: add dcerpc_push_ncacn_packet_header()Simo Sorce2010-07-131-0/+7