Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-18 | librpc: Fixed memory context of dcerpc_binding_from_tower. | Stefan Metzmacher | 1 | -2/+2 | |
2010-10-01 | s4-rpc: added target_principal binding handle option | Andrew Tridgell | 1 | -2/+2 | |
this allows you to specify a target SPN for a connection Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-07 | librpc: bitten by the strncasecmp define again | Andrew Tridgell | 1 | -0/+1 | |
2010-09-07 | Add unique IP address binding for client connections (EPM and ncacn_ip_tcp ↵ | Julien Kerihuel | 1 | -3/+19 | |
levels) This allows for binding strings like this: ncacn_ip_tcp:host[localaddress=192.168.2.1,seal] which will force the connection to be locally bound to the specified IP address Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-09-04 | librpc/rpc: add dcerpc_binding_handle_set_timeout() | Stefan Metzmacher | 1 | -0/+6 | |
metze | |||||
2010-08-20 | librpc/rpc: move dcerpc_read_ncacn_packet_send/recv() to dcerpc_util.c | Stefan Metzmacher | 1 | -0/+178 | |
metze | |||||
2010-08-18 | librpc/rpc: call do_ndr_print hook in dcerpc_binding_handle_call*() | Stefan Metzmacher | 1 | -0/+10 | |
metze | |||||
2010-08-12 | s4:librpc/rpc: make struct dcerpc_binding_handle private | Stefan Metzmacher | 1 | -0/+9 | |
metze | |||||
2010-08-12 | librpc/rpc: add dcerpc_binding_handle abstration | Stefan Metzmacher | 1 | -0/+470 | |
metze | |||||
2010-07-20 | dcerpc: Clarify what the arguments of dcerpc_pull_auth_trailer() actually ↵ | Simo Sorce | 1 | -15/+34 | |
represent. | |||||
2010-07-16 | s3-dcerpc: Fix ability to receive Big Endian PDUs | Simo Sorce | 1 | -0/+5 | |
2010-07-13 | dcerpc: move dcerpc_pull_auth_trailer into a the common dcerpc_util.c file | Simo Sorce | 1 | -0/+64 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-07-13 | s4-dcerpc: move some util functions up to main librpc directory. | Günther Deschner | 1 | -0/+53 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -3/+3 | |
2010-05-09 | librpc:dcerpc_error.c - fix a warning | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2010-04-15 | librpc/rpc: add dcerpc_fault_to_nt_status() | Stefan Metzmacher | 1 | -0/+24 | |
For now this only handles fault codes with we've seen yet and for which we have explicit torture checks. metze | |||||
2010-04-09 | librpc/rpc: fix typo DERPC_ => DCERPC_ | Stefan Metzmacher | 1 | -47/+47 | |
metze | |||||
2010-03-26 | libutil: moved the networking defines to util_net.h | Andrew Tridgell | 1 | -0/+1 | |
These were causing thousands of warnings on solaris8 | |||||
2010-03-23 | librpc/rpc: fix dcerpc_errstr() to handle all nca_s_* status codes and ↵ | Stefan Metzmacher | 1 | -10/+52 | |
fallback to WERROR codes metze | |||||
2010-02-20 | librpc When sending endpoint mapper requests, include the minor if_version | Andrew Bartlett | 1 | -1/+16 | |
The minor version (in the upper 16 bits of syntax->if_version) needs to be pushed as the right hand side of the endpoint mapper floor (the same floor as the interface UUID and major if_version). Andrew Bartlett | |||||
2009-11-12 | lib/util Split data_blob_hex_string() into upper and lower | Andrew Bartlett | 1 | -1/+1 | |
Rather than have a repeat of the bugs we found at the plugfest where hexidecimal strings must be in upper or lower case in particular places, ensure that each caller chooses which case they want. This reverts most of the callers back to upper case, as things were before tridge's patch. The critical call in the extended DN code is of course handled in lower case. Andrew Bartlett | |||||
2009-10-21 | librpc Make talloc tree in binding tower match the floors | Andrew Bartlett | 1 | -10/+14 | |
This is mostly cosmetics, but helped me see that these are legitimate stuctures when viewed in the talloc tree. Also don't put the 'ndr' structure on the long-term tree. Andrew Bartlett | |||||
2009-09-17 | s4-rpc: added NDR64 support | Andrew Tridgell | 1 | -1/+2 | |
This adds support for the nd464 binding string option | |||||
2009-08-07 | librpc: fix callers after epmapper.idl changes | Stefan Metzmacher | 1 | -9/+9 | |
metze | |||||
2009-01-09 | Add derpc_transport_string_by_transport(), apply some const | Volker Lendecke | 1 | -6/+14 | |
2009-01-09 | Fix some nonempty blank lines | Volker Lendecke | 1 | -26/+26 | |
2009-01-06 | Add some const to dcerpc_binding_build_tower() | Volker Lendecke | 1 | -1/+3 | |
2009-01-06 | Add a NULL check and some const to dcerpc_floor_get_lhs_data() | Volker Lendecke | 1 | -2/+8 | |
2008-11-17 | Use new GUID_from_data_blob | Andrew Bartlett | 1 | -2/+2 | |
This avoid the problem that GUID_from_string now strictly requires no trailing data after the string-form GUID. Andrew Bartlett | |||||
2008-10-31 | errors: share dcerpc error function. | Günther Deschner | 1 | -0/+55 | |
Guenther | |||||
2008-10-12 | Share RPC binding string utility functions. | Jelmer Vernooij | 1 | -0/+725 | |