Merge commit 'release-4-0-0alpha1' into v4-0-test
[ira/wip.git] / source / librpc / rpc / dcerpc_sock.c
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Jelmer Vernooijr25316: Remove last few instances of old BOOL type...
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Jelmer Vernooijr25001: Fix more C++ and other warnings, fix some of...
2007-10-10 Jelmer Vernooijr25000: Fix some more C++ compatibility warnings.
2007-10-10 Jelmer Vernooijr24994: Fix some C++ warnings.
2007-10-10 Andrew Bartlettr23812: Remove more code found as dead by the find_stat...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr22944: fix bug #4618:
2007-10-10 Stefan Metzmacherr22534: don't remove socket and fd_event before we...
2007-10-10 Stefan Metzmacherr22485: don't crash when the main dcerpc code haven...
2007-10-10 Stefan Metzmacherr22470: merge handling of broken connections from wins...
2007-10-10 Stefan Metzmacherr19661: - add resolve stage to dcerpc connects over tcp
2007-10-10 Andrew Bartlettr19266: Add a target_hostname element to the binding...
2007-10-10 Stefan Metzmacherr17328: make better usage of the composite api
2007-10-10 Stefan Metzmacherr17327: when the connect with the ipv6 socket was ok,
2007-10-10 Andrew Bartlettr14714: On DCE/RPC, we need the name of the remote...
2007-10-10 Jelmer Vernooijr14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 Andrew Tridgellr14311: canon needs to be initialised
2007-10-10 Rafal Szczesniakr13572: Comments to async pipe open functions and copyr...
2007-10-10 Rafal Szczesniakr13561: Turn all dcerpc connect and socket functions...
2007-10-10 Andrew Bartlettr12804: This patch reworks the Samba4 sockets layer...
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Rafal Szczesniakr12294: Move dcerpc_pipe_open_sock() to async implement...
2007-10-10 Andrew Tridgellr11713: separate out the setting of the fde in the...
2007-10-10 Andrew Tridgellr11627: give the caller much more control over the...
2007-10-10 Andrew Tridgellr11623: convert the dcerpc socket layer to the generic...
2007-10-10 Andrew Tridgellr10699: fixed the dcerpc code so that you can shutdown...
2007-10-10 Andrew Tridgellr7659: fixup the ordering of socket destruction for...
2007-10-10 Andrew Tridgellr7652: use event friendly connect in dcerpc socket...
2007-10-10 Andrew Tridgellr7633: this patch started as an attempt to make the...
2007-10-10 Andrew Tridgellr7496: removed an unused variable
2007-10-10 Jelmer Vernooijr5980: Fix double free after unexpected disconnect.
2007-10-10 Andrew Tridgellr5388: uppercase the server name on ncacn_ip_tcp
2007-10-10 Andrew Tridgellr5304: removed lib/socket/socket.h from includes.h
2007-10-10 Andrew Tridgellr5197: moved events code to lib/events/ (suggestion...
2007-10-10 Andrew Tridgellr5195: most events don't need the time of the event...
2007-10-10 Andrew Tridgellr5185: make all the events data structures private...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4944: every event_add_*() caller was having to call...
2007-10-10 Andrew Tridgellr4886: fixed two places where we process the send side...
2007-10-10 Andrew Tridgellr4616: the first phase in the addition of proper suppor...
2007-10-10 Andrew Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Andrew Tridgellr3941: make sure we don't keep pounding on a ncacn_ip_t...
2007-10-10 Jelmer Vernooijr3517: Fix the build - Sorry!
2007-10-10 Andrew Tridgellr3507: - added deferred replies on sharing violation...
2007-10-10 Andrew Tridgellr3481: split out client.h and events.h
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Jelmer Vernooijr3330: Use IPv6 for RPC client connections if we can
2007-10-10 Andrew Tridgellr3304: changed the API to lib/socket/ a little.
2007-10-10 Andrew Tridgellr3278: - rewrote the client side rpc connection code...
2007-10-10 Jelmer Vernooijr3209: - Create directory for ncalrpc with correct...
2007-10-10 Jelmer Vernooijr3162: Add client-side support for the ncalrpc: and...