Add context for libcli_resolve.
[samba-svnmirror.git] / source / librpc / rpc / dcerpc_sock.c
2007-12-10 jelmerAdd context for libcli_resolve.
2007-12-07 jelmerSpecify name_resolve_order to socket code.
2007-12-07 jelmerAvoid loadparm_context.
2007-12-06 jelmerFix more uses of static loadparm.
2007-09-28 jelmerParse loadparm context to all lp_*() functions.
2007-09-25 jelmerRemove last few instances of old BOOL type in librpc/.
2007-09-08 jelmerMove param/param.h out of includes.h
2007-09-07 jelmerFix more C++ and other warnings, fix some of the indent...
2007-09-07 jelmerFix some more C++ compatibility warnings.
2007-09-07 jelmerFix some C++ warnings.
2007-07-10 abartletRemove more code found as dead by the find_static scrip...
2007-07-10 tridgeconvert Samba4 to GPLv3
2007-05-16 metzefix bug #4618:
2007-04-27 metzedon't remove socket and fd_event before we told the
2007-04-23 metzedon't crash when the main dcerpc code haven't setup
2007-04-22 metzemerge handling of broken connections from wins replicat...
2006-11-11 metze- add resolve stage to dcerpc connects over tcp
2006-10-13 abartletAdd a target_hostname element to the binding struct...
2006-07-30 metzemake better usage of the composite api
2006-07-30 metzewhen the connect with the ipv6 socket was ok,
2006-03-25 abartletOn DCE/RPC, we need the name of the remote server used...
2006-03-18 jelmerRemove librpc, libndr and libnbt from includes.h
2006-03-13 tridgecanon needs to be initialised
2006-02-20 mimirComments to async pipe open functions and copyright...
2006-02-19 mimirTurn all dcerpc connect and socket functions to async...
2006-01-09 abartletThis patch reworks the Samba4 sockets layer to use...
2005-12-30 jelmerRemove some unused #include lines.
2005-12-16 mimirMove dcerpc_pipe_open_sock() to async implementation.
2005-11-14 tridgeseparate out the setting of the fde in the packet conte...
2005-11-10 tridgegive the caller much more control over the stream to...
2005-11-10 tridgeconvert the dcerpc socket layer to the generic packet...
2005-10-04 tridgefixed the dcerpc code so that you can shutdown the...
2005-06-17 tridgefixup the ordering of socket destruction for ncacn_ip_t...
2005-06-16 tridgeuse event friendly connect in dcerpc socket code
2005-06-16 tridgethis patch started as an attempt to make the dcerpc...
2005-06-12 tridgeremoved an unused variable
2005-03-22 jelmerFix double free after unexpected disconnect.
2005-02-14 tridgeuppercase the server name on ncacn_ip_tcp
2005-02-10 tridgeremoved lib/socket/socket.h from includes.h
2005-02-03 tridgemoved events code to lib/events/ (suggestion from metze)
2005-02-03 tridgemost events don't need the time of the event, so save...
2005-02-03 tridgemake all the events data structures private to events...
2005-01-27 tridgegot rid of all of the TALLOC_DEPRECATED stuff. My apolo...
2005-01-23 tridgeevery event_add_*() caller was having to call talloc_st...
2005-01-21 tridgefixed two places where we process the send side of...
2005-01-09 tridgethe first phase in the addition of proper support for
2005-01-07 tridge- converted the other _p talloc functions to not need _p
2004-11-24 tridgemake sure we don't keep pounding on a ncacn_ip_tcp...
2004-11-04 jelmerFix the build - Sorry!
2004-11-03 tridge- added deferred replies on sharing violation in pvfs...
2004-11-02 tridgesplit out client.h and events.h
2004-11-02 tridgeseparated out some more headers (asn_1.h, messages...
2004-11-01 tridgeswitched to using minimal includes for the auto-generat...
2004-10-28 jelmerUse IPv6 for RPC client connections if we can
2004-10-28 tridgechanged the API to lib/socket/ a little.
2004-10-27 tridge- rewrote the client side rpc connection code to use...
2004-10-25 jelmer- Create directory for ncalrpc with correct mode
2004-10-24 jelmerAdd client-side support for the ncalrpc: and ncacn_unix...