Age | Commit message (Expand) | Author | Files | Lines |
2002-08-16 | Merge of netbios namecache code from APPLIANCE_HEAD. | Tim Potter | 1 | -4/+24 |
2002-08-05 | This fixes a number of ADS problems, particularly with netbiosless | Andrew Tridgell | 1 | -1/+1 |
2002-08-03 | fixed a bug where we were truncating the returned names in a netbios | Andrew Tridgell | 1 | -1/+1 |
2002-07-31 | added 'disable netbios = yes/no' option, default is no | Andrew Tridgell | 1 | -2/+31 |
2002-07-20 | Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a | Andrew Bartlett | 1 | -1/+1 |
2002-07-09 | fix declaration of global_in_nmbd | Andrew Tridgell | 1 | -1/+1 |
2002-07-01 | used findstatic.pl to make some variables static and remove some dead | Andrew Tridgell | 1 | -99/+0 |
2002-07-01 | bias the lookup sorting towards directly reachable IPs | Andrew Tridgell | 1 | -0/+8 |
2002-07-01 | sort name query responses by how far they are from our interface | Andrew Tridgell | 1 | -0/+41 |
2002-06-27 | fixed a link problem with global_in_nmbd | Andrew Tridgell | 1 | -1/+1 |
2002-06-27 | The next phase in the WINS rewrite! | Andrew Tridgell | 1 | -6/+10 |
2002-06-26 | resolve_wins() now needs to be a public function | Andrew Tridgell | 1 | -2/+2 |
2002-06-26 | This commit finally gives us multiple wins server groups. We now | Andrew Tridgell | 1 | -43/+68 |
2002-06-26 | removed the wins name registration code from libsmbclient | Andrew Tridgell | 1 | -227/+158 |
2002-06-26 | - completely rewrote the wins_srv.c code. It is now much simpler, and | Andrew Tridgell | 1 | -3/+3 |
2002-06-03 | Removed unused function. | Tim Potter | 1 | -46/+0 |
2002-05-17 | Changes to allow head to translate NMB flags ... | Richard Sharpe | 1 | -3/+19 |
2002-04-19 | fixed a namequery bug caused by my recent string length patches | Andrew Tridgell | 1 | -1/+1 |
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 |
2002-02-28 | Ensure that winbindd and smbd both use identical logic to find dc's. | Jeremy Allison | 1 | -8/+8 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-20 | Spelling fixes. | Tim Potter | 1 | -0/+2 |
2002-01-17 | Made a debug look nicer. | Tim Potter | 1 | -1/+2 |
2002-01-16 | Merge of name_status_find() debugs. | Tim Potter | 1 | -5/+18 |
2002-01-11 | cope with direct IP addresses in resolve_name() | Andrew Tridgell | 1 | -0/+5 |
2002-01-11 | make sure resolve_name() only returns valid IP addresses | Andrew Tridgell | 1 | -4/+13 |
2002-01-09 | Merge from appliance-head: | Tim Potter | 1 | -4/+72 |
2002-01-05 | Add a touch of const | Andrew Bartlett | 1 | -1/+1 |
2001-12-04 | Fix up funtion name, as this finds local, not domain master browsers. | Andrew Bartlett | 1 | -2/+2 |
2001-11-29 | I think the lookup_pdc_name() should be called lookup_dc_name() and the | Tim Potter | 1 | -21/+22 |
2001-11-28 | Cross merge to make 2.2 and HEAD closer. | Jeremy Allison | 1 | -9/+6 |
2001-11-26 | increment the value not the pointer | Andrew Tridgell | 1 | -1/+1 |
2001-11-25 | Use "password server" for searching for BDC's also as Tim suggested. | Jeremy Allison | 1 | -6/+8 |
2001-11-21 | W2K doesn't seem to respond to *#0 names in node status. Ensure name | Jeremy Allison | 1 | -8/+55 |
2001-11-19 | LMHOSTSFILE is now dynamically configured too. | Martin Pool | 1 | -1/+1 |
2001-11-07 | Add function to add those hosts who have added msbrowse (domain master browsers) | Steve French | 1 | -0/+8 |
2001-11-04 | Got serious about const again. | Jeremy Allison | 1 | -2/+2 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-17 | typo | Simo Sorce | 1 | -5/+2 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -12/+9 |
2001-09-10 | convert more code to use XFILE | Andrew Tridgell | 1 | -13/+13 |
2001-09-09 | Make sure that if there are no interfaces, name_register_wins does not | Richard Sharpe | 1 | -0/+7 |
2001-08-29 | Fuss, fuss, fuss... | Christopher R. Hertel | 1 | -2/+2 |
2001-08-29 | Should be dbgtext, not dbg_text. | Tim Potter | 1 | -2/+2 |
2001-08-29 | Patched to ensure that it won't break HEAD. | Christopher R. Hertel | 1 | -6/+10 |
2001-08-19 | Realloc fix. | Jeremy Allison | 1 | -3/+13 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -2/+2 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -4/+3 |
2001-06-18 | Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitive | Tim Potter | 1 | -1/+1 |