s3:nmbd: also listen explicit on the subnet broadcast addresses
[ira/wip.git] / source3 / libsmb / namequery.c
2010-02-08 Stefan Metzmachers3:nmbd: also listen explicit on the subnet broadcast...
2009-11-04 Andrew Bartlettlibcli/nbt Move more of lmhosts lookup into common...
2009-09-15 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-15 Andrew Bartlettlibcli:nbt make the lmhosts parsing code and dependicie...
2009-07-28 Jeremy AllisonAdded prefer_ipv4 bool parameter to resolve_name().
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-15 Volker LendeckeRemove gencache_init/shutdown
2009-04-27 Derrell Lipman[FIX Bug 6235] domain enumeration breaks if master...
2009-02-18 Volker LendeckeInteresting C compiler you have there... :-)
2009-02-18 Jeremy AllisonFix coverity CID-602. Possible use of uninitialized...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-03 Ted PercivalProbably fixes a crash during name resolution when...
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-14 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-13 Stefan Metzmachers3:libsmb/namequery.c: add saf_join_store() function
2008-12-13 Stefan Metzmachers3: libsmb/namequery: fallback to returning all dcs...
2008-12-03 Tim Proutys3: Change sockaddr util function names for consistency
2008-10-23 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijUse sockaddr_storage only where we rely on the size...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-07-11 Volker LendeckeRevert "Pass NULL to gencache_get when we are not inter...
2008-07-03 Volker LendeckePass NULL to gencache_get when we are not interested...
2008-06-05 Jeremy AllisonMore correct fix (hopefully :-) for any memory leaks.
2008-04-21 Günther Deschnerbuild: fix the build.
2008-04-14 Volker LendeckeMake use of ZERO_STRUCT instead of memset in namequery.c
2008-03-15 Volker LendeckeFix Coverity ID 555
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyMerge branch 'ctdb-merge' into v3-2-test
2008-01-16 Günther DeschnerMake resolve_ads() static.
2008-01-15 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-14 Gerald (Jerry) CarterMerge commit 'samba/v3-2-test' into v3-2-stable
2008-01-12 Jeremy AllisonFix CID 470. resolve_order can't be NULL here so simpli...
2007-12-12 Jeremy AllisonAllow cliconnect to loop through multiple ip addresses
2007-12-10 Jeremy AllisonEnsure we have a non-null flags. Pointed out by Andreas...
2007-12-10 Jeremy AllisonFix errors from next_token conversion. Spotted by
2007-12-10 Jeremy AllisonRemove the char[1024] strings from dynconfig. Replace
2007-12-09 James PeachSpecifically ask for IP4 addresses if we don't have...
2007-12-08 Jeremy AllisonRemove next_token - all uses must now be next_token_talloc.
2007-12-05 Volker LendeckeRemove some globals
2007-11-28 Jeremy AllisonRemove pstrings from namequery.c.
2007-11-19 Jeremy AllisonRemove pstring from nmbd.
2007-10-29 Jeremy AllisonChange our DNS code to cope with AAAA records. A6 records
2007-10-28 Jeremy AllisonChange all occurrences of zero_addr(&ss,AF_INET) to
2007-10-26 Jeremy AllisonMove the horrible hack for link local addresses out...
2007-10-26 Jeremy AllisonFix resolve name to resolve IPv6 addresses of link...
2007-10-24 Jeremy AllisonThis is a large patch (sorry). Migrate from struct...
2007-10-19 Gerald (Jerry) CarterFix a crash in resolve_hosts() caused by an out-of...
2007-10-19 Gerald (Jerry) CarterFix a crash in resolve_hosts() caused by an out-of...
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-10-15 Jeremy AllisonMove to protocol independent code in most of lib/util_s...
2007-10-12 Jelmer VernooijMerge branch 'v3-2-stable' into my_branch
2007-10-11 Guenther DeschnerMerge commit 'origin/v3-2-test' into my_branch
2007-10-11 Jeremy AllisonAdd start of IPv6 implementation. Currently most of...
2007-10-10 Gerald Carterr25407: Revert Longhorn join patch as it is not correct...
2007-10-10 Gerald Carterr25400: Windows 2008 (Longhorn) Interop fixes for AD...
2007-10-10 Günther Deschnerr24739: With resolve_ads() allow to query for PDCs...
2007-10-10 Günther Deschnerr24737: Remove older TODO: Convert internal_resolve_nam...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23710: Remove some code duplication, we do have a...
2007-10-10 James Peachr22417: Refactor the various daemon run-mode options...
2007-10-10 Günther Deschnerr20874: We need to distinguish client sitenames per...
2007-10-10 Günther Deschnerr20861: We only use sitespecific DNS lookups when looki...
2007-10-10 Jeremy Allisonr20857: Silence gives assent :-). Checking in the fix for
2007-10-10 Volker Lendecker20604: Fix two memleaks, Coverity ID 337, merge to...
2007-10-10 Volker Lendecker20603: Slightly simplify logic
2007-10-10 Gerald Carterr19754: * When using a krb5 session setup, we don't...
2007-10-10 Günther Deschnerr19652: Trying to track down which caller tries to...
2007-10-10 Günther Deschnerr19243: Fix debug statement.
2007-10-10 Jeremy Allisonr18199: Allow winbindd to delete a saf_ entry if it...
2007-10-10 Jeremy Allisonr18007: Ensure we don't namecache KDC entries with...
2007-10-10 Jeremy Allisonr18006: Actually a smaller change than it looks. Leverage
2007-10-10 Jeremy Allisonr17928: Implement the basic store for CLDAP sitename
2007-10-10 Jeremy Allisonr17900: Fix from Michael Adam <ma@sernet.de> - make...
2007-10-10 Volker Lendecker17881: Another microstep towards better error reportin...
2007-10-10 Gerald Carterr17795: Finally track down the "ads_connect: Interrupte...
2007-10-10 Gerald Carterr17760: The DNS SRV lookup already sorts by priority...
2007-10-10 Andrew Tridgellr17124: fixed a bug which caused resolve_ads() to spin...
2007-10-10 James Peachr15611: Remove used but uninitialised variable "count".
2007-10-10 Gerald Carterr15543: New implementation of 'net ads join' to be...
2007-10-10 Gerald Carterr15462: replace the use of OpenLDAP's ldap_domain2hostl...
2007-10-10 Volker Lendecker13987: Fix Coverity bug # 74. This tool is good...
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Jeremy Allisonr13893: Fix for Coverity issue CID #164. The first...
2007-10-10 Jeremy Allisonr13889: Fix resource leak on error path. Coverity bug...
2007-10-10 Jeremy Allisonr13322: Fix warning time_t != int.
2007-10-10 Gerald Carterr13310: first round of server affinity patches for...
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Volker Lendecker3843: If a connection to a DC is requested, open conne...
2007-10-10 Gerald Carterr3264: fix lmhosts lookup so that we don't say we found...
2007-10-10 Volker Lendecker3143: Allow for multiple DC's to be named as #1c names...
2007-10-10 Gerald Carterr2770: oops; internal_resolve_name() should stay static...
2007-10-10 Gerald Carterr2768: BUG 1519: save the hostname used in the open_pri...
2007-10-10 Jeremy Allisonr1326: Modification to get_dc_list to check negative...
next