index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
namequery.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2007-10-10
r22417: Refactor the various daemon run-mode options to make the semantics
James Peach
1
-1
/
+1
2007-10-10
r20874: We need to distinguish client sitenames per realm. We were overwriting
Günther Deschner
1
-1
/
+1
2007-10-10
r20861: We only use sitespecific DNS lookups when looking for DCs or KDCs, not
Günther Deschner
1
-5
/
+1
2007-10-10
r20857: Silence gives assent :-). Checking in the fix for
Jeremy Allison
1
-22
/
+36
2007-10-10
r20604: Fix two memleaks, Coverity ID 337, merge to 3_0_24
Volker Lendecke
1
-0
/
+2
2007-10-10
r20603: Slightly simplify logic
Volker Lendecke
1
-7
/
+7
2007-10-10
r19754: * When using a krb5 session setup, we don't fill in the server_name
Gerald Carter
1
-8
/
+7
2007-10-10
r19652: Trying to track down which caller tries to store a 0 length domain name
Günther Deschner
1
-1
/
+6
2007-10-10
r19243: Fix debug statement.
Günther Deschner
1
-1
/
+1
2007-10-10
r18199: Allow winbindd to delete a saf_ entry if it knows
Jeremy Allison
1
-0
/
+24
2007-10-10
r18007: Ensure we don't namecache KDC entries with port 88
Jeremy Allison
1
-0
/
+2
2007-10-10
r18006: Actually a smaller change than it looks. Leverage
Jeremy Allison
1
-7
/
+58
2007-10-10
r17928: Implement the basic store for CLDAP sitename
Jeremy Allison
1
-3
/
+3
2007-10-10
r17900: Fix from Michael Adam <ma@sernet.de> - make internal_resolve_name
Jeremy Allison
1
-62
/
+62
2007-10-10
r17881: Another microstep towards better error reporting: Make get_sorted_dc_...
Volker Lendecke
1
-12
/
+26
2007-10-10
r17795: Finally track down the "ads_connect: Interrupted system call"
Gerald Carter
1
-14
/
+34
2007-10-10
r17760: The DNS SRV lookup already sorts by priority and weight so don't
Gerald Carter
1
-3
/
+9
2007-10-10
r17124: fixed a bug which caused resolve_ads() to spin forever if one of the
Andrew Tridgell
1
-11
/
+9
2007-10-10
r15611: Remove used but uninitialised variable "count".
James Peach
1
-2
/
+2
2007-10-10
r15543: New implementation of 'net ads join' to be more like Windows XP.
Gerald Carter
1
-53
/
+44
2007-10-10
r15462: replace the use of OpenLDAP's ldap_domain2hostlist() for
Gerald Carter
1
-22
/
+29
2007-10-10
r13987: Fix Coverity bug # 74. This tool is good...
Volker Lendecke
1
-0
/
+1
2007-10-10
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
1
-14
/
+8
2007-10-10
r13893: Fix for Coverity issue CID #164. The first one that I don't
Jeremy Allison
1
-0
/
+2
2007-10-10
r13889: Fix resource leak on error path. Coverity bug CID #73.
Jeremy Allison
1
-0
/
+1
[next]