r7882: Looks like a large patch - but what it actually does is make Samba
[samba.git] / source / libsmb / namequery.c
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...
2007-10-10 Richard Sharper248: Add support for printing out the MAC address...
2004-03-13 Jeremy AllisonModified fix for bugid #784. Based on a patch from...
2004-03-13 Jeremy AllisonModified fix for bugid #784. Based on a patch from...
2004-03-13 Jeremy AllisonFirst part of patch from moriyama@miraclelinux.com...
2004-03-13 Jeremy AllisonFirst part of patch from moriyama@miraclelinux.com...
2004-02-08 Andrew Bartlett(merge from 3.0)
2004-02-08 Andrew BartlettMake get_dc_list static - we only ask for a sorted...
2004-01-13 Gerald Carter* allow dns lookups to be disabled for DOMAIN#1c (and...
2004-01-13 Gerald Carter* allow dns lookups to be disabled for DOMAIN#1c (and...
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2004-01-09 Andrew BartlettRomve debugging assertions (oops...)
2004-01-09 Andrew BartlettAdd a new type of name lookup 'ads'. This seperates...
2003-12-09 Jeremy AllisonMake intent to return only one address clear.
2003-12-09 Jeremy AllisonMake intent to return only one address clear.
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-05 Jeremy AllisonMore tuning from cachegrind. Change most trim_string...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-03 Gerald Carterfix bug #190; WINS server was getting marked as dead...
2003-06-25 Gerald Carterlarge change:
2003-06-23 Gerald Carter* s/get_dc_name/rpc_dc_name/g (revert a previous change)
2003-06-13 Jeremy AllisonForward port the app-head changes for dc name cache...
2003-05-08 Volker LendeckeRevert a patch that somehow slipped in...
2003-05-08 Volker LendeckeThis puts real netlogon connection caching to winbind...
2003-03-05 Jeremy AllisonWritable string const fixes.
2003-03-05 Jeremy AllisonWritable string const fixes.
2003-02-17 Jeremy AllisonCorrectly check for inet_addr fail. Patch from gregor...
2003-02-17 Jeremy AllisonCorrectly check for inet_addr fail. Patch from gregor...
2003-01-15 Gerald Cartersmall merges from SAMBA_3_0; mostly typos, renames...
2003-01-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-04 Andrew BartlettMerge from HEAD - mimir's new gencache based namecache...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-16 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-04 Gerald Carter[merge] remove assert(count ==1) for multi-homed PDCs...
2002-12-04 Gerald Carter[merge] remove assert(count ==1) for multi-homed PDCs...
2002-12-04 Jeremy AllisonDoing janitorial duty for tpot - memory leak fix.
2002-12-04 Jeremy AllisonDoing janitorial duty for tpot - memory leak fix.
2002-12-01 Andrew BartlettDereference the correct thing here, so we don't segfault
2002-12-01 Jeremy AllisonFixup of ordered cleanup of get_dc_list - bug found...
2002-12-01 Jeremy AllisonFixup of ordered cleanup of get_dc_list - bug found...
2002-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-26 Andrew BartlettHaving waited for *way* too long, this is mimir's namec...
2002-11-23 Gerald Carter[merge from APP_HEAD]
2002-11-23 Gerald Carter[merge from APP_HEAD]
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-06 Tim PotterMerge of get_dc_list() api change from HEAD.
2002-11-06 Tim PotterMerge ... get_dc_list() api change. This was slightly...
2002-08-17 Jelmer Vernooijsync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-16 Tim PotterMerge of netbios namecache code from APPLIANCE_HEAD.
2002-08-05 Andrew TridgellThis fixes a number of ADS problems, particularly with...
2002-08-03 Andrew Tridgellfixed a bug where we were truncating the returned names...
2002-07-31 Andrew Tridgelladded 'disable netbios = yes/no' option, default is no
2002-07-20 Andrew BartlettTry to fix up warnings - particularly on the IRIX 64...
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-09 Andrew Tridgellfix declaration of global_in_nmbd
2002-07-01 Andrew Tridgellused findstatic.pl to make some variables static and...
2002-07-01 Andrew Tridgellbias the lookup sorting towards directly reachable IPs
2002-07-01 Andrew Tridgellsort name query responses by how far they are from...
2002-06-27 Andrew Tridgellfixed a link problem with global_in_nmbd
2002-06-27 Andrew TridgellThe next phase in the WINS rewrite!
2002-06-26 Andrew Tridgellresolve_wins() now needs to be a public function
2002-06-26 Andrew TridgellThis commit finally gives us multiple wins server group...
2002-06-26 Andrew Tridgellremoved the wins name registration code from libsmbclient
2002-06-26 Andrew Tridgell- completely rewrote the wins_srv.c code. It is now...
2002-06-03 Tim PotterRemoved unused function.
2002-05-17 Richard SharpeChanges to allow head to translate NMB flags ...
2002-04-19 Andrew Tridgellfixed a namequery bug caused by my recent string length...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-04-04 Jean-François Mico... small change in name_resolve_bcast()
2002-03-19 Tim PotterDon't try to sort a list of zero length in internal_res...
2002-02-28 Jeremy AllisonEnsure that winbindd and smbd both use identical logic...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-20 Tim PotterSpelling fixes.
2002-01-17 Tim PotterMade a debug look nicer.
2002-01-16 Tim PotterMerge of name_status_find() debugs.
2002-01-11 Andrew Tridgellcope with direct IP addresses in resolve_name()
2002-01-11 Andrew Tridgellmake sure resolve_name() only returns valid IP addresses
2002-01-09 Tim PotterMerge from appliance-head:
2002-01-05 Andrew BartlettAdd a touch of const
2001-12-04 Andrew BartlettFix up funtion name, as this finds local, not domain...
2001-11-29 Tim PotterI think the lookup_pdc_name() should be called lookup_d...
2001-11-28 Jeremy AllisonCross merge to make 2.2 and HEAD closer.
2001-11-26 Andrew Tridgellincrement the value not the pointer
2001-11-25 Jeremy AllisonUse "password server" for searching for BDC's also...
2001-11-21 Jeremy AllisonW2K doesn't seem to respond to *#0 names in node status...
2001-11-19 Martin PoolLMHOSTSFILE is now dynamically configured too.
2001-11-07 Steve FrenchAdd function to add those hosts who have added msbrowse...
2001-11-04 Jeremy AllisonGot serious about const again.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
next