Age | Commit message (Expand) | Author | Files | Lines |
2010-07-01 | s3-libads: move ads_dns out of main includes. | Günther Deschner | 1 | -0/+1 |
2010-05-31 | s3: only use netlogon/nbt header when needed. | Günther Deschner | 1 | -0/+1 |
2010-02-23 | s3 move the sitename cache in its own file | Simo Sorce | 1 | -0/+1 |
2010-02-14 | s3-libsmb: use TYPESAFE_QSORT() in namequery code | Andrew Tridgell | 1 | -14/+12 |
2010-02-08 | s3:nmbd: also listen explicit on the subnet broadcast addresses | Stefan Metzmacher | 1 | -2/+4 |
2009-11-04 | libcli/nbt Move more of lmhosts lookup into common code | Andrew Bartlett | 1 | -45/+15 |
2009-09-15 | libcli:nbt make the lmhosts parsing code and dependicies common | Andrew Bartlett | 1 | -128/+0 |
2009-07-28 | Added prefer_ipv4 bool parameter to resolve_name(). | Jeremy Allison | 1 | -5/+58 |
2009-07-15 | Remove gencache_init/shutdown | Volker Lendecke | 1 | -12/+0 |
2009-04-27 | [FIX Bug 6235] domain enumeration breaks if master browser has space in name | Derrell Lipman | 1 | -1/+2 |
2009-02-19 | Interesting C compiler you have there... :-) | Volker Lendecke | 1 | -1/+1 |
2009-02-18 | Fix coverity CID-602. Possible use of uninitialized var. | Jeremy Allison | 1 | -1/+1 |
2009-02-03 | Probably fixes a crash during name resolution when log level >= 10 | Ted Percival | 1 | -1/+1 |
2008-12-13 | s3:libsmb/namequery.c: add saf_join_store() function | Stefan Metzmacher | 1 | -3/+65 |
2008-12-13 | s3: libsmb/namequery: fallback to returning all dcs, when none is available i... | Stefan Metzmacher | 1 | -0/+9 |
2008-12-03 | s3: Change sockaddr util function names for consistency | Tim Prouty | 1 | -5/+5 |
2008-10-23 | Use sockaddr_storage only where we rely on the size, use sockaddr | Jelmer Vernooij | 1 | -18/+18 |
2008-07-11 | Revert "Pass NULL to gencache_get when we are not interested in the timeout v... | Volker Lendecke | 1 | -1/+2 |
2008-07-03 | Pass NULL to gencache_get when we are not interested in the timeout value | Volker Lendecke | 1 | -2/+1 |
2008-06-05 | More correct fix (hopefully :-) for any memory leaks. | Jeremy Allison | 1 | -1/+17 |
2008-04-22 | build: fix the build. | Günther Deschner | 1 | -2/+2 |
2008-04-14 | Make use of ZERO_STRUCT instead of memset in namequery.c | Volker Lendecke | 1 | -1/+1 |
2008-03-15 | Fix Coverity ID 555 | Volker Lendecke | 1 | -0/+1 |
2008-01-16 | Make resolve_ads() static. | Günther Deschner | 1 | -5/+5 |
2008-01-12 | Fix CID 470. resolve_order can't be NULL here so simplify code. | Jeremy Allison | 1 | -10/+3 |
2007-12-12 | Allow cliconnect to loop through multiple ip addresses | Jeremy Allison | 1 | -0/+81 |
2007-12-10 | Ensure we have a non-null flags. Pointed out by Andreas Schneider <anschneide... | Jeremy Allison | 1 | -0/+7 |
2007-12-10 | Fix errors from next_token conversion. Spotted by | Jeremy Allison | 1 | -9/+5 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -1/+1 |
2007-12-09 | Specifically ask for IP4 addresses if we don't have IP6 support. | James Peach | 1 | -0/+5 |
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 1 | -13/+17 |
2007-12-05 | Remove some globals | Volker Lendecke | 1 | -1/+1 |
2007-11-27 | Remove pstrings from namequery.c. | Jeremy Allison | 1 | -24/+47 |
2007-11-19 | Remove pstring from nmbd. | Jeremy Allison | 1 | -12/+34 |
2007-10-29 | Change our DNS code to cope with AAAA records. A6 records | Jeremy Allison | 1 | -6/+3 |
2007-10-27 | Change all occurrences of zero_addr(&ss,AF_INET) to | Jeremy Allison | 1 | -4/+4 |
2007-10-26 | Move the horrible hack for link local addresses out of namequery.c | Jeremy Allison | 1 | -26/+0 |
2007-10-25 | Fix resolve name to resolve IPv6 addresses of link-local%ifaddr | Jeremy Allison | 1 | -0/+26 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 1 | -448/+678 |
2007-10-19 | Fix a crash in resolve_hosts() caused by an out-of-bounds array reference. | Gerald (Jerry) Carter | 1 | -1/+2 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -26/+26 |
2007-10-15 | Move to protocol independent code in most of lib/util_sock.c | Jeremy Allison | 1 | -10/+50 |
2007-10-10 | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 1 | -11/+24 |
2007-10-10 | r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree. | Gerald Carter | 1 | -29/+0 |
2007-10-10 | r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags, | Gerald Carter | 1 | -0/+29 |
2007-10-10 | r24739: With resolve_ads() allow to query for PDCs as well. | Günther Deschner | 1 | -6/+20 |
2007-10-10 | r24737: Remove older TODO: Convert internal_resolve_name() and friends to NTS... | Günther Deschner | 1 | -96/+134 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23710: Remove some code duplication, we do have a random number generator | Volker Lendecke | 1 | -7/+3 |