summaryrefslogtreecommitdiffstats
path: root/source4/libcli/resolve
Commit message (Collapse)AuthorAgeFilesLines
* Fix an uninitialized variable introduced by 3045d391Volker Lendecke2008-05-141-2/+1
| | | | | | | Simo, please check! Volker (This used to be commit 0c09d28acf42400d26cc27675e37226060de26d3)
* Remove more event_context_init() uses from function calls within deep down ↵Simo Sorce2008-04-213-12/+5
| | | | | | | | the code. Make sure we pass around the event_context where we need it instead. All test but a few python ones fail. Jelmer promised to fix them. (This used to be commit 3045d391626fba169aa26be52174883e18d323e9)
* Remove more global_loadparm instance.sJelmer Vernooij2008-02-211-1/+2
| | | | (This used to be commit a1280252ce924df69d911e597b7f65d8038abef9)
* Remove yet more uses of global_loadparm.Jelmer Vernooij2008-02-213-7/+18
| | | | (This used to be commit e01c1e87c0fe9709df7eb5b863f7ce85564174cd)
* r26437: remove another use of global_loadparm.Jelmer Vernooij2007-12-214-14/+54
| | | | (This used to be commit 703f17bc0986775bf3fe489eb5c876937dabaa9d)
* r26426: Remove uses of global_loadparm.Jelmer Vernooij2007-12-211-5/+6
| | | | (This used to be commit e1d177c8c1101965479f7ade2270490cd6fae4f2)
* r26402: Require a talloc context in libnetif.Jelmer Vernooij2007-12-212-2/+3
| | | | (This used to be commit a35e51871bbf1ab33fc316fa59e597b722769c50)
* r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2007-12-213-6/+14
| | | | (This used to be commit 9f975417cc66bfd4589da38bfd23731dbe0e6153)
* r26397: Fix circular dependency in samba-socket.Jelmer Vernooij2007-12-213-22/+47
| | | | (This used to be commit 801c8c766cb6a104751be8829593e0e123508134)
* r26391: samba4 doesn't support 'lmhosts' as resolve moduleStefan Metzmacher2007-12-211-1/+1
| | | | | metze (This used to be commit cdb64b41018928122898257f65d2573109b473cc)
* r26378: Remove use of global_loadparm.Jelmer Vernooij2007-12-212-5/+6
| | | | (This used to be commit 81333de5353ce70512a3ed1d4960c09aa78954c6)
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-216-45/+112
| | | | (This used to be commit 459e1466a411d6f83b7372e248566e6e71c745fc)
* r26325: Remove use of global_loadparm in netif.Jelmer Vernooij2007-12-212-4/+5
| | | | (This used to be commit e452cb28594f23add7c00247ed39e8323aea78a6)
* r26309: Move specification of port higher up the all stack.Jelmer Vernooij2007-12-211-0/+1
| | | | (This used to be commit 7de55cde7c7fe0141c05c8a38248667ebf3a9033)
* r26264: pass name resolve order explicitly, use torture context for settings ↵Jelmer Vernooij2007-12-211-4/+2
| | | | | | in dssync tests. (This used to be commit c7eae1c7842f9ff8b70cce9e5d6f3ebbbe78e83b)
* r25903: Move more files out of torture/Jelmer Vernooij2007-12-211-0/+90
| | | | (This used to be commit f734df3144cdd9ff280ee1cac2c3a7f972716f5d)
* r25624: Remove ipv4_addr hack. Only causes 4 extra includes of ↵Jelmer Vernooij2007-12-212-4/+5
| | | | | | system/network.h because we stripped down includes. (This used to be commit 262c1c23a61f1f4fae13e0a61179fe98b682cecf)
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-103-5/+5
| | | | (This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58)
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-102-2/+2
| | | | (This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
* r25035: Fix some more warnings, use service pointer rather than service ↵Jelmer Vernooij2007-10-101-1/+1
| | | | | | number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f)
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-103-0/+3
| | | | (This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
* r25001: Fix more C++ and other warnings, fix some of the indentation with ↵Jelmer Vernooij2007-10-102-4/+6
| | | | | | ts=4 lines that I accidently added earlier. (This used to be commit 0bcb21ed740fcec0f48ad36bbc2deee2948e8fc7)
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 08bb1ef643ab906f1645cf6f32763dc73b1884e4)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-106-18/+12
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r21594: give the same error in all resolve backendsStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 5534ba591deb362e30e40afff923af4b890ab7a9)
* r21593: give a more useful error, when we can't resolve a long nameStefan Metzmacher2007-10-101-0/+9
| | | | | | | via broadcast of wins metze (This used to be commit 49591d699653e48f2e9540359e5b4ae97786511c)
* r19645: don't pass NULL as mem_ctx...Stefan Metzmacher2007-10-105-24/+30
| | | | | metze (This used to be commit 643a38bc30a0df1582035b8d264e0dbbc2d2e152)
* r19642: convert host.c to new composite apiStefan Metzmacher2007-10-101-35/+26
| | | | | metze (This used to be commit a5d36a6ddefb8c24e748b839391241da41e31440)
* r19639: convert nbtlist.c to new composite apiStefan Metzmacher2007-10-101-55/+44
| | | | | metze (This used to be commit 800999733eb2f35486a62fb8fa9d179c8ca312fa)
* r19638: convert resolve.c to the new composite apiStefan Metzmacher2007-10-101-23/+19
| | | | | metze (This used to be commit 617f9c70c1b61e0fd4338048bbd94e7a4722ad9d)
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2007-10-102-2/+2
| | | | | | | | | configure check for the interfaces. should fix the build on some old sun boxes metze (This used to be commit f20e251bfd9f1eb7ce5c00739631b1625a2aa467)
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 61c6100617589ac6df4f527877241464cacbf8b3)
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-103-0/+31
| | | | (This used to be commit 51b4270513752d2eafbe77f9de598de16ef84a1f)
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-103-0/+3
| | | | | try to include just the BASENAME.h files (containing only structs) (This used to be commit 3dd477ca5147f28a962b8437e2611a8222d706bd)
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-104-0/+7
| | | | | file dependencies (This used to be commit 122835876748a3eaf5e8d31ad1abddab9acb8781)
* r13505: allow servers to bind to non-broadcast interfaces. Servers nowAndrew Tridgell2007-10-101-4/+7
| | | | | | specifically ask for iface_n_bcast() and have to check if it returns NULL, in which case it is a non-broadcast interface (This used to be commit d004e250b6710251ea089ac242775481f13b5c2b)
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-105-12/+0
| | | | (This used to be commit 70e7449318aa0e9d2639c76730a7d1683b2f4981)
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-102-0/+2
| | | | (This used to be commit 0aca5fd5130d980d07398f3291d294202aefe3c2)
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2007-10-101-1/+1
| | | | | | | | | instead make the normal composite_done() and composite_error() functions automatically trigger a delayed callback if the caller has had no opportunity to setup a async callback this removes one of the common mistakes in writing a composite function (This used to be commit f9413ce792ded682e05134b66d433eeec293e6f1)
* r10636: Formatting for better readability.Rafal Szczesniak2007-10-102-6/+15
| | | | | rafal (This used to be commit ef29863d999089c47140bd37731c60659a200421)
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2007-10-103-42/+42
| | | | | | | | | | | | | | stuff. - don't use SMBCLI_REQUEST_* state's in the genreic composite stuff - move monitor_fn to libnet. NOTE: I have maybe found some bugs, in code that is dirrectly in DONE or ERROR state in the _send() function. I haven't fixed this bugs in this commit! We may need some composite_trigger_*() functions or so. And maybe some other generic helper functions... metze (This used to be commit 4527815a0a9b96e460f301cb1f0c0b3964c166fc)
* r10438: Move portability functions to lib/replace/; replace now simply ensuresJelmer Vernooij2007-10-101-1/+1
| | | | | | | | | that a given set of (working) POSIX functions are available (without prefixes to their names, etc). See lib/replace/README for a list. Functions that behave different from their POSIX specification (such as sys_select, sys_read, etc) have kept the sys_ prefix. (This used to be commit 29919a71059b29fa27a49b1f5b84bb8881de65fc)
* r10395: While playing with winbind, I found a segfault because I had givenVolker Lendecke2007-10-101-1/+2
| | | | | | | resolve_name_send a stack-allocated method list. Duplicate it. Volker (This used to be commit 17dbbf965bcf038be7450781e28acb5e061eb295)
* r10200: added a composite_trigger_done() call that allows a composite functionAndrew Tridgell2007-10-101-0/+9
| | | | | | | | to cause an event to happen immediately. This allows metzes patch for recognising IPs in resolve_name() to work, and also allows us to remove some of the other code where we currently do specific checks for is_ipaddress(). (This used to be commit 9cc000d868e1257ef6429f6f6f1f9d3c28ca330f)
* r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell2007-10-101-2/+3
| | | | | | | | | | | | - fixed ncacn_ip_tcp to use the generic async name resolution methods, so NBT names now work (as requested several times by abartlet!) - changed resolve_name() to take an event_context, so it doesn't cause the whole process to block - cleaned up the talloc_find_parent_bytype() calls to go via a cleaner event_context_find() call (This used to be commit b3d491b210a8b889a25efcb273e70fefbd01b7f7)
* r8628: add retries to the normal paths of nbt name resolution. UDP ↵Andrew Tridgell2007-10-101-2/+2
| | | | | | broadcasts are not 100% reliable :) (This used to be commit 0f8f1cd18e20ea4f3a06bb093b00b930cfd005b2)
* r8002: favor addresses on our local interfaces in NBT name resolution ifAndrew Tridgell2007-10-101-1/+14
| | | | | | possible. This is needed because w2k3 will return bogus IPs in its name resolution replies when it has an unplugged network interface. (This used to be commit 2fafc230520fb5bbe9f763de94aaba87b56f5411)
* r7856: fixed warning of 'methods' shadowed variableAndrew Tridgell2007-10-101-4/+4
| | | | (This used to be commit c435843c66a5dcc003d157374529c3c5ac733e36)
* r7813: Make async request independent from config file routines.Rafal Szczesniak2007-10-101-11/+3
| | | | | rafal (This used to be commit 84315cdf0d535ed0fe43bfc7cc4c83bc405c2cfb)