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-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
2007-10-10
r13322: Fix warning time_t != int.
Jeremy Allison
1
-2
/
+2
2007-10-10
r13310: first round of server affinity patches for winbindd & net ads join
Gerald Carter
1
-113
/
+210
2007-10-10
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
1
-6
/
+6
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-11
/
+10
2007-10-10
r3843: If a connection to a DC is requested, open connections simultaeneously...
Volker Lendecke
1
-3
/
+3
2007-10-10
r3264: fix lmhosts lookup so that we don't say we found something when we rea...
Gerald Carter
1
-24
/
+29
2007-10-10
r3143: Allow for multiple DC's to be named as #1c names in lmhosts.
Volker Lendecke
1
-13
/
+26
2007-10-10
r2770: oops; internal_resolve_name() should stay static in 3.0
Gerald Carter
1
-1
/
+1
2007-10-10
r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re...
Gerald Carter
1
-1
/
+1
2007-10-10
r1326: Modification to get_dc_list to check negative cache. From "Joe Meadows...
Jeremy Allison
1
-188
/
+203
2007-10-10
r248: Add support for printing out the MAC address on nmblookup.
Richard Sharpe
1
-4
/
+11
2004-03-13
Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...
Jeremy Allison
1
-2
/
+2
2004-03-13
First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) to
Jeremy Allison
1
-1
/
+1
2004-02-08
Make get_dc_list static - we only ask for a sorted list externally.
Andrew Bartlett
1
-23
/
+24
2004-01-13
* allow dns lookups to be disabled for DOMAIN#1c (and #1b)
Gerald Carter
1
-7
/
+26
2004-01-09
Romve debugging assertions (oops...)
Andrew Bartlett
1
-6
/
+0
2004-01-09
Add a new type of name lookup 'ads'. This seperates this from normal
Andrew Bartlett
1
-33
/
+59
2003-12-09
Make intent to return only one address clear.
Jeremy Allison
1
-2
/
+2
2003-09-05
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
Jeremy Allison
1
-1
/
+1
2003-07-03
fix bug #190; WINS server was getting marked as dead when it was not.
Gerald Carter
1
-2
/
+14
2003-06-25
large change:
Gerald Carter
1
-371
/
+327
2003-06-23
* s/get_dc_name/rpc_dc_name/g (revert a previous change)
Gerald Carter
1
-2
/
+9
2003-06-13
Forward port the app-head changes for dc name cache into 3.0.
Jeremy Allison
1
-14
/
+25
2003-05-08
Revert a patch that somehow slipped in...
Volker Lendecke
1
-2
/
+2
2003-05-08
This puts real netlogon connection caching to winbind. This becomes
Volker Lendecke
1
-2
/
+2
2003-03-05
Writable string const fixes.
Jeremy Allison
1
-1
/
+1
2003-02-17
Correctly check for inet_addr fail. Patch from gregor.7@osu.edu.
Jeremy Allison
1
-2
/
+5
2003-01-04
Merge from HEAD - mimir's new gencache based namecache code.
Andrew Bartlett
1
-6
/
+4
2002-12-04
[merge] remove assert(count ==1) for multi-homed PDCs; CR 1277
Gerald Carter
1
-3
/
+22
2002-12-04
Doing janitorial duty for tpot - memory leak fix.
Jeremy Allison
1
-0
/
+2
2002-12-01
Fixup of ordered cleanup of get_dc_list - bug found by Dominik 'Aeneas' Schni...
Jeremy Allison
1
-27
/
+10
2002-11-23
[merge from APP_HEAD]
Gerald Carter
1
-22
/
+104
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-8
/
+9
2002-11-06
Merge of get_dc_list() api change from HEAD.
Tim Potter
1
-13
/
+46
2002-08-17
sync 3.0 branch with head
Jelmer Vernooij
1
-9
/
+58
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-391
/
+271
2002-04-04
small change in name_resolve_bcast()
Jean-François Micouleau
1
-1
/
+1
2002-03-19
Don't try to sort a list of zero length in internal_resolve_name()
Tim Potter
1
-1
/
+1
[prev]
[next]