summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/namequery.c
Commit message (Expand)AuthorAgeFilesLines
* s3-libads: move ads_dns out of main includes.Günther Deschner2010-07-011-0/+1
* s3: only use netlogon/nbt header when needed.Günther Deschner2010-05-311-0/+1
* s3 move the sitename cache in its own fileSimo Sorce2010-02-231-0/+1
* s3-libsmb: use TYPESAFE_QSORT() in namequery codeAndrew Tridgell2010-02-141-14/+12
* s3:nmbd: also listen explicit on the subnet broadcast addressesStefan Metzmacher2010-02-081-2/+4
* libcli/nbt Move more of lmhosts lookup into common codeAndrew Bartlett2009-11-041-45/+15
* libcli:nbt make the lmhosts parsing code and dependicies commonAndrew Bartlett2009-09-151-128/+0
* Added prefer_ipv4 bool parameter to resolve_name().Jeremy Allison2009-07-281-5/+58
* Remove gencache_init/shutdownVolker Lendecke2009-07-151-12/+0
* [FIX Bug 6235] domain enumeration breaks if master browser has space in nameDerrell Lipman2009-04-271-1/+2
* Interesting C compiler you have there... :-)Volker Lendecke2009-02-191-1/+1
* Fix coverity CID-602. Possible use of uninitialized var.Jeremy Allison2009-02-181-1/+1
* Probably fixes a crash during name resolution when log level >= 10Ted Percival2009-02-031-1/+1
* s3:libsmb/namequery.c: add saf_join_store() functionStefan Metzmacher2008-12-131-3/+65
* s3: libsmb/namequery: fallback to returning all dcs, when none is available i...Stefan Metzmacher2008-12-131-0/+9
* s3: Change sockaddr util function names for consistencyTim Prouty2008-12-031-5/+5
* Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij2008-10-231-18/+18
* Revert "Pass NULL to gencache_get when we are not interested in the timeout v...Volker Lendecke2008-07-111-1/+2
* Pass NULL to gencache_get when we are not interested in the timeout valueVolker Lendecke2008-07-031-2/+1
* More correct fix (hopefully :-) for any memory leaks.Jeremy Allison2008-06-051-1/+17
* build: fix the build.Günther Deschner2008-04-221-2/+2
* Make use of ZERO_STRUCT instead of memset in namequery.cVolker Lendecke2008-04-141-1/+1
* Fix Coverity ID 555Volker Lendecke2008-03-151-0/+1
* Make resolve_ads() static.Günther Deschner2008-01-161-5/+5
* Fix CID 470. resolve_order can't be NULL here so simplify code.Jeremy Allison2008-01-121-10/+3
* Allow cliconnect to loop through multiple ip addressesJeremy Allison2007-12-121-0/+81
* Ensure we have a non-null flags. Pointed out by Andreas Schneider <anschneide...Jeremy Allison2007-12-101-0/+7
* Fix errors from next_token conversion. Spotted byJeremy Allison2007-12-101-9/+5
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
* Specifically ask for IP4 addresses if we don't have IP6 support.James Peach2007-12-091-0/+5
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-13/+17
* Remove some globalsVolker Lendecke2007-12-051-1/+1
* Remove pstrings from namequery.c.Jeremy Allison2007-11-271-24/+47
* Remove pstring from nmbd.Jeremy Allison2007-11-191-12/+34
* Change our DNS code to cope with AAAA records. A6 recordsJeremy Allison2007-10-291-6/+3
* Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison2007-10-271-4/+4
* Move the horrible hack for link local addresses out of namequery.cJeremy Allison2007-10-261-26/+0
* Fix resolve name to resolve IPv6 addresses of link-local%ifaddrJeremy Allison2007-10-251-0/+26
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-448/+678
* Fix a crash in resolve_hosts() caused by an out-of-bounds array reference.Gerald (Jerry) Carter2007-10-191-1/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-26/+26
* Move to protocol independent code in most of lib/util_sock.cJeremy Allison2007-10-151-10/+50
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-11/+24
* r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter2007-10-101-29/+0
* r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter2007-10-101-0/+29
* r24739: With resolve_ads() allow to query for PDCs as well.Günther Deschner2007-10-101-6/+20
* r24737: Remove older TODO: Convert internal_resolve_name() and friends to NTS...Günther Deschner2007-10-101-96/+134
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23710: Remove some code duplication, we do have a random number generatorVolker Lendecke2007-10-101-7/+3