Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-13 | s4:librpc: use tevent_ fn names instead of legacy event_ ones | Simo Sorce | 3 | -9/+9 | |
2011-08-10 | pytalloc: Use consistent prefix for functions, add ABI file. | Jelmer Vernooij | 1 | -1/+1 | |
2011-08-04 | s4-librpc: Fix double free. | Andreas Schneider | 2 | -11/+13 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Thu Aug 4 12:31:18 CEST 2011 on sn-devel-104 | |||||
2011-08-03 | gensec: Remove mem_ctx from calls that do not return memory | Andrew Bartlett | 1 | -2/+0 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-06-09 | s4:librpc/rpc/dcerpc.c - janitorial: use "void" for functions without arguments | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Probably a mistake in commit 907cdb5de7f16a2540299aeba211bf2a5ae6fafe. Reviewed-by: Tridge | |||||
2011-06-06 | s4-modules Remove lp_ctx from init functions that no longer need it | Andrew Bartlett | 3 | -4/+4 | |
Now that we don't allow the smb.conf to change the modules dir, many functions that simply load modules or initialise a subsytem that may load modules no longer need an lp_ctx. Andrew Bartlett | |||||
2011-06-06 | s4-ipv6: removed the old unused ipv6 code in dcerpc_sock.c | Andrew Tridgell | 1 | -43/+6 | |
the code is now generic to both V4 and V6 | |||||
2011-06-06 | s4-ipv6: allow for IPv6 in dcerpc socket calls | Andrew Tridgell | 1 | -2/+2 | |
2011-05-03 | s4-messaging Rename messaging -> imessaging | Andrew Bartlett | 1 | -2/+2 | |
This avoid symbol and structure conflicts between Samba3 and Samba4, and chooses a less generic name. Andrew Bartlett | |||||
2011-04-28 | s4:libcli/smb2: convert smb2_connect_*() to tevent_req | Stefan Metzmacher | 1 | -15/+17 | |
metze | |||||
2011-03-23 | librpc: bring more librpc prototypes in common. | Günther Deschner | 1 | -13/+0 | |
Guenther | |||||
2011-03-13 | librpc/rpc: move DCERPC_ flags to rpc_common.h | Stefan Metzmacher | 1 | -54/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Mar 13 20:45:53 CET 2011 on sn-devel-104 | |||||
2011-03-13 | s4:librpc/rpc: finaly make struct rpc_request and enum rpc_request_state private | Stefan Metzmacher | 2 | -43/+44 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Mar 13 17:46:02 CET 2011 on sn-devel-104 | |||||
2011-03-13 | s4:librpc/rpc: remove unused dcerpc_request() | Stefan Metzmacher | 2 | -28/+0 | |
metze | |||||
2011-03-13 | s4:librpc/rpc: make dcerpc_request_recv() static | Stefan Metzmacher | 1 | -3/+6 | |
metze | |||||
2011-03-13 | s4:pyrpc: use dcerpc_binding_handle_raw_call() instead of dcerpc_request() | Stefan Metzmacher | 1 | -3/+11 | |
metze | |||||
2011-03-13 | s4:pyrpc: fix memory leaks in error pathes | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2011-03-13 | librpc/rpc: move struct dcerpc_binding to rpc_common.h | Stefan Metzmacher | 1 | -15/+0 | |
metze | |||||
2011-03-13 | librpc/rpc: move enum dcerpc_transport_t to rpc_common.h | Stefan Metzmacher | 1 | -10/+4 | |
metze | |||||
2011-03-13 | s4:librpc/rpc: s/dcerpc_security/dcecli_security | Stefan Metzmacher | 2 | -4/+4 | |
We'll use 'dcerpc_security' for the generic dcerpc client and server code. metze | |||||
2011-03-13 | s4:librpc/rpc: remove unused dcerpc_ndr_request* code | Stefan Metzmacher | 2 | -204/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Mar 13 11:19:59 CET 2011 on sn-devel-104 | |||||
2011-03-11 | librpc/rpc: move dcerpc_binding_handle stuff to rpc_common.h | Stefan Metzmacher | 1 | -121/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Mar 11 12:28:08 CET 2011 on sn-devel-104 | |||||
2011-03-11 | s4:librpc/rpc: s/struct dcerpc_connection/struct dcecli_connection/g | Stefan Metzmacher | 6 | -98/+98 | |
The name 'struct dcerpc_connection' will be used in the new generic dcerpc code. It will be used for client and server. metze | |||||
2011-02-24 | build: moved librpc/rpc/*.c into a rpccommon library | Andrew Tridgell | 5 | -0/+5 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 24 02:42:37 CET 2011 on sn-devel-104 | |||||
2011-01-12 | s4:librpc/rpc/dcerpc_connect.c - fix uninitialised variable | Matthias Dieter Wallnöfer | 1 | -0/+1 | |
2011-01-01 | s4-python: Only set BASETYPE flag if subclassing is supported. | Jelmer Vernooij | 1 | -2/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Jan 1 03:39:58 CET 2011 on sn-devel-104 | |||||
2010-12-18 | pyrpc: Add prototype for init function. | Jelmer Vernooij | 1 | -0/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 18 03:04:23 CET 2010 on sn-devel-104 | |||||
2010-12-09 | s4:pyrpc_util: s/typename/type_name to avoid c++ warnings | Stefan Metzmacher | 2 | -6/+6 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Dec 9 17:55:57 CET 2010 on sn-devel-104 | |||||
2010-12-08 | s4:python: add PyString_FromStringOrNULL() to pyrpc_util | Stefan Metzmacher | 2 | -0/+10 | |
metze | |||||
2010-11-22 | Avoid the use of PyAPI_DATA, which is for internal Python API's. | Arnaud Faucher | 1 | -5/+0 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Nov 22 00:52:56 CET 2010 on sn-devel-104 | |||||
2010-11-21 | s4-rpc: make rpc connect less verbose | Andrew Tridgell | 1 | -1/+1 | |
2010-10-01 | s4-rpc: added target_principal binding handle option | Andrew Tridgell | 4 | -2/+14 | |
this allows you to specify a target SPN for a connection Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-20 | s4-pyrpc: fixed build on python 2.4 | Andrew Tridgell | 2 | -4/+4 | |
Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-09-17 | s4-pyrpc: Print location and type name we got when checking for types | Kamen Mazdrashki | 1 | -1/+1 | |
2010-09-17 | s4-pyrpc: allow python to access irpc interfaces | Andrew Tridgell | 2 | -10/+53 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-16 | s4-pyrpc: added py_return_ndr_struct() | Andrew Tridgell | 2 | -0/+34 | |
This can be used to return structures from other python interfaces as python objects Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-15 | s4-auth: set the RODC bit for RODC schannel | Andrew Tridgell | 1 | -1/+4 | |
When we are using SEC_CHAN_RODC we need to set the NETLOGON_NEG_RODC_PASSTHROUGH bit in the negotiated flags in ServerAuthenticate2 Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-15 | s4-schannel: fixed reference to context after free | Andrew Tridgell | 1 | -2/+3 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-07 | Add unique IP address binding for client connections (EPM and ncacn_ip_tcp ↵ | Julien Kerihuel | 5 | -7/+28 | |
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/+3 | |
metze | |||||
2010-09-04 | s4:librpc/rpc: implement dcerpc_bh_set_timeout() | Stefan Metzmacher | 1 | -0/+18 | |
metze | |||||
2010-09-04 | librpc/rpc: add set_timeout() to dcerpc_binding_handle_ops | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2010-09-03 | pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection. | Jelmer Vernooij | 4 | -198/+221 | |
2010-08-27 | pyrpc: Add py_check_dcerpc_type(). | Jelmer Vernooij | 2 | -0/+89 | |
This function checks whether the type of a PyObject matches a DCE/RPC Python type. Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> | |||||
2010-08-23 | s4-pyrpc: use s4_event_context_init() | Andrew Tridgell | 1 | -1/+1 | |
This fixes a crash when using kerberos and the python dcercpc interface, which requires event nesting Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-08-22 | pidl: give the varible name for bad type in python calls | Andrew Tridgell | 1 | -1/+1 | |
This makes it much clearer which argument to a function had the wrong type | |||||
2010-08-20 | librpc/rpc: move dcerpc_read_ncacn_packet_send/recv() to dcerpc_util.c | Stefan Metzmacher | 1 | -0/+9 | |
metze | |||||
2010-08-12 | s4:librpc/rpc: make struct dcerpc_binding_handle private | Stefan Metzmacher | 1 | -10/+0 | |
metze | |||||
2010-08-12 | s4:librpc/rpc: add dcerpc_binding_handle dcerpc_pipe backend | Stefan Metzmacher | 3 | -4/+411 | |
metze | |||||
2010-08-12 | librpc/rpc: add dcerpc_binding_handle abstration | Stefan Metzmacher | 1 | -2/+113 | |
metze |