summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/dcerpc_util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r26643: librpc: Remove uses of global_loadparm.Jelmer Vernooij2008-01-021-1/+2
* r26440: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-2/+2
* r26432: Require ndr_pull users to specify iconv_convenience.Jelmer Vernooij2007-12-211-1/+1
* r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij2007-12-211-2/+2
* r26382: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+0
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-211-12/+20
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-14/+15
* r25828: don't ignore errorsStefan Metzmacher2007-12-211-0/+7
* r25824: - NT_STATUS_IS_ERR() is not the same as !NT_STATUS_IS_OK()Stefan Metzmacher2007-12-211-3/+3
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-2/+2
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-101-7/+7
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24908: we should not set s = NULL as we set it to talloc_strdup("") beforeStefan Metzmacher2007-10-101-3/+2
* r24763: Allow users to leave out the transport in DCE/RPC binding strings. If...Jelmer Vernooij2007-10-101-5/+13
* r24755: Use common code for finding the RPC binding in the torture tests.Jelmer Vernooij2007-10-101-2/+4
* r24753: Allow host name in binding string without transport.Jelmer Vernooij2007-10-101-26/+35
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-101-1/+1
* r24551: rename dcerpc_interface_table -> ndr_interface_tableStefan Metzmacher2007-10-101-9/+9
* r24535: rename struct dcerpc_interface_call -> struct ndr_interface_callStefan Metzmacher2007-10-101-2/+2
* r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_idStefan Metzmacher2007-10-101-3/+3
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23134: Set the event context onto the cli_credentials.Andrew Bartlett2007-10-101-0/+1
* r22944: fix bug #4618:Stefan Metzmacher2007-10-101-1/+1
* r21520: fix the altercontext test... sorryStefan Metzmacher2007-10-101-0/+2
* r21515: add some more PFC_FLAGS from the DCERPC spec, and fix some namesStefan Metzmacher2007-10-101-1/+4
* r20326: always set the binding->target_hostname!Stefan Metzmacher2007-10-101-5/+9
* r20094: this should be non-constStefan Metzmacher2007-10-101-1/+1