Age | Commit message (Expand) | Author | Files | Lines |
2011-06-06 | s4-ipv6: allow for IPv6 in resolver top level calls | Andrew Tridgell | 1 | -4/+2 |
2011-05-03 | s4-libcli Remove resolve_name() as it conflicts with Samba3. | Andrew Bartlett | 1 | -12/+0 |
2010-09-15 | s4-resolve: added resolve_name_multiple_recv() | Andrew Tridgell | 1 | -0/+34 |
2010-09-02 | s4-resolve: added resolve_name_ex_send() | Andrew Tridgell | 1 | -8/+33 |
2010-03-26 | libutil: moved the networking defines to util_net.h | Andrew Tridgell | 1 | -0/+1 |
2010-03-11 | s4:libcli/resolve Use a more robust way to return the string address | Andrew Bartlett | 1 | -2/+11 |
2009-09-19 | s4-resolve: fixed a crash bug on timeout | Andrew Tridgell | 1 | -3/+5 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -3/+3 |
2008-12-17 | s4:libcli/resolve: specify the port for the resulting socket_addresses | Stefan Metzmacher | 1 | -1/+5 |
2008-12-17 | s4:libcli/resolve: optionally return the name that belongs to the returned ad... | Stefan Metzmacher | 1 | -3/+13 |
2008-12-17 | s4:libcli/resolve: pass down flags to the resolver backends | Stefan Metzmacher | 1 | -2/+9 |
2008-12-17 | s4:libcli/resolve: remove all backend specific sync functions | Stefan Metzmacher | 1 | -13/+0 |
2008-12-17 | s4: fix LIBEVENTS dependencies and use more forward declarations | Stefan Metzmacher | 1 | -1/+0 |
2008-12-11 | s4:libcli/resolve: add resolve_name_all*() which return all addresses not onl... | Stefan Metzmacher | 1 | -12/+60 |
2008-10-24 | Remove unused include param/param.h. | Jelmer Vernooij | 1 | -1/+0 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-30 | - make bcast name resolution match other name resolution modules for | Andrew Tridgell | 1 | -1/+1 |
2008-09-29 | return a more useful error message when no name resolution methods are | Andrew Tridgell | 1 | -0/+4 |
2008-05-14 | Fix an uninitialized variable introduced by 3045d391 | Volker Lendecke | 1 | -2/+1 |
2008-04-21 | Remove more event_context_init() uses from function calls within deep down th... | Simo Sorce | 1 | -9/+4 |
2007-12-21 | r26397: Fix circular dependency in samba-socket. | Jelmer Vernooij | 1 | -22/+0 |
2007-12-21 | r26391: samba4 doesn't support 'lmhosts' as resolve module | Stefan Metzmacher | 1 | -1/+1 |
2007-12-21 | r26378: Remove use of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26376: Add context for libcli_resolve. | Jelmer Vernooij | 1 | -37/+73 |
2007-12-21 | r26264: pass name resolve order explicitly, use torture context for settings ... | Jelmer Vernooij | 1 | -4/+2 |
2007-12-21 | r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network... | Jelmer Vernooij | 1 | -2/+3 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r25001: Fix more C++ and other warnings, fix some of the indentation with ts=... | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r19645: don't pass NULL as mem_ctx... | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r19638: convert resolve.c to the new composite api | Stefan Metzmacher | 1 | -23/+19 |
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/+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 | r12116: got rid of composite_trigger_done() and composite_trigger_error(), and | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r10636: Formatting for better readability. | Rafal Szczesniak | 1 | -0/+3 |
2007-10-10 | r10504: - seperate implementation specific stuff, from the generic composite | Stefan Metzmacher | 1 | -23/+23 |
2007-10-10 | r10395: While playing with winbind, I found a segfault because I had given | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r10200: added a composite_trigger_done() call that allows a composite function | Andrew Tridgell | 1 | -0/+9 |
2007-10-10 | r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000 | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r7856: fixed warning of 'methods' shadowed variable | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r7813: Make async request independent from config file routines. | Rafal Szczesniak | 1 | -11/+3 |
2007-10-10 | r7735: Extend resolve_name function so that it's possible to pass resolve | Rafal Szczesniak | 1 | -8/+16 |
2007-10-10 | r6933: Add a couple of helper functions for creating nbt names. | Tim Potter | 1 | -0/+23 |
2007-10-10 | r5551: Protect against falling off the end of the name resolve order list | Tim Potter | 1 | -1/+1 |
2007-10-10 | r5197: moved events code to lib/events/ (suggestion from metze) | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5185: make all the events data structures private to events.c. This will | Andrew Tridgell | 1 | -0/+1 |