r25398: Parse loadparm context to all lp_*() functions.
[ira/wip.git] / source4 / librpc / rpc / dcerpc_util.c
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Jeremy Allisonr25175: Change to talloc_asprintf_append_buffer().
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Stefan Metzmacherr24908: we should not set s = NULL as we set it to...
2007-10-10 Jelmer Vernooijr24763: Allow users to leave out the transport in DCE...
2007-10-10 Jelmer Vernooijr24755: Use common code for finding the RPC binding...
2007-10-10 Jelmer Vernooijr24753: Allow host name in binding string without trans...
2007-10-10 Stefan Metzmacherr24557: rename 'dcerpc_table_' -> 'ndr_table_'
2007-10-10 Stefan Metzmacherr24551: rename dcerpc_interface_table -> ndr_interface_...
2007-10-10 Stefan Metzmacherr24535: rename struct dcerpc_interface_call -> struct...
2007-10-10 Stefan Metzmacherr24532: rename struct dcerpc_syntax_id into struct...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Bartlettr23134: Set the event context onto the cli_credentials.
2007-10-10 Stefan Metzmacherr22944: fix bug #4618:
2007-10-10 Stefan Metzmacherr21520: fix the altercontext test... sorry
2007-10-10 Stefan Metzmacherr21515: add some more PFC_FLAGS from the DCERPC spec...
2007-10-10 Stefan Metzmacherr20326: always set the binding->target_hostname!
2007-10-10 Stefan Metzmacherr20094: this should be non-const
2007-10-10 Jelmer Vernooijr19844: Fix warnings and errors in epmapper IDL.
2007-10-10 Andrew Bartlettr19266: Add a target_hostname element to the binding...
2007-10-10 Stefan Metzmacherr17337: make better usage of the composite api
2007-10-10 Stefan Metzmacherr17336: make the logic a bit more easier to understand...
2007-10-10 Stefan Metzmacherr17329: - after a composite_continue() we need to call...
2007-10-10 Jelmer Vernooijr15812: Explicitly cast to unsigned int.
2007-10-10 Andrew Bartlettr15504: Revert -r 15500 and -r 15503 until I'm awake...
2007-10-10 Andrew Bartlettr15503: I may shortly have to revert all of this, but...
2007-10-10 Andrew Bartlettr15500: Add support for interactive prompting on bad...
2007-10-10 Andrew Bartlettr15426: Implement SPNEGO as the default RPC authenticat...
2007-10-10 Andrew Tridgellr14962: fixed a valgrind error
2007-10-10 Jelmer Vernooijr14735: Use dcerpc_syntax_id rather then seperate GUID...
2007-10-10 Jelmer Vernooijr14470: Remove some unnecessary headers.
2007-10-10 Jelmer Vernooijr14402: Generate seperate headers for RPC client functions.
2007-10-10 Jelmer Vernooijr14363: Remove credentials.h from the global includes.
2007-10-10 Rafal Szczesniakr14238: This is not needed anymore, as the state struct...
2007-10-10 Rafal Szczesniakr14211: More comments.
2007-10-10 Rafal Szczesniakr14210: 1) Fix an issue with composite context when...
2007-10-10 Rafal Szczesniakr14165: More comments and my copyright.
2007-10-10 Rafal Szczesniakr14143: Replace old function with equivalent based...
2007-10-10 Rafal Szczesniakr14136: Fix bug causing segfaults in certain circumstan...
2007-10-10 Rafal Szczesniakr14125: Fix incorrect declaration caught on build farm.
2007-10-10 Rafal Szczesniakr14123: Huge lump of code making all of our dcerpc...
2007-10-10 Rafal Szczesniakr13726: Fix indentation.
2007-10-10 Andrew Bartlettr13582: Indent
2007-10-10 Rafal Szczesniakr13561: Turn all dcerpc connect and socket functions...
2007-10-10 Andrew Bartlettr12865: Upgrade the librpc and libnet code.
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12514: Move DCE/RPC interface table to a seperate...
2007-10-10 Jelmer Vernooijr12513: Similar change as my previous commit, but now...
2007-10-10 Jelmer Vernooijr12512: Use GUID structs in API functions everywhere...
2007-10-10 Jelmer Vernooijr12511: Remove authservice from binding string
2007-10-10 Jelmer Vernooijr12510: Change the DCE/RPC interfaces to take a pointer...
2007-10-10 Rafal Szczesniakr12135: Move named pipe connect on smb2 function to...
2007-10-10 Rafal Szczesniakr12088: Use a structure to pass arguments to dcerpc...
2007-10-10 Rafal Szczesniakr12001: Replace smbcli_full_connection call with compos...
2007-10-10 Andrew Tridgellr11889: added support for dcerpc ncacn_np over SMB2...
2007-10-10 Andrew Tridgellr11816: this fixes some of the problems with the recent...
2007-10-10 Volker Lendecker11809: Make dcerpc_bind_auth async.
2007-10-10 Andrew Bartlettr11497: Don't name parameters 'floor'. Rename fl and...
2007-10-10 Andrew Tridgellr10368: when building the epm tower, don't put host...
2007-10-10 Tim Potterr10184: Fix a stack of unhandled enumeration warnings.
2007-10-10 Andrew Bartlettr8820: Push this common block of code into the caller.
2007-10-10 Jelmer Vernooijr8811: Fix the build..
2007-10-10 Andrew Tridgellr8073: a successful rpc call from ejs!
2007-10-10 Andrew Tridgellr8068: reduced the verbosity of the EPM code
2007-10-10 Andrew Tridgellr7633: this patch started as an attempt to make the...
2007-10-10 Andrew Tridgellr7497: add timeouts to all rpc requests. The default...
2007-10-10 Jelmer Vernooijr7313: Prefix a few functions with ncacn_ rather then...
2007-10-10 Jelmer Vernooijr7312: Add IDL for ncadg packets.
2007-10-10 Jelmer Vernooijr6795: Make some functions static and remove some unuse...
2007-10-10 Andrew Bartlettr6565: Cludge, cludge, cludge...
2007-10-10 Andrew Bartlettr6272: For 'programmed' use of an anonymous account...
2007-10-10 Stefan Metzmacherr6178: fix ncacn_np connection without sign or seal...
2007-10-10 Andrew Bartlettr6028: A MAJOR update to intergrate the new credentails...
2007-10-10 Jelmer Vernooijr5976: SIDs can't have more then 5 subauths (caught...
2007-10-10 Andrew Bartlettr5941: Commit this patch much earlier than I would...
2007-10-10 Jelmer Vernooijr5932: Use cli_credentials somewhat more in the Gtk...
2007-10-10 Jelmer Vernooijr5930: Fix initialisation of dcerpc_binding->authservice
2007-10-10 Jelmer Vernooijr5929: Use cli_credentials for the SMB functions as...
2007-10-10 Jelmer Vernooijr5928: Use cli_credentials in:
2007-10-10 Andrew Bartlettr5902: A rather large change...
2007-10-10 Stefan Metzmacherr5603: add "authservice()" property to the interface...
2007-10-10 Andrew Tridgellr5302: fixed a compilation problem on solaris caused...
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5291: fixed ncacn_ip_tcp against windows
2007-10-10 Jelmer Vernooijr5286: Some first steps in making the pidl code somewha...
2007-10-10 Jelmer Vernooijr5209: Fix the endpoint mapper to work with IPX endpoin...
2007-10-10 Andrew Tridgellr5155: define ipv4address as a based IDL type, mapped...
2007-10-10 Stefan Metzmacherr5148: use ipv4_addr also in epmapper idl
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Stefan Metzmacherr4962: add infrastructure to use raw krb5 auth in dcerp...
2007-10-10 Andrew Tridgellr4758: - added async support to the session request...
2007-10-10 Andrew Bartlettr4635: Fix NTLMSSP to return NT_STATUS_OK when it has...
2007-10-10 Andrew Tridgellr4630: for ncacn_np if we don't have an explicit reques...
2007-10-10 Andrew Tridgellr4627: - simplified the dcerpc auth code using a common...
2007-10-10 Andrew Tridgellr4618: - tidied up the alter_context client code a bit
2007-10-10 Andrew Tridgellr4617: basic alter_context requests now work in our...
2007-10-10 Andrew Tridgellr4616: the first phase in the addition of proper suppor...
2007-10-10 Andrew Tridgellr4588: fixed the double bind in ncalrpc with dcerpc_sec...
2007-10-10 Andrew Tridgellr4587: fixed dcerpc_secondary_connection() for ncacn_ip_tcp
2007-10-10 Andrew Tridgellr4526: - much simpler (and more accurate!) ndr_size_...
next