index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
namequery.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcli:nbt make the lmhosts parsing code and dependicies common
Andrew Bartlett
2009-09-15
1
-128
/
+0
*
Added prefer_ipv4 bool parameter to resolve_name().
Jeremy Allison
2009-07-28
1
-5
/
+58
*
Remove gencache_init/shutdown
Volker Lendecke
2009-07-15
1
-12
/
+0
*
[FIX Bug 6235] domain enumeration breaks if master browser has space in name
Derrell Lipman
2009-04-27
1
-1
/
+2
*
Interesting C compiler you have there... :-)
Volker Lendecke
2009-02-19
1
-1
/
+1
*
Fix coverity CID-602. Possible use of uninitialized var.
Jeremy Allison
2009-02-18
1
-1
/
+1
*
Probably fixes a crash during name resolution when log level >= 10
Ted Percival
2009-02-03
1
-1
/
+1
*
s3:libsmb/namequery.c: add saf_join_store() function
Stefan Metzmacher
2008-12-13
1
-3
/
+65
*
s3: libsmb/namequery: fallback to returning all dcs, when none is available i...
Stefan Metzmacher
2008-12-13
1
-0
/
+9
*
s3: Change sockaddr util function names for consistency
Tim Prouty
2008-12-03
1
-5
/
+5
*
Use sockaddr_storage only where we rely on the size, use sockaddr
Jelmer Vernooij
2008-10-23
1
-18
/
+18
*
Revert "Pass NULL to gencache_get when we are not interested in the timeout v...
Volker Lendecke
2008-07-11
1
-1
/
+2
*
Pass NULL to gencache_get when we are not interested in the timeout value
Volker Lendecke
2008-07-03
1
-2
/
+1
*
More correct fix (hopefully :-) for any memory leaks.
Jeremy Allison
2008-06-05
1
-1
/
+17
*
build: fix the build.
Günther Deschner
2008-04-22
1
-2
/
+2
*
Make use of ZERO_STRUCT instead of memset in namequery.c
Volker Lendecke
2008-04-14
1
-1
/
+1
*
Fix Coverity ID 555
Volker Lendecke
2008-03-15
1
-0
/
+1
*
Make resolve_ads() static.
Günther Deschner
2008-01-16
1
-5
/
+5
*
Fix CID 470. resolve_order can't be NULL here so simplify code.
Jeremy Allison
2008-01-12
1
-10
/
+3
*
Allow cliconnect to loop through multiple ip addresses
Jeremy Allison
2007-12-12
1
-0
/
+81
*
Ensure we have a non-null flags. Pointed out by Andreas Schneider <anschneide...
Jeremy Allison
2007-12-10
1
-0
/
+7
*
Fix errors from next_token conversion. Spotted by
Jeremy Allison
2007-12-10
1
-9
/
+5
*
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2007-12-10
1
-1
/
+1
*
Specifically ask for IP4 addresses if we don't have IP6 support.
James Peach
2007-12-09
1
-0
/
+5
*
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
2007-12-07
1
-13
/
+17
*
Remove some globals
Volker Lendecke
2007-12-05
1
-1
/
+1
*
Remove pstrings from namequery.c.
Jeremy Allison
2007-11-27
1
-24
/
+47
*
Remove pstring from nmbd.
Jeremy Allison
2007-11-19
1
-12
/
+34
*
Change our DNS code to cope with AAAA records. A6 records
Jeremy Allison
2007-10-29
1
-6
/
+3
*
Change all occurrences of zero_addr(&ss,AF_INET) to
Jeremy Allison
2007-10-27
1
-4
/
+4
*
Move the horrible hack for link local addresses out of namequery.c
Jeremy Allison
2007-10-26
1
-26
/
+0
*
Fix resolve name to resolve IPv6 addresses of link-local%ifaddr
Jeremy Allison
2007-10-25
1
-0
/
+26
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
1
-448
/
+678
*
Fix a crash in resolve_hosts() caused by an out-of-bounds array reference.
Gerald (Jerry) Carter
2007-10-19
1
-1
/
+2
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-26
/
+26
*
Move to protocol independent code in most of lib/util_sock.c
Jeremy Allison
2007-10-15
1
-10
/
+50
*
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
2007-10-10
1
-11
/
+24
*
r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.
Gerald Carter
2007-10-10
1
-29
/
+0
*
r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,
Gerald Carter
2007-10-10
1
-0
/
+29
*
r24739: With resolve_ads() allow to query for PDCs as well.
Günther Deschner
2007-10-10
1
-6
/
+20
*
r24737: Remove older TODO: Convert internal_resolve_name() and friends to NTS...
Günther Deschner
2007-10-10
1
-96
/
+134
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23710: Remove some code duplication, we do have a random number generator
Volker Lendecke
2007-10-10
1
-7
/
+3
*
r22417: Refactor the various daemon run-mode options to make the semantics
James Peach
2007-10-10
1
-1
/
+1
*
r20874: We need to distinguish client sitenames per realm. We were overwriting
Günther Deschner
2007-10-10
1
-1
/
+1
*
r20861: We only use sitespecific DNS lookups when looking for DCs or KDCs, not
Günther Deschner
2007-10-10
1
-5
/
+1
*
r20857: Silence gives assent :-). Checking in the fix for
Jeremy Allison
2007-10-10
1
-22
/
+36
*
r20604: Fix two memleaks, Coverity ID 337, merge to 3_0_24
Volker Lendecke
2007-10-10
1
-0
/
+2
*
r20603: Slightly simplify logic
Volker Lendecke
2007-10-10
1
-7
/
+7
[next]