summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/namequery.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r22417: Refactor the various daemon run-mode options to make the semanticsJames Peach2007-10-101-1/+1
* r20874: We need to distinguish client sitenames per realm. We were overwritingGünther Deschner2007-10-101-1/+1
* r20861: We only use sitespecific DNS lookups when looking for DCs or KDCs, notGünther Deschner2007-10-101-5/+1
* r20857: Silence gives assent :-). Checking in the fix forJeremy Allison2007-10-101-22/+36
* r20604: Fix two memleaks, Coverity ID 337, merge to 3_0_24Volker Lendecke2007-10-101-0/+2
* r20603: Slightly simplify logicVolker Lendecke2007-10-101-7/+7
* r19754: * When using a krb5 session setup, we don't fill in the server_nameGerald Carter2007-10-101-8/+7
* r19652: Trying to track down which caller tries to store a 0 length domain nameGünther Deschner2007-10-101-1/+6
* r19243: Fix debug statement.Günther Deschner2007-10-101-1/+1
* r18199: Allow winbindd to delete a saf_ entry if it knowsJeremy Allison2007-10-101-0/+24
* r18007: Ensure we don't namecache KDC entries with port 88Jeremy Allison2007-10-101-0/+2
* r18006: Actually a smaller change than it looks. LeverageJeremy Allison2007-10-101-7/+58
* r17928: Implement the basic store for CLDAP sitenameJeremy Allison2007-10-101-3/+3
* r17900: Fix from Michael Adam <ma@sernet.de> - make internal_resolve_nameJeremy Allison2007-10-101-62/+62
* r17881: Another microstep towards better error reporting: Make get_sorted_dc_...Volker Lendecke2007-10-101-12/+26
* r17795: Finally track down the "ads_connect: Interrupted system call"Gerald Carter2007-10-101-14/+34
* r17760: The DNS SRV lookup already sorts by priority and weight so don'tGerald Carter2007-10-101-3/+9
* r17124: fixed a bug which caused resolve_ads() to spin forever if one of theAndrew Tridgell2007-10-101-11/+9
* r15611: Remove used but uninitialised variable "count".James Peach2007-10-101-2/+2
* r15543: New implementation of 'net ads join' to be more like Windows XP.Gerald Carter2007-10-101-53/+44
* r15462: replace the use of OpenLDAP's ldap_domain2hostlist() forGerald Carter2007-10-101-22/+29
* r13987: Fix Coverity bug # 74. This tool is good...Volker Lendecke2007-10-101-0/+1
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-14/+8
* r13893: Fix for Coverity issue CID #164. The first one that I don'tJeremy Allison2007-10-101-0/+2
* r13889: Fix resource leak on error path. Coverity bug CID #73.Jeremy Allison2007-10-101-0/+1
* r13322: Fix warning time_t != int.Jeremy Allison2007-10-101-2/+2
* r13310: first round of server affinity patches for winbindd & net ads joinGerald Carter2007-10-101-113/+210
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-6/+6
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-11/+10
* r3843: If a connection to a DC is requested, open connections simultaeneously...Volker Lendecke2007-10-101-3/+3
* r3264: fix lmhosts lookup so that we don't say we found something when we rea...Gerald Carter2007-10-101-24/+29
* r3143: Allow for multiple DC's to be named as #1c names in lmhosts.Volker Lendecke2007-10-101-13/+26