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