summaryrefslogtreecommitdiff
path: root/source4/libcli/wrepl
AgeCommit message (Expand)AuthorFilesLines
2008-12-18s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok...Stefan Metzmacher1-2/+1
2008-12-18s4:libcli/wrepl: we don't need to resolve namesStefan Metzmacher1-5/+3
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce1-5/+1
2008-02-21Remove another global_loadparm instance.Jelmer Vernooij1-6/+8
2008-02-21Remove yet more uses of global_loadparm.Jelmer Vernooij2-3/+8
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-2/+1
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-1/+1
2007-12-21r26402: Require a talloc context in libnetif.Jelmer Vernooij1-1/+1
2007-12-21r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij1-1/+3
2007-12-21r26382: Remove more uses of global_loadparm.Jelmer Vernooij2-3/+7
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij1-1/+2
2007-12-21r26335: Specify name_resolve_order to socket code.Jelmer Vernooij1-1/+2
2007-12-21r26325: Remove use of global_loadparm in netif.Jelmer Vernooij1-1/+2
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-8/+11
2007-12-21r25791: wrepl_request_finished() sets req->status, so make this explicitStefan Metzmacher1-13/+15
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2-10/+10
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij1-6/+6
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell2-6/+4
2007-10-10r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell1-3/+6
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher1-1/+1
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell1-6/+3
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2-2/+3
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+2
2007-10-10r13345: let us replicate with NT4sp6aStefan Metzmacher1-0/+15
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett1-2/+10
2007-10-10r12602: fix compiler warningStefan Metzmacher1-4/+4
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+2
2007-10-10r12370: - if we got a reply without a pending request, mark the socket as deadStefan Metzmacher1-0/+5
2007-10-10r12247: - reject freeing the wrepl_socket inside of wrepl_socket_dead()Stefan Metzmacher2-1/+12
2007-10-10r12240: if the caller isn't interessted in the reply packet, just free itStefan Metzmacher1-1/+1
2007-10-10r12238: don't crash when an error happens while connecting and the packet_con...Stefan Metzmacher1-2/+5
2007-10-10r12200: - move the the winsreplication client and server code to the packet_c...Stefan Metzmacher2-336/+237
2007-10-10r11487: thanks to make test I noticed a dead lock bug, in the last change,Stefan Metzmacher1-19/+39
2007-10-10r11485: prevent us from calling the request handler recursiv whenStefan Metzmacher1-0/+3
2007-10-10r11090: we need this to run correct under socket_wrapperStefan Metzmacher1-1/+1
2007-10-10r10836: giving NT_STATUS_NO_MEMORY, when the connection fails wasn't a good i...Stefan Metzmacher1-1/+8
2007-10-10r10766: - make it possible to mark a wrepl_request as send only,Stefan Metzmacher2-11/+103
2007-10-10r10761: we need to use a pointer to a nbt_name to fix compiler warnings, beca...Stefan Metzmacher1-3/+2
2007-10-10r10638: - add wrepl_socket_merge() function that creates a wrepl_socket on topStefan Metzmacher1-0/+43
2007-10-10r10627: - use a wrepl specific enum for the node typeStefan Metzmacher2-4/+4
2007-10-10r10608: - fix hierachical memory handling in ndr_pull_nbt_nameStefan Metzmacher2-41/+22
2007-10-10r10569: add all info that we have to wrepl_name, as we need it for replicatio...Stefan Metzmacher2-6/+19
2007-10-10r10547: - add wrepl_request timeout handlingStefan Metzmacher2-15/+69
2007-10-10r10537: - we now use a much nicer way to handle talloc_free(timed_event)Stefan Metzmacher1-6/+0
2007-10-10r10530: - fix some crash bugs when we lost the connection...Stefan Metzmacher2-3/+55
2007-10-10r10129: fix sinple ip's in wins replication, packetsStefan Metzmacher1-3/+2
2007-10-10r10115: bind client connection to the best interface, to the partnerStefan Metzmacher1-1/+1
2007-10-10r10113: rename libcli/wins to libcli/wreplStefan Metzmacher2-0/+815