Add context for libcli_resolve.
[samba-svnmirror.git] / source / libcli / wrepl / winsrepl.c
2007-12-10 jelmerAdd context for libcli_resolve.
2007-12-07 jelmerSpecify name_resolve_order to socket code.
2007-12-06 jelmerRemove use of global_loadparm in netif.
2007-11-09 metzendr: change NTSTAUS into enum ndr_err_code (samba4...
2007-11-02 metzewrepl_request_finished() sets req->status, so make...
2007-10-06 jelmerConvert last instances of BOOL, True and False to the...
2007-07-10 tridgeconvert Samba4 to GPLv3
2006-09-09 tridgeI discovered how to load the warnings from a build...
2006-08-30 jelmerMerge noinclude branch:
2006-08-17 metzemerge lib/netif into lib/socket and use -lnsl -lsocket...
2006-05-24 tridgemore talloc_set_destructor() typesafe fixes
2006-03-16 jelmerDon't include ndr_BASENAME.h files unless strictly...
2006-03-07 jelmerSplit more prototypes out of include/proto.h + initial...
2006-02-04 metzelet us replicate with NT4sp6a
2006-01-09 abartletThis patch reworks the Samba4 sockets layer to use...
2005-12-30 metzefix compiler warning
2005-12-19 metze- if we got a reply without a pending request, mark...
2005-12-14 metze- reject freeing the wrepl_socket inside of wrepl_socke...
2005-12-14 metzeif the caller isn't interessted in the reply packet...
2005-12-14 metzedon't crash when an error happens while connecting...
2005-12-12 metze- move the the winsreplication client and server code...
2005-11-03 metzethanks to make test I noticed a dead lock bug, in the...
2005-11-03 metzeprevent us from calling the request handler recursiv...
2005-10-15 metzewe need this to run correct under socket_wrapper
2005-10-08 metzegiving NT_STATUS_NO_MEMORY, when the connection fails...
2005-10-06 metze- make it possible to mark a wrepl_request as send...
2005-10-06 metzewe need to use a pointer to a nbt_name to fix compiler...
2005-09-30 metze- add wrepl_socket_merge() function that creates a...
2005-09-29 metze- use a wrepl specific enum for the node type
2005-09-29 metze- fix hierachical memory handling in ndr_pull_nbt_name
2005-09-28 metzeadd all info that we have to wrepl_name, as we need...
2005-09-27 metze- add wrepl_request timeout handling
2005-09-27 metze- we now use a much nicer way to handle talloc_free...
2005-09-27 metze- fix some crash bugs when we lost the connection...
2005-09-09 metzefix sinple ip's in wins replication, packets
2005-09-09 metzebind client connection to the best interface, to the...
2005-09-09 metzerename libcli/wins to libcli/wrepl