Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-08 | s3-dcerpc: use dcerpc_pull_ncacn_packet() for rpc_pipe_bind_step_one_done(). | Günther Deschner | 1 | -39/+42 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-08 | s3-dcerpc: use dcerpc_push_ncacn_packet() in push_next_frag(). | Günther Deschner | 1 | -17/+20 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-08 | s3-dcerpc: use dcerpc_pull_ncacn_packet() in cli_pipe_validate_current_pdu(). | Günther Deschner | 1 | -6/+14 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-08 | s3-dcerpc: use dcerpc_pull_dcerpc_auth() in cli_pipe_verify_ntlmssp(). | Günther Deschner | 1 | -9/+13 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-08 | s3-dcerpc: add dcerpc_pull_dcerpc_auth(). | Günther Deschner | 1 | -0/+22 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-08 | s3-dcerpc: use struct ncacn_packet_header instead of struct rpc_hdr_info. | Günther Deschner | 1 | -58/+77 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-08 | s3-dcerpc: add dcerpc_pull_ncacn_packet_header(). | Günther Deschner | 1 | -0/+22 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3-dcerpc: use dcerpc_push_dcerpc_auth() for all authenticated binds. | Günther Deschner | 1 | -148/+104 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3-dcerpc: add dcerpc_push_schannel_bind(). | Günther Deschner | 1 | -0/+22 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3-dcerpc: add dcerpc_push_dcerpc_auth(). | Günther Deschner | 1 | -0/+34 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3-dcerpc: use dcerpc_push_ncacn_packet() for create_bind_or_alt_ctx_internal(). | Günther Deschner | 1 | -20/+58 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3-dcerpc: use dcerpc_pull_ncacn_packet() for pulling a RPC fault pdu. | Günther Deschner | 1 | -13/+11 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3-dcerpc: add dcerpc_pull_ncacn_packet(). | Günther Deschner | 1 | -0/+22 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3-dcerpc: add dcerpc_push_ncacn_packet(). | Günther Deschner | 1 | -0/+41 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-05 | s3-rpc_client: Use the right memory context for array elements. | Andreas Schneider | 1 | -3/+3 | |
2010-06-21 | s3: Remove an unreachable line of code | Volker Lendecke | 1 | -2/+0 | |
2010-06-18 | Second part of fix converting prs_XX struct and functions to talloc. Remove ↵ | Jeremy Allison | 1 | -47/+0 | |
unneeded prs_mem_free calls. Jeremy. Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-06-18 | Convert the prs_XXX struct and functions to use talloc instead of malloc. ↵ | Jeremy Allison | 2 | -16/+10 | |
Passes valgrind and make tests for client and server. Second version of this patch after splitting up at Simo's request. Patch to follow will delete extraneous prs_mem_free() calls. Jeremy. Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-06-03 | s3-spoolss: add and use spoolss_printerinfo2_to_setprinterinfo2(). | Günther Deschner | 2 | -0/+31 | |
This fixes some invalid typecasts. Guenther | |||||
2010-06-03 | s3-build: only include generated spoolss headers (not ndr headers). | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-05-31 | s3:ntlmssp Use a TALLOC_CTX for ntlmssp_sign_packet() and ntlmssp_seal_packet() | Andrew Bartlett | 1 | -5/+10 | |
This ensures the results can't be easily left to leak. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-31 | ntlmssp: Make the ntlmssp.h from source3/ a common header | Andrew Bartlett | 1 | -1/+1 | |
The code is not yet in common, but I hope to fix that soon. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-28 | s3-rpc_client: move protos to init_netlogon.h | Günther Deschner | 3 | -0/+7 | |
Guenther | |||||
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 2 | -15/+15 | |
This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-18 | s3-rpc_client: move protos to init_samr.h | Günther Deschner | 2 | -0/+10 | |
Guenther | |||||
2010-05-18 | s3-rpc_client: move protos to init_spoolss.h | Günther Deschner | 2 | -0/+15 | |
Guenther | |||||
2010-05-18 | s3-rpc_client: move protos to cli_spoolss.h | Günther Deschner | 2 | -0/+125 | |
Guenther | |||||
2010-05-18 | s3-rpc_client: move protos to cli_lsarpc.h | Günther Deschner | 2 | -0/+45 | |
Guenther | |||||
2010-05-18 | s3-rpc_client: move protos to cli_netlogon.h | Günther Deschner | 3 | -0/+50 | |
Guenther | |||||
2010-05-18 | s3-rpc_client: move protos to cli_samr.h | Günther Deschner | 2 | -0/+34 | |
Guenther | |||||
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 3 | -5/+5 | |
2010-05-18 | s3-crypto: only include crypto headers when crypto is done. | Günther Deschner | 3 | -0/+4 | |
Guenther | |||||
2010-05-09 | s3-spoolss: Make spoolss_Time_to_time_t public. | Simo Sorce | 1 | -0/+15 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-06 | s3: only include gen_ndr headers where needed. | Günther Deschner | 1 | -0/+16 | |
This shrinks include/includes.h.gch by the size of 7 MB and reduces build time as follows: ccache build w/o patch real 4m21.529s ccache build with patch real 3m6.402s pch build w/o patch real 4m26.318s pch build with patch real 3m6.932s Guenther | |||||
2010-03-29 | s3:rpc_client: remove more unused code | Stefan Metzmacher | 3 | -59/+0 | |
metze | |||||
2010-03-29 | s3:rpc_client: remove unused code, we handle transport failures in the ↵ | Stefan Metzmacher | 1 | -14/+0 | |
transport layer now metze | |||||
2010-03-29 | s3:rpc_client: return at least 10 sec as old timeout in rpccli_set_timeout() ↵ | Stefan Metzmacher | 1 | -3/+12 | |
instead of 0 metze | |||||
2010-03-29 | s3:rpc_client: add set_timeout hook to rpc_cli_transport | Stefan Metzmacher | 4 | -20/+63 | |
metze | |||||
2010-03-29 | s3:rpc_client: add rpccli_is_connected() | Stefan Metzmacher | 4 | -18/+171 | |
metze | |||||
2010-03-29 | s3:rpc_client: don't mix layers and keep a reference to cli_state in the caller | Stefan Metzmacher | 1 | -8/+17 | |
We should not rely on the backend to have a reference to the cli_state. This will make it possible for the backend to set its cli_state reference to NULL, when the transport is dead. metze | |||||
2010-03-29 | s3:rpc_transport_np: add comment about bad usage in a destructor | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2010-03-29 | s3:rpc_transport_np: use cli_state_is_connected() helper | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-03-24 | s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store them | Stefan Metzmacher | 1 | -1/+5 | |
Inspired by the NTLMSSP merge work by Andrew Bartlett. metze Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-05 | s3-rpcclient: fix rpcclient after spoolss_GetPrinterData{Ex} IDL change. | Günther Deschner | 1 | -3/+13 | |
Guenther | |||||
2010-02-24 | s3:rpc_transport_np: handle trans rdata like the output of a normal read | Stefan Metzmacher | 1 | -0/+17 | |
Inspired by bug #7159. metze | |||||
2010-02-23 | s3:cli_netlogon: keep the the correct negotiate_flags on the cli->dc structure | Stefan Metzmacher | 1 | -2/+6 | |
This should fix the rpccli_netlogon_set_trust_password() against DC's without netr_ServerPasswordSet2 support. This fixes bug #7160. metze | |||||
2010-02-19 | Second part of fix for bug #7159 - client rpc_transport doesn't cope with ↵ | Jeremy Allison | 1 | -0/+6 | |
bad server data returns. If server returns zero on a NP read. Report pipe broken. Prevents client from looping if it thinks there should be more data. Jeremy. | |||||
2010-02-19 | First part of fix for bug #7159 - client rpc_transport doesn't cope with bad ↵ | Jeremy Allison | 2 | -0/+16 | |
server data returns. Ensure that subreq is *always* talloc_free'd in the _done function, as it has an event timeout attached. If the read requests look longer than the cli->timeout, then the timeout fn is called with already freed data. Jeremy. | |||||
2010-02-17 | Fix bug #7146 - Samba miss-parses authenticated RPC packets. | Jeremy Allison | 1 | -15/+47 | |
Parts of the Samba RPC client and server code misinterpret authenticated packets. DCE authenticated packets actually look like this : +--------------------------+ |header | | ... frag_len (packet len)| | ... auth_len | +--------------------------+ | | | Data payload | ... .... | | +--------------------------+ | | | auth_pad_len bytes | +--------------------------+ | | | Auth footer | | auth_pad_len value | +--------------------------+ | | | Auth payload | | (auth_len bytes long) | +--------------------------+ That's right. The pad bytes come *before* the footer specifying how many pad bytes there are. In order to read this you must seek to the end of the packet and subtract the auth_len (in the packet header) and the auth footer length (a known value). The client and server code gets this right (mostly) in 3.0.x -> 3.4.x so long as the pad alignment is on an 8 byte boundary (there are some special cases in the code for this). Tridge discovered there are some (DRS replication) cases where on 64-bit machines where the pad alignment is on a 16-byte boundary. This breaks the existing S3 hand-optimized rpc code. This patch removes all the special cases in client and server code, and allows the pad alignment for generated packets to be specified by changing a constant in include/local.h (this doesn't affect received packets, the new code always handles them correctly whatever pad alignment is used). This patch also works correctly with rpcclient using sign+seal from the 3.4.x and 3.3.x builds (testing with 3.0.x and 3.2.x to follow) so even as a server it should still work with older libsmbclient and winbindd code. Jeremy | |||||
2010-01-10 | s3: Remove some unused variables | Volker Lendecke | 1 | -7/+0 | |