summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/dcerpc_util.c
Commit message (Expand)AuthorAgeFilesLines
* s4:librpc: use authenticated epmapping for ncacn_httpStefan Metzmacher2014-09-231-7/+13
* librpc: Fix a "ignoring asprintf return" warningVolker Lendecke2014-06-051-4/+5
* s4:librpc/rpc: use dcerpc_binding_get_object() in order to pass the object to...Stefan Metzmacher2014-03-251-2/+3
* s4:librpc/rpc: remove unused dcecli_connection->binding_stringStefan Metzmacher2014-03-251-3/+0
* s4:librpc/rpc: pass dcerpc_binding arround as 'const'Stefan Metzmacher2014-02-131-3/+3
* s4:librpc/rpc: make use of dcerpc_binding_get_string_option("endpoint")Stefan Metzmacher2014-02-131-1/+4
* s4:librpc/rpc: make use of dcerpc_binding_get_flags()Stefan Metzmacher2014-02-131-7/+7
* s4:librpc/rpc: make use of dcerpc_binding_[g|s]et_* functions in dcerpc_epm_m...Stefan Metzmacher2014-02-131-23/+50
* s4:librpc/rpc: always call dcerpc_binding_set_abstract_syntax() in dcerpc_epm...Stefan Metzmacher2014-02-131-3/+6
* s4:librpc/rpc: the table argument to dcerpc_epm_map_binding_send() isn't opti...Stefan Metzmacher2014-02-131-27/+23
* s4:librpc/rpc: use dcerpc_binding_[g|set]_string_option("localaddress")Stefan Metzmacher2014-02-131-0/+8
* s4:librpc/rpc: make use of dcerpc_binding_dup() in dcerpc_epm_map_binding_send()Stefan Metzmacher2014-02-111-11/+1
* s4:librpc/rpc: fix memory hierachie in dcerpc_epm_map_binding_send()Stefan Metzmacher2014-02-111-7/+6
* s4:librpc/rpc: avoid some indentation levels in dcerpc_epm_map_binding_send()Stefan Metzmacher2014-02-111-17/+27
* s4:librpc: use dcerpc_binding_dup() instead of talloc_reference()Stefan Metzmacher2014-01-071-1/+5
* s4:librpc: avoid talloc_reference() in dcerpc_epm_map_binding_send()Stefan Metzmacher2013-08-121-5/+13
* s4-librpc: try a 2nd logon for more error casesAndrew Tridgell2012-11-011-3/+10
* s4-librpc: use cli_credentials_failed_kerberos_login to cope with stale ticketsAndrew Tridgell2012-11-011-1/+15
* s4-rpc: show binding string in failed rpc bindsAndrew Tridgell2011-09-221-1/+2
* s4:librpc/rpc: s/struct dcerpc_connection/struct dcecli_connection/gStefan Metzmacher2011-03-111-2/+2
* build: moved librpc/rpc/*.c into a rpccommon libraryAndrew Tridgell2011-02-241-0/+1
* Add unique IP address binding for client connections (EPM and ncacn_ip_tcp le...Julien Kerihuel2010-09-071-0/+1
* s4:librpc/rpc: add dcerpc_binding_handle dcerpc_pipe backendStefan Metzmacher2010-08-121-2/+1
* s4:librpc/rpc: fix dcerpc_log_packet() prototypeStefan Metzmacher2010-08-121-3/+3
* s4:librpc/rpc: avoid using DCERPC_NDR_REF_ALLOC for epm_Map()Stefan Metzmacher2010-08-021-2/+2
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-4/+4
* dcerpc: move dcerpc_pull_auth_trailer into a the common dcerpc_util.c fileSimo Sorce2010-07-131-67/+0
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-3/+2
* s4-rpc: fixed a talloc loop in continue_ntlmssp_connection()Andrew Tridgell2010-04-021-0/+24
* s4:librpc/rpc: initialize p->binding_handle in dcerpc_secondary_context()Stefan Metzmacher2010-03-171-0/+7
* s4:librpc/rpc/dcerpc_util.c: make use of use tevent_req based dcerpc_binding_...Stefan Metzmacher2010-03-121-10/+12
* s4:librpc/rpc: make use of explicit dcerpc_*_recv functionsStefan Metzmacher2010-03-011-1/+1
* Revert "Got back to 16-byte padding on auth RPC. S3 clients and servers now c...Jeremy Allison2010-02-171-6/+4
* Got back to 16-byte padding on auth RPC. S3 clients and servers now cope with...Jeremy Allison2010-02-171-4/+6
* s4-rpc: paranoid check for auth_lengthAndrew Tridgell2010-02-171-0/+11
* s4-rpc: don't use auth padding in rpc bind requests as it breaks s3Andrew Tridgell2010-02-161-0/+7
* a4-dcerpc: another attempt at dcerpc auth paddingAndrew Tridgell2010-02-141-3/+5
* s4-rpc: be more careful about DCERPC auth paddingAndrew Tridgell2010-02-131-0/+60
* s4-rpc: added NDR64 supportAndrew Tridgell2009-09-171-1/+1
* always enable RPC debugging with a debug level >= 100.Andrew Tridgell2009-06-121-0/+4
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-4/+11
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-021-3/+4
* The SMB session key must not be more than 16 bytes in SAMR (andAndrew Bartlett2008-07-231-2/+12
* Require passing in an event context to endpoint mapper utility function.Jelmer Vernooij2008-04-171-13/+1
* Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-171-1/+0
* Split binding structure handling out into a separate file.Jelmer Vernooij2008-04-151-695/+0
* Install libevents since it's required by samba-gtk.Jelmer Vernooij2008-04-031-1/+1
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-10/+11
* Remove more global_loadparm instance.sJelmer Vernooij2008-02-211-1/+2