Age | Commit message (Expand) | Author | Files | Lines |
2010-07-28 | s3-dcerpc: Add sign/seal with gssapi | Simo Sorce | 1 | -6/+12 |
2010-07-28 | s3-dcerpc: Add next authentication step with gssapi | Simo Sorce | 1 | -4/+88 |
2010-07-28 | s3-decrpc: Introduce gssapi support for dcerpc krb5 auth | Simo Sorce | 1 | -122/+31 |
2010-07-28 | s3-dcerpc: Refactor calculate_data_len_tosend() | Simo Sorce | 1 | -25/+31 |
2010-07-28 | s3-dcerpc: Add auth trailer only when appropriate. | Simo Sorce | 1 | -4/+16 |
2010-07-28 | s3-dcerpc: consolidate unmarshalling of dcerpc_auth | Simo Sorce | 1 | -72/+72 |
2010-07-28 | s3-dcerpc: revive cli_rpc_pipe_open_krb5() | Simo Sorce | 1 | -1/+2 |
2010-07-28 | s3-dcerpc: Use dcerpc_AuthType in pipe_auth_data | Simo Sorce | 1 | -79/+127 |
2010-07-28 | s3-dcerpc: Cleanup and refactor create_rpc_bind_req() | Simo Sorce | 1 | -34/+40 |
2010-07-28 | s3-dcerpc: Use dcerpc_check_auth in client code too | Simo Sorce | 1 | -343/+18 |
2010-07-28 | s3-dcerpc: Move dcerpc_add_auth_footer() to the common helpers file | Simo Sorce | 1 | -203/+0 |
2010-07-28 | s3-dcerpc: Introduce generic helper function to add auth trailer | Simo Sorce | 1 | -66/+78 |
2010-07-28 | s3-dcerpc: Pass explicit arguments so that this is not client specific | Simo Sorce | 1 | -12/+13 |
2010-07-28 | s3-dcerpc: Move marshalling of dcerpc_auth_header in the callers | Simo Sorce | 1 | -48/+50 |
2010-07-21 | cleaup: Reformat cli_get_session_key() | Simo Sorce | 1 | -22/+21 |
2010-07-20 | s3-libsmb: Use data_blob_talloc to get krb5 ticket and session keys | Simo Sorce | 1 | -2/+4 |
2010-07-20 | Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ... | Jeremy Allison | 1 | -4/+4 |
2010-07-20 | Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont... | Jeremy Allison | 1 | -1/+3 |
2010-07-20 | s3-dcerpc: Unifiy cli_pipe_auth_data and pipe_auth_data | Simo Sorce | 1 | -48/+56 |
2010-07-19 | Remove gen_negTokenInit() - change all callers to spnego_gen_negTokenInit(). | Jeremy Allison | 1 | -1/+2 |
2010-07-19 | s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it. | Simo Sorce | 1 | -1/+1 |
2010-07-17 | s3-dcerpc: Move common cli/srv functions into a common file | Simo Sorce | 1 | -214/+0 |
2010-07-17 | s3: Really fix the 64-bit warnings | Volker Lendecke | 1 | -1/+1 |
2010-07-17 | s3: Fix some 64-bit warnings | Volker Lendecke | 1 | -1/+3 |
2010-07-16 | s3-dcerpc: rename SCHANNEL_SIG_SIZE to NL_AUTH_SIGNATURE_SIZE and move to IDL. | Günther Deschner | 1 | -2/+2 |
2010-07-16 | s3-dcerpc: Fix ability to receive Big Endian PDUs | Simo Sorce | 1 | -6/+6 |
2010-07-16 | s3-dcerpc: fix c++ warning. | Günther Deschner | 1 | -1/+1 |
2010-07-16 | s3-dcerpc: Use DATA_BLOB instead of prs_struct for req_data | Simo Sorce | 1 | -6/+5 |
2010-07-16 | s3-dcerpc: Use DATA_BLOB instead of prs_struct for rpc_out | Simo Sorce | 1 | -122/+108 |
2010-07-16 | s3-dcerpc: Avoid unnecessary memory allocation for dcerpc_ctx_list | Simo Sorce | 1 | -35/+7 |
2010-07-16 | s3-dcerpc: Use DATA_BLOB instead of prs_struct for reply_pdu | Simo Sorce | 1 | -75/+70 |
2010-07-16 | s3-dcerpc: Use DATA_BLOB instead of prs_struct for incoming fragments | Simo Sorce | 1 | -169/+84 |
2010-07-16 | s3-dcerpc: Read a pdu in 2 steps, header first the payload | Simo Sorce | 1 | -18/+8 |
2010-07-16 | s3-dceprc: Use IDL defined constants for length calculations | Simo Sorce | 1 | -33/+38 |
2010-07-16 | Reformat and cleanup | Simo Sorce | 1 | -75/+75 |
2010-07-16 | s3-dcerpc: Move common helpers into a common file | Simo Sorce | 1 | -145/+1 |
2010-07-16 | dcerpc: remove ncacn_packet_header and related functions | Simo Sorce | 1 | -58/+0 |
2010-07-16 | s3-dcerpc: Refactor code and stop using ncacn_packet_header | Simo Sorce | 1 | -202/+164 |
2010-07-16 | s3-dcerpc: consolidate respones packet creation code | Simo Sorce | 1 | -3/+3 |
2010-07-16 | s3-dcerpc: Stop using hand marshalling in rpc_finish_auth3_bind_send() | Simo Sorce | 1 | -15/+9 |
2010-07-16 | s3-dcerpc: Do not parse the packet twice. | Simo Sorce | 1 | -17/+7 |
2010-07-16 | s3-dcerpc: Remove unused function | Simo Sorce | 1 | -36/+0 |
2010-07-16 | s3-dcerpc: Do not reparse the header | Simo Sorce | 1 | -26/+15 |
2010-07-16 | s3-dcerpc: Pull the whole packet at once instead of fetching just the header | Simo Sorce | 1 | -57/+68 |
2010-07-16 | s3-dcerpc: Delay parsing rpc header in client code | Simo Sorce | 1 | -19/+21 |
2010-07-13 | s3-dcerpc: fix dcerpc_push_ncacn_packet, pass arg by address | Simo Sorce | 1 | -5/+5 |
2010-07-13 | sr-dcerpc: add dcerpc_push_ncacn_packet_header() | Simo Sorce | 1 | -0/+36 |
2010-07-13 | s3-dcerpc: Use dcerpc_set_frag_length() | Simo Sorce | 1 | -13/+9 |
2010-07-13 | s3-dcerpc: Fix ntlmssp sign/seal. | Simo Sorce | 1 | -15/+29 |
2010-07-13 | s3-dceprc: Fix auth_length in auth3 response | Simo Sorce | 1 | -3/+2 |