Age | Commit message (Expand) | Author | Files | Lines |
2008-12-18 | s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok... | Stefan Metzmacher | 1 | -2/+1 |
2008-12-18 | s4:libcli/wrepl: we don't need to resolve names | Stefan Metzmacher | 1 | -5/+3 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-21 | Remove more event_context_init() uses from function calls within deep down th... | Simo Sorce | 1 | -5/+1 |
2008-02-21 | Remove another global_loadparm instance. | Jelmer Vernooij | 1 | -6/+8 |
2008-02-21 | Remove yet more uses of global_loadparm. | Jelmer Vernooij | 1 | -3/+6 |
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,... | Jelmer Vernooij | 1 | -2/+1 |
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26402: Require a talloc context in libnetif. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26401: Don't cache interfaces context in libnetif. | Jelmer Vernooij | 1 | -1/+3 |
2007-12-21 | r26382: Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -3/+5 |
2007-12-21 | r26376: Add context for libcli_resolve. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26335: Specify name_resolve_order to socket code. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26325: Remove use of global_loadparm in netif. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) | Stefan Metzmacher | 1 | -8/+11 |
2007-12-21 | r25791: wrepl_request_finished() sets req->status, so make this explicit | Stefan Metzmacher | 1 | -13/+15 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -9/+9 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r18301: I discovered how to load the warnings from a build farm build into | Andrew Tridgell | 1 | -3/+6 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15854: more talloc_set_destructor() typesafe fixes | Andrew Tridgell | 1 | -6/+3 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r13345: let us replicate with NT4sp6a | Stefan Metzmacher | 1 | -0/+15 |
2007-10-10 | r12804: This patch reworks the Samba4 sockets layer to use a socket_address | Andrew Bartlett | 1 | -2/+10 |
2007-10-10 | r12602: fix compiler warning | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r12370: - if we got a reply without a pending request, mark the socket as dead | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r12247: - reject freeing the wrepl_socket inside of wrepl_socket_dead() | Stefan Metzmacher | 1 | -1/+9 |
2007-10-10 | r12240: if the caller isn't interessted in the reply packet, just free it | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12238: don't crash when an error happens while connecting and the packet_con... | Stefan Metzmacher | 1 | -2/+5 |
2007-10-10 | r12200: - move the the winsreplication client and server code to the packet_c... | Stefan Metzmacher | 1 | -321/+225 |
2007-10-10 | r11487: thanks to make test I noticed a dead lock bug, in the last change, | Stefan Metzmacher | 1 | -19/+39 |
2007-10-10 | r11485: prevent us from calling the request handler recursiv when | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r11090: we need this to run correct under socket_wrapper | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r10836: giving NT_STATUS_NO_MEMORY, when the connection fails wasn't a good i... | Stefan Metzmacher | 1 | -1/+8 |
2007-10-10 | r10766: - make it possible to mark a wrepl_request as send only, | Stefan Metzmacher | 1 | -11/+89 |
2007-10-10 | r10761: we need to use a pointer to a nbt_name to fix compiler warnings, beca... | Stefan Metzmacher | 1 | -3/+2 |
2007-10-10 | r10638: - add wrepl_socket_merge() function that creates a wrepl_socket on top | Stefan Metzmacher | 1 | -0/+43 |
2007-10-10 | r10627: - use a wrepl specific enum for the node type | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r10608: - fix hierachical memory handling in ndr_pull_nbt_name | Stefan Metzmacher | 1 | -39/+8 |
2007-10-10 | r10569: add all info that we have to wrepl_name, as we need it for replicatio... | Stefan Metzmacher | 1 | -6/+15 |
2007-10-10 | r10547: - add wrepl_request timeout handling | Stefan Metzmacher | 1 | -15/+60 |
2007-10-10 | r10537: - we now use a much nicer way to handle talloc_free(timed_event) | Stefan Metzmacher | 1 | -6/+0 |
2007-10-10 | r10530: - fix some crash bugs when we lost the connection... | Stefan Metzmacher | 1 | -3/+52 |
2007-10-10 | r10129: fix sinple ip's in wins replication, packets | Stefan Metzmacher | 1 | -3/+2 |
2007-10-10 | r10115: bind client connection to the best interface, to the partner | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r10113: rename libcli/wins to libcli/wrepl | Stefan Metzmacher | 1 | -0/+701 |