Age | Commit message (Expand) | Author | Files | Lines |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -1/+1 |
2008-12-18 | s4:libcli/replace: add some RESOLVE_NAME_FLAG* flags | Stefan Metzmacher | 1 | -1/+1 |
2008-12-17 | s4:libcli/resolve: specify the port for the resulting socket_addresses | Stefan Metzmacher | 1 | -1/+2 |
2008-12-17 | s4:libcli/resolve: optionally return the name that belongs to the returned ad... | Stefan Metzmacher | 1 | -2/+3 |
2008-12-17 | s4:libcli/resolve: pass down flags to the resolver backends | Stefan Metzmacher | 1 | -2/+2 |
2008-12-17 | s4:libcli/resolve: remove all backend specific sync functions | Stefan Metzmacher | 1 | -11/+0 |
2008-12-17 | s4:libcli/resolve: let the "host" module use the dns_ex.c code | Stefan Metzmacher | 1 | -183/+11 |
2008-12-11 | s4:libcli/resolve: add resolve_name_all*() which return all addresses not onl... | Stefan Metzmacher | 1 | -8/+16 |
2008-11-16 | s4:libcli/resolve: don't ignore SIGCHLD anymore | Stefan Metzmacher | 1 | -7/+15 |
2008-04-21 | Remove more event_context_init() uses from function calls within deep down th... | Simo Sorce | 1 | -1/+0 |
2007-12-21 | r26376: Add context for libcli_resolve. | Jelmer Vernooij | 1 | -1/+8 |
2007-12-21 | r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network... | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r21594: give the same error in all resolve backends | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r19645: don't pass NULL as mem_ctx... | Stefan Metzmacher | 1 | -5/+8 |
2007-10-10 | r19642: convert host.c to new composite api | Stefan Metzmacher | 1 | -35/+26 |
2007-10-10 | r15854: more talloc_set_destructor() typesafe fixes | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r10504: - seperate implementation specific stuff, from the generic composite | Stefan Metzmacher | 1 | -9/+9 |
2007-10-10 | r10438: Move portability functions to lib/replace/; replace now simply ensures | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5197: moved events code to lib/events/ (suggestion from metze) | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5195: most events don't need the time of the event, so save a gettimeofday()... | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r5185: make all the events data structures private to events.c. This will | Andrew Tridgell | 1 | -8/+4 |
2007-10-10 | r5126: the composite code is no longer client specific or smb specific, so | Andrew Tridgell | 1 | -8/+8 |
2007-10-10 | r4944: every event_add_*() caller was having to call talloc_steal() to take | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r4943: Smplified the events handling code a lot. The first source of | Andrew Tridgell | 1 | -3/+1 |
2007-10-10 | r4916: added "host" name resolution using fork() per gethostbyname() | Andrew Tridgell | 1 | -0/+233 |