summaryrefslogtreecommitdiffstats
path: root/source/libsmb/namequery.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #6532.Derrell Lipman2009-10-071-1/+2
* Gah, typo :-(. Sorry.Jeremy Allison2009-02-191-1/+1
* Fix coverity CID-602. Possible use of uninitialized var.Jeremy Allison2009-02-191-1/+1
* Probably fixes a crash during name resolution when log level >= 10Ted Percival2009-02-161-1/+1
* s3:libsmb/namequery.c: add saf_join_store() functionStefan Metzmacher2008-12-151-3/+65
* s3: libsmb/namequery: fallback to returning all dcs, when none is available i...Stefan Metzmacher2008-12-151-0/+9
* Change sockaddr util function names for consistency and to eliminate name con...Tim Prouty2008-12-111-5/+5
* 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
* 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