summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_util.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-22s4-rpc: show binding string in failed rpc bindsAndrew Tridgell1-1/+2
2011-03-11s4:librpc/rpc: s/struct dcerpc_connection/struct dcecli_connection/gStefan Metzmacher1-2/+2
2011-02-24build: moved librpc/rpc/*.c into a rpccommon libraryAndrew Tridgell1-0/+1
2010-09-07Add unique IP address binding for client connections (EPM and ncacn_ip_tcp le...Julien Kerihuel1-0/+1
2010-08-12s4:librpc/rpc: add dcerpc_binding_handle dcerpc_pipe backendStefan Metzmacher1-2/+1
2010-08-12s4:librpc/rpc: fix dcerpc_log_packet() prototypeStefan Metzmacher1-3/+3
2010-08-02s4:librpc/rpc: avoid using DCERPC_NDR_REF_ALLOC for epm_Map()Stefan Metzmacher1-2/+2
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-4/+4
2010-07-13dcerpc: move dcerpc_pull_auth_trailer into a the common dcerpc_util.c fileSimo Sorce1-67/+0
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-3/+2
2010-04-02s4-rpc: fixed a talloc loop in continue_ntlmssp_connection()Andrew Tridgell1-0/+24
2010-03-17s4:librpc/rpc: initialize p->binding_handle in dcerpc_secondary_context()Stefan Metzmacher1-0/+7
2010-03-12s4:librpc/rpc/dcerpc_util.c: make use of use tevent_req based dcerpc_binding_...Stefan Metzmacher1-10/+12
2010-03-01s4:librpc/rpc: make use of explicit dcerpc_*_recv functionsStefan Metzmacher1-1/+1
2010-02-17Revert "Got back to 16-byte padding on auth RPC. S3 clients and servers now c...Jeremy Allison1-6/+4
2010-02-17Got back to 16-byte padding on auth RPC. S3 clients and servers now cope with...Jeremy Allison1-4/+6
2010-02-17s4-rpc: paranoid check for auth_lengthAndrew Tridgell1-0/+11
2010-02-16s4-rpc: don't use auth padding in rpc bind requests as it breaks s3Andrew Tridgell1-0/+7
2010-02-14a4-dcerpc: another attempt at dcerpc auth paddingAndrew Tridgell1-3/+5
2010-02-13s4-rpc: be more careful about DCERPC auth paddingAndrew Tridgell1-0/+60
2009-09-17s4-rpc: added NDR64 supportAndrew Tridgell1-1/+1
2009-06-12always enable RPC debugging with a debug level >= 100.Andrew Tridgell1-0/+4
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-2/+2
2008-11-02Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij1-4/+11
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij1-3/+4
2008-07-23The SMB session key must not be more than 16 bytes in SAMR (andAndrew Bartlett1-2/+12
2008-04-17Require passing in an event context to endpoint mapper utility function.Jelmer Vernooij1-13/+1
2008-04-17Remove event context tracking from the credentials struct.Jelmer Vernooij1-1/+0
2008-04-15Split binding structure handling out into a separate file.Jelmer Vernooij1-695/+0
2008-04-03Install libevents since it's required by samba-gtk.Jelmer Vernooij1-1/+1
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-10/+11
2008-02-21Remove more global_loadparm instance.sJelmer Vernooij1-1/+2
2008-01-02r26643: librpc: Remove uses of global_loadparm.Jelmer Vernooij1-1/+2
2007-12-21r26440: Remove more uses of global_loadparm.Jelmer Vernooij1-2/+2
2007-12-21r26432: Require ndr_pull users to specify iconv_convenience.Jelmer Vernooij1-1/+1
2007-12-21r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij1-2/+2
2007-12-21r26382: Remove more uses of global_loadparm.Jelmer Vernooij1-1/+0
2007-12-21r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij1-12/+20
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-14/+15
2007-12-21r25828: don't ignore errorsStefan Metzmacher1-0/+7
2007-12-21r25824: - NT_STATUS_IS_ERR() is not the same as !NT_STATUS_IS_OK()Stefan Metzmacher1-3/+3
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-2/+2
2007-10-10r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison1-7/+7
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r24908: we should not set s = NULL as we set it to talloc_strdup("") beforeStefan Metzmacher1-3/+2
2007-10-10r24763: Allow users to leave out the transport in DCE/RPC binding strings. If...Jelmer Vernooij1-5/+13
2007-10-10r24755: Use common code for finding the RPC binding in the torture tests.Jelmer Vernooij1-2/+4
2007-10-10r24753: Allow host name in binding string without transport.Jelmer Vernooij1-26/+35
2007-10-10r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher1-1/+1
2007-10-10r24551: rename dcerpc_interface_table -> ndr_interface_tableStefan Metzmacher1-9/+9